Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Core / System / Linq / Parallel / Utils / Shared.cs / 1305376 / Shared.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // Shared.cs // //[....] // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- namespace System.Linq.Parallel { ////// A very simple primitive that allows us to share a value across multiple threads. /// ///internal class Shared { internal T Value; internal Shared(T value) { this.Value = value; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // Shared.cs // // [....] // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- namespace System.Linq.Parallel { ////// A very simple primitive that allows us to share a value across multiple threads. /// ///internal class Shared { internal T Value; internal Shared(T value) { this.Value = value; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Constraint.cs
- EntityDataSourceChangingEventArgs.cs
- ArgumentOutOfRangeException.cs
- XmlSchemaSimpleContentExtension.cs
- UInt64Converter.cs
- contentDescriptor.cs
- ClientApiGenerator.cs
- DataObject.cs
- DefaultPrintController.cs
- Nullable.cs
- RTLAwareMessageBox.cs
- XPathDocumentIterator.cs
- CodeSnippetCompileUnit.cs
- ScrollEvent.cs
- HttpCachePolicy.cs
- KnownBoxes.cs
- BordersPage.cs
- UserControlParser.cs
- WindowsRegion.cs
- DataGridColumn.cs
- PenThreadWorker.cs
- Win32Exception.cs
- LinqDataView.cs
- Assembly.cs
- PublisherIdentityPermission.cs
- WindowsTokenRoleProvider.cs
- RecognizeCompletedEventArgs.cs
- KerberosSecurityTokenAuthenticator.cs
- AccessDataSourceView.cs
- Relationship.cs
- SortDescription.cs
- SqlMetaData.cs
- UrlParameterReader.cs
- TextCharacters.cs
- StatusStrip.cs
- FileAuthorizationModule.cs
- Group.cs
- coordinator.cs
- BitmapEffect.cs
- ChangeProcessor.cs
- ModulesEntry.cs
- SafeCryptoHandles.cs
- GregorianCalendarHelper.cs
- RegexStringValidatorAttribute.cs
- Cursor.cs
- BrowserTree.cs
- DataGridSortCommandEventArgs.cs
- TokenBasedSetEnumerator.cs
- SynchronizedInputHelper.cs
- IRCollection.cs
- NotificationContext.cs
- Stack.cs
- XmlSerializerAssemblyAttribute.cs
- SHA1Managed.cs
- ListItemsCollectionEditor.cs
- SecureStringHasher.cs
- XmlReflectionMember.cs
- AppearanceEditorPart.cs
- AuthorizationRule.cs
- PropertyItem.cs
- SplitterPanelDesigner.cs
- FacetDescription.cs
- NativeMethodsCLR.cs
- GroupDescription.cs
- OpenTypeLayout.cs
- NonBatchDirectoryCompiler.cs
- XamlSerializer.cs
- _AutoWebProxyScriptEngine.cs
- ListViewAutomationPeer.cs
- FullTextBreakpoint.cs
- FileLoadException.cs
- AllMembershipCondition.cs
- Command.cs
- ResXFileRef.cs
- PolyQuadraticBezierSegmentFigureLogic.cs
- DiscreteKeyFrames.cs
- _OverlappedAsyncResult.cs
- DurableMessageDispatchInspector.cs
- SQLMoney.cs
- SqlConnectionStringBuilder.cs
- _SslStream.cs
- MultipartContentParser.cs
- IList.cs
- DiscreteKeyFrames.cs
- ShaderEffect.cs
- MemberHolder.cs
- DataSvcMapFileSerializer.cs
- ValidateNames.cs
- Win32.cs
- recordstatescratchpad.cs
- Activator.cs
- ActivityBindForm.Designer.cs
- AnimationClock.cs
- WizardPanelChangingEventArgs.cs
- Optimizer.cs
- SourceFilter.cs
- UniqueID.cs
- _LazyAsyncResult.cs
- SplayTreeNode.cs
- LowerCaseStringConverter.cs