Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / Serialization / System / Runtime / Serialization / ObjectReferenceStack.cs / 1305376 / ObjectReferenceStack.cs
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------
namespace System.Runtime.Serialization
{
using System;
using System.Xml;
using System.Collections.Generic;
struct ObjectReferenceStack
{
const int MaximumArraySize = 16;
const int InitialArraySize = 4;
int count;
object[] objectArray;
bool[] isReferenceArray;
Dictionary
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SqlGenericUtil.cs
- WebDisplayNameAttribute.cs
- Base64Encoding.cs
- VisualStyleInformation.cs
- UpdateManifestForBrowserApplication.cs
- BufferAllocator.cs
- HtmlTable.cs
- ClientBuildManager.cs
- WithParamAction.cs
- DrawingAttributesDefaultValueFactory.cs
- StringWriter.cs
- GeneralTransform3DTo2DTo3D.cs
- EventRecord.cs
- InternalRelationshipCollection.cs
- Vector3dCollection.cs
- Schema.cs
- RuleSettingsCollection.cs
- Clock.cs
- ToggleProviderWrapper.cs
- OutputCacheSection.cs
- DynamicDataResources.Designer.cs
- FixedSOMTableRow.cs
- sqlcontext.cs
- ObjectDataSourceChooseMethodsPanel.cs
- SamlAttributeStatement.cs
- ServiceOperation.cs
- TextSegment.cs
- NativeMethods.cs
- GeometryHitTestParameters.cs
- GeometryConverter.cs
- Byte.cs
- XmlSchemaComplexContent.cs
- InvalidPrinterException.cs
- XPathNavigatorReader.cs
- SqlClientWrapperSmiStream.cs
- documentsequencetextpointer.cs
- RawStylusSystemGestureInputReport.cs
- SchemaLookupTable.cs
- RangeValidator.cs
- RangeBaseAutomationPeer.cs
- SecurityCriticalDataForSet.cs
- SchemaLookupTable.cs
- AdornerPresentationContext.cs
- ShapingEngine.cs
- HtmlImageAdapter.cs
- ByteStack.cs
- TypeConverterHelper.cs
- BaseCodePageEncoding.cs
- HostingEnvironmentSection.cs
- Geometry3D.cs
- EventListenerClientSide.cs
- Rectangle.cs
- DirectoryInfo.cs
- QueryCoreOp.cs
- LinkClickEvent.cs
- MiniMapControl.xaml.cs
- CompositeActivityTypeDescriptorProvider.cs
- ConfigXmlCDataSection.cs
- ListBox.cs
- FontFamilyIdentifier.cs
- VectorValueSerializer.cs
- FormViewDeletedEventArgs.cs
- GlyphElement.cs
- PackagingUtilities.cs
- ReachPageContentSerializer.cs
- HwndSource.cs
- CodeRemoveEventStatement.cs
- TraceContext.cs
- PageThemeParser.cs
- EditorZone.cs
- Buffer.cs
- GeometryDrawing.cs
- RelationshipEndMember.cs
- XmlSchemaExternal.cs
- EncoderParameters.cs
- ResourceSet.cs
- FixedPosition.cs
- CFGGrammar.cs
- TreeView.cs
- SecurityAlgorithmSuite.cs
- ShadowGlyph.cs
- DrawItemEvent.cs
- EventSourceCreationData.cs
- HttpApplicationFactory.cs
- Context.cs
- SelectorAutomationPeer.cs
- DataGridViewRow.cs
- WsatServiceCertificate.cs
- SqlServer2KCompatibilityAnnotation.cs
- glyphs.cs
- XmlSchemaGroupRef.cs
- DoubleConverter.cs
- BitmapEffectrendercontext.cs
- EntityDataSourceUtil.cs
- SerialPort.cs
- AppDomainShutdownMonitor.cs
- DocumentOrderQuery.cs
- ListView.cs
- DataKey.cs
- DeploymentSectionCache.cs