3530 references to List
ComSvcConfig (33)
ComAdminWrapper.cs (3)
181List<Guid> appIds = new List<Guid>(); 725this.classes = new List<ComAdminClassInfo>(); 857this.interfaces = new List<ComAdminInterfaceInfo>();
ComplusEndpointConfigContainer.cs (5)
429List<ComplusEndpointConfigContainer> containers = new List<ComplusEndpointConfigContainer>(); 485List<string> ret = new List<string>(); 522return new List<EndpointConfig>(); 526List<EndpointConfig> list = new List<EndpointConfig>(); 553return new List<EndpointConfig>();
ComplusTypeValidator.cs (1)
192List<string> methodNames = new List<string>();
EndpointConfigContainer.cs (4)
222List<EndpointConfig> endpointConfigs = new List<EndpointConfig>(); 534list = new List<EndpointConfig>(); 559new List<string>()); 569true, new List<string>());
Options.cs (2)
123this.interfaces = new List<InterfaceDefination<T>>(); 396List<string> methodList = new List<string>();
parent\svcutil\CommandLineParser.cs (2)
99values = new List<string>(); 129result = new List<string>();
Tool.cs (9)
193List<EndpointConfig> endpointConfigs = new List<EndpointConfig>(); 267List<EndpointConfigContainer> containers = new List<EndpointConfigContainer>(); 423List<EndpointConfig> endpointConfigs = new List<EndpointConfig>(); 477endpointsForInterface = new List<EndpointConfig>(); 574List<EndpointConfig> endpointsToDelete = new List<EndpointConfig>(); 650outComps = new List<ComponentDefinition<Guid>>(); 682outComps = new List<ComponentDefinition<Guid>>(); 703outComps = new List<ComponentDefinition<Guid>>(); 803outComps = new List<ComponentDefinition<Guid>>();
WasAdminWrapper.cs (2)
78List<string> webServerNames = new List<string>(); 108List<string> webDirectoryNames = new List<string>();
WasEndpointConfigContainer.cs (5)
241return new List<string>(); 273return new List<EndpointConfig>(); 277List<EndpointConfig> list = new List<EndpointConfig>(); 419List<WasEndpointConfigContainer> containers = new List<WasEndpointConfigContainer>(); 434List<WasEndpointConfigContainer> containers = new List<WasEndpointConfigContainer>();
Microsoft.Activities.Build (4)
Microsoft\Activities\Build\Expressions\ExpressionsBuildExtension.cs (2)
52this.generatedFiles = new List<string>(); 53this.messages = new List<Tuple<string, bool>>();
Microsoft\Activities\Build\Validation\ValidationBuildExtension.cs (2)
42this.violations = new List<Violation>(); 128List<ValidationError> validationErrors = new List<ValidationError>();
mscorlib (151)
microsoft\win32\registrykey.cs (1)
1350IList<String> strings = new List<String>();
parent\parent\parent\parent\InternalApis\NDP_Common\inc\PinnableBufferCache.cs (1)
254List<object> notInGen2 = new List<object>();
system\_localdatastoremgr.cs (1)
337private List<LocalDataStore> m_ManagedLocalDataStores = new List<LocalDataStore>();
system\AggregateException.cs (3)
368unhandledExceptions = new List<Exception>(); 397List<Exception> flattenedExceptions = new List<Exception>(); 400List<AggregateException> exceptionsToFlatten = new List<AggregateException>();
system\appdomain.cs (2)
144List<ItemInfo> itemInfo = new List<ItemInfo>(); 145List<AppDomainInitializer> nestedDelegates = new List<AppDomainInitializer>();
system\array.cs (1)
1121List<T> list = new List<T>();
system\attribute.cs (3)
44List<Attribute> attributeList = new List<Attribute>(); 149List<Attribute> attributeList = new List<Attribute>(); 248List<Type> disAllowMultiple = new List<Type>();
system\Collections\Concurrent\ConcurrentQueue.cs (1)
317List<T> list = new List<T>();
system\Collections\Concurrent\ConcurrentStack.cs (1)
782List<T> list = new List<T>();
system\collections\generic\list.cs (1)
440List<T> list = new List<T>();
system\collections\objectmodel\collection.cs (1)
28items = new List<T>();
system\diagnostics\eventing\eventprovider.cs (1)
390List<Tuple<SessionInfo, bool>> changedSessionList = new List<Tuple<SessionInfo, bool>>();
system\diagnostics\eventing\eventsource.cs (11)
476var ret = new List<EventSource>(); 1423List<object> arg = new List<object>(); 2272eventCallbackArgs.Payload = new ReadOnlyCollection<object>(new List<object>() { msg }); 2273eventCallbackArgs.PayloadNames = new ReadOnlyCollection<string>(new List<string> { "message" }); 4833var names = new List<string>(); 5797s_etwSessions = new List<WeakReference<EtwSession>>(); 5859private static List<WeakReference<EtwSession>> s_etwSessions = new List<WeakReference<EtwSession>>(); 6044errors = new List<string>(); 6333var sortedChannels = new List<KeyValuePair<int, ChannelInfo>>(); 6506cultures = new List<CultureInfo>(); 6601var cultures = new List<CultureInfo>();
System\Diagnostics\Eventing\TraceLogging\EnumerableTypeInfo.cs (1)
54List<object> serializedEnumerable = new List<object>();
System\Diagnostics\Eventing\TraceLogging\InvokeTypeInfo.cs (2)
87var membersNames = new List<string>(); 88var memebersValues = new List<object>();
System\Diagnostics\Eventing\TraceLogging\TraceLoggingMetadataCollector.cs (1)
307internal readonly List<FieldMetadata> fields = new List<FieldMetadata>();
System\Diagnostics\Eventing\TraceLogging\TraceLoggingTypeInfo_T.cs (1)
155return GetInstance(new List<Type>());
System\Diagnostics\Eventing\TraceLogging\TypeAnalysis.cs (1)
30var propertyList = new List<PropertyAnalysis>();
system\globalization\datetimeformatinfoscanner.cs (3)
117internal List<String> m_dateWords = new List<String>(); 229m_dateWords = new List<String>(); 372m_dateWords = new List<String>();
system\internal.cs (20)
110new List<Boolean>(); 111new List<Byte>(); 112new List<Char>(); 113new List<DateTime>(); 114new List<Decimal>(); 115new List<Double>(); 116new List<Guid>(); 117new List<Int16>(); 118new List<Int32>(); 119new List<Int64>(); 120new List<TimeSpan>(); 121new List<SByte>(); 122new List<Single>(); 123new List<UInt16>(); 124new List<UInt32>(); 125new List<UInt64>(); 126new List<IntPtr>(); 127new List<KeyValuePair<Object, Object>>(); 128new List<GCHandle>(); // NCL team needs this 129new List<DateTimeOffset>();
system\io\directory.cs (1)
242List<string> stackDir = new List<string>();
system\io\file.cs (1)
1022List<String> lines = new List<String>();
system\io\filesystemenumerable.cs (2)
203searchStack = new List<Directory.SearchData>(); 325searchStack = new List<Directory.SearchData>();
system\io\isolatedstorage\isolatedstoragefile.cs (1)
1101List<String> list = new List<String>();
system\io\longpath.cs (1)
485List<string> stackDir = new List<string>();
system\reflection\assembly.cs (1)
1525List<RuntimeType> rtTypes = new List<RuntimeType>();
system\reflection\customattribute.cs (7)
167return new List<CustomAttributeData>(); 1353List<object> result = new List<object>(); 1454List<object> result = new List<object>(); 2191List<Attribute> pcas = new List<Attribute>(); 2264List<Attribute> pcas = new List<Attribute>(); 2392List<Attribute> pcas = new List<Attribute>(); 2503List<Attribute> pcas = new List<Attribute>();
system\reflection\emit\aqnbuilder.cs (1)
159List<Type> nestings = new List<Type>();
system\reflection\emit\assemblybuilderdata.cs (2)
46m_moduleBuilderList = new List<ModuleBuilder>(); 47m_resWriterList = new List<ResWriterData>();
system\reflection\emit\dynamicilgenerator.cs (1)
1186m_tokens = new List<Object>();
system\reflection\emit\dynamicmethod.cs (1)
305List<CustomAttributeBuilder> assemblyAttributes = new List<CustomAttributeBuilder>();
system\reflection\emit\methodbuilder.cs (1)
915m_symCustomAttrs = new List<SymCustomAttr>();
system\reflection\emit\typebuilder.cs (6)
568m_listMethods = new List<MethodBuilder>(); 598m_typeInterfaces = new List<Type>(); 687m_listMethods = new List<MethodBuilder>(); 1018m_ca = new List<TypeBuilder.CustAttr>(); 1564m_typeInterfaces = new List<Type>(); 2298m_typeInterfaces = new List<Type>();
system\reflection\eventinfo.cs (1)
399List<MethodInfo> ret = new List<MethodInfo>();
system\reflection\propertyinfo.cs (1)
488List<MethodInfo> accessorList = new List<MethodInfo>();
system\resources\resourcewriter.cs (1)
291List<String> typeNames = new List<String>();
system\rttype.cs (1)
1129List<RuntimeType> al = new List<RuntimeType>();
system\runtime\compilerservices\ConditionalWeakTable.cs (2)
330List<TKey> list = new List<TKey>(); 358List<TValue> list = new List<TValue>();
system\runtime\interopservices\typelibconverter.cs (2)
257List<CustomAttributeBuilder> assemblyAttributes = new List<CustomAttributeBuilder>(); 605private List<RuntimeAssembly> m_AsmList = new List<RuntimeAssembly>();
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (4)
159restTokens = new List<EventRegistrationToken>(); 337List<EventRegistrationToken> tokensToRemove = new List<EventRegistrationToken>(); 774List<EventRegistrationToken> tokensToRemove = new List<EventRegistrationToken>(); 1031List<Exception> exceptions = new List<Exception>();
system\runtime\serialization\formatterservices.cs (1)
113allMembers = new List<SerializationFieldInfo>();
system\runtime\serialization\safeserializationmanager.cs (1)
218private List<object> m_serializedStates = new List<object>();
system\runtime\serialization\serializationeventscache.cs (1)
34List<MethodInfo> mi = new List<MethodInfo>();
system\security\claims\ClaimsIdentity.cs (5)
85List<Claim> m_instanceClaims = new List<Claim>(); 769List<Claim> claims = new List<Claim>(); 797List<Claim> claims = new List<Claim>(); 965m_instanceClaims = new List<Claim>(); 1049m_instanceClaims = new List<Claim>();
system\security\claims\ClaimsPrincipal.cs (5)
73List<ClaimsIdentity> m_identities = new List<ClaimsIdentity>(); 387m_identities = new List<ClaimsIdentity>(); 440List<string> identities = new List<string>(); 557List<Claim> claims = new List<Claim>(); 589List<Claim> claims = new List<Claim>();
system\security\cryptography\cryptoconfig.cs (1)
641List<MethodBase> candidates = new List<MethodBase>();
system\security\permissions\principalpermission.cs (2)
306idroles = new List<IDRole>(); 334idroles = new List<IDRole>();
system\security\permissions\siteidentitypermission.cs (3)
234List<SiteString> alSites = new List<SiteString>(); 276List<SiteString> alSites = new List<SiteString>(); 311List<SiteString> al = new List<SiteString>();
system\security\permissions\strongnameidentitypermission.cs (3)
335List<StrongName2> alStrongNames = new List<StrongName2>(); 377List<StrongName2> alStrongNames = new List<StrongName2>(); 415List<StrongName2> al = new List<StrongName2>();
system\security\permissions\urlidentitypermission.cs (3)
265List<URLString> alUrls = new List<URLString>(); 307List<URLString> alUrls = new List<URLString>(); 342List<URLString> al = new List<URLString>();
system\security\policy\applicationtrust.cs (3)
84m_fullTrustAssemblies = new List<StrongName>().AsReadOnly(); 94List<StrongName> fullTrustList = new List<StrongName>(); 266List<StrongName> fullTrustAssemblies = new List<StrongName>();
system\security\policy\evidence.cs (3)
1661List<Type> expensiveEvidence = new List<Type>(); 1707List<Type> alreadyGeneratedList = new List<Type>(); 1708List<Type> inexpensiveList = new List<Type>();
system\security\policy\evidencebase.cs (1)
141private List<EvidenceBase> m_legacyEvidenceList = new List<EvidenceBase>();
system\security\policy\pefileevidencefactory.cs (1)
146m_assemblyProvidedEvidence = new List<EvidenceBase>();
system\security\policy\policystatement.cs (2)
238m_dependentEvidence = new List<IDelayEvaluatedEvidence>(); 270m_dependentEvidence = new List<IDelayEvaluatedEvidence>();
system\security\principal\windowsidentity.cs (2)
1278m_userClaims = new List<Claim>(); 1279m_deviceClaims = new List<Claim>();
system\security\util\stringexpressionset.cs (1)
272List<String> tempList = new List<String>();
system\stubhelpers.cs (1)
1643private List<CleanupWorkListElement> m_list = new List<CleanupWorkListElement>();
system\threading\CancellationTokenSource.cs (1)
818exceptionList = new List<Exception>();
system\threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (1)
240if (cs.m_exceptions == null) cs.m_exceptions = new List<Exception>();
system\threading\Tasks\ProducerConsumerQueues.cs (1)
534List<T> list = new List<T>();
system\threading\Tasks\Task.cs (9)
2383Interlocked.CompareExchange(ref props.m_exceptionalChildren, new List<Task>(), null); 4737List<object> newList = new List<object>(); 4825if (Interlocked.CompareExchange(ref m_continuationObject, new List<object>(), continuationObject) != continuationObject) 6008List<Task> taskList = new List<Task>(); 6146if (observedExceptions == null) observedExceptions = new List<ExceptionDispatchInfo>(); 6257List<Task<TResult>> taskList = new List<Task<TResult>>(); 6391if (observedExceptions == null) observedExceptions = new List<ExceptionDispatchInfo>(); 6515List<Task> taskList = new List<Task>(); 6643List<Delegate> result = new List<Delegate>();
system\threading\Tasks\TaskCompletionSource.cs (1)
193List<Exception> defensiveCopy = new List<Exception>();
system\threading\ThreadLocal.cs (2)
475List<T> valueList = new List<T>(); 678private List<bool> m_freeIds = new List<bool>();
system\timezoneinfo.cs (1)
960list = new List<TimeZoneInfo>();
system\unityserializationholder.cs (1)
46List<int> elementTypes = new List<int>();
PresentationBuildTasks (12)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (1)
147List<string> keysToUpdate = new List<string>();
BuildTasks\Microsoft\Build\Tasks\Windows\FileClassifier.cs (4)
84var mainEmbeddedList = new List<ITaskItem>(); 85var satelliteEmbeddedList = new List<ITaskItem>(); 86var clrEmbeddedResourceList = new List<ITaskItem>(); 87var clrSatelliteEmbeddedResourceList = new List<ITaskItem>();
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (2)
189List<FileUnit> modifiedXamlFiles = new List<FileUnit>(); 369List<FileUnit> recompiledXaml = new List<FileUnit>();
BuildTasks\MS\Internal\Tasks\TaskHelper.cs (1)
227List<string> gacPaths = new List<string>();
Framework\System\Windows\Markup\XamlInt32CollectionSerializer.cs (1)
232List<IntegerMarkup> resource = new List<IntegerMarkup>();
Framework\System\Windows\Markup\XmlnsCache.cs (3)
102List<Assembly> interestingAssemblies = new List<Assembly>(); 233List<CustomAttributeData> foundAttributes = new List<CustomAttributeData>(); 336_cacheTable[xmlns] = new List<ClrNamespaceAssemblyPair>();
PresentationCore (94)
Core\CSharp\MS\Internal\ConstrainedDataObject.cs (1)
299List<string> resultList = new List<string>();
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (1)
138List<CompositeFontFamily> compositeFonts = new List<CompositeFontFamily>();
Core\CSharp\MS\Internal\Ink\Bezier.cs (2)
54List<Point> points = new List<Point>(); 585private List<Point> _bezierControlPoints = new List<Point>();
Core\CSharp\MS\Internal\Ink\CuspData.cs (1)
535private List<int> _cusps = new List<int>();
Core\CSharp\MS\Internal\Ink\ErasingStroke.cs (2)
143List<StrokeFIndices> eraseAt = new List<StrokeFIndices>(); 265List<Point> newPath = new List<Point>();
Core\CSharp\MS\Internal\Ink\ExtendedPropertyCollection.cs (1)
372private List<ExtendedProperty> _extendedProperties = new List<ExtendedProperty>();
Core\CSharp\MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (3)
286List<ApplicationGesture> gestures = new List<ApplicationGesture>(); 725List<GestureRecognitionResult> resultList = new List<GestureRecognitionResult>(); 800List<GestureRecognitionResult> resultList = new List<GestureRecognitionResult>();
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\AlgoModule.cs (1)
86List<byte> compressedData = new List<byte>();
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\GuidTagList.cs (1)
14private System.Collections.Generic.List<Guid> _CustomGuids = new System.Collections.Generic.List<Guid>();
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\HuffModule.cs (1)
120private List<HuffCodec> _huffCodecs = new List<HuffCodec>();
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (9)
340_strokeDescriptorTable = new System.Collections.Generic.List<StrokeDescriptor>(); 341_drawingAttributesTable = new System.Collections.Generic.List<DrawingAttributes>(); 342_transformTable = new System.Collections.Generic.List<TransformDescriptor>(); 343_metricTable = new System.Collections.Generic.List<MetricBlock>(); 1598tags = new System.Collections.Generic.List<KnownTagCache.KnownTagIndex>(); 1645List<StylusPointPropertyInfo> stylusPointPropertyInfos = new List<StylusPointPropertyInfo>(); 1732_drawingAttributesTable = new List<DrawingAttributes>(); 1733_metricTable = new List<MetricBlock>(); 1734_transformTable = new List<TransformDescriptor>();
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (1)
46List<byte> output = new List<byte>();
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\StrokeDescriptor.cs (1)
14private System.Collections.Generic.List<KnownTagCache.KnownTagIndex> _strokeDescriptor = new System.Collections.Generic.List<KnownTagCache.KnownTagIndex>();
Core\CSharp\MS\Internal\Ink\Lasso.cs (4)
31_points = new List<Point>(); 225List<LassoCrossing> crossingList = new List<LassoCrossing>(); 322List<StrokeIntersection> strokeIntersectionList = new List<StrokeIntersection>(); 337List<LassoCrossing> mergedList = new List<LassoCrossing>();
Core\CSharp\MS\Internal\Ink\Renderer.cs (1)
320_attachedVisuals = new List<Visual>();
Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs (3)
70List<Point> strokeNodePoints = new List<Point>(); 269List<Point> pathFigureABSide = new List<Point>();//don't prealloc. It causes Gen2 collections to rise and doesn't help execution time 270List<Point> pathFigureDCSide = new List<Point>();
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (8)
269List<HitTestEdge> hitTestEdgeList = new List<HitTestEdge>(); 280return new List<HitTestEdge>(); 292return new List<HitTestEdge>(); 426hitTestEdgeList = new List<HitTestEdge>(); 492List<Point3D> pointList = new List<Point3D>(); 493List<Point> uvList = new List<Point>(); 922List<Point3D> pointList = new List<Point3D>(); 923List<Point> uvList = new List<Point>();
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1844if(addedChildren == null) addedChildren = new List<AutomationPeer>();
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
82children = new List<AutomationPeer>();
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
82children = new List<AutomationPeer>();
Core\CSharp\System\Windows\FreezableCollection.cs (2)
72_collection = new List<T>(); 105_collection = new List<T>();
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (2)
547List<StrokeIntersection> eraseAt = new List<StrokeIntersection>(); 567strokeHitEventArgCollection = new List<StrokeHitEventArgs>();
Core\CSharp\System\Windows\Ink\Stroke2.cs (1)
630List<StrokeIntersection> intersections = new List<StrokeIntersection>();
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (3)
376List<StrokeIntersection> intersections = new List<StrokeIntersection>(); 397List<Stroke> solidStrokes = new List<Stroke>(); 411strokes = new List<Stroke>();
Core\CSharp\System\Windows\Input\Command\CanExecuteChangedEventManager.cs (3)
115toRemove = new List<HandlerSink>(); 201list = new List<HandlerSink>(); 276list = new List<Delegate>();
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (1)
686list = new List<Tuple<Type, CommandBinding>>();
Core\CSharp\System\Windows\Input\InputScope.cs (2)
109private IList<InputScopeName> _scopeNames = new List<InputScopeName>(); 110private IList<InputScopePhrase> _phraseList = new List<InputScopePhrase>();
Core\CSharp\System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (1)
217_inertiaParameters = new List<InertiaParameters2D>();
Core\CSharp\System\Windows\Input\TouchDevice.cs (1)
1317List<TouchDevice> touches = new List<TouchDevice>();
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
2203_keyboardInputSinkChildren = new List<HwndSourceKeyboardInputSite>();
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (2)
112_children = new List<Clock>(); 421_rootChildren = new List<WeakReference>();
Core\CSharp\System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (1)
850List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (1)
850List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\ColorAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\MatrixAnimationUsingKeyFrames.cs (1)
850List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\ObjectAnimationUsingKeyFrames.cs (1)
850List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (1)
850List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\VectorAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\GlyphRun.cs (2)
2373(_advanceWidths == null ? null : ((_textFormattingMode != TextFormattingMode.Ideal) ? (IList<double>)(new List<double>()) : (IList<double>)(new ThousandthOfEmRealDoubles(_renderingEmSize, _advanceWidths)))), 2374(_glyphOffsets == null ? null : ((_textFormattingMode != TextFormattingMode.Ideal) ? (IList<Point>)(new List<Point>()) : (IList<Point>)(new ThousandthOfEmRealPoints(_renderingEmSize, _glyphOffsets)))),
Core\CSharp\System\Windows\Media\HostVisual.cs (1)
448private List<DUCE.Channel> _connectedChannels = new List<DUCE.Channel>();
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
138entry.decoders = new List<WeakReference>();
Core\CSharp\System\Windows\Media\Imaging\BitmapPalette.cs (2)
360List<Color> colors = new List<Color>(); 426private IList<Color> _colors = new PartialList<Color>(new List<Color>());
Core\CSharp\System\Windows\Media\SolidColorBrush.cs (1)
323keys = new List<TKey>();
Core\CSharp\System\Windows\Media3D\Matrix3DStack.cs (1)
112private readonly List<Matrix3D> _stack = new List<Matrix3D>();
Core\CSharp\System\Windows\Media3D\RayHitTestParameters.cs (1)
224private readonly List<RayHitTestResult> results = new List<RayHitTestResult>();
Shared\MS\Internal\SafeSecurityHelper.cs (1)
267keysToRemove = new List<object>();
PresentationFramework (302)
src\Framework\Microsoft\Win32\FileDialog.cs (4)
1452List<string> names = new List<string>(); 1549CustomPlaces = new List<FileDialogCustomPlace>(); 1792List<string> extensions = new List<string>(); 2179var extensions = new List<COMDLG_FILTERSPEC>();
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
103IList<DependencyObject> pageEl = new List<DependencyObject>();
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (3)
302IList<IAttachedAnnotation> attachedAnnotations = new List<IAttachedAnnotation>(); 686List <ContentLocatorBase> locatorsToReturn = new List<ContentLocatorBase> (); 1346private List<IAttachedAnnotation> _attachedAnnotations = new List<IAttachedAnnotation>();
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (1)
127IList<DependencyObject> list = new List<DependencyObject>();
src\Framework\MS\Internal\Annotations\Component\AdornerPresentationContext.cs (1)
412List<AnnotationAdorner> res = new List<AnnotationAdorner>();
src\Framework\MS\Internal\Annotations\Component\AnnotationComponentManager.cs (1)
285currentList = new List<IAnnotationComponent>();
src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (3)
48_segments = new List<HighlightSegment>(); 816IList<HighlightSegment> res = new List<HighlightSegment>(); 1230private List<IHighlightRange> _activeOwners = new List<IHighlightRange>();
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
1023_components = new List<MarkedHighlightComponent>();
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
214List<Annotation> annotations = new List<Annotation>();
src\Framework\MS\Internal\AppModel\AssemblyFilter.cs (1)
46_assemblyList = new SecurityCriticalDataForSet<System.Collections.Generic.List<string>>(new System.Collections.Generic.List<string>());
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (1)
1281private List<WebBrowser> _webBrowserList = new List<WebBrowser>();
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
103_elementsBounds = new List<Rect>();
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (1)
873_toRemove = new System.Collections.Generic.List<CollectionViewGroupInternal>();
src\Framework\MS\Internal\Data\CommitManager.cs (4)
68list = new List<BindingGroup>(); 94list = new List<BindingExpressionBase>(); 154static readonly List<BindingGroup> EmptyBindingGroupList = new List<BindingGroup>(); 155static readonly List<BindingExpressionBase> EmptyBindingList = new List<BindingExpressionBase>();
src\Framework\MS\Internal\Data\LiveShapingBlock.cs (2)
284List<LiveShapingBlock> list = new List<LiveShapingBlock>(); // subtrees to explore 365List<LiveShapingBlock> list = new List<LiveShapingBlock>(); // subtrees to explore
src\Framework\MS\Internal\Data\LiveShapingList.cs (4)
95_sortDirtyItems = new List<LiveShapingItem>(); 96_filterDirtyItems = new List<LiveShapingItem>(); 97_groupDirtyItems = new List<LiveShapingItem>(); 803static List<DependencyProperty> s_dpList = new List<DependencyProperty>();
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
1327List<MemberInfo> list = new List<MemberInfo>();
src\Framework\MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
579List<String> _toRemove = new List<String>();
src\Framework\MS\Internal\Data\ValueChangedEventManager.cs (1)
398List<PropertyDescriptor> _toRemove = new List<PropertyDescriptor>();
src\Framework\MS\Internal\Data\ValueTable.cs (1)
250List<PropertyDescriptor> result = new List<PropertyDescriptor>();
src\Framework\MS\Internal\Documents\ContentHostHelper.cs (1)
113pageViews = new List<DocumentPageView>();
src\Framework\MS\Internal\Documents\DocumentPageTextView.cs (2)
320return new ReadOnlyCollection<GlyphRun>(new List<GlyphRun>()); 535return new ReadOnlyCollection<TextSegment>(new List<TextSegment>());
src\Framework\MS\Internal\Documents\MultiPageTextView.cs (2)
47_pageTextViews = new List<DocumentPageTextView>(); 692List<TextSegment> textSegments = new List<TextSegment>();
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
269List<Rect> rectangles = new List<Rect>();
src\Framework\MS\Internal\Documents\TextContainerHelper.cs (6)
92segments = new List<TextSegment>(); 321List<AutomationPeer> peers = new List<AutomationPeer>(); 446ancestorsStart = new List<object>(); 447positionsStart = new List<ITextPointer>(); 462ancestorsEnd = new List<object>(); 463positionsEnd = new List<ITextPointer>();
src\Framework\MS\Internal\Documents\TextDocumentView.cs (2)
366List<GlyphRun> glyphRuns = new List<GlyphRun>(); 601return new ReadOnlyCollection<TextSegment>(new List<TextSegment>());
src\Framework\MS\Internal\Documents\TextViewBase.cs (1)
116return new ReadOnlyCollection<GlyphRun>(new List<GlyphRun>());
src\Framework\MS\Internal\Documents\UIElementIsland.cs (2)
202return new ReadOnlyCollection<Rect>(new List<Rect>()); 212List<IInputElement> hostedElements = new List<IInputElement>();
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (1)
198_children = new List<BamlTreeNode>();
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (1)
591IList<BamlTreeNode> list = new List<BamlTreeNode>();
src\Framework\MS\Internal\Helper.cs (1)
910List<KeyValuePair<int, object>> itemValues = GetItemValues(owner, item) ?? new List<KeyValuePair<int, object>>();
src\Framework\MS\Internal\Ink\ElementsClipboardData.cs (1)
68return new List<UIElement>();
src\Framework\MS\Internal\Ink\HighContrastHelper.cs (1)
71__highContrastCallbackList = new List<WeakReference>();
src\Framework\MS\Internal\Ink\InkCanvasSelection.cs (2)
103_selectedElements = new List<UIElement>(); 852List<Rect> rects = new List<Rect>();
src\Framework\MS\Internal\Ink\LassoHelper.cs (1)
79List<Point> justAdded = new List<Point>();
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (5)
139List<Point> points = new List<Point>(); 191List<Point> points = new List<Point>(); 207List<Point> points = new List<Point>(); 249List<UIElement> elementsToSelect = new List<UIElement>(); 349List<UIElement> elementsToSelect = new List<UIElement>();
src\Framework\MS\Internal\Ink\TextClipboardData.cs (1)
82ElementList = new List<UIElement>();
src\Framework\MS\Internal\Ink\XamlClipboardData.cs (1)
130ElementList = new List<UIElement>();
src\Framework\MS\Internal\LayoutDump.cs (1)
361List<UIElement> uiElements = new List<UIElement>();
src\Framework\MS\Internal\PtsHost\BaseParaClient.cs (2)
151return new List<Rect>(); 161rectangles = new List<Rect>();
src\Framework\MS\Internal\PtsHost\BreakRecordTable.cs (1)
42_breakRecords = new List<BreakRecordTableEntry>();
src\Framework\MS\Internal\PtsHost\ContainerParaClient.cs (2)
161List<Rect> rectangles = new List<Rect>(); 190rectangles = new List<Rect>();
src\Framework\MS\Internal\PtsHost\FigureParaClient.cs (1)
333List<Rect> rectangles = new List<Rect>();
src\Framework\MS\Internal\PtsHost\FloaterParaClient.cs (1)
335List<Rect> rectangles = new List<Rect>();
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (1)
323List<Rect> rectangles = new List<Rect>();
src\Framework\MS\Internal\PtsHost\Line.cs (1)
510List<Rect> rectangles = new List<Rect>();
src\Framework\MS\Internal\PtsHost\PtsCache.cs (1)
265_releaseQueue = new List<PtsContext>();
src\Framework\MS\Internal\PtsHost\PtsHelper.cs (2)
492List<Rect> rectangles = new List<Rect>(); 531List<Rect> rectangles = new List<Rect>();
src\Framework\MS\Internal\PtsHost\PtsPage.cs (5)
242List<Rect> rectangles = new List<Rect>(); 1385List<Rect> rectangles = new List<Rect>(); 1434rectangles = new List<Rect>(); 1524List<Rect> rectangles = new List<Rect>(); 1700_floatingElementList = new List<BaseParaClient>();
src\Framework\MS\Internal\PtsHost\SubpageParaClient.cs (1)
261List<Rect> rectangles = new List<Rect>();
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (2)
477List<Rect> rectangles = new List<Rect>(); 491rectangles = new List<Rect>();
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (5)
297List<Rect> rectangles = new List<Rect>(); 4158List<Rect> rectangles = new List<Rect>(); 4200List<Rect> rectangles = new List<Rect>(); 4348List<Rect> rectangles = new List<Rect>(); 4394List<Rect> rectangles = new List<Rect>();
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (2)
914List<TextElement> attachedElements = new List<TextElement>(); 970List<AttachedObject> attachedObjects = new List<AttachedObject>();
src\Framework\MS\Internal\PtsHost\UIElementParaClient.cs (1)
97List<Rect> rectangles = new List<Rect>();
src\Framework\MS\Internal\Text\Line.cs (1)
168List<Rect> rectangles = new List<Rect>();
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordSegment.cs (1)
57List<AlternateWordForm> result = new List<AlternateWordForm>();
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordsSegmenter.cs (2)
162List<WordSegment> result = new List<WordSegment>(); 245private static List<string> ScriptCodesRequiringDedicatedSegmenter { get; } = new List<string>
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
379IList<IAttachedAnnotation> attachedAnnotations = new List<IAttachedAnnotation>();
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (1)
745List<Annotation> annotations = new List<Annotation>();
src\Framework\System\Windows\Annotations\AnnotationService.cs (3)
1015IList<IAttachedAnnotation> dirtyAnnotations = new List<IAttachedAnnotation>(); 1045IList<UIElement> processedElements = new List<UIElement>(); 1231List<IAttachedAnnotation> result = new List<IAttachedAnnotation>();
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (3)
802IList<Uri> allNamespaces = new List<Uri>(); 855IList<string> supportedNamespaces = new List<string>(); 1072List<Uri> _ignoredNamespaces = new List<Uri>();
src\Framework\System\Windows\Automation\Peers\CalendarAutomationPeer.cs (3)
117List<AutomationPeer> peers = new List<AutomationPeer>(); 487List<IRawElementProviderSimple> providers = new List<IRawElementProviderSimple>(); 634List<IRawElementProviderSimple> providers = new List<IRawElementProviderSimple>();
src\Framework\System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
83children = new List<AutomationPeer>();
src\Framework\System\Windows\Automation\Peers\DataGridAutomationPeer.cs (3)
178List<IRawElementProviderSimple> selectedProviders = new List<IRawElementProviderSimple>(); 243List<IRawElementProviderSimple> providers = new List<IRawElementProviderSimple>(); 277List<IRawElementProviderSimple> providers = new List<IRawElementProviderSimple>();
src\Framework\System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
382List<IRawElementProviderSimple> selectedProviders = new List<IRawElementProviderSimple>();
src\Framework\System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
84children = new List<AutomationPeer>();
src\Framework\System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
79children = new List<AutomationPeer>();
src\Framework\System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
108children = new List<AutomationPeer>();
src\Framework\System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
84children = new List<AutomationPeer>();
src\Framework\System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
155children = new List<AutomationPeer>();
src\Framework\System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (1)
60List<AutomationPeer> list = new List<AutomationPeer>();
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (3)
538_recentlyRealizedPeers = new List<ItemAutomationPeer>(); 653_list = new List<KeyValuePair<object, T>>(); 699List<object> cleanUpItemsCollection = new List<object>();
src\Framework\System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
171return new List<AutomationPeer>();
src\Framework\System\Windows\Automation\Peers\StatusBarAutomationPeer.cs (2)
42List<AutomationPeer> list = new List<AutomationPeer>(); 100children = new List<AutomationPeer>();
src\Framework\System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
136return new List<AutomationPeer>();
src\Framework\System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
72children = new List<AutomationPeer>();
src\Framework\System\Windows\BroadcastEventHelper.cs (1)
258List<DependencyObject> eventRoute = new List<DependencyObject>();
src\Framework\System\Windows\Controls\AlternationConverter.cs (1)
61List<object> _values = new List<object>();
src\Framework\System\Windows\Controls\CustomDictionarySources.cs (1)
50_uriList = new List<Uri>();
src\Framework\System\Windows\Controls\DataGrid.cs (6)
4708_pendingInfos = new List<ItemInfo>(); 5389ranges = new List<Tuple<int,int>>(); 7403GroupingSortDescriptionIndices = new List<int>(); 7659List<Tuple<int,int>> ranges = new List<Tuple<int, int>>(); 7738List<ItemInfo> list = new List<ItemInfo>(); 7758List<ItemInfo> list = new List<ItemInfo>();
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (4)
227List<int> realizedColumnIndices = new List<int>(); 228List<int> realizedColumnDisplayIndices = new List<int>(); 474List<RealizedColumnsBlock> resultList = new List<RealizedColumnsBlock>(); 1584List<int> additionalChildIndices = new List<int>();
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (2)
907List<DataGridColumn> unResolvedColumns = new List<DataGridColumn>(); 908List<DataGridColumn> partialResolvedColumns = new List<DataGridColumn>();
src\Framework\System\Windows\Controls\DataGridRowClipboardEventArgs.cs (1)
57_clipboardRowContent = new List<DataGridClipboardCellContent>();
src\Framework\System\Windows\Controls\DefinitionBase.cs (1)
752_registry = new List<DefinitionBase>();
src\Framework\System\Windows\Controls\GridViewColumnCollection.cs (2)
470private List<GridViewColumn> _columns = new List<GridViewColumn>(); 474private List<int> _actualIndices = new List<int>();
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
1606_gvHeaders = new List<GridViewColumnHeader>(); 1637_headersPositionList = new List<Rect>();
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (1)
412List<UIElement> list = new List<UIElement>();
src\Framework\System\Windows\Controls\InkCanvas.cs (3)
2196List<UIElement> newElements = new List<UIElement>(); 2652List<UIElement> elements = new List<UIElement>(); 2812removeSelectedElements ? new List<UIElement>() : elements,
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (2)
1014List<string> errors = new List<string>(); 1075List<string> sources = new List<string>();
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
3592List<DependencyObject> claimedContainers = new List<DependencyObject>();
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
81_pageViews = new ReadOnlyCollection<DocumentPageView>(new List<DocumentPageView>());
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
201registeredPopups = new List<Popup>();
src\Framework\System\Windows\Controls\Primitives\Selector.cs (3)
2343List<ItemInfo> unselected = new List<ItemInfo>(); 2344List<ItemInfo> selected = new List<ItemInfo>(); 2464? new List<ItemInfo>() : null;
src\Framework\System\Windows\Controls\TextAdaptor.cs (2)
140List<Rect> rectangles = new List<Rect>(); 502List<TextSegment> visibleTextSegments = new List<TextSegment>();
src\Framework\System\Windows\Controls\TextBlock.cs (1)
1891List<Rect> rectangles = new List<Rect>();
src\Framework\System\Windows\Controls\TextChangedEventArgs.cs (1)
100: this(id, action, new ReadOnlyCollection<TextChange>(new List<TextChange>()))
src\Framework\System\Windows\Controls\ToolBarTray.cs (1)
983private List<ToolBar> _band = new List<ToolBar>();
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (8)
34_regions = new List<CellRegion>(); 47_regions = (regions != null) ? new List<CellRegion>(regions) : new List<CellRegion>(); 207List<DataGridCellInfo> list = new List<DataGridCellInfo>(); 721remainder = new List<CellRegion>(); 840List<CellRegion> addList = new List<CellRegion>(); 925removeList = new List<CellRegion>(); 1417List<CellRegion> removeList = new List<CellRegion>(); 1548columnIndexRanges = new List<int>();
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (4)
10804previouslyMeasuredOffsets = new List<double>(); 12342= new List<Tuple<WeakReference<ItemsControl>,TraceList>>(); 12443private List<ScrollTraceRecord> _traceList = new List<ScrollTraceRecord>(); 12866List<ChildInfo> list = new List<ChildInfo>();
src\Framework\System\Windows\Data\BindingExpression.cs (1)
2367result = new List<object>();
src\Framework\System\Windows\Data\BindingExpressionBase.cs (3)
302list = new List<ValidationError>(); 2310notifyDataErrors = new List<ValidationError>(); 2352toAdd = new List<object>();
src\Framework\System\Windows\Data\BindingGroup.cs (3)
267List<ValidationError> errors = new List<ValidationError>(); 1123itemErrors = new List<ValidationError>(); 1659List<BindingExpressionBase> result = new List<BindingExpressionBase>();
src\Framework\System\Windows\Data\BindingListCollectionView.cs (2)
2414List<AbandonedGroupItem> deleteList = new List<AbandonedGroupItem>(); 2506_deferredActions = new List<Action>();
src\Framework\System\Windows\Data\BindingOperations.cs (1)
621List<Exception> _log = new List<Exception>();
src\Framework\System\Windows\Data\CollectionView.cs (1)
1504List<ItemPropertyInfo> list = new List<ItemPropertyInfo>();
src\Framework\System\Windows\Data\ListCollectionView.cs (2)
3244List<AbandonedGroupItem> deleteList = new List<AbandonedGroupItem>(); 3315_deferredActions = new List<Action>();
src\Framework\System\Windows\Documents\DocumentReferenceCollection.cs (1)
151_internalList = new List<DocumentReference>();
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
698_pendingPages = new List<RequestedPage>();
src\Framework\System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (1)
43_elementList = new List<BlockElement>();
src\Framework\System\Windows\Documents\DocumentStructures\StoryFragments.cs (2)
43_elementList = new List<StoryFragment>(); 104_elementList = new List<BlockElement>();
src\Framework\System\Windows\Documents\FixedDocument.cs (2)
868_pendingPages = new List<PageContent>(); 1103List<FixedPage> oldHighlightPages = new List<FixedPage>();
src\Framework\System\Windows\Documents\FixedFlowMap.cs (2)
355_flowOrder = new List<FlowNode>(); 403entry = new List<FixedSOMElement>();
src\Framework\System\Windows\Documents\FixedSOMContainer.cs (2)
32_semanticBoxes = new List<FixedSOMSemanticBox>(); 222_fixedNodes = new List<FixedNode>();
src\Framework\System\Windows\Documents\FixedSOMLineCollection.cs (2)
40_verticals = new List<FixedSOMLineRanges>(); 41_horizontals = new List<FixedSOMLineRanges>();
src\Framework\System\Windows\Documents\FixedSOMLineRanges.cs (2)
100_start = new List<double>(); 112_end = new List<double>();
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (4)
237_fixedNodes = new List<FixedNode>(); 770List<FixedSOMTableRow> tableRows = new List<FixedSOMTableRow>(); 1033List<FixedSOMTable> tables = new List<FixedSOMTable>(); 1142List<FixedSOMSemanticBox> groups = new List<FixedSOMSemanticBox>();
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (8)
770_pageStructures = new List<FixedPageStructure>(); 912List<FixedNode> fixedNodes = new List<FixedNode>(); 1280_hyperlinks = new List<LogicalHyperlink>(); 1404_textRuns = new List<FixedSOMTextRun>(); 1405_flowNodes = new List<FlowNode>(); 1406_fixedNodes = new List<FixedNode>(); 1407_nodesInLine = new List<FixedNode>(); 1408_lineResults = new List<FixedLineResult>();
src\Framework\System\Windows\Documents\Highlights.cs (1)
353ranges = new List<TextSegment>();
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (3)
648List<string> suggestions = new List<string>(); 704List<ISpellerSegment> subSegments = new List<ISpellerSegment>(); 953List<ISpellerSegment> segments = new List<ISpellerSegment>();
src\Framework\System\Windows\Documents\PageContentCollection.cs (1)
40_internalList = new List<PageContent>();
src\Framework\System\Windows\Documents\Serialization\SerializerProvider.cs (1)
62List<SerializerDescriptor> installedSerializers = new List<SerializerDescriptor>();
src\Framework\System\Windows\Documents\TextEffectResolver.cs (1)
64List<TextEffectTarget> list = new List<TextEffectTarget>();
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (2)
93List<int> ignoreList = new List<int>(); 356List<int> ignoreList = new List<int>();
src\Framework\System\Windows\Documents\TextStore.cs (1)
3981_compositionEventList = new List<CompositionEventRecord>();
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (4)
545_customDictionaryFiles[ietfLanguageTag] = new List<string>(); 997_empty = new List<ISpellerSegment>().AsReadOnly(); 1006List<string> result = new List<string>(); 1143List<SpellerSegment> segments = new List<SpellerSegment>();
src\Framework\System\Windows\Documents\WpfPayload.cs (1)
530_images = new List<Image>();
src\Framework\System\Windows\FrameworkTemplate.cs (1)
1560private List<String> _childNames = new List<string>();
src\Framework\System\Windows\Markup\Baml2006\Baml2006KeyRecord.cs (1)
52_resources = new List<Object>();
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (2)
271_context.KeyList = new List<KeyRecord>(); 959_context.KeyList = new List<KeyRecord>();
src\Framework\System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (4)
674private readonly List<BamlAssembly> _bamlAssembly = new List<BamlAssembly>(); 675private readonly List<object> _bamlType = new List<object>(); 676private readonly List<Object> _bamlProperty = new List<Object>(); 677private readonly List<string> _bamlString = new List<string>();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (14)
1772new List<Type>() { typeof(System.Type) }, 1852new List<Type>() { typeof(System.String) }, 2695new List<Type>() { typeof(System.Object) }, 2825new List<Type>() { typeof(System.Type), typeof(System.Object) }, 3165new List<Type>() { typeof(System.Object) }, 4033new List<Type>() { typeof(System.Object) }, 8294new List<Type>() { typeof(System.Windows.Data.RelativeSourceMode) }, 8301new List<Type>() { typeof(System.Windows.Data.RelativeSourceMode), typeof(System.Type), typeof(System.Int32) }, 9424new List<Type>() { typeof(System.String) }, 9443new List<Type>() { typeof(System.Object) }, 9875new List<Type>() { typeof(System.Windows.DependencyProperty) }, 10089new List<Type>() { typeof(System.String) }, 10651new List<Type>() { typeof(System.Type) }, 11830new List<Type>() { typeof(System.Object) },
src\Framework\System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
335xTypes = new List<XamlType>();
src\Framework\System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
354_themeHelpers = new List<ThemeKnownTypeHelper>();
src\Framework\System\Windows\Markup\Baml2006\WpfXamlType.cs (1)
178List<XamlMember> members = new List<XamlMember>();
src\Framework\System\Windows\Markup\BamlReader.cs (4)
1235_deferKeys = new List<BamlKeyInfo>(); 1373List<BamlRecord> srRecords = new List<BamlRecord>(); 2701list = new List<String>(); 3076_staticResources = new List<List<BamlRecord>>();
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
5719static List<ReaderContextStackData> _stackDataFactoryCache = new List<ReaderContextStackData>();
src\Framework\System\Windows\Markup\DependencyPropertyConverter.cs (1)
206List<XamlType> ceilingTypes = new List<XamlType>();
src\Framework\System\Windows\Markup\ParserContext.cs (1)
629_staticResourcesStack = new List<object[]>();
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
643static readonly List<Type> EmptyTypes = new List<Type>();
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (5)
344keyEntry.Predecessors = new List<int>(); 449private List<Entry> _entries = new List<Entry>(); 631argumentCompositeIndexes = new List<int>(); 637composites = new List<MarkupProperty>(); 1107List<Type> wrapperTypes = new List<Type>();
src\Framework\System\Windows\Markup\RoutedEventConverter.cs (1)
89List<XamlType> ceilingTypes = new List<XamlType>();
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
402list = new List<V>();
src\Framework\System\Windows\Markup\XmlnsCache.cs (1)
353List<ClrNamespaceAssemblyPair> pairList = new List<ClrNamespaceAssemblyPair>();
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
src\Framework\System\Windows\Media\Animation\Storyboard.cs (1)
586List<AnimationClock> clockList = new List<AnimationClock>();
src\Framework\System\Windows\Navigation\Journal.cs (1)
684private List<JournalEntry> _journalEntryList = new List<JournalEntry>();
src\Framework\System\Windows\ResourceDictionary.cs (1)
1114_deferredLocationList = new List<KeyRecord>();
src\Framework\System\Windows\Shell\JumpList.cs (9)
83RejectedItems = new List<JumpItem>().AsReadOnly(); 84RejectionReasons = new List<JumpItemRejectionReason>().AsReadOnly(); 109RemovedItems = new List<JumpItem>().AsReadOnly(); 345_jumpItems = new List<JumpItem>(); 616categories = new List<List<_ShellObjectPair>>() { new List<_ShellObjectPair>() }; 670categories.Add(new List<_ShellObjectPair>() { shellMap }); 887var retList = new List<_ShellObjectPair>(); 971var linksOnlyList = new List<_ShellObjectPair>();
src\Framework\System\Windows\Shell\WindowChrome.cs (1)
313private static readonly List<_SystemParameterBoundProperty> _BoundProperties = new List<_SystemParameterBoundProperty>
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (1)
89_messageTable = new List<HANDLE_MESSAGE>
src\Framework\System\Windows\StyleHelper.cs (4)
1119actionsList = new List<TriggerAction>(); 4789actionList = new List<DeferredAction>(); 5055List<TriggerBase> newList = new List<TriggerBase>(); 5101List<TriggerBase> newList = new List<TriggerBase>();
src\Framework\System\Windows\SystemResources.cs (4)
207List<ResourceDictionaryInfo> dictionaries = new List<ResourceDictionaryInfo>(); 238List<ResourceDictionaryInfo> dictionaries = new List<ResourceDictionaryInfo>(); 1077_dpiAwarenessContextAndDpis = new List<DpiUtil.HwndDpiInfo>(); 1288List<SystemResourceKey> keys = new List<SystemResourceKey>();
src\Framework\System\Windows\TemplateContent.cs (1)
255List<PropertyValue> sharedProperties = new List<PropertyValue>();
src\Framework\System\Windows\ThemeDictionaryExtension.cs (1)
204_themeDictionaryInfos = new List<ThemeDictionaryInfo>();
src\Framework\System\Windows\TriggerActionCollection.cs (1)
32_rawList = new List<TriggerAction>();
src\Framework\System\Windows\Window.cs (1)
7054var nativeIcons = new List<NativeMethods.IconHandle>();
SMDiagnostics (2)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (2)
84internal List<TraceNode> childNodes = new List<TraceNode>(); 85internal List<AttributeNode> attributes = new List<AttributeNode>();
SMSvcHost (14)
System\ServiceModel\Activation\AppPool.cs (1)
20this.apps = new List<App>();
System\ServiceModel\Activation\Diagnostics\ListenerPerfCounters.cs (1)
83ListenerPerfCounters.perfList = new List<PerformanceCounter>();
System\ServiceModel\Activation\ListenerAdapter.cs (3)
117List<App> existingApps = new List<App>(); 118List<App> removeApps = new List<App>(); 119List<App> delayRemoveApps = new List<App>();
System\ServiceModel\Activation\ListenerConnectionDemuxer.cs (1)
38this.connectionReaders = new List<InitialServerConnectionReader>();
System\ServiceModel\Activation\MessageQueue.cs (3)
23static List<MessageQueue> instances = new List<MessageQueue>(); 46paths = new List<BaseUriWithWildcard>(); 47workers = new List<WorkerProcess>();
System\ServiceModel\Activation\MsmqActivation.cs (2)
307List<QueueMonitor> monitors = new List<QueueMonitor>(); 308List<QueueMonitor> failedMonitors = new List<QueueMonitor>();
System\ServiceModel\Activation\NetPipeSectionData.cs (1)
31this.allowAccounts = new List<SecurityIdentifier>();
System\ServiceModel\Activation\NetTcpSectionData.cs (1)
35this.allowAccounts = new List<SecurityIdentifier>();
System\ServiceModel\Activation\SMSvcHost.cs (1)
96List<ServiceBase> services = new List<ServiceBase>();
svcutil (2)
CommandLineParser.cs (2)
99values = new List<string>(); 129result = new List<string>();
System (52)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
3514List<String> lines = new List<String>();
compmod\microsoft\win32\SystemEvents.cs (1)
348invokeItems = new List<SystemEventInvokeInfo>();
compmod\system\collections\generic\sortedset.cs (3)
269List<Node> processQueue = new List<Node>(); 1823List<T> toRemove = new List<T>(); 1898List<Node> processQueue = new List<Node>();
compmod\system\componentmodel\EnumConverter.cs (1)
200List<Enum> flagValues = new List<Enum>();
compmod\system\componentmodel\MaskedTextProvider.cs (2)
313this.stringDescriptor = new List<CharDescriptor>(); 593List<int> editPositions = new List<int>();
compmod\system\diagnostics\Switch.cs (1)
40private static List<WeakReference> switches = new List<WeakReference>();
compmod\system\diagnostics\TraceSource.cs (1)
19private static List<WeakReference> tracesources = new List<WeakReference>();
net\System\Net\_Connection.cs (1)
495m_WaitList = new List<WaitListItem>();
net\System\Net\_ProxyChain.cs (1)
19private List<Uri> m_Cache = new List<Uri>();
net\System\Net\_SafeNetHandles.cs (1)
935unmanagedMemoryList = new List<IntPtr>();
net\System\Net\_ServiceNameStore.cs (1)
25serviceNames = new List<string>();
net\System\Net\_TimerThread.cs (1)
246List<int> garbage = new List<int>();
net\System\Net\cookie.cs (1)
589List<int> portList = new List<int>();
net\System\Net\cookiecontainer.cs (2)
710List<string> domainAttributeMatchAnyCookieVariant = new List<string>(); 711List<string> domainAttributeMatchOnlyCookieVariantPlain = new List<string>();
net\System\Net\HttpListenerRequest.cs (2)
1037m_TokenBindings = new List<TokenBinding>(); 1067m_TokenBindings = new List<TokenBinding>();
net\System\Net\HttpListenerRequestUriBuilder.cs (1)
194rawOctets = new List<byte>();
net\System\Net\HttpListenerResponse.cs (1)
726pinnedHeaders = new List<GCHandle>();
net\System\Net\mail\MailAddressParser.cs (1)
45IList<MailAddress> results = new List<MailAddress>();
net\System\Net\mail\MailBnfHelper.cs (1)
63Whitespace = new List<char>();
net\System\Net\NetWebProxyFinder.cs (1)
415IList<string> result = new List<string>();
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (4)
125List<TcpConnectionInformation> list = new List<TcpConnectionInformation>(); 137List<IPEndPoint> list = new List<IPEndPoint>(); 155List<SystemTcpConnectionInformation> tcpConnections = new List<SystemTcpConnectionInformation>(); 262List<IPEndPoint> udpListeners = new List<IPEndPoint>();
net\System\Net\NetworkInformation\SystemNetworkInterface.cs (1)
82List<SystemNetworkInterface> interfaceList = new List<SystemNetworkInterface>();
net\System\Net\NetworkInformation\TeredoHelper.cs (1)
52pendingNotifications = new List<TeredoHelper>();
net\System\Net\ServicePoint.cs (2)
706connectionGroupNames = new List<string>(); 720connectionGroupNames = new List<string>();
net\System\Net\Sockets\_DynamicWinsockMethods.cs (1)
17private static List<DynamicWinsockMethods> s_MethodTable = new List<DynamicWinsockMethods>();
net\System\Net\WebSockets\ClientWebSocket.cs (1)
414requestedSubProtocols = new List<string>();
net\System\Net\WebSockets\WebSocketHelpers.cs (1)
91List<string> secWebSocketProtocols = new List<string>();
parent\parent\parent\InternalApis\NDP_Common\inc\PinnableBufferCache.cs (1)
254List<object> notInGen2 = new List<object>();
regex\system\text\regularexpressions\RegexCompiler.cs (1)
3086List<CustomAttributeBuilder> assemblyAttributes = new List<CustomAttributeBuilder>();
regex\system\text\regularexpressions\RegexParser.cs (4)
193_optionsStack = new List<RegexOptions>(); 1635_capnamelist = new List<String>(); 1700_capnamelist = new List<String>(); 1705_capnamelist = new List<String>();
regex\system\text\regularexpressions\RegexReplacement.cs (5)
38strings = new List<String>(); 39rules = new List<Int32>(); 223List<String> al = new List<String>(); 305List<String> al = new List<String>(); 366List<String> al = new List<String>();
regex\system\text\regularexpressions\RegexWriter.cs (1)
67_stringtable = new List<String>();
security\system\security\cryptography\x509\x509utils.cs (1)
493List<string> oidStrs = new List<string>();
sys\system\collections\concurrent\ConcurrentBag.cs (3)
379List<int> versionsList = new List<int>(); // save the lists version 589return new List<T>().GetEnumerator(); // empty list 891List<T> list = new List<T>();
System.Activities (96)
Microsoft\VisualBasic\Activities\VisualBasicDesignerHelper.cs (1)
692assemblies = new List<string>();
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (5)
186List<string> namespaceList = new List<string>(); 187List<AssemblyReference> assemblyList = new List<AssemblyReference>(); 301List<Import> importList = new List<Import>(); 439List<Import> importList = new List<Import>(); 1326List<Expression> variableList = new List<Expression>();
System\Activities\Activity.cs (2)
1120validationErrors = new List<ValidationError>(); 1744IList<RuntimeArgument> runtimeArguments = new List<RuntimeArgument>();
System\Activities\ActivityDelegate.cs (1)
130IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>();
System\Activities\ActivityLocationReferenceEnvironment.cs (1)
114this.unnamedDeclarations = new List<LocationReference>();
System\Activities\ActivityUtilities.cs (2)
732validationErrors = new List<ValidationError>(); 1148list = new List<T>();
System\Activities\Debugger\CharacterSpottingTextReader.cs (5)
36this.startAngleBrackets = new List<DocumentLocation>(); 37this.endAngleBrackets = new List<DocumentLocation>(); 38this.singleQuotes = new List<DocumentLocation>(); 39this.doubleQuotes = new List<DocumentLocation>(); 40this.endLines = new List<DocumentLocation>();
System\Activities\Debugger\DebugInfo.cs (5)
199List<Variable> allVariables = new List<Variable>(); 200List<RuntimeArgument> allArguments = new List<RuntimeArgument>(); 201List<DelegateArgument> allDelegateArguments = new List<DelegateArgument>(); 260List<Variable> cleanUpList = new List<Variable>(); 282List<DelegateArgument> cleanUpList = new List<DelegateArgument>();
System\Activities\Debugger\DebugManager.cs (1)
129this.temporaryFiles = new List<string>();
System\Activities\Debugger\InstrumentationTracker.cs (1)
96List<Activity> sameSourceSubRoots = new List<Activity>();
System\Activities\Debugger\SourceLocationProvider.cs (1)
380List<ActivitySymbol> symbols = new List<ActivitySymbol>();
System\Activities\Debugger\StateManager.cs (2)
65this.threads = new List<LogicalThread>(); 457this.states = new List<State>();
System\Activities\DurableInstancing\ActivatableWorkflowsQueryResult.cs (1)
28ActivationParameters = new List<IDictionary<XName, object>>
System\Activities\DynamicUpdate\ArgumentInfo.cs (1)
181return new List<ArgumentInfo>();
System\Activities\DynamicUpdate\DynamicUpdateMap.cs (2)
75this.newArguments = new List<ArgumentInfo>(); 91this.oldArguments = new List<ArgumentInfo>();
System\Activities\DynamicUpdate\DynamicUpdateMapBuilder.cs (1)
319this.blockList = new List<ActivityBlockingUpdate>();
System\Activities\DynamicUpdate\EnvironmentUpdateMap.cs (4)
134this.variableEntries = new List<EnvironmentUpdateMapEntry>(); 147this.privateVariableEntries = new List<EnvironmentUpdateMapEntry>(); 160this.argumentEntries = new List<EnvironmentUpdateMapEntry>(); 256List<EnvironmentUpdateMapEntry> result = new List<EnvironmentUpdateMapEntry>();
System\Activities\ExclusiveHandle.cs (3)
44return new ReadOnlyCollection<BookmarkScopeHandle>(new List<BookmarkScopeHandle>()); 245this.bookmarkScopes = new List<BookmarkScopeHandle>(); 312this.bookmarks = new List<Bookmark>();
System\Activities\Expressions\CompiledExpressionInvoker.cs (1)
53this.locationReferences = new List<LocationReference>();
System\Activities\Hosting\SymbolResolver.cs (1)
325List<LocationReference> list = new List<LocationReference>();
System\Activities\Hosting\WorkflowInstance.cs (2)
244result = new List<ActivityBlockingUpdate>(); 336blockingActivities = new List<ActivityBlockingUpdate>
System\Activities\Hosting\WorkflowInstanceExtensionCollection.cs (3)
90typesToRemove = new List<Type>(); 246this.workflowInstanceExtensions = new List<IWorkflowInstanceExtension>(); 269this.workflowInstanceExtensions = new List<IWorkflowInstanceExtension>();
System\Activities\Hosting\WorkflowInstanceExtensionManager.cs (3)
122this.SingletonExtensions = new List<object>(); 139this.ExtensionProviders = new List<KeyValuePair<Type, WorkflowInstanceExtensionProvider>>(); 193targetCollection = new List<object>();
System\Activities\HybridDictionary.cs (2)
51return new ReadOnlyCollection<TValue>(new List<TValue>() { this.singleItemValue }); 68return new ReadOnlyCollection<TKey>(new List<TKey>() { this.singleItemKey });
System\Activities\IdSpace.cs (1)
86this.members = new List<Activity>();
System\Activities\QualifiedId.cs (1)
179List<int> tmpList = new List<int>();
System\Activities\Runtime\ActivityExecutor.cs (3)
2599bookmarks = new List<BookmarkInfo>(); 2769this.executingSecondaryRootInstances = new List<ActivityInstance>(); 3063this.handles = new List<Handle>();
System\Activities\Runtime\ActivityInstanceMap.cs (3)
133List<int> currentQIDBuilder = new List<int>(); 258IList<InstanceListNeedingUpdate> instanceListsToUpdate = new List<InstanceListNeedingUpdate>(); 433addedLocationReferenceIndexes = new List<int>();
System\Activities\Runtime\BookmarkScopeManager.cs (3)
296bookmarks = new List<BookmarkInfo>(); 327List<BookmarkInfo> bookmarks = new List<BookmarkInfo>(); 440this.uninitializedScopes = new List<BookmarkScope>();
System\Activities\Runtime\ExecutionPropertyManager.cs (1)
195list = new List<T>();
System\Activities\Runtime\LocationEnvironment.cs (1)
253this.handles = new List<Handle>();
System\Activities\Runtime\MappableObjectManager.cs (1)
66this.mappableLocations = new List<MappableLocation>();
System\Activities\Statements\ExecutionTracker.cs (1)
18this.executionOrderedList = new List<CompensationTokenData>();
System\Activities\Statements\Flowchart.cs (1)
249List<FlowNode> connected = new List<FlowNode>();
System\Activities\Statements\InternalState.cs (1)
526List<Activity> newTriggers = new List<Activity>();
System\Activities\Statements\StateMachine.cs (1)
383unconditionalTransitionMapping.Add(triggerActivity, new List<Transition>());
System\Activities\Statements\TimerTable.cs (1)
274this.list = new List<TimerData>();
System\Activities\Tracking\RuntimeTrackingProfile.cs (5)
128this.activityNames = new List<string>(); 180this.activityScheduledSubscriptions = new List<ActivityScheduledQuery>(); 190this.cancelRequestedSubscriptions = new List<CancelRequestedQuery>(); 200this.faultPropagationSubscriptions = new List<FaultPropagationQuery>(); 223this.customTrackingQuerySubscriptions = new List<CustomTrackingQuery>();
System\Activities\Tracking\TrackingProvider.cs (2)
126this.pendingTrackingRecords = new List<TrackingRecord>(); 137this.trackingParticipants = new List<TrackingParticipant>();
System\Activities\Validation\ActivityValidationServices.cs (3)
92List<Activity> listOfChildren = new List<Activity>(); 153unusedArguments = new List<string>(); 415validationErrors = new List<ValidationError>();
System\Activities\Validation\ValidationContext.cs (2)
35List<Activity> parentsList = new List<Activity>(); 83validationErrors = new List<ValidationError>();
System\Activities\Validation\ValidationHelper.cs (3)
155arguments = new List<RuntimeArgument>(); 167requiredArgumentsNotInOverloadGroups = new List<RuntimeArgument>(); 398listValues = new List<string> { listEntry };
System\Activities\WorkflowDataContext.cs (1)
78List<PropertyDescriptorImpl> propertyList = new List<PropertyDescriptorImpl>();
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (3)
802this.defaultValueNodes = new List<KeyValuePair<string, XamlNodeQueue>>(); 1057currentFrame.PropertyReferences = new List<ActivityPropertyReference>(); 1152this.Members = new List<KeyValuePair<XamlMember, XamlNodeQueue>>();
System\Activities\XamlIntegration\CompiledDataContext.cs (1)
29this.locationReferences = new List<LocationReference>();
System\Activities\XamlIntegration\CompiledLocation.cs (1)
158this.locationReferences = new List<LocationReference>();
System\Activities\XamlIntegration\NamespaceTable.cs (2)
18this.tempNamespaceList = new List<NamespaceDeclaration>(); 70this.tempNamespaceList = new List<NamespaceDeclaration>();
System\Activities\XamlIntegration\TextExpressionCompiler.cs (3)
102this.expressionDescriptors = new List<CompiledExpressionDescriptor>(); 690List<string> requiredLocationReferences = new List<string>(); 2356List<TextExpressionCompilerError> messages = new List<TextExpressionCompilerError>();
System.Activities.Core.Presentation (66)
System\Activities\Core\Presentation\DynamicActivityPropertyChooserViewModel.cs (2)
54this.dropDownItems = new ReadOnlyCollection<DynamicActivityProperty>(new List<DynamicActivityProperty>()); 99List<DynamicActivityProperty> list = new List<DynamicActivityProperty>();
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (3)
38this.OnItemsDelete(new List<ModelItem> { modelItem }); 271List<ModelItem> modelItemsToSelect = new List<ModelItem>(); 279List<ModelItem> modelItemsPerMetaData = new List<ModelItem>();
System\Activities\Core\Presentation\FlowchartDesigner.Helpers.cs (4)
153List<ConnectionPoint> filteredConnectionPoints = new List<ConnectionPoint>(); 204List<ConnectionPoint> connectionPoints = new List<ConnectionPoint>(); 236List<Connector> outGoingConnectors = new List<Connector>(); 250List<Connector> inComingConnectors = new List<Connector>();
System\Activities\Core\Presentation\FlowchartDesigner.ModelChangeReactions.cs (7)
223this.AddFlowElementsToDesigner(new List<ModelItem> { collectionChange.Item }); 355List<Connector> oldIncomingConnectors = new List<Connector>(); 364this.AddFlowElementsToDesigner(new List<ModelItem> { propertyChange.Owner }); 381List<UIElement> viewsAdded = new List<UIElement>(); 398List<Tuple<UIElement, UIElement, ModelItem>> elem2elemConnections = new List<Tuple<UIElement, UIElement, ModelItem>>(); 399List<Tuple<ConnectionPoint, UIElement, ModelItem>> point2elemConnections = new List<Tuple<ConnectionPoint, UIElement, ModelItem>>(); 528List<Connector> connectorList = new List<Connector>();
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (9)
554List<ConnectionPoint> connectionPointsToShow = new List<ConnectionPoint>(); 889bindings.ConverterParameter = new List<Object> { widthFraction, heightFraction, element.Margin }; 1124connectionPoints = new List<ConnectionPoint> 1154connectionPoints = new List<ConnectionPoint> 1169connectionPoints = new List<ConnectionPoint> 1531List<WorkflowViewElement> movedViewElements = new List<WorkflowViewElement>(); 1979else if ((new List<Key> { Key.Left, Key.Right, Key.Up, Key.Down }).Contains(e.Key) 2137flowchartDesigner.UpdateViewStateToAvoidOverlapOnPaste(new List<ModelItem> { activityModelItem }); 2153List<Adorner> adornerList = new List<Adorner>();
System\Activities\Core\Presentation\InvokeDelegateValidationFeature.cs (1)
38this.constraints = new List<Constraint> { this.CreateCheckDelegateRule(this.editingContext) };
System\Activities\Core\Presentation\PickValidationErrorSourceLocator.cs (2)
17return new List<object> { errorSource }; 59List<object> path = new List<object>();
System\Activities\Core\Presentation\RegisterMetadataDelayedWorker.cs (1)
45currentDelayedWorkItems = new List<Action<AttributeTableBuilder>>();
System\Activities\Core\Presentation\StateContainerEditor.CompositeView.cs (4)
44this.DoDeleteItems(new List<ModelItem> { modelItem }, false); 112List<ModelItem> allStateModelItemsToDelete = new List<ModelItem>(); 339List<ModelItem> modelItemsPasted = new List<ModelItem>(); 340List<State> states = new List<State>();
System\Activities\Core\Presentation\StateContainerEditor.ModelChangeReactions.cs (1)
67this.AddStateVisuals(new List<ModelItem> { added });
System\Activities\Core\Presentation\StateContainerEditor.Utilities.cs (6)
172List<Adorner> adornersRemoved = new List<Adorner>(); 214List<Connector> outgoingConnectors = new List<Connector>(); 228List<Connector> incomingConnectors = new List<Connector>(); 334List<ConnectionPoint> filteredConnectionPoints = new List<ConnectionPoint>(); 386return new List<ConnectionPoint>(); 474List<ModelItem> transitionModelItems = new List<ModelItem>();
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (11)
192this.transitionModelItemsAdded = new List<ModelItem>(); 193this.transitionModelItemsRemoved = new List<ModelItem>(); 604List<UIElement> viewsAdded = new List<UIElement>(); 649List<UIElement> removedStateDesigners = new List<UIElement>(); 731List<ModelItem> transitions = new List<ModelItem>(); 1047bindings.ConverterParameter = new List<Object> { widthFraction, heightFraction, element.Margin }; 1066List<ConnectionPoint> connectionPoints = new List<ConnectionPoint>(); 1093List<ConnectionPoint> connectionPointsToShow = new List<ConnectionPoint>(); 1161List<ConnectionPoint> usedConnectionPoints = new List<ConnectionPoint>(); 1884List<ModelItem> modelItemsToSelect = new List<ModelItem>(); 2143else if ((new List<Key> { Key.Left, Key.Right, Key.Up, Key.Down }).Contains(e.Key)
System\Activities\Core\Presentation\StateMachineValidationErrorSourceLocator.cs (2)
18return new List<object> { errorSource }; 72List<object> path = new List<object>();
System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (1)
127defaultTypes = new List<Type>
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (1)
490List<ModelItem> availableStates = new List<ModelItem>();
System\Activities\Presentation\TypeCollectionDesigner.xaml.cs (1)
102List<TypeWrapper> list = new List<TypeWrapper>();
System\ServiceModel\Activities\Presentation\BindingEditor.xaml.cs (1)
25List<BindingDescriptor> bindingElements = new List<BindingDescriptor>();
System\ServiceModel\Activities\Presentation\Converters\ReceiveMessageContentSearchableStringConverter.cs (1)
15List<string> results = new List<string>();
System\ServiceModel\Activities\Presentation\Converters\ReceiveParametersContentSearchableStringConverter.cs (1)
16List<string> results = new List<string>();
System\ServiceModel\Activities\Presentation\Converters\SendMessageContentSearchableStringConverter.cs (1)
15List<string> results = new List<string>();
System\ServiceModel\Activities\Presentation\Converters\SendParametersContentSearchableStringConverter.cs (1)
16List<string> results = new List<string>();
System\ServiceModel\Activities\Presentation\Converters\XPathMessageQuerySearchableStringConverter.cs (1)
16IList<string> results = new List<string>();
System\ServiceModel\Activities\Presentation\MessageQueryEditor.xaml.cs (1)
215var items = new List<ExpanderTypeEntry>();
System\ServiceModel\Activities\Presentation\MessageQuerySetDesigner.xaml.cs (1)
182var result = new List<KeyValuePair<string, Type>>();
System\ServiceModel\Activities\Presentation\ReceiveReplyValidationFeature.cs (1)
31this.constraints = new List<Constraint> { UnrootedRequestRule() };
System\ServiceModel\Activities\Presentation\SendReplyValidationFeature.cs (1)
31this.constraints = new List<Constraint> { UnrootedRequestRule() };
System.Activities.DurableInstancing (7)
System\Activities\DurableInstancing\BinaryHeap.cs (2)
104ICollection<KeyValuePair<TKey, TValue>> result = new List<KeyValuePair<TKey, TValue>>(); 154ICollection<KeyValuePair<TKey, TValue>> result = new List<KeyValuePair<TKey, TValue>>();
System\Activities\DurableInstancing\CorrelationKey.cs (2)
77result = new List<CorrelationKey>(); 85List<CorrelationKey> result = new List<CorrelationKey>();
System\Activities\DurableInstancing\QueryActivatableWorkflowAsyncResult.cs (1)
41List<IDictionary<XName, object>> activationParametersList = new List<IDictionary<XName, object>>();
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (2)
285List<XName> variant = new List<XName>(); 306List<XName> binary = new List<XName>();
System.Activities.Presentation (223)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DefaultValueAttributeInfo.cs (1)
23return new List<object>() { attribute.Value };
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignerAttributeInfo.cs (1)
17return new List<object>() { Type.GetType(attribute.DesignerTypeName) };
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (1)
104this.localNamespacesWithAssemblyInfo = new List<NamespaceDeclaration>();
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\EditorAttributeInfo.cs (1)
17return new List<object>() { Type.GetType(attribute.EditorTypeName), Type.GetType(attribute.EditorBaseTypeName) };
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\MultiTargetingTypeResolver.cs (1)
34List<string> newProperties = new List<string>();
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\SourceTextScanner.cs (1)
30this.indexCache = new List<Tuple<int, int>>();
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateXamlHelper.cs (1)
26static readonly List<string> SourceLocationNames = new List<string>
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (2)
158localAsmNamespaces = new List<NamespaceDeclaration>(); 692result = new List<XamlLoadErrorInfo>();
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (2)
40supportedTypes = new List<Type>(); 44conversionRequiredTypes = new List<Type>();
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\XamlTypeWithExtraPropertiesRemoved.cs (1)
36List<XamlMember> members = new List<XamlMember>();
System.Activities.Presentation\System\Activities\Presentation\ActivityDelegateUtilities.cs (2)
66List<ActivityDelegateInfo> list = new List<ActivityDelegateInfo>(); 84List<PropertyInfo> result = new List<PropertyInfo>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (1)
570errors = new List<string>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (2)
101List<AutomationPeer> children = new List<AutomationPeer>(); 498_children = new List<AutomationPeer>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryListAutomationPeer.cs (1)
49_children = new List<AutomationPeer>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\PropertyInspectorAutomationPeer.cs (1)
64_children = new List<AutomationPeer>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\SubPropertyEditorAutomationPeer.cs (1)
42_children = new List<AutomationPeer>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (4)
200editorTypes = new List<Type>(); 456List<NewItemTypesAttribute> newItemTypesList = new List<NewItemTypesAttribute>(); 773subProperties = new List<ModelProperty>(); 808subProperties = new List<ModelProperty>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\ComposingConverter.cs (1)
18private List<IValueConverter> converters = new List<IValueConverter>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\SwitchConverter.cs (1)
32this.cases = new List<SwitchCase>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UserInterface\FocusScopeManager.cs (1)
32private List<WeakReference> scopes = new List<WeakReference>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (3)
48private List<ModelProperty> _properties = new List<ModelProperty>(); 539textBlockTextProperties = new List<ModelProperty>(); 732private static readonly List<Type> NoCategoryEditorTypes = new List<Type>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntryCollection.cs (1)
152_properties = new List<ModelPropertyEntry>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyMerger.cs (1)
28_emptyCollection = new List<IList<ModelProperty>>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValueCollection.cs (3)
45_values = new List<ModelPropertyIndexer>(); 104_values = new List<ModelPropertyIndexer>(); 127_values = new List<ModelPropertyIndexer>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (2)
52private List<ModelEditingScope> _pendingTransactions = new List<ModelEditingScope>(); 797editorTypesToRemove = new List<Type>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyValueEditorCommandHandler.cs (2)
29private List<CommandBinding> _activeCommandBindings = new List<CommandBinding>(); 30private List<ModelEditingScope> _pendingTransactions = new List<ModelEditingScope>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (2)
174if (toRemove == null) toRemove = new List<Type>(); 184if (toRemove == null) toRemove = new List<Type>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyFilter.cs (1)
16private List<PropertyFilterPredicate> _predicates = new List<PropertyFilterPredicate>();
System.Activities.Presentation\System\Activities\Presentation\BookmarkUndoUnit.cs (2)
22this.DoList = new List<UndoUnit>(); 23this.RedoList = new List<UndoUnit>();
System.Activities.Presentation\System\Activities\Presentation\Converters\ActivityActionSearchableStringConverter.cs (1)
14IList<string> results = new List<string>();
System.Activities.Presentation\System\Activities\Presentation\Converters\ArgumentSearchableStringConverter.cs (1)
13IList<string> results = new List<string>();
System.Activities.Presentation\System\Activities\Presentation\Converters\EmptySearchableStringConverter.cs (1)
16return new List<string>();
System.Activities.Presentation\System\Activities\Presentation\Converters\EncodingSearchableStringConverter.cs (1)
16IList<string> results = new List<string>();
System.Activities.Presentation\System\Activities\Presentation\Converters\TypeSearchableStringConverter.cs (1)
15IList<string> results = new List<string>();
System.Activities.Presentation\System\Activities\Presentation\Converters\VisualBasicValueSearchableStringConverter.cs (1)
20IList<string> results = new List<string>();
System.Activities.Presentation\System\Activities\Presentation\Converters\XNameSearchableStringConverter.cs (1)
14IList<string> results = new List<string>();
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (7)
55disallowedTypesForCopy = new List<Type>(); 152List<object> mergedItemsToPaste = new List<object>(); 275metaData = new List<object>(); 315notifyDictionary[container] = new List<ModelItem>(); 391List<WorkflowViewElement> parentViewElements = new List<WorkflowViewElement>(); 440clipboardObjects = new List<object>(); 573List<object> data = new List<object>();
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
374List<SourceLocation> unmappedLocations = new List<SourceLocation>();
System.Activities.Presentation\System\Activities\Presentation\DefaultCommandExtensionCallback.cs (28)
25new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.P) }); 27new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.E) }); 29new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.X) }); 31new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.C) }); 33new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.Y) }); 35new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.R) }); 37new List<KeyGesture> { 41new List<KeyGesture> { 45new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.A) }); 47new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.V) }); 49new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.I) }); 51new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.O) }); 53new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.N) }); 55new List<KeyGesture> { new KeyGesture(Key.F6, ModifierKeys.Control | ModifierKeys.Alt, "Ctrl + Alt + F6") }); 57new List<KeyGesture> { new KeyGesture(Key.Right, ModifierKeys.Alt, "Alt + Right Arrow") }); 59new List<KeyGesture> { new KeyGesture(Key.J, ModifierKeys.Control, "Ctrl + J") }); 61new List<KeyGesture> { new ChordKeyGesture(Key.K, Key.P) }); 63new List<KeyGesture> { new ChordKeyGesture(Key.K, Key.I) }); 65new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.M) }); 67new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.S) }); 69new List<KeyGesture> { new KeyGesture(Key.X, ModifierKeys.Control) }); 71new List<KeyGesture> { new KeyGesture(Key.C, ModifierKeys.Control) }); 73new List<KeyGesture> { new KeyGesture(Key.V, ModifierKeys.Control) }); 75new List<KeyGesture> { new KeyGesture(Key.A, ModifierKeys.Control) }); 77new List<KeyGesture> { new KeyGesture(Key.Z, ModifierKeys.Control) }); 79new List<KeyGesture> { new KeyGesture(Key.Y, ModifierKeys.Control) }); 81new List<KeyGesture> { new KeyGesture(Key.Decimal, ModifierKeys.Alt) }); 83new List<KeyGesture> { new KeyGesture(Key.OemComma, ModifierKeys.Alt) });
System.Activities.Presentation\System\Activities\Presentation\DeleteHelper.cs (1)
57modelItemsPerContainer = new List<ModelItem>();
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
654List<string> errors = new List<string>();
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (8)
82List<ModelItem> draggedModelItems = new List<ModelItem>(); 154List<ModelItem> draggedModelItems = new List<ModelItem>(); 279List<Type> types = new List<Type>(); 324List<object> droppedObjects = new List<object>(); 594List<object> nonCompositeView = new List<object>(); 595List<object> retList = new List<object>(); 615viewItemListDictionary.Add(container, new List<ModelItem>()); 770List<WorkflowViewElement> draggedViewElements = new List<WorkflowViewElement>();
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoConnectHelper.cs (1)
88List<Rect> rects = new List<Rect>();
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectionPoint.cs (5)
30attachedConnectors = new List<Connector>(); 121return new List<Point> { topLeft, new Point(topLeft.X, topLeft.Y + parentHeight) }; 125return new List<Point> { new Point(topLeft.X + parentWidth, topLeft.Y), new Point(topLeft.X + parentWidth, topLeft.Y + parentHeight) }; 129return new List<Point> { topLeft, new Point(topLeft.X + parentWidth, topLeft.Y) }; 133return new List<Point> { new Point(topLeft.X, topLeft.Y + parentHeight), new Point(topLeft.X + parentWidth, topLeft.Y + parentHeight) };
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorEditor.cs (5)
41this.editPoints = new List<EditPoint>(); 140List<Point> segments = new List<Point>(); 237List<Point> segments = new List<Point>(); 364List<EditPoint> editPointsToRemove = new List<EditPoint>(); 492List<EditPoint> newEditPoints = new List<EditPoint>();
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (18)
169List<Rect> excludedRects = new List<Rect>(); 170List<Rect> srcDestRects = new List<Rect>(); 171List<Point> excludedLines = new List<Point>(); 256List<int> toRemove = new List<int>(); 686List<Point> refinedSet = new List<Point>(); 746List<Point> escapePointsA = new List<Point>(); //escape points from begin to end 747List<Point> escapePointsB = new List<Point>(); //escape points from end to begin 750List<ConnectorSegment> horizontalEscapeSegmentsA = new List<ConnectorSegment>(); 751List<ConnectorSegment> verticalEscapeSegmentsA = new List<ConnectorSegment>(); 754List<ConnectorSegment> horizontalEscapeSegmentsB = new List<ConnectorSegment>(); 755List<ConnectorSegment> verticalEscapeSegmentsB = new List<ConnectorSegment>(); 853List<Point> refinedPath = new List<Point>(); 889List<Point> newPath = new List<Point>(); 940List<Point> newPath = new List<Point>(); 1289List<ConnectorSegment> horizontalCovers = new List<ConnectorSegment>(); 1290List<ConnectorSegment> usedEscapeLine = new List<ConnectorSegment>(); 1291List<ConnectorSegment> verticalCovers = new List<ConnectorSegment>(); 1408List<ConnectorSegment> covers = new List<ConnectorSegment>();
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (1)
214List<DependencyObject> children = new List<DependencyObject>();
System.Activities.Presentation\System\Activities\Presentation\Metadata\ActivityArgumentHelper.cs (2)
138List<ExpressionReplacement> expressionReplacements = new List<ExpressionReplacement>(); 293argumentAccessorWrappers = new List<ArgumentAccessorWrapper>();
System.Activities.Presentation\System\Activities\Presentation\Model\AttachedPropertiesService.cs (1)
19this.properties = new List<AttachedProperty>();
System.Activities.Presentation\System\Activities\Presentation\Model\AttachedPropertyDescriptor.cs (1)
30List<Attribute> attributeList = new List<Attribute>();
System.Activities.Presentation\System\Activities\Presentation\Model\EditingScope.cs (3)
32this.changes = new List<Change>(); 171appliedChanges = new List<Change>(); 251List<Change> revertChanges = new List<Change>();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (3)
54this.subTreeNodesThatNeedBackLinkPatching = new List<ModelItem>(); 55this.modelItems = new List<ModelItem>(); 188List<ModelItem> list = new List<ModelItem>();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (3)
56this.subTreeNodesThatNeedBackLinkPatching = new List<ModelItem>(); 359List<ModelItem> list = new List<ModelItem>(); 1263List<PropertyDescriptor> properties = new List<PropertyDescriptor>();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (3)
59this.subTreeNodesThatNeedBackLinkPatching = new List<ModelItem>(); 182List<ModelItem> list = new List<ModelItem>(); 386List<PropertyDescriptor> properties = new List<PropertyDescriptor>();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (1)
106List<PropertyDescriptor> mergedProperties = new List<PropertyDescriptor>();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (4)
41List<SearchableEntry> entries = new List<SearchableEntry>(); 163List<string> searchableTexts = new List<string>(); 418List<string> results = new List<string>(); 427return new List<string>() { computedValue.ToString() };
System.Activities.Presentation\System\Activities\Presentation\Model\ModelServiceImpl.cs (1)
109List<ModelItem> modelItemsRemoved = new List<ModelItem>();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeItemHelper.cs (1)
20this.extraPropertyBackPointers = new List<BackPointer>();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (6)
261List<ModelItem> removedItems = new List<ModelItem>(); 406List<ModelItem> foundItems = new List<ModelItem>(); 440List<ModelItem> neighbors = new List<ModelItem>(); 864IList<ModelItem> foundItems = new List<ModelItem>(); 998List<Edge> edges = new List<Edge>(); 1040List<BackPointer> backPointers = new List<BackPointer>();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelUtilities.cs (1)
69List<PropertyDescriptor> descriptors = new List<PropertyDescriptor>();
System.Activities.Presentation\System\Activities\Presentation\Model\WeakKeyDictionary.cs (3)
43List<K> list = new List<K>(); 219lostKeys = new List<WeakKey>(); 259lostKeys = new List<WeakKey>();
System.Activities.Presentation\System\Activities\Presentation\NamespaceHelper.cs (3)
17private static readonly List<string> BlackListedAssemblies = new List<string> 66List<string> assemblyNames = new List<string>(); 101visualBasicImports.Add(importedNamespace, new List<string>());
System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (4)
162this.uniqueNamespaces = new List<NamespaceData>(); 400List<VisualBasicImportReference> imports = new List<VisualBasicImportReference>(); 436List<VisualBasicImportReference> toRemoves = new List<VisualBasicImportReference>(); 453List<VisualBasicImportReference> toRemoves = new List<VisualBasicImportReference>();
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (1)
296var items = new List<ToolboxItemWrapper>();
System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (9)
307this.errorService.ShowValidationErrors(new List<ValidationErrorInfo> { new ValidationErrorInfo(new ValidationError(SR.ValidationDisabledWarning, true)) }); 427ValidationErrorState validationError = new ValidationErrorState(new List<string>(), ValidationState.Error); 459List<ValidationErrorInfo> errors = new List<ValidationErrorInfo>(); 559List<Activity> parentChain = new List<Activity>(); 573List<object> parentChain = new List<object>(); 658currentError = new ValidationErrorState(new List<string>(), ValidationState.Valid); 776return new ValidationErrorState(new List<string> { SR.ChildValidationError }, ValidationState.ChildInvalid); 942return new List<object> { violatingActivity }; 999this.acquiredObjectReferences = new List<Guid>();
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (2)
245List<ModelItem> newSelection = new List<ModelItem>(); 616List<ModelItem> list = new List<ModelItem>();
System.Activities.Presentation\System\Activities\Presentation\View\AssemblyContextControlItem.cs (2)
68List<AssemblyName> assemblyNames = new List<AssemblyName>(); 90List<Assembly> assemblies = new List<Assembly>();
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
1516var invalidProperties = new List<string>();
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
1356var selectionPathList = new List<string>(); 1384var modelItemList = new List<ModelItem>();
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
626assemblyList = new List<string> { assemblyName };
System.Activities.Presentation\System\Activities\Presentation\View\ParserContext.cs (2)
107List<NamespaceDeclaration> namespacePrefixes = new List<NamespaceDeclaration>(); 114List<LocationReference> toReturn = new List<LocationReference>();
System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (1)
110List<QuadNode> result = new List<QuadNode>();
System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (2)
25private List<WorkflowViewElement> views = new List<WorkflowViewElement>(); 269List<ModelItem> selectedModelItems = new List<ModelItem>();
System.Activities.Presentation\System\Activities\Presentation\View\Selection.cs (4)
47List<ModelItem> selection = new List<ModelItem>(); 64List<ModelItem> selection = new List<ModelItem>(); 84List<ModelItem> selection = new List<ModelItem>(); 107List<ModelItem> selection = new List<ModelItem>();
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (2)
76this.TrackedCollection = new List<INotifyCollectionChanged>(); 77this.ChildViewModels = new List<TreeViewItemViewModel>();
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (1)
118defaultTypes = new List<Type>
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (6)
53List<ModelItem> scopesList = new List<ModelItem>(); 315List<ModelItem> newSelection = new List<ModelItem>(); 626List<ModelItem> list = new List<ModelItem>(); 811List<ModelItem> variables = new List<ModelItem>(); 826List<ModelItem> delegateArguments = new List<ModelItem>(); 842List<ModelItem> variables = new List<ModelItem>();
System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (1)
324this.children = new List<VirtualizingContainer>();
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (4)
1956List<ModelItem> variablesInScope = new List<ModelItem>(); 1976List<ModelItem> variables = new List<ModelItem>(); 2009List<ModelItem> arguments = new List<ModelItem>(); 2028List<ModelItem> declaredVariables = new List<ModelItem>();
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicReferenceValidationFeature.cs (1)
28validationService.Settings.AdditionalConstraints.Add(VisualBasicReferenceType, new List<Constraint> { VisualBasicDesignerHelper.NameShadowingConstraint });
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicValueValidationFeature.cs (1)
28validationService.Settings.AdditionalConstraints.Add(VisualBasicValueType, new List<Constraint> { VisualBasicDesignerHelper.NameShadowingConstraint });
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (2)
118List<Activity> activityList = new List<Activity>(); 140List<WorkflowViewElement> movedViewElements = new List<WorkflowViewElement>();
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (5)
578List<ModelItem> list = new List<ModelItem>(); 618List<WorkflowViewElement> movedViewElements = new List<WorkflowViewElement>(); 620List<object> externalMoveList = new List<object>(); 621List<ModelItem> internalMoveList = new List<ModelItem>(); 855List<ModelItem> modelItemsToSelect = new List<ModelItem>();
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (2)
477this.compositeViews = new List<ICompositeView>(); 966containerMovedModelItemList.Add(compView, new List<ModelItem>());
System.Activities.Presentation\System\Activities\Presentation\Xaml\ActivityBuilderHelper.cs (1)
42List<Variable> variables = new List<Variable>();
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (3)
75this.poppedNameScopes = new List<NameScopeFrame>(); 712LoadErrors = new List<XamlLoadErrorInfo>(); 1171this.neededNames = new List<NameReference>();
System.AddIn (32)
System\Addin\Hosting\ActivationWorker.cs (1)
229List<String> dirsToLookIn = new List<String>();
System\Addin\Hosting\AddInActivator.cs (3)
584List<Assembly> contracts = new List<Assembly>(); 585List<Assembly> addinAdapters = new List<Assembly>(); 663List<String> dirsToLookIn = new List<String>();
System\Addin\Hosting\AddInDeploymentState.cs (1)
36_addins = new List<AddIn>();
System\Addin\Hosting\AddInStore.cs (4)
346List<string> result = new List<string>(); 512List<String> locationsInOrder = new List<String>(); 924List<AddIn> foundAddIns = new List<AddIn>(); 1354List<AddInToken> validPipelines = new List<AddInToken>();
System\Addin\Hosting\AddInToken.cs (1)
92_qualificationDataItems = new List<QualificationDataItem>();
System\Addin\Hosting\InspectionWorker.cs (2)
81List<String> dirsToLookIn = new List<String>(); 206retval.Components = new List<PipelineComponent>();
System\Addin\Hosting\PipelineDeploymentState.cs (5)
39_hostAdapters = new List<HostAdapter>(); 40_contracts = new List<ContractComponent>(); 41_addinAdapters = new List<AddInAdapter>(); 42_addinBases = new List<AddInBase>(); 73List<PartialToken> result = new List<PartialToken>();
System\Addin\Hosting\Store\AddInAdapter.cs (2)
33_contracts = new List<TypeInfo>(); 34_constructors = new List<TypeInfo>();
System\Addin\Hosting\Store\HostAdapter.cs (1)
38_constructors = new List<TypeInfo>();
System\Addin\Hosting\Store\PipelineComponent.cs (1)
266List<TypeInfo> infos = new List<TypeInfo>();
System\Addin\MiniReflection\MetadataReader\Metadata.cs (1)
388List<byte> bytes = new List<byte>();
System\Addin\MiniReflection\MiniAssembly.cs (2)
43_dependencyDirs = new List<String>(); 132List<TypeInfo> types = new List<TypeInfo>();
System\Addin\MiniReflection\MiniModule.cs (2)
97List<MetadataToken> genericTypeTokens = new List<MetadataToken>(); 128List<TypeInfo> types = new List<TypeInfo>();
System\Addin\MiniReflection\TypeInfo.cs (5)
467List<MiniConstructorInfo> ctors = new List<MiniConstructorInfo>(); 871List<TypeInfo> interfaces = new List<TypeInfo>(); 949List<MiniCustomAttributeInfo> result = new List<MiniCustomAttributeInfo>(); 1002List<MiniCustomAttributeFixedArgInfo> fixedArgs = new List<MiniCustomAttributeFixedArgInfo>(); 1026List<MiniCustomAttributeNamedArgInfo> namedArgs = new List<MiniCustomAttributeNamedArgInfo>();
System\Addin\Pipeline\ContractBase.cs (1)
34private List<int> m_lifetimeTokens = new List<int>();
System.ComponentModel.DataAnnotations (4)
DataAnnotations\AssociatedMetadataTypeTypeDescriptor.cs (1)
45List<PropertyDescriptor> tempPropertyDescriptors = new List<PropertyDescriptor>();
DataAnnotations\Validator.cs (3)
346List<ValidationError> errors = new List<ValidationError>(); 389List<ValidationError> errors = new List<ValidationError>(); 477List<ValidationError> errors = new List<ValidationError>();
System.Configuration (3)
System\Configuration\BaseConfigurationRecord.cs (1)
719removes = new List<SectionRecord>();
System\Configuration\ErrorsHelper.cs (1)
27errors = new List<ConfigurationException>();
System\Configuration\MgmtConfigurationRecord.cs (1)
921List<string> streamsToRemove = new List<string>();
System.Core (32)
Microsoft\Scripting\Actions\BindingRestrictions.cs (1)
339var restrictions = new List<BindingRestrictions>();
Microsoft\Scripting\Actions\CallSite.cs (2)
359var body = new List<Expression>(); 360var vars = new List<ParameterExpression>();
Microsoft\Scripting\Actions\ExpandoClass.cs (1)
104_transitions[hashCode] = infos = new List<WeakReference>();
Microsoft\Scripting\Compiler\BoundConstants.cs (1)
69private readonly List<object> _values = new List<object>();
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (2)
118var boxes = new List<IStrongBox>(); 119var vars = new List<ParameterExpression>();
Microsoft\Scripting\Compiler\LabelInfo.cs (1)
62private readonly List<LabelScopeInfo> _references = new List<LabelScopeInfo>();
Microsoft\Scripting\Compiler\LambdaCompiler.Address.cs (1)
298List<LocalBuilder> args = new List<LocalBuilder>();
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (1)
436var writeBacks = new List<WriteBack>();
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (3)
296buckets.Add(new List<SwitchLabel> { key }); 348var keys = new List<SwitchLabel>(); 371var buckets = new List<List<SwitchLabel>>();
Microsoft\Scripting\Compiler\StackSpiller.Temps.cs (2)
49private List<ParameterExpression> _temps = new List<ParameterExpression>(); 87_freeTemps = new List<ParameterExpression>();
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (1)
344List<EventProperty> list = new List<EventProperty>();
System\Diagnostics\Eventing\Reader\EventMetadata.cs (1)
105List<EventKeyword> list = new List<EventKeyword>();
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (1)
1016List<string> keywordsList = new List<string>();
System\Diagnostics\Eventing\Reader\ProviderMetadata.cs (1)
493List<EventMetadata> emList = new List<EventMetadata>();
System\Diagnostics\PerformanceData\PerfProviderCollection.cs (1)
40private static List<PerfProvider> s_providerList = new List<PerfProvider>();
System\Linq\Enumerable.cs (3)
331var list = new List<TResult>(); 2728List<T> tempList = new List<T>(); 2788List<object> tempList = new List<object>();
System\Linq\Parallel\Merging\DefaultMergeHelper.cs (1)
166List<TInputOutput> output = new List<TInputOutput>();
System\Linq\Parallel\QueryOperators\Unary\ReverseQueryOperator.cs (1)
140m_buffer = new List<Pair<TSource, TKey>>();
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (1)
204List<Pair<TResult, TKey>> buffer = new List<Pair<TResult, TKey>>();
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs (1)
262List<Pair<TResult, TKey>> buffer = new List<Pair<TResult, TKey>>();
System\Linq\Parallel\Utils\Sorting.cs (1)
227values = new List<TInputOutput>();
System\Linq\ParallelEnumerable.cs (1)
4891List<TSource> list = new List<TSource>();
System\Security\Cryptography\AesCryptoServiceProvider.cs (1)
309List<KeySizes> keySizes = new List<KeySizes>();
System\Security\Cryptography\ManifestSignatureInformation.cs (1)
136List<ManifestSignatureInformation> signatures = new List<ManifestSignatureInformation>();
System\Security\Cryptography\NCryptNative.cs (1)
1032List<NCryptBuffer> parameters = new List<NCryptBuffer>();
System.Data (301)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DefaultValueAttributeInfo.cs (1)
23return new List<object>() { attribute.Value };
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignerAttributeInfo.cs (1)
17return new List<object>() { Type.GetType(attribute.DesignerTypeName) };
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (1)
104this.localNamespacesWithAssemblyInfo = new List<NamespaceDeclaration>();
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\EditorAttributeInfo.cs (1)
17return new List<object>() { Type.GetType(attribute.EditorTypeName), Type.GetType(attribute.EditorBaseTypeName) };
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\MultiTargetingTypeResolver.cs (1)
34List<string> newProperties = new List<string>();
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\SourceTextScanner.cs (1)
30this.indexCache = new List<Tuple<int, int>>();
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateXamlHelper.cs (1)
26static readonly List<string> SourceLocationNames = new List<string>
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (2)
158localAsmNamespaces = new List<NamespaceDeclaration>(); 692result = new List<XamlLoadErrorInfo>();
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (2)
40supportedTypes = new List<Type>(); 44conversionRequiredTypes = new List<Type>();
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\XamlTypeWithExtraPropertiesRemoved.cs (1)
36List<XamlMember> members = new List<XamlMember>();
cdf\src\NetFx40\Tools\System.Activities.Core.Presentation\System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (1)
127defaultTypes = new List<Type>
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ActivityDelegateUtilities.cs (2)
66List<ActivityDelegateInfo> list = new List<ActivityDelegateInfo>(); 84List<PropertyInfo> result = new List<PropertyInfo>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (1)
570errors = new List<string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (2)
101List<AutomationPeer> children = new List<AutomationPeer>(); 498_children = new List<AutomationPeer>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryListAutomationPeer.cs (1)
49_children = new List<AutomationPeer>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\PropertyInspectorAutomationPeer.cs (1)
64_children = new List<AutomationPeer>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\SubPropertyEditorAutomationPeer.cs (1)
42_children = new List<AutomationPeer>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (4)
200editorTypes = new List<Type>(); 456List<NewItemTypesAttribute> newItemTypesList = new List<NewItemTypesAttribute>(); 773subProperties = new List<ModelProperty>(); 808subProperties = new List<ModelProperty>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\ComposingConverter.cs (1)
18private List<IValueConverter> converters = new List<IValueConverter>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\SwitchConverter.cs (1)
32this.cases = new List<SwitchCase>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UserInterface\FocusScopeManager.cs (1)
32private List<WeakReference> scopes = new List<WeakReference>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (3)
48private List<ModelProperty> _properties = new List<ModelProperty>(); 539textBlockTextProperties = new List<ModelProperty>(); 732private static readonly List<Type> NoCategoryEditorTypes = new List<Type>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntryCollection.cs (1)
152_properties = new List<ModelPropertyEntry>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyMerger.cs (1)
28_emptyCollection = new List<IList<ModelProperty>>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValueCollection.cs (3)
45_values = new List<ModelPropertyIndexer>(); 104_values = new List<ModelPropertyIndexer>(); 127_values = new List<ModelPropertyIndexer>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (2)
52private List<ModelEditingScope> _pendingTransactions = new List<ModelEditingScope>(); 797editorTypesToRemove = new List<Type>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyValueEditorCommandHandler.cs (2)
29private List<CommandBinding> _activeCommandBindings = new List<CommandBinding>(); 30private List<ModelEditingScope> _pendingTransactions = new List<ModelEditingScope>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (2)
174if (toRemove == null) toRemove = new List<Type>(); 184if (toRemove == null) toRemove = new List<Type>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyFilter.cs (1)
16private List<PropertyFilterPredicate> _predicates = new List<PropertyFilterPredicate>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\BookmarkUndoUnit.cs (2)
22this.DoList = new List<UndoUnit>(); 23this.RedoList = new List<UndoUnit>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Converters\ActivityActionSearchableStringConverter.cs (1)
14IList<string> results = new List<string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Converters\ArgumentSearchableStringConverter.cs (1)
13IList<string> results = new List<string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Converters\EmptySearchableStringConverter.cs (1)
16return new List<string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Converters\EncodingSearchableStringConverter.cs (1)
16IList<string> results = new List<string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Converters\TypeSearchableStringConverter.cs (1)
15IList<string> results = new List<string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Converters\VisualBasicValueSearchableStringConverter.cs (1)
20IList<string> results = new List<string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Converters\XNameSearchableStringConverter.cs (1)
14IList<string> results = new List<string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (7)
55disallowedTypesForCopy = new List<Type>(); 152List<object> mergedItemsToPaste = new List<object>(); 275metaData = new List<object>(); 315notifyDictionary[container] = new List<ModelItem>(); 391List<WorkflowViewElement> parentViewElements = new List<WorkflowViewElement>(); 440clipboardObjects = new List<object>(); 573List<object> data = new List<object>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
374List<SourceLocation> unmappedLocations = new List<SourceLocation>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DefaultCommandExtensionCallback.cs (28)
25new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.P) }); 27new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.E) }); 29new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.X) }); 31new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.C) }); 33new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.Y) }); 35new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.R) }); 37new List<KeyGesture> { 41new List<KeyGesture> { 45new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.A) }); 47new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.V) }); 49new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.I) }); 51new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.O) }); 53new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.N) }); 55new List<KeyGesture> { new KeyGesture(Key.F6, ModifierKeys.Control | ModifierKeys.Alt, "Ctrl + Alt + F6") }); 57new List<KeyGesture> { new KeyGesture(Key.Right, ModifierKeys.Alt, "Alt + Right Arrow") }); 59new List<KeyGesture> { new KeyGesture(Key.J, ModifierKeys.Control, "Ctrl + J") }); 61new List<KeyGesture> { new ChordKeyGesture(Key.K, Key.P) }); 63new List<KeyGesture> { new ChordKeyGesture(Key.K, Key.I) }); 65new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.M) }); 67new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.S) }); 69new List<KeyGesture> { new KeyGesture(Key.X, ModifierKeys.Control) }); 71new List<KeyGesture> { new KeyGesture(Key.C, ModifierKeys.Control) }); 73new List<KeyGesture> { new KeyGesture(Key.V, ModifierKeys.Control) }); 75new List<KeyGesture> { new KeyGesture(Key.A, ModifierKeys.Control) }); 77new List<KeyGesture> { new KeyGesture(Key.Z, ModifierKeys.Control) }); 79new List<KeyGesture> { new KeyGesture(Key.Y, ModifierKeys.Control) }); 81new List<KeyGesture> { new KeyGesture(Key.Decimal, ModifierKeys.Alt) }); 83new List<KeyGesture> { new KeyGesture(Key.OemComma, ModifierKeys.Alt) });
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DeleteHelper.cs (1)
57modelItemsPerContainer = new List<ModelItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
654List<string> errors = new List<string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (8)
82List<ModelItem> draggedModelItems = new List<ModelItem>(); 154List<ModelItem> draggedModelItems = new List<ModelItem>(); 279List<Type> types = new List<Type>(); 324List<object> droppedObjects = new List<object>(); 594List<object> nonCompositeView = new List<object>(); 595List<object> retList = new List<object>(); 615viewItemListDictionary.Add(container, new List<ModelItem>()); 770List<WorkflowViewElement> draggedViewElements = new List<WorkflowViewElement>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoConnectHelper.cs (1)
88List<Rect> rects = new List<Rect>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectionPoint.cs (5)
30attachedConnectors = new List<Connector>(); 121return new List<Point> { topLeft, new Point(topLeft.X, topLeft.Y + parentHeight) }; 125return new List<Point> { new Point(topLeft.X + parentWidth, topLeft.Y), new Point(topLeft.X + parentWidth, topLeft.Y + parentHeight) }; 129return new List<Point> { topLeft, new Point(topLeft.X + parentWidth, topLeft.Y) }; 133return new List<Point> { new Point(topLeft.X, topLeft.Y + parentHeight), new Point(topLeft.X + parentWidth, topLeft.Y + parentHeight) };
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorEditor.cs (5)
41this.editPoints = new List<EditPoint>(); 140List<Point> segments = new List<Point>(); 237List<Point> segments = new List<Point>(); 364List<EditPoint> editPointsToRemove = new List<EditPoint>(); 492List<EditPoint> newEditPoints = new List<EditPoint>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (18)
169List<Rect> excludedRects = new List<Rect>(); 170List<Rect> srcDestRects = new List<Rect>(); 171List<Point> excludedLines = new List<Point>(); 256List<int> toRemove = new List<int>(); 686List<Point> refinedSet = new List<Point>(); 746List<Point> escapePointsA = new List<Point>(); //escape points from begin to end 747List<Point> escapePointsB = new List<Point>(); //escape points from end to begin 750List<ConnectorSegment> horizontalEscapeSegmentsA = new List<ConnectorSegment>(); 751List<ConnectorSegment> verticalEscapeSegmentsA = new List<ConnectorSegment>(); 754List<ConnectorSegment> horizontalEscapeSegmentsB = new List<ConnectorSegment>(); 755List<ConnectorSegment> verticalEscapeSegmentsB = new List<ConnectorSegment>(); 853List<Point> refinedPath = new List<Point>(); 889List<Point> newPath = new List<Point>(); 940List<Point> newPath = new List<Point>(); 1289List<ConnectorSegment> horizontalCovers = new List<ConnectorSegment>(); 1290List<ConnectorSegment> usedEscapeLine = new List<ConnectorSegment>(); 1291List<ConnectorSegment> verticalCovers = new List<ConnectorSegment>(); 1408List<ConnectorSegment> covers = new List<ConnectorSegment>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (1)
214List<DependencyObject> children = new List<DependencyObject>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Metadata\ActivityArgumentHelper.cs (2)
138List<ExpressionReplacement> expressionReplacements = new List<ExpressionReplacement>(); 293argumentAccessorWrappers = new List<ArgumentAccessorWrapper>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\AttachedPropertiesService.cs (1)
19this.properties = new List<AttachedProperty>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\AttachedPropertyDescriptor.cs (1)
30List<Attribute> attributeList = new List<Attribute>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\EditingScope.cs (3)
32this.changes = new List<Change>(); 171appliedChanges = new List<Change>(); 251List<Change> revertChanges = new List<Change>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (3)
54this.subTreeNodesThatNeedBackLinkPatching = new List<ModelItem>(); 55this.modelItems = new List<ModelItem>(); 188List<ModelItem> list = new List<ModelItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (3)
56this.subTreeNodesThatNeedBackLinkPatching = new List<ModelItem>(); 359List<ModelItem> list = new List<ModelItem>(); 1263List<PropertyDescriptor> properties = new List<PropertyDescriptor>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (3)
59this.subTreeNodesThatNeedBackLinkPatching = new List<ModelItem>(); 182List<ModelItem> list = new List<ModelItem>(); 386List<PropertyDescriptor> properties = new List<PropertyDescriptor>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (1)
106List<PropertyDescriptor> mergedProperties = new List<PropertyDescriptor>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (4)
41List<SearchableEntry> entries = new List<SearchableEntry>(); 163List<string> searchableTexts = new List<string>(); 418List<string> results = new List<string>(); 427return new List<string>() { computedValue.ToString() };
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelServiceImpl.cs (1)
109List<ModelItem> modelItemsRemoved = new List<ModelItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeItemHelper.cs (1)
20this.extraPropertyBackPointers = new List<BackPointer>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (6)
261List<ModelItem> removedItems = new List<ModelItem>(); 406List<ModelItem> foundItems = new List<ModelItem>(); 440List<ModelItem> neighbors = new List<ModelItem>(); 864IList<ModelItem> foundItems = new List<ModelItem>(); 998List<Edge> edges = new List<Edge>(); 1040List<BackPointer> backPointers = new List<BackPointer>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelUtilities.cs (1)
69List<PropertyDescriptor> descriptors = new List<PropertyDescriptor>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\WeakKeyDictionary.cs (3)
43List<K> list = new List<K>(); 219lostKeys = new List<WeakKey>(); 259lostKeys = new List<WeakKey>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceHelper.cs (3)
17private static readonly List<string> BlackListedAssemblies = new List<string> 66List<string> assemblyNames = new List<string>(); 101visualBasicImports.Add(importedNamespace, new List<string>());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (4)
162this.uniqueNamespaces = new List<NamespaceData>(); 400List<VisualBasicImportReference> imports = new List<VisualBasicImportReference>(); 436List<VisualBasicImportReference> toRemoves = new List<VisualBasicImportReference>(); 453List<VisualBasicImportReference> toRemoves = new List<VisualBasicImportReference>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (1)
296var items = new List<ToolboxItemWrapper>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (9)
307this.errorService.ShowValidationErrors(new List<ValidationErrorInfo> { new ValidationErrorInfo(new ValidationError(SR.ValidationDisabledWarning, true)) }); 427ValidationErrorState validationError = new ValidationErrorState(new List<string>(), ValidationState.Error); 459List<ValidationErrorInfo> errors = new List<ValidationErrorInfo>(); 559List<Activity> parentChain = new List<Activity>(); 573List<object> parentChain = new List<object>(); 658currentError = new ValidationErrorState(new List<string>(), ValidationState.Valid); 776return new ValidationErrorState(new List<string> { SR.ChildValidationError }, ValidationState.ChildInvalid); 942return new List<object> { violatingActivity }; 999this.acquiredObjectReferences = new List<Guid>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (2)
245List<ModelItem> newSelection = new List<ModelItem>(); 616List<ModelItem> list = new List<ModelItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\AssemblyContextControlItem.cs (2)
68List<AssemblyName> assemblyNames = new List<AssemblyName>(); 90List<Assembly> assemblies = new List<Assembly>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
1516var invalidProperties = new List<string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
1356var selectionPathList = new List<string>(); 1384var modelItemList = new List<ModelItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
626assemblyList = new List<string> { assemblyName };
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ParserContext.cs (2)
107List<NamespaceDeclaration> namespacePrefixes = new List<NamespaceDeclaration>(); 114List<LocationReference> toReturn = new List<LocationReference>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (1)
110List<QuadNode> result = new List<QuadNode>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (2)
25private List<WorkflowViewElement> views = new List<WorkflowViewElement>(); 269List<ModelItem> selectedModelItems = new List<ModelItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\Selection.cs (4)
47List<ModelItem> selection = new List<ModelItem>(); 64List<ModelItem> selection = new List<ModelItem>(); 84List<ModelItem> selection = new List<ModelItem>(); 107List<ModelItem> selection = new List<ModelItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (2)
76this.TrackedCollection = new List<INotifyCollectionChanged>(); 77this.ChildViewModels = new List<TreeViewItemViewModel>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (1)
118defaultTypes = new List<Type>
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (6)
53List<ModelItem> scopesList = new List<ModelItem>(); 315List<ModelItem> newSelection = new List<ModelItem>(); 626List<ModelItem> list = new List<ModelItem>(); 811List<ModelItem> variables = new List<ModelItem>(); 826List<ModelItem> delegateArguments = new List<ModelItem>(); 842List<ModelItem> variables = new List<ModelItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (1)
324this.children = new List<VirtualizingContainer>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (4)
1956List<ModelItem> variablesInScope = new List<ModelItem>(); 1976List<ModelItem> variables = new List<ModelItem>(); 2009List<ModelItem> arguments = new List<ModelItem>(); 2028List<ModelItem> declaredVariables = new List<ModelItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicReferenceValidationFeature.cs (1)
28validationService.Settings.AdditionalConstraints.Add(VisualBasicReferenceType, new List<Constraint> { VisualBasicDesignerHelper.NameShadowingConstraint });
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicValueValidationFeature.cs (1)
28validationService.Settings.AdditionalConstraints.Add(VisualBasicValueType, new List<Constraint> { VisualBasicDesignerHelper.NameShadowingConstraint });
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (2)
118List<Activity> activityList = new List<Activity>(); 140List<WorkflowViewElement> movedViewElements = new List<WorkflowViewElement>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (5)
578List<ModelItem> list = new List<ModelItem>(); 618List<WorkflowViewElement> movedViewElements = new List<WorkflowViewElement>(); 620List<object> externalMoveList = new List<object>(); 621List<ModelItem> internalMoveList = new List<ModelItem>(); 855List<ModelItem> modelItemsToSelect = new List<ModelItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (2)
477this.compositeViews = new List<ICompositeView>(); 966containerMovedModelItemList.Add(compView, new List<ModelItem>());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ActivityBuilderHelper.cs (1)
42List<Variable> variables = new List<Variable>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (3)
75this.poppedNameScopes = new List<NameScopeFrame>(); 712LoadErrors = new List<XamlLoadErrorInfo>(); 1171this.neededNames = new List<NameReference>();
fx\src\data\Microsoft\SqlServer\Server\SmiMetaData.cs (1)
86private static readonly IList<SmiExtendedMetaData> __emptyFieldList = new List<SmiExtendedMetaData>().AsReadOnly();
fx\src\data\Microsoft\SqlServer\Server\SmiMetaDataProperty.cs (3)
39private static readonly SmiDefaultFieldsProperty __emptyDefaultFields = new SmiDefaultFieldsProperty(new List<bool>()); 40private static readonly SmiOrderProperty __emptySortOrder = new SmiOrderProperty(new List<SmiOrderProperty.SmiColumnOrder>()); 41private static readonly SmiUniqueKeyProperty __emptyUniqueKey = new SmiUniqueKeyProperty(new List<bool>());
fx\src\data\System\Data\Common\DataColumnMappingCollection.cs (1)
170this.items = new List<DataColumnMapping>();
fx\src\data\System\Data\Common\DataTableMappingCollection.cs (1)
173this.items = new List<DataTableMapping>();
fx\src\data\System\Data\Common\DBConnectionString.cs (3)
348newlist = new List<string>(); 366newlist = new List<string>(); 407List<string> restrictionValues = new List<string>();
fx\src\data\System\Data\Common\DbDataAdapter.cs (1)
1196rows = new List<DataRow>();
fx\src\data\System\Data\DataColumn.cs (1)
1754dependentColumns = new List<DataColumn>();
fx\src\data\System\Data\DataRelation.cs (1)
433List<DataTable> list = new List<DataTable>();
fx\src\data\System\Data\DataSet.cs (1)
2954List<DataTable> topTables = new List<DataTable>();
fx\src\data\System\Data\DataTable.cs (16)
165internal readonly List<DataView> delayedViews = new List<DataView>(); 166private readonly List<DataViewListener> _dataViewListeners = new List<DataViewListener>(); 192this.indexes = new List<Index>(); 342List<DataTable> list = new List<DataTable>(); 1496nestedParents = new List<DataRelation>(); 1770return GetInheritedNamespace(new List<DataTable>()); 1780string realNamespace = (value == null ? GetInheritedNamespace(new List<DataTable>()) : value); 1823rel.ChildTable.CheckNamespaceValidityForNestedParentRelations(GetInheritedNamespace(new List<DataTable>()), this); 1828this.CheckNamespaceValidityForNestedParentRelations(GetInheritedNamespace(new List<DataTable>()), this); 2887List<DataRow> errorList = new List<DataRow>(); 3909cachedRows = new List<DataRow>(); 4942List<DataTable> tableList = new List<DataTable>(); 5647List<DataTable> tableList = new List<DataTable>(); 5772List<DataTable> tableList = new List<DataTable>(); 5775List<DataRelation> relationList = new List<DataRelation>(); 6152dependentColumns = new List<DataColumn>();
fx\src\data\System\Data\DataView.cs (1)
1702List<object[]> rowlist = new List<object[]>();
fx\src\data\System\Data\Filter\AggregateNode.cs (1)
177List<int> recordList = new List<int>();
fx\src\data\System\Data\Filter\DataExpression.cs (2)
84List<DataColumn> list = new List<DataColumn>(); 151List<int> recordList = new List<int>();
fx\src\data\System\Data\Merger.cs (1)
60existingColumns = new List<DataColumn>(); // need to cache existing columns
fx\src\data\System\Data\Odbc\OdbcCommandBuilder.cs (1)
159List<OdbcParameter> rParams = new List<OdbcParameter>();
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (2)
1308List<Byte[]> junkArray = new List<Byte[]>(); 1768qrytables = new List<string>();
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (1)
416List<Guid> listPropertySets= new List<Guid>();
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (2)
1137exceptions = new List<OleDbException>(); 2010List<MetaData> metainfo = new List<MetaData>();
fx\src\data\System\Data\ProviderBase\DbConnectionFactory.cs (2)
43_poolsToRelease = new List<DbConnectionPool>(); 44_poolGroupsToRelease = new List<DbConnectionPoolGroup>();
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
1694List<DbConnectionInternal> reclaimedObjects = new List<DbConnectionInternal>();
fx\src\Data\System\Data\ProviderBase\DbParameterCollectionHelper.cs (1)
35items = new List<PARAMETEROBJECTNAME>();
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (1)
450items = new List<object>();
fx\src\data\System\Data\RecordManager.cs (1)
20private readonly List<int> freeRecordList = new List<int>();
fx\src\data\System\Data\Select.cs (2)
683List<int> matchingRecords = new List<int>(); 700List<DataRow> matchingRows = new List<DataRow>();
fx\src\data\System\Data\Selection.cs (2)
497List<object[]> list = new List<object[]>(); 985listeners = new List<TElem>();
fx\src\data\System\Data\SqlClient\SqlCachedBuffer.cs (1)
51List<byte[]> cachedBytes = new List<byte[]>();
fx\src\data\System\Data\SqlClient\SqlCommand.cs (3)
2811List<SqlParameter> parameters = new List<SqlParameter>(); 6081_RPCList = new List<_SqlRPC>(); 6084_parameterCollectionList = new List<SqlParameterCollection>();
fx\src\data\System\Data\SqlClient\SqlCommandSet.cs (1)
26private List<LocalCommand> _commandList = new List<LocalCommand>();
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
264return new List<string>();
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
1395List<string> values = new List<string>();
fx\src\data\System\Data\SqlClient\SqlDependency.cs (4)
233private List<EventContextPair> _eventList = new List<EventContextPair>(); 241private List<string> _serverList = new List<string>(); 814databaseServiceList = new List<DatabaseServicePair>(); 1054_eventList = new List<EventContextPair>(); // Since we are firing the events, null so we do not fire again.
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (1)
1394List<SqlConnectionContainerHashHelper> containersToRemove = new List<SqlConnectionContainerHashHelper>();
fx\src\data\System\Data\SqlClient\SqlDependencyUtils.cs (3)
287List<SqlDependency> dependencies = new List<SqlDependency>(); 421List<string> notificationIdsToRemove = new List<string>(); 422List<string> commandHashesToRemove = new List<string>();
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
1901stateObj._pendingInfoEvents = new List<SqlError>(); 8758private static readonly IEnumerable<MSS.SqlDataRecord> __tvpEmptyValue = new List<MSS.SqlDataRecord>().AsReadOnly();
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (2)
239_columnEncryptionKeyValues = new List<SqlEncryptionKeyInfo>(); 615altMetaDataSetArray = new List<_SqlMetaDataSet>();
fx\src\data\System\Data\SqlClient\TdsParserSessionPool.cs (1)
43_cache = new List<TdsParserStateObject>();
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
3561_snapshotInBuffs = new List<PacketData>();
fx\src\data\System\Data\XMLSchema.cs (4)
635List<XmlQualifiedName> qnames = new List<XmlQualifiedName>(); 1294tableDictionary.Add(table, new List<DataTable>()); 1409tableDictionary.Add(table, new List<DataTable>()); 2218List<DataTable> tableSequenceList = new List<DataTable>();
fx\src\data\System\NewXml\XmlDataDocument.cs (2)
2755List<DataTable> tableList = new List<DataTable>(); 2787List<DataTable> tableList = new List<DataTable>();
System.Data.DataSetExtensions (6)
System\Data\EnumerableRowCollection.cs (3)
99_listOfPredicates = new List<Func<TRow, bool>>(); 110_listOfPredicates = new List<Func<TRow, bool>>(); 135_listOfPredicates = new List<Func<TRow, bool>>();
System\Data\LinqDataView.cs (2)
147List<object> keyList = new List<object>(); 182List<object> keyList = new List<object>();
System\Data\SortExpressionBuilder.cs (1)
90List<object> result = new List<object>();
System.Data.Entity (541)
System\Data\Common\CommandTrees\DbFunctionCommandTree.cs (2)
50List<string> paramNames = new List<string>(); 51List<TypeUsage> paramTypes = new List<TypeUsage>();
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (1)
1826foundValues = new List<KeyValuePair<string, TRequired>>();
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (5)
457List<KeyValuePair<string, TypeUsage>> recordCols = new List<KeyValuePair<string, TypeUsage>>(); 475List<DbExpressionBinding> inputList = new List<DbExpressionBinding>(); 476List<KeyValuePair<string, TypeUsage>> columns = new List<KeyValuePair<string, TypeUsage>>(); 571List<KeyValuePair<string, TypeUsage>> columns = new List<KeyValuePair<string, TypeUsage>>(); 1571List<KeyValuePair<string, TypeUsage>> columnTypes = new List<KeyValuePair<string, TypeUsage>>();
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\EnumerableValidator.cs (1)
120List<TElementOut> validatedElements = new List<TElementOut>();
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (4)
374List<TreeNode> retInfo = new List<TreeNode>(); 406List<TreeNode> bindingInfos = new List<TreeNode>(); 906List<TreeNode> keys = new List<TreeNode>(); 907List<TreeNode> aggs = new List<TreeNode>();
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (1)
197List<DbNewInstanceExpression> constructors = new List<DbNewInstanceExpression>();
System\Data\Common\DataRecord.cs (1)
492List<PropertyDescriptor> pdList = new List<PropertyDescriptor>();
System\Data\Common\DbXmlEnabledProviderManifest.cs (2)
110List<PrimitiveType> listOfPrimitiveTypes = new List<PrimitiveType>(); 163List<Target> list = new List<Target>();
System\Data\Common\EntitySql\AST\AstNode.cs (1)
48private readonly List<T> _list = new List<T>();
System\Data\Common\EntitySql\SemanticAnalyzer.cs (9)
133List<Tuple<string, MetadataNamespace, ErrorContext>> aliasedNamespaceImports = new List<Tuple<string, MetadataNamespace, ErrorContext>>(); 134List<Tuple<MetadataNamespace, ErrorContext>> namespaceImports = new List<Tuple<MetadataNamespace, ErrorContext>>(); 345List<FunctionDefinition> functionDefinitions = new List<FunctionDefinition>(); 352List<InlineFunctionInfo> inlineFunctionInfos = new List<InlineFunctionInfo>(); 394List<DbVariableReferenceExpression> paramList = new List<DbVariableReferenceExpression>(); 1502List<DbExpression> convertedArgs = new List<DbExpression>(); 3012List<SourceScopeEntry> fromClauseEntries = new List<SourceScopeEntry>(); 3122scopeEntries = new List<SourceScopeEntry>(); 3894List<KeyValuePair<string, DbExpression>> groupPartitionDefinitions = new List<KeyValuePair<string, DbExpression>>();
System\Data\Common\EntitySql\SemanticResolver.cs (4)
104private readonly List<ScopeRegion> _scopeRegions = new List<ScopeRegion>(); 1376_containedAggregates = new List<GroupAggregateInfo>(); 1589private List<GroupAggregateInfo> _groupAggregateInfos = new List<GroupAggregateInfo>(); 1650updatedEntries = new List<KeyValuePair<string, ScopeEntry>>();
System\Data\Common\EntitySql\StaticContext.cs (1)
430private readonly List<Scope> _scopes = new List<Scope>();
System\Data\Common\EntitySql\TypeResolver.cs (1)
279overloads = new List<InlineFunctionInfo>();
System\Data\Common\EntityUtil.cs (1)
1634new List<IEntityStateEntry>() { stateEntry });
System\Data\Common\Internal\Materialization\Coordinator.cs (1)
249_wrappedElements = new List<IEntityWrapper>();
System\Data\Common\Internal\Materialization\CoordinatorFactory.cs (1)
220? s => new List<TElement>()
System\Data\Common\Internal\Materialization\CoordinatorScratchpad.cs (4)
52_nestedCoordinatorScratchpads = new List<CoordinatorScratchpad>(); 212_recordStateScratchpads = new List<RecordStateScratchpad>(); 313private List<Expression> _initializationArguments = new List<Expression>(); 343var newArguments = new List<Expression>();
System\Data\Common\Internal\Materialization\RecordStateScratchpad.cs (1)
65private List<RecordStateScratchpad> _nestedRecordStateScratchpads = new List<RecordStateScratchpad>();
System\Data\Common\Internal\Materialization\Shaper.cs (1)
989_materializedEntities = new List<IEntityWrapper>();
System\Data\Common\Internal\Materialization\Translator.cs (1)
1502List<Expression> elementDelegates = new List<Expression>();
System\Data\Common\Internal\MultipartIdentifier.cs (1)
65List<string> parsedNames = new List<string>();
System\Data\Common\Utils\Boolean\KnowledgeBase.cs (1)
46_facts = new List<BoolExpr<T_Identifier>>();
System\Data\Common\Utils\Boolean\Simplifier.cs (1)
103List<BoolExpr<T_Identifier>> children = new List<BoolExpr<T_Identifier>>();
System\Data\Common\Utils\Boolean\Visitor.cs (1)
125_terms = new List<TermExpr<T_Identifier>>();
System\Data\Common\Utils\KeyToListMap.cs (1)
76valueList = new List<TValue>();
System\Data\Common\Utils\MetadataHelper.cs (2)
597List<AssociationSet> result = new List<AssociationSet>(); 653List<AssociationSet> result = new List<AssociationSet>();
System\Data\Common\Utils\StringUtil.cs (1)
128List<string> elementStrings = new List<string>();
System\Data\Common\Utils\ThreadSafeList.cs (1)
22_list = new List<T>();
System\Data\Common\Utils\TreePrinter.cs (2)
25private List<TreeNode> _children = new List<TreeNode>(); 91private List<TreeNode> _scopes = new List<TreeNode>();
System\Data\EntityClient\DbParameterCollectionHelper.cs (1)
37items = new List<EntityParameter>();
System\Data\EntityClient\EntityCommandDefinition.cs (4)
70List<ProviderCommandInfo> mappedCommandList = new List<ProviderCommandInfo>(); 106List<KeyValuePair<string, TypeUsage>> providerParameters = new List<KeyValuePair<string, TypeUsage>>(); 129List<EntityParameter> parameterList = new List<EntityParameter>(); 278List<string> mappedCommandTexts = new List<string>();
System\Data\EntityClient\EntityConnection.cs (1)
421List<MetadataArtifactLoader> loaders = new List<MetadataArtifactLoader>();
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (1)
398List<EntityContainerRelationshipSetEnd> alreadyValidatedEnds = new List<EntityContainerRelationshipSetEnd>();
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSet.cs (1)
26private List<EntityContainerAssociationSetEnd> _rolelessEnds = new List<EntityContainerAssociationSetEnd>();
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSetEnd.cs (1)
140List<IRelationshipEnd> possibleEnds = new List<IRelationshipEnd>();
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSet.cs (1)
190List<EntityContainerEntitySet> possibleExtents = new List<EntityContainerEntitySet>();
System\Data\EntityModel\SchemaObjectModel\EntityKeyElement.cs (1)
41_keyProperties = new List<PropertyRefElement>();
System\Data\EntityModel\SchemaObjectModel\Function.cs (1)
745this._returnTypeList = new List<ReturnType>();
System\Data\EntityModel\SchemaObjectModel\ReferentialConstraintRoleElement.cs (1)
41_roleProperties = new List<PropertyRefElement>();
System\Data\EntityModel\SchemaObjectModel\Relationship.cs (1)
72_constraints = new List<ReferentialConstraint>();
System\Data\EntityModel\SchemaObjectModel\RelationshipEnd.cs (1)
74_operations = new List<OnOperation>();
System\Data\EntityModel\SchemaObjectModel\RelationshipEndCollection.cs (1)
192_keysInDefOrder = new List<string>();
System\Data\EntityModel\SchemaObjectModel\RowTypeElement.cs (1)
96var listOfProperties = new List<EdmProperty>();
System\Data\EntityModel\SchemaObjectModel\Schema.cs (6)
35private List<EdmSchemaError> _errors = new List<EdmSchemaError>(); 67_errors = new List<EdmSchemaError>(); 594_schemaTypes = new List<SchemaType>(); 616_functions = new List<Function>(); 1147_errors = new List<EdmSchemaError>(); 1207List<string> namespaces = new List<string>();
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (1)
162_otherContent = new List<MetadataProperty>();
System\Data\EntityModel\SchemaObjectModel\SchemaElementLookUpTable.cs (1)
26private List<string> _keysInDefOrder = new List<string>();
System\Data\EntityModel\SchemaObjectModel\SchemaEnumType.cs (1)
41private readonly IList<SchemaEnumMember> _enumMembers = new List<SchemaEnumMember>();
System\Data\EntityModel\SchemaObjectModel\SchemaLookupTable.cs (1)
24private List<UsingElement> _usingElementCollection = new List<UsingElement>();
System\Data\EntityModel\SchemaObjectModel\SchemaManager.cs (3)
118var errorCollection = new List<EdmSchemaError>(); 119schemaCollection = new List<Schema>(); 129filePathList = new List<string>();
System\Data\EntityModel\SchemaObjectModel\TypeElement.cs (1)
26List<FacetDescriptionElement> _facetDescriptions = new List<FacetDescriptionElement>();
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (2)
304List<EdmProperty> clrProperties = new List<EdmProperty>(); 343List<EdmProperty> cdmProperties = new List<EdmProperty>();
System\Data\Mapping\FunctionImportMapping.cs (7)
61this.NormalizedEntityTypeMappings = new OM.ReadOnlyCollection<FunctionImportNormalizedEntityTypeMapping>(new List<FunctionImportNormalizedEntityTypeMapping>()); 62this.DiscriminatorColumns = new OM.ReadOnlyCollection<string>(new List<string>()); 63this.MappedEntityTypes = new OM.ReadOnlyCollection<EntityType>(new List<EntityType>()); 74var normalizedEntityTypeMappings = new List<FunctionImportNormalizedEntityTypeMapping>(); 191this.NormalizedEntityTypeMappings = new OM.ReadOnlyCollection<FunctionImportNormalizedEntityTypeMapping>(new List<FunctionImportNormalizedEntityTypeMapping>()); 192this.DiscriminatorColumns = new OM.ReadOnlyCollection<string>(new List<string>() { }); 193this.MappedEntityTypes = new OM.ReadOnlyCollection<EntityType>(new List<EntityType>() { });
System\Data\Mapping\FunctionImportMappingComposable.cs (2)
98var viewGenErrors = new List<EdmSchemaError>(); 367var propertyMappingView = GeneratePropertyMappingView(propertyMapping, row, new List<string>() { propertyMapping.EdmProperty.Name }, errors);
System\Data\Mapping\FunctionImportMappingNonComposable.cs (1)
42new FunctionImportStructuralTypeMappingKB(new List<FunctionImportStructuralTypeMapping>(), itemCollection) });
System\Data\Mapping\MetadataMappingHasherVisitor.HashSourceBuilder.cs (1)
99List<string> _strings = new List<string>();
System\Data\Mapping\StorageAssociationTypeMapping.cs (1)
100return new List<EdmType>().AsReadOnly();
System\Data\Mapping\StorageComplexPropertyMapping.cs (1)
64this.m_typeMappings = new List<StorageComplexTypeMapping>();
System\Data\Mapping\StorageComplexTypeMapping.cs (1)
77List<StoragePropertyMapping> properties = new List<StoragePropertyMapping>();
System\Data\Mapping\StorageEndPropertyMapping.cs (1)
72List<StoragePropertyMapping> m_properties = new List<StoragePropertyMapping>();
System\Data\Mapping\StorageEntitySetMapping.cs (2)
45m_modificationFunctionMappings = new List<StorageEntityTypeModificationFunctionMapping>(); 46m_implicitlyMappedAssociationSetEnds = new List<AssociationSetEnd>();
System\Data\Mapping\StorageMappingFragment.cs (2)
93List<StoragePropertyMapping> m_properties = new List<StoragePropertyMapping>(); 128List<StoragePropertyMapping> properties = new List<StoragePropertyMapping>();
System\Data\Mapping\StorageMappingItemCollection.cs (4)
211List<EdmSchemaError> errors = new List<EdmSchemaError>(); 402errors = new List<EdmSchemaError>(); 476var interestingMembers = new List<EdmMember>(); 739List<EdmSchemaError> errors = new List<EdmSchemaError>();
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (4)
42private List<Assembly> m_knownViewGenAssemblies = new List<Assembly>(); 321List<DbExpression> ends = new List<DbExpression>(); 326var keyValues = new List<KeyValuePair<string, DbExpression>>(); 336var keyValues = new List<KeyValuePair<string, DbExpression>>();
System\Data\Mapping\StorageMappingItemLoader.cs (17)
114m_parsingErrors = new List<EdmSchemaError>(); 584List<string> violationNames = new List<string>(); 681List<EntitySetBase> newNodes = new List<EntitySetBase>(); 1200IEnumerable<StorageModificationFunctionParameterBinding> parameterList = new List<StorageModificationFunctionParameterBinding>(); 1560var typeMappingsList = new List<List<FunctionImportStructuralTypeMapping>>(); 1603var typeMappings = typeMappingsList.Count > 0 ? typeMappingsList[0] : new List<FunctionImportStructuralTypeMapping>(); 1840List<FunctionImportStructuralTypeMapping> typeMappings = new List<FunctionImportStructuralTypeMapping>(); 1927if (!LoadFunctionImportStructuralType(nav.Clone(), new List<StructuralType>() { complexType }, columnRenameMappings, null)) 1986List<FunctionImportEntityTypeMappingCondition> conditions = new List<FunctionImportEntityTypeMappingCondition>(); 2126var structuralTypeMappings = new List<Tuple<StructuralType, List<StorageConditionPropertyMapping>, List<StoragePropertyMapping>>>(); 2177structuralTypeMappings.Add(Tuple.Create((StructuralType)resultComplexType, new List<StorageConditionPropertyMapping>(), propertyMappings)); 2362typeConditions = new List<StorageConditionPropertyMapping>(); 2447propertyMappings = new List<StoragePropertyMapping>(); 3816List<StorageModificationFunctionResultBinding> resultBindings = new List<StorageModificationFunctionResultBinding>(); 3843return new List<StorageModificationFunctionResultBinding>(); 3870return new List<StorageModificationFunctionResultBinding>(); 3900return new List<StorageModificationFunctionParameterBinding>();
System\Data\Mapping\StorageSetMapping.cs (1)
54this.m_typeMappings = new List<StorageTypeMapping>();
System\Data\Mapping\StorageTypeMapping.cs (1)
57this.m_fragments = new List<StorageMappingFragment>();
System\Data\Mapping\Update\Internal\ChangeNode.cs (2)
52private List<PropagatorResult> m_inserted = new List<PropagatorResult>(); 53private List<PropagatorResult> m_deleted = new List<PropagatorResult>();
System\Data\Mapping\Update\Internal\KeyManager.cs (2)
27private readonly List<IdentifierInfo> _identifiers = new List<IdentifierInfo>() { new IdentifierInfo() }; 377List<IEntityStateEntry> stateEntriesInCycle = new List<IEntityStateEntry>();
System\Data\Mapping\Update\Internal\Propagator.Evaluator.cs (1)
346List<PropagatorResult> inputs = new List<PropagatorResult>();
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (1)
316List<IEntityStateEntry> stateEntries = new List<IEntityStateEntry>();
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.JoinPredicateVisitor.cs (2)
41m_leftKeySelectors = new List<DbExpression>(); 42m_rightKeySelectors = new List<DbExpression>();
System\Data\Mapping\Update\Internal\RelationshipConstraintValidator.cs (1)
320relationshipSets = new List<AssociationSet>();
System\Data\Mapping\Update\Internal\SourceInterpreter.cs (1)
26m_stateEntries = new List<IEntityStateEntry>();
System\Data\Mapping\Update\Internal\TableChangeProcessor.cs (1)
155List<IEntityStateEntry> stateEntries = new List<IEntityStateEntry>();
System\Data\Mapping\Update\Internal\UpdateCompiler.cs (4)
92List<DbModificationClause> setClauses = new List<DbModificationClause>(); 107List<IEntityStateEntry> stateEntries = new List<IEntityStateEntry>(); 151List<DbModificationClause> setClauses = new List<DbModificationClause>(); 194List<KeyValuePair<string, DbExpression>> returningArguments = new List<KeyValuePair<string, DbExpression>>();
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (4)
56m_stateEntries = new List<IEntityStateEntry>(); 114private static readonly List<string> s_emptyMemberList = new List<string>(); 386List<KeyValuePair<PropagatorResult, object>> generatedValues = new List<KeyValuePair<PropagatorResult, object>>(); 1139entries = new List<ExtractedStateEntry>();
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (1)
267var children = new List<CellTreeNode>();
System\Data\Mapping\ViewGeneration\CellCreator.cs (5)
65List<Cell> cells = new List<Cell>(); 208List<ProjectedSlot> leftSlots = new List<ProjectedSlot>(); 209List<ProjectedSlot> rightSlots = new List<ProjectedSlot>(); 325List<ProjectedSlot> cSlots = new List<ProjectedSlot>(); 336List<ProjectedSlot> sSlots = new List<ProjectedSlot>();
System\Data\Mapping\ViewGeneration\CellPartitioner.cs (2)
62List<Cell> alreadyAddedCells = new List<Cell>(); 125List<CellGroup> result = new List<CellGroup>();
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (4)
287List<CellTreeNode> newNodes = new List<CellTreeNode>(); 316List<CellTreeNode> newNodes = new List<CellTreeNode>(); 317List<CellTreeNode> nonLeafNodes = new List<CellTreeNode>(); 572List<BoolExpression> bools = new List<BoolExpression>();
System\Data\Mapping\ViewGeneration\CqlGeneration\ExtentCqlBlock.cs (1)
48private static readonly List<CqlBlock> EmptyChildren = new List<CqlBlock>();
System\Data\Mapping\ViewGeneration\CqlGeneration\JoinCqlBlock.cs (2)
99List<string> joinTreeCtxParentQualifiers = new List<string>(); 154m_singleClauses = new List<SingleClause>();
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (1)
133List<WithRelationship> withRelationships = new List<WithRelationship>();
System\Data\Mapping\ViewGeneration\DiscriminatorMap.cs (2)
96var typeMap = new List<KeyValuePair<object, EntityType>>(); 220relPropertyList = new List<System.Data.Query.InternalTrees.RelProperty>();
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (7)
54List<FragmentQuery> _fragmentQueries = new List<FragmentQuery>(); 55List<Tile<FragmentQuery>> _views = new List<Tile<FragmentQuery>>(); 60List<LeftCellWrapper> _usedCells = new List<LeftCellWrapper>(); 471List<String> typeBasedMembers = new List<string>(); 739List<LeftCellWrapper> usedCells = new List<LeftCellWrapper>(); 844notCoveredAttributes = new List<MemberPath>(); 1029List<Tile<FragmentQuery>> connectedViews = new List<Tile<FragmentQuery>>();
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingPass.cs (1)
53List<T_Tile> reorderedViews = new List<T_Tile>();
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (1)
505List<MemberPath> collidingColumns = new List<MemberPath>();
System\Data\Mapping\ViewGeneration\Structures\BoolExpression.cs (1)
373List<BoolExpression> result = new List<BoolExpression>();
System\Data\Mapping\ViewGeneration\Structures\BoolExpressionVisitors.cs (1)
672List<string> childrenStrings = new List<string>();
System\Data\Mapping\ViewGeneration\Structures\CaseStatement.cs (5)
39m_clauses = new List<WhenThen>(); 181List<CaseStatement.WhenThen> clauses = new List<CaseStatement.WhenThen>(); 265List<DbExpression> conditions = new List<DbExpression>(); 266List<DbExpression> values = new List<DbExpression>(); 329List<DbRelatedEntityRef> relatedEntityRefs = new List<DbRelatedEntityRef>();
System\Data\Mapping\ViewGeneration\Structures\Cell.cs (1)
179List<ViewCellSlot> projectedSlots = new List<ViewCellSlot>();
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (6)
72: this(slots.ToArray(), whereClause, new List<BoolExpression>(), eliminateDuplicates, rootMember) 573List<int> pathIndexes = new List<int>(); 590List<int> pathIndexes = new List<int>(); 610List<int> slotIndexes = new List<int>(); 630List<int> pathIndexes = new List<int>(); 673List<BoolExpression> atoms = new List<BoolExpression>();
System\Data\Mapping\ViewGeneration\Structures\CellTreeNode.cs (1)
222List<WithRelationship> withRelationships = new List<WithRelationship>();
System\Data\Mapping\ViewGeneration\Structures\CellTreeNodeVisitors.cs (4)
93List<CellTreeNode> newChildren = new List<CellTreeNode>(); 131List<CellTreeNode> flattenedChildren = new List<CellTreeNode>(); 184List<CellTreeNode> flattenedChildren = new List<CellTreeNode>(); 199finalChildren = new List<CellTreeNode>();
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (1)
164List<Constant> types = new List<Constant>();
System\Data\Mapping\ViewGeneration\Structures\ErrorLog.cs (1)
28m_log = new List<Record>();
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (3)
84internal override List<CellTreeNode> Children { get { return new List<CellTreeNode>(); } } 185List<SlotInfo> foreignKeySlots = new List<SlotInfo>(); 230List<MemberPath> toEndEntityKeyMemberPaths = new List<MemberPath>();
System\Data\Mapping\ViewGeneration\Structures\MemberPath.cs (1)
763List<EdmMember> newMembers = new List<EdmMember>();
System\Data\Mapping\ViewGeneration\Structures\MemberProjectedSlot.cs (1)
163List<MemberProjectedSlot> result = new List<MemberProjectedSlot>();
System\Data\Mapping\ViewGeneration\Structures\MemberProjectionIndex.cs (2)
49m_members = new List<MemberPath>(); 71List<int> result = new List<int>();
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (6)
37m_children = new List<CellTreeNode>(); 225List<CqlBlock> children = new List<CqlBlock>(); 226List<Tuple<CqlBlock, SlotInfo>> additionalChildSlots = new List<Tuple<CqlBlock, SlotInfo>>(); 344List<CqlBlock> children = new List<CqlBlock>(); 345List<Tuple<QualifiedSlot, MemberPath>> additionalChildSlots = new List<Tuple<QualifiedSlot,MemberPath>>(); 381List<JoinCqlBlock.OnClause> onClauses = new List<JoinCqlBlock.OnClause>();
System\Data\Mapping\ViewGeneration\Structures\TypeConstant.cs (1)
193List<MemberPath> memberOutputPaths = new List<MemberPath>();
System\Data\Mapping\ViewGeneration\Structures\WithStatement.cs (1)
67List<string> fields = new List<string>();
System\Data\Mapping\ViewGeneration\Validation\BasicKeyConstraint.cs (1)
38List<ViewCellSlot> viewSlots = new List<ViewCellSlot>();
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (2)
603edmTypes = new List<EdmType>(); 760List<Cell> cells = new List<Cell>();
System\Data\Mapping\ViewGeneration\Validation\ExtentKey.cs (3)
56List<ExtentKey> keys = new List<ExtentKey>(); 65List<MemberPath> keyFields = new List<MemberPath>(); 81List<MemberPath> keyFields = new List<MemberPath>();
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (11)
39m_childColumns = new List<MemberPath>(); 47m_parentColumns = new List<MemberPath>(); 91List<ForeignConstraint> foreignKeyConstraints = new List<ForeignConstraint>(); 352var childPropertiesSet = new List<Set<EdmProperty>>(); 353var parentPropertiesSet = new List<Set<EdmProperty>>(); 510errorList = new List<ErrorLog.Record>(); 551List<EdmProperty> propertyList = new List<EdmProperty>(); 622wrappers = new List<LeftCellWrapper>(); 647List<Cell> parentCells = new List<Cell>(); 648List<Cell> childCells = new List<Cell>(); 794List<List<int>> slotNums = new List<List<int>>();
System\Data\Mapping\ViewGeneration\Validation\SchemaConstraints.cs (1)
29m_keyConstraints = new List<TKeyConstraint>();
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (2)
298m_cellWrappers = new List<LeftCellWrapper>(); 336List<Cell> outputCells = new List<Cell>();
System\Data\Mapping\ViewGeneration\ViewgenGatekeeper.cs (1)
239List<EntitySetBase> missingExtents = new List<EntitySetBase>();
System\Data\Mapping\ViewValidator.cs (2)
70_errors = new List<EdmSchemaError>(); 266private List<EdmSchemaError> _errors = new List<EdmSchemaError>();
System\Data\Metadata\AspProxy.cs (2)
233return new List<Assembly>(); 242return new List<Assembly>();
System\Data\Metadata\CacheForPrimitiveTypes.cs (2)
54primitiveTypes = new List<PrimitiveType>(); 196List<PrimitiveType> primitiveTypes = new List<PrimitiveType>();
System\Data\Metadata\Converter.cs (3)
126List<Som.Function> funcsWithUnresolvedTypes = new List<Som.Function>(); 872List<FunctionParameter> returnParameters = new List<FunctionParameter>(); 964List<FunctionParameter> parameters = new List<FunctionParameter>();
System\Data\Metadata\Edm\EdmFunction.cs (1)
67var list = new List<EntitySet>();
System\Data\Metadata\Edm\EntitySet.cs (2)
132var dependents = new List<Tuple<AssociationSet, ReferentialConstraint>>(); 133var principals = new List<Tuple<AssociationSet, ReferentialConstraint>>();
System\Data\Metadata\Edm\ItemCollection.cs (2)
228List<TItem> list = new List<TItem>(); 498functionList = new List<EdmFunction>();
System\Data\Metadata\Edm\MetadataCollection.cs (1)
693OrderedList = new List<T>();
System\Data\Metadata\Edm\MetadataPropertyCollection.cs (1)
84List<ItemPropertyInfo> result = new List<ItemPropertyInfo>();
System\Data\Metadata\Edm\Provider\EdmProviderManifestFunctionBuilder.cs (1)
18private readonly List<EdmFunction> functions = new List<EdmFunction>();
System\Data\Metadata\EdmItemCollection.cs (2)
305List<EdmSchemaError> errors = new List<EdmSchemaError>(); 309List<String> tempCTypeFunctionIdentity = new List<string>();
System\Data\Metadata\MetadataArtifactLoader.cs (3)
166List<MetadataArtifactLoader> loaders = new List<MetadataArtifactLoader>(); 203List<MetadataArtifactLoader> loaders = new List<MetadataArtifactLoader>(); 252List<string> list = new List<string>();
System\Data\Metadata\MetadataArtifactLoaderComposite.cs (6)
77List<string> list = new List<string>(); 95List<string> list = new List<string>(); 112List<string> list = new List<string>(); 128List<string> list = new List<string>(); 144List<XmlReader> list = new List<XmlReader>(); 161List<XmlReader> list = new List<XmlReader>();
System\Data\Metadata\MetadataArtifactLoaderCompositeFile.cs (5)
152List<string> list = new List<string>(); 194List<string> list = new List<string>(); 218List<XmlReader> list = new List<XmlReader>(); 243List<XmlReader> list = new List<XmlReader>(); 263List<MetadataArtifactLoaderFile> loaders = new List<MetadataArtifactLoaderFile>();
System\Data\Metadata\MetadataArtifactLoaderCompositeResource.cs (5)
93List<string> list = new List<string>(); 109List<string> list = new List<string>(); 125List<XmlReader> list = new List<XmlReader>(); 142List<XmlReader> list = new List<XmlReader>(); 162List<MetadataArtifactLoaderResource> loaders = new List<MetadataArtifactLoaderResource>();
System\Data\Metadata\MetadataArtifactLoaderFile.cs (4)
117List<string> list = new List<string>(); 131List<string> list = new List<string>(); 145List<XmlReader> list = new List<XmlReader>(); 166List<XmlReader> list = new List<XmlReader>();
System\Data\Metadata\MetadataArtifactLoaderResource.cs (4)
110List<string> list = new List<string>(); 124List<string> list = new List<string>(); 138List<XmlReader> list = new List<XmlReader>(); 180List<XmlReader> list = new List<XmlReader>();
System\Data\Metadata\MetadataArtifactLoaderXmlReaderWrapper.cs (3)
112List<string> list = new List<string>(); 135List<XmlReader> list = new List<XmlReader>(); 154List<XmlReader> list = new List<XmlReader>();
System\Data\Metadata\MetadataCache.cs (6)
52private static readonly List<StoreMetadataEntry> _metadataEntriesRemovedFromCache = new List<StoreMetadataEntry>(); 115List<MetadataArtifactLoader> loaders = new List<MetadataArtifactLoader>(); 126List<string> dataDirPaths = new List<string>(); 235keysForRemoval = new List<KeyValuePair<string, T>>(); 646List<string> permissionPaths = new List<string>(); 740List<string> permissionPaths = new List<string>();
System\Data\Metadata\MetadataWorkspace.cs (1)
338_cacheTokens = new List<object>();
System\Data\Metadata\ObjectItemCollection.cs (1)
365List<GlobalItem> globalItems = new List<GlobalItem>();
System\Data\Metadata\ObjectLayer\MutableAssemblyCacheEntry.cs (2)
18private readonly List<EdmType> _typesInAssembly = new List<EdmType>(); 20private readonly List<Assembly> _closureAssemblies = new List<Assembly>();
System\Data\Metadata\ObjectLayer\ObjectItemAttributeAssemblyLoader.cs (2)
29private readonly List<Action> _unresolvedNavigationProperties = new List<Action>(); 31private List<Action> _referenceResolutions = new List<Action>();
System\Data\Metadata\ObjectLayer\ObjectItemConventionAssemblyLoader.cs (5)
26private List<Action> _referenceResolutions = new List<Action>(); 156List<Action> referenceResolutionListForCurrentType = new List<Action>(); 386new List<KeyValuePair<EdmProperty, PropertyInfo>>(); 420new List<KeyValuePair<NavigationProperty, PropertyInfo>>(); 601var typeClosureToTrack = new List<KeyValuePair<EdmProperty, PropertyInfo>>();
System\Data\Metadata\ObjectLayer\ObjectItemLoadingSessionData.cs (1)
135_errors = new List<EdmItemError>();
System\Data\Metadata\StoreItemCollection.cs (2)
348List<EdmFunction> cTypeFunctions = new List<EdmFunction>(); 386List<FunctionParameter> parameters = new List<FunctionParameter>();
System\Data\Metadata\TypeHelpers.cs (2)
379List<EdmProperty> rowElements = new List<EdmProperty>(); 415List<KeyValuePair<string, TypeUsage>> resultCols = new List<KeyValuePair<string, TypeUsage>>();
System\Data\Metadata\TypeSemantics.cs (2)
942List<EdmProperty> commonProperties = new List<EdmProperty>(); 1160List<PrimitiveType> commonTypes = new List<PrimitiveType>();
System\Data\Objects\DataClasses\EntityCollection.cs (1)
252IList<IEntityWrapper> wrappedEntities = new List<IEntityWrapper>();
System\Data\Objects\DataClasses\RelatedEnd.cs (4)
776refreshedCollection = new List<IEntityWrapper>(); 847List<IEntityWrapper> collection = new List<IEntityWrapper>(); 1961deletedEntities = new List<IEntityWrapper>(); 1989List<IEntityWrapper> deletedEntities = new List<IEntityWrapper>();
System\Data\Objects\DataClasses\RelationshipManager.cs (4)
86_relationships = new List<RelatedEnd>(); 1155var dependentEndsToProcess = new List<EntityReference>(); 1306List<int> countersCopy = new List<int>(); 1467propertiesToRetrieve = propertiesToRetrieve ?? new List<string>();
System\Data\Objects\ELinq\ExpressionConverter.cs (2)
315_parameters = new List<KeyValuePair<ObjectParameter, QueryParameterExpression>>(); 689this._parameters = new List<KeyValuePair<ObjectParameter, QueryParameterExpression>>();
System\Data\Objects\ELinq\Funcletizer.cs (1)
326private readonly List<Func<bool>> _recompileRequiredDelegates = new List<Func<bool>>();
System\Data\Objects\ELinq\InitializerFacet.cs (1)
339return base.Emit(translator, new List<TranslatorResult>());
System\Data\Objects\ELinq\MethodCallTranslator.cs (8)
650List<KeyValuePair<string, DbExpression>> newColumns = new List<KeyValuePair<string, DbExpression>>(); 819var result = new List<MethodInfo> 1619new List<KeyValuePair<string, TypeUsage>>() 2541new List<KeyValuePair<string, TypeUsage>>() 2759List<KeyValuePair<string, DbExpression>> keys = new List<KeyValuePair<string, DbExpression>>(); 2760List<KeyValuePair<string, DbAggregate>> aggregates = new List<KeyValuePair<string, DbAggregate>>(); 2936var renames = new List<Tuple<EdmProperty, string>>(); 2966var newProjectionArguments = new List<CqtExpression>();
System\Data\Objects\ELinq\Translator.cs (1)
85var expressions = new List<Expression>();
System\Data\Objects\EntityEntry.cs (3)
2938_originalValues = new List<StateManagerValue>(); 3712visited = visited ?? new List<EntityEntry>(); 3820relationships = new List<Pair<string, string>>();
System\Data\Objects\Internal\EntityProxyFactory.cs (5)
944_baseGetters = new List<PropertyInfo>(); 945_baseSetters = new List<PropertyInfo>(); 1069_referenceProperties = new List<KeyValuePair<NavigationProperty, PropertyInfo>>(); 1070_collectionProperties = new List<KeyValuePair<NavigationProperty, PropertyInfo>>(); 1149List<Type> types = new List<Type>();
System\Data\Objects\Internal\ObjectSpanRewriter.cs (3)
151info.ColumnDefinitions = new List<KeyValuePair<string, DbExpression>>(); 620retList = new List<KeyValuePair<AssociationEndMember, AssociationEndMember>>(); 633retList = new List<KeyValuePair<AssociationEndMember, AssociationEndMember>>();
System\Data\Objects\ObjectContext.cs (1)
1258setKeys = new List<EntityKey>();
System\Data\Objects\ObjectParameterCollection.cs (1)
50_parameters = new List<ObjectParameter>();
System\Data\Objects\ObjectStateManager.cs (1)
766entities = new List<IEntityWrapper>();
System\Data\Objects\ObjectViewEntityCollectionData.cs (1)
152List<object> _deletionList = new List<object>();
System\Data\Objects\ObjectViewQueryResultData.cs (1)
80_bindingList = new List<TElement>();
System\Data\Objects\Span.cs (2)
27_spanList = new List<SpanPath>(); 206List<SpanPath> toDelete = new List<SpanPath>();
System\Data\Query\InternalTrees\ColumnMapFactory.cs (1)
144var memberInfo = new List<Tuple<MemberAssignment, int, EdmProperty>>();
System\Data\Query\InternalTrees\Command.cs (9)
61m_vars = new List<Var>(); 62m_tables = new List<Table>(); 331return CreateFlatTableDefinition(type.Properties, new List<EdmMember>(), null); 530return this.CreateNode(op, new List<Node>()); 541List<Node> l = new List<Node>(); 555List<Node> l = new List<Node>(); 570List<Node> l = new List<Node>(); 1619List<Var> unionAllVars = new List<Var>(); 1631List<Var> setOpVars = new List<Var>();
System\Data\Query\InternalTrees\Metadata.cs (2)
36m_columns = new List<ColumnMD>(); 37m_keys = new List<ColumnMD>();
System\Data\Query\InternalTrees\NodeInfo.cs (1)
807List<KeyVec> keyVecList = new List<KeyVec>();
System\Data\Query\InternalTrees\OpCopier.cs (3)
222List<SortKey> newSortKeys = new List<SortKey>(); 251List<Node> children = new List<Node>(); 1110List<CollectionInfo> newCollectionInfoList = new List<CollectionInfo>();
System\Data\Query\InternalTrees\RelPropertyHelper.cs (1)
141propList = new List<RelProperty>();
System\Data\Query\InternalTrees\Vars.cs (1)
564internal VarList() : base() { }
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
1004List<Node> ancestors = new List<Node>();
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (4)
119List<ColumnMap> propertyColumnMapList = new List<ColumnMap>(); 188List<ColumnMap> propertyColumnMapList = new List<ColumnMap>(); 216List<SimpleColumnMap> keyColumnMapList = new List<SimpleColumnMap>(); 352List<TypedColumnMap> allMaps = new List<TypedColumnMap>();
System\Data\Query\PlanCompiler\CommandPlan.cs (1)
77_children = new List<ProviderCommandInfo>();
System\Data\Query\PlanCompiler\ConstraintManager.cs (3)
145m_childKeys = new List<string>(); 151m_parentKeys = new List<string>(); 262fkConstraintList = new List<ForeignKeyConstraint>();
System\Data\Query\PlanCompiler\CTreeGenerator.cs (13)
67private List<string> _propertyChain = new List<string>(); 114internal VarInfoList() : base() { } 658List<DbExpression> retList = new List<DbExpression>(); 809List<DbExpression> whens = new List<DbExpression>(); 810List<DbExpression> thens = new List<DbExpression>(); 1206List<KeyValuePair<string, DbExpression>> projectedCols = new List<KeyValuePair<string, DbExpression>>(); 1371List<KeyValuePair<string, DbExpression>> projectedCols = new List<KeyValuePair<string, DbExpression>>(); 1519List<DbSortClause> sortClauses = new List<DbSortClause>(); 1690List<KeyValuePair<string, DbExpression>> keyExprs = new List<KeyValuePair<string, DbExpression>>(); 1780List<KeyValuePair<string, DbAggregate>> aggregates = new List<KeyValuePair<string, DbAggregate>>(); 1948List<DbExpressionBinding> inputBindings = new List<DbExpressionBinding>(); 2099List<Var> projectionVars = new List<Var>(); 2278List<DbExpression> collectionElements = new List<DbExpression>();
System\Data\Query\PlanCompiler\ITreeGenerator.cs (21)
598List<Node> nodeList = new List<Node>(); 945List<Node> recordColumns = new List<Node>(); 1405_iqtCommand.CreateConstrainedSortOp(new List<SortKey>(), withTies), 1510List<Node> children = new List<Node>(); 1697List<Node> childNodes = new List<Node>(); 2047List<RelProperty> relPropertyList = new List<RelProperty>(); 2048relPropertyExprs = new List<Node>(); 2070List<Node> newArgs = new List<Node>(); 2204List<RelProperty> relPropertyList = new List<RelProperty>(); 2205List<Node> relPropertyExprs = new List<Node>(); 2270List<DbExpressionBinding> inputs = new List<DbExpressionBinding>(); 2299List<Node> inputNodes = new List<Node>(); 2300List<Var> inputVars = new List<Var>(); 2495List<Node> aggVarDefNodes = new List<Node>(); 2540List<Node> groupByChildren = new List<Node>(); 2591keyVarDefNodes = new List<Node>(); 2688List<Node> flattentedKeys = new List<Node>(); 2689List<Node> copyFlattenedKeys = new List<Node>(); 2822List<Node> sortVarDefs = new List<Node>(); 2896List<SortKey> sortKeys = new List<SortKey>(); 2932List<SortKey> sortKeys = new List<SortKey>();
System\Data\Query\PlanCompiler\JoinGraph.cs (17)
89private readonly List<JoinEdge> m_joinEdges = new List<JoinEdge>(); 99: this(id, node, new List<AugmentedNode>()) 298m_leftVars = new List<ColumnVar>(); 299m_rightVars = new List<ColumnVar>(); 426List<ColumnVar> leftVars = new List<ColumnVar>(); 427List<ColumnVar> rightVars = new List<ColumnVar>(); 514m_vertexes = new List<AugmentedNode>(); 515m_tableVertexes = new List<AugmentedTableNode>(); 637leftVars = new List<ColumnVar>(); 638rightVars = new List<ColumnVar>(); 712List<AugmentedNode> children = new List<AugmentedNode>(); 1046List<ColumnVar> leftVars = new List<ColumnVar>(); 1047List<ColumnVar> rightVars = new List<ColumnVar>(); 1616List<List<JoinEdge>> compatibleGroups = new List<List<JoinEdge>>(); 1636List<JoinEdge> newList = new List<JoinEdge>(); 1755edges = new List<JoinEdge>(); 2466List<Node> newChildren = new List<Node>();
System\Data\Query\PlanCompiler\KeyPullup.cs (1)
283List<Node> varDefNodes = new List<Node>();
System\Data\Query\PlanCompiler\NestPullup.cs (25)
480List<Node> newNestChildren = new List<Node>(); 481List<Node> newJoinApplyChildren = new List<Node>(); 482List<CollectionInfo> newCollectionInfoList = new List<CollectionInfo>(); 552NestBaseOp newNestOp = Command.CreateMultiStreamNestOp(new List<InternalTrees.SortKey>(), newOutputVars, newCollectionInfoList); 913List<Node> newNestInputs = new List<Node>(); 914List<CollectionInfo> newCollectionInfo = new List<CollectionInfo>(); 986List<CollectionInfo> collectionInfoList = new List<CollectionInfo>(); 987List<Node> newChildren = new List<Node>(); 988List<Node> collectionNodes = new List<Node>(); 991List<Node> definedVars = new List<Node>(); 992List<Node> referencedVars = new List<Node>(); 1092List<Node> newNestedProjectNodeInputs = new List<Node>(); 1124List<Node> newNestedNestNodeInputs = new List<Node>(); 1159MultiStreamNestOp nestOp = Command.CreateMultiStreamNestOp(new List<InternalTrees.SortKey>(), outputVars, collectionInfoList); 1263sortKeys = new List<InternalTrees.SortKey>(); 1385newCollectionInfoList = new List<CollectionInfo>(); 1386newNestNodeChildren = new List<Node>(); 1657List<InternalTrees.SortKey> sortKeyList = new List<InternalTrees.SortKey>(); 2034List<InternalTrees.SortKey> sortKeyList = new List<InternalTrees.SortKey>(); 2230List<InternalTrees.SortKey> newPostfixSortKeys = new List<InternalTrees.SortKey>(); 2231List<CollectionInfo> newCollectionInfoList = new List<CollectionInfo>(); 2361sortKeys = new List<List<InternalTrees.SortKey>>(); 2399sortKeys.Add(new List<InternalTrees.SortKey>()); 2533List<Node> varDefListChildren = new List<Node>(); 2601varMapList = new List<Dictionary<Var, Var>>();
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (28)
618values = new List<Node>(); 619properties = new List<md.EdmProperty>(); 664List<InternalTrees.SortKey> newSortKeys = new List<InternalTrees.SortKey>(); 704List<Var> convertToFlattenedTypeVars = new List<Var>(); 705List<Node> convertToFlattenedTypeVarDefs = new List<Node>(); 776List<Node> newChildren = new List<Node>(); 819newNodes = new List<Node>(); 838List<Var> newVars = new List<Var>(); 839List<md.EdmProperty> newProps = new List<md.EdmProperty>(); 840newNodes = new List<Node>(); 1160List<md.EdmProperty> properties = new List<System.Data.Metadata.Edm.EdmProperty>(); 1161List<md.EdmMember> keyProperties = new List<System.Data.Metadata.Edm.EdmMember>(); 1345List<Node> newChildren = new List<Node>(); 1532List<Node> varDefOpNodes = new List<Node>(); 1617newComputedVars = new List<ComputedVar>(); 1654List<Var> newVars = new List<Var>(); 1655List<md.EdmProperty> newProps = new List<md.EdmProperty>(); 1740List<Node> newArgs = new List<Node>(); 2052List<md.EdmProperty> fieldTypes = new List<md.EdmProperty>(); 2053List<Node> fieldValues = new List<Node>(); 2065List<Node> caseChildren = new List<Node>(); 2355List<md.EdmProperty> fieldTypes = new List<md.EdmProperty>(); 2356List<Node> fieldValues = new List<Node>(); 2537List<Node> newNodeChildren = new List<Node>(); 2714List<md.EdmProperty> newFields = new List<md.EdmProperty>(); 2715List<Node> newFieldValues = new List<Node>(); 2881List<md.EdmProperty> newFields = new List<md.EdmProperty>(); 2882List<Node> newFieldValues = new List<Node>();
System\Data\Query\PlanCompiler\Predicate.cs (5)
69m_parts = new List<Node>(); 139List<VarVec> tableDefinitionList = new List<VarVec>(); 161leftTableEquiJoinColumns = new List<Var>(); 162rightTableEquiJoinColumns = new List<Var>(); 293singleTablePredicates = new List<Predicate>();
System\Data\Query\PlanCompiler\PreProcessor.cs (16)
245List<RelationshipSet> relSets = new List<RelationshipSet>(); 274List<EntitySet> sets = new List<EntitySet>(); 516List<Node> scanTableNodes = new List<Node>(); 517List<Var> scanTableVars = new List<Var>(); 634List<Node> scanTableNodes = new List<Node>(); 635List<Var> scanTableVars = new List<Var>(); 1606List<Node> keyFields = new List<Node>(); 1607List<KeyValuePair<string, TypeUsage>> keyFieldTypes = new List<KeyValuePair<string, TypeUsage>>(); 1809newChildren = new List<Node>(); 1836List<RelProperty> relProperties = new List<RelProperty>(); 1860List<Node> newChildren = new List<Node>(); 1957List<Node> inputNodes = new List<Node>(); 1958List<Var> inputVars = new List<Var>(); 1983List<Node> inputNodes = new List<Node>(); 1984List<Var> inputVars = new List<Var>(); 2350IList<Node> sortChildren = new List<Node>();
System\Data\Query\PlanCompiler\ProjectionPruner.cs (2)
215List<Var> unreferencedVars = new List<Var>(); 298List<Node> newChildren = new List<Node>();
System\Data\Query\PlanCompiler\ProviderCommandInfoUtils.cs (1)
91new List<ProviderCommandInfo>() //children
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (1)
961List<KeyValuePair<string, md.TypeUsage>> fieldList = new List<KeyValuePair<string, md.TypeUsage>>();
System\Data\Query\PlanCompiler\SubqueryTrackingVisitor.cs (1)
66nestedSubqueries = new List<Node>();
System\Data\Query\PlanCompiler\TransformationRules.cs (10)
638allRules = new List<InternalTrees.Rule>(); 662postJoinEliminationRules = new List<InternalTrees.Rule>(); 680nullabilityRules = new List<InternalTrees.Rule>(); 702opRules = new List<InternalTrees.Rule>(); 967newNodeArgs = new List<Node>(); 1566List<Node> newSetOpChildren = new List<Node>(); 2030List<Node> varDefNodeList = new List<Node>(); 2267List<Node> newVarDefNodes = new List<Node>(); 3409List<Node> varDefNodes = new List<Node>(); 3925List<Node> newVarDefNodes = new List<Node>();
System\Data\Query\PlanCompiler\TypeInfo.cs (3)
87m_immediateSubTypes = new List<TypeInfo>(); 393List<TypeInfo> result = new List<TypeInfo>(); 444m_propertyRefList = new List<PropertyRef>();
System\Data\Query\PlanCompiler\VarInfo.cs (2)
87m_newVars = new List<Var>(); 230m_newVars = new List<Var>() { newVar };
System\Data\SqlClient\SqlGen\DmlSqlGenerator.cs (1)
470_parameters = new List<SqlParameter>();
System\Data\SqlClient\SqlGen\JoinSymbol.cs (2)
49columnList = new List<Symbol>(); 69flattenedExtentList = new List<Symbol>();
System\Data\SqlClient\SqlGen\Sql8ExpressionRewriter.cs (2)
216IList<DbPropertyExpression> leftFlattenedProperties = new List<DbPropertyExpression>(); 217IList<DbPropertyExpression> rightFlattenedProperties = new List<DbPropertyExpression>();
System\Data\SqlClient\SqlGen\SqlBuilder.cs (1)
36_sqlFragments = new List<object>();
System\Data\SqlClient\SqlGen\SqlGenerator.cs (5)
594List<DbExpressionBinding> inputs = new List<DbExpressionBinding>(); 2754List<DbExpression> argumentList = new List<DbExpression>(); 3027result.AllJoinExtents = new List<Symbol>(); 3221List<Symbol> extents = new List<Symbol>(); 3600List<Symbol> columnList = new List<Symbol>();
System\Data\SqlClient\SqlGen\SqlSelectClauseBuilder.cs (1)
43m_optionalColumns = new List<OptionalColumn>();
System\Data\SqlClient\SqlGen\SqlSelectStatement.cs (4)
87fromExtents = new List<Symbol>(); 206if (null == outerExtentAliases) { outerExtentAliases = new List<string>(); } 212if (null == outerExtentAliases) { outerExtentAliases = new List<string>(); } 246if (null == outerExtentAliases) { outerExtentAliases = new List<string>(); }
System\Data\SqlClient\SqlGen\SymbolTable.cs (1)
38private List<Dictionary<string, Symbol>> symbols = new List<Dictionary<string, Symbol>>();
System\Data\SqlClient\SqlProviderServices.cs (1)
991List<string> databaseNames = new List<string>();
System\Data\SqlClient\SqlTypesAssembly.cs (1)
91private static readonly System.Collections.ObjectModel.ReadOnlyCollection<string> preferredSqlTypesAssemblies = new List<string>()
System.Data.Entity.Design (85)
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (1)
50WriteXml(writer, collection, namespaceToWrite, new ErrorsLookup(), new List<EdmType>(), null, null, schemaVersion, xmlPrefixToNamespaces);
System\Data\Entity\Design\Common\MetadataUtil.cs (1)
163List<string> elementStrings = new List<string>();
System\Data\Entity\Design\Common\OneToOneMappingSerializer.cs (2)
33internal List<CollapsedEntityAssociationSet> CollapsedEntityAssociationSets = new List<CollapsedEntityAssociationSet>(); 35internal List<Tuple<EdmFunction, EdmFunction>> StoreFunctionToFunctionImport = new List<Tuple<EdmFunction, EdmFunction>>();
System\Data\Entity\Design\EntityCodeGenerator.cs (8)
157return new List<EdmSchemaError>() { CreateSourceEdmSchemaNotValidError() }; 209return new List<EdmSchemaError>() { CreateSourceEdmSchemaNotValidError() }; 217List<string> additionalTempPaths = new List<string>(); 252return new List<EdmSchemaError>() { new EdmSchemaError(Strings.EdmSchemaFileNotFound(sourceEdmSchemaFilePath), (int)ModelBuilderErrorCode.FileNotFound, EdmSchemaErrorSeverity.Error, sourceEdmSchemaFilePath, 0, 0) }; 260return new List<EdmSchemaError>() { CreateSourceEdmSchemaNotValidError() }; 297return new List<EdmSchemaError>() { EntityClassGenerator.CreateErrorForException(ModelBuilderErrorCode.FileNotFound, ex) }; 303List<EdmSchemaError> errorList = new List<EdmSchemaError>(); 325List<EdmSchemaError> errors = new List<EdmSchemaError>();
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (8)
280public IList<EdmSchemaError> Errors = new List<EdmSchemaError>(); 324List<AssociationSet> storeAssociationSets = new List<AssociationSet>(); 407modelEntityContainer.AddMetadataProperties(new List<MetadataProperty>() { lazyLoadingAttribute }); 572List<EdmMember> members = new List<EdmMember>(); 773List<EdmMember> members = new List<EdmMember>(); 774List<String> keyMemberNames = new List<string>(); 821List<MetadataProperty> annotation = new List<MetadataProperty>(); 1112List<string> namespaceParts = new List<string>();
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (16)
103List<EntityStoreSchemaFilterEntry> filters = new List<EntityStoreSchemaFilterEntry>(); 494List<MetadataProperty> properties = new List<MetadataProperty>(); 518List<FunctionDetailsReader.Memento> parameters = new List<FunctionDetailsReader.Memento>(); 549List<EdmSchemaError> errors = new List<EdmSchemaError>(); 632List<FunctionParameter> functionParameters = new List<FunctionParameter>(); 731List<RelationshipDetailsRow> columns = new List<RelationshipDetailsRow>(); 824List<EdmSchemaError> errors = new List<EdmSchemaError>(); 1103List<TableDetailsRow> singleTableColumns = new List<TableDetailsRow>(); 1104List<string> primaryKeys = new List<string>(); 1158errors = new List<EdmSchemaError>(); 1201errors = new List<EdmSchemaError>(); 1285errors = new List<EdmSchemaError>(); 1311var members = new List<EdmProperty>(); 1312excludedColumns = new List<string>(); 1528List<MetadataProperty> properties = new List<MetadataProperty>(); 1582List<XmlReader> xmlReaders = new List<XmlReader>();
System\Data\Entity\Design\EntityStoreSchemaGenerator\EntityStoreSchemaGenerator.LoadMethodSessionState.cs (2)
24public List<AssociationType> AssociationTypes = new List<AssociationType>(); 34public List<EdmFunction> Functions = new List<EdmFunction>();
System\Data\Entity\Design\EntityViewGeneration\EntityViewGenerator.cs (1)
311List<EdmSchemaError> errorList = new List<EdmSchemaError>();
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (31)
62new List<string>() 174new List<string>() 420new List<string>() { "man" }, 428new List<string>() { "louse", "mouse" }, 435new List<string>() { "tooth" }, 441new List<string>() { "goose" }, 447new List<string>() { "foot" }, 453new List<string>() { "zoon" }, 459new List<string>() { "cis", "sis", "xis" }, 479new List<string>() { "trix" }, 486new List<string>() { "eau", "ieu" }, 498if (PluralizationServiceUtil.TryInflectOnSuffixInWord(suffixWord, new List<string>() { "ch", "sh", "ss" }, (s) => s + "es", this.Culture, out newSuffixWord)) 505new List<string>() { "alf", "elf", "olf", "eaf", "arf" }, 512new List<string>() { "nife", "life", "wife" }, 520new List<string>() { "ay", "ey", "iy", "oy", "uy" }, 540new List<string>() { "ao", "eo", "io", "oo", "uo" }, 635new List<string>() { "men" }, 643new List<string>() { "lice", "mice" }, 650new List<string>() { "teeth" }, 656new List<string>() { "geese" }, 662new List<string>() { "feet" }, 668new List<string>() { "zoa" }, 676new List<string>() { "ches", "shes", "sses" }, 697new List<string>() { "trices" }, 704new List<string>() { "eaux", "ieux" }, 717new List<string>() { "alves", "elves", "olves", "eaves", "arves" }, 724new List<string>() { "nives", "lives", "wives" }, 732new List<string>() { "ays", "eys", "iys", "oys", "uys" }, 752new List<string>() { "aos", "eos", "ios", "oos", "uos" }, 764new List<string>() { "ces" }, 771new List<string>() { "ces", "ses", "xes" },
System\Data\EntityModel\Emitters\EntityContainerEmitter.cs (1)
520List<CodeExpression> executeArguments = new List<CodeExpression>();
System\Data\EntityModel\Emitters\FixUpCollection.cs (1)
98fixUps = new List<FixUp>();
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
469List<CodeExpression> parameters = new List<CodeExpression>();
System\Data\EntityModel\Emitters\StructuredTypeEmitter.cs (1)
212List<CodeExpression> complexVerifyParameters = new List<CodeExpression>();
System\Data\EntityModel\Emitters\Utils.cs (1)
95List<KeyValuePair<string, Type>> pairs = new List<KeyValuePair<string, Type>>();
System\Data\EntityModel\EntityClassGenerator.cs (4)
119List<EdmSchemaError> errors = new List<EdmSchemaError>(); 123List<MetadataArtifactLoader> loaders = new List<MetadataArtifactLoader>(); 191List<EdmSchemaError> errors = new List<EdmSchemaError>(); 214List<MetadataArtifactLoader> loaders = new List<MetadataArtifactLoader>();
System\Data\EntityModel\PropertyGeneratedEventArgs.cs (3)
29private List<CodeStatement> _additionalGetStatements = new List<CodeStatement>(); 30private List<CodeStatement> _additionalSetStatements = new List<CodeStatement>(); 31private List<CodeAttributeDeclaration> _additionalAttributes = new List<CodeAttributeDeclaration>();
System\Data\EntityModel\TypeGeneratedEventArgs.cs (3)
28private List<Type> _additionalInterfaces = new List<Type>(); 29private List<CodeTypeMember> _additionalMembers = new List<CodeTypeMember>(); 30private List<CodeAttributeDeclaration> _additionalAttributes = new List<CodeAttributeDeclaration>();
System.Data.Linq (121)
ChangeConflicts.cs (2)
19this.conflicts = new List<ObjectChangeConflict>(); 301var list = new List<MemberChangeConflict>();
ChangeDirector.cs (2)
59syncRollbackItems = new List<KeyValuePair<TrackedObject, object[]>>(); 261List<MetaDataMember> membersToSync = new List<MetaDataMember>();
ChangeProcessor.cs (9)
66List<ObjectChangeConflict> conflicts = new List<ObjectChangeConflict>(); 67List<TrackedObject> deletedItems = new List<TrackedObject>(); 68List<TrackedObject> insertedItems = new List<TrackedObject>(); 69List<TrackedObject> syncDependentItems = new List<TrackedObject>(); 309List<object> newEntities = new List<object>(); 310List<object> deletedEntities = new List<object>(); 311List<object> changedEntities = new List<object>(); 584var list = new List<TrackedObject>(); 741refs = new List<TrackedObject>();
DataBindingList.cs (1)
36: base(sequence != null ? sequence : new List<TEntity>()) {
DataServices.cs (2)
103List<object> keyValues = new List<object>(); 111List<object> keyValues = new List<object>();
DataShape.cs (1)
219List<MemberInfo> newEdges = new List<MemberInfo>();
Mapping\AttributedMetaModel.cs (2)
758List<MetaType> dTypes = new List<MetaType>(); 896List<MetaType> rowTypes = new List<MetaType>();
Mapping\MappedMetaModel.cs (7)
635List<MetaDataMember> dMembers = new List<MetaDataMember>(); 832List<MetaType> dTypes = new List<MetaType>(); 1357List<MetaType> rowTypes = new List<MetaType>(); 1538private static ReadOnlyCollection<MetaType> _emptyTypes = new List<MetaType>().AsReadOnly(); 1539private static ReadOnlyCollection<MetaDataMember> _emptyDataMembers = new List<MetaDataMember>().AsReadOnly(); 1540private static ReadOnlyCollection<MetaAssociation> _emptyAssociations = new List<MetaAssociation>().AsReadOnly(); 1664List<MetaDataMember> dMembers = new List<MetaDataMember>();
parent\DbmlShared\Mapping.cs (6)
21this.tables = new List<TableMapping>(); 22this.functions = new List<FunctionMapping>(); 156this.parameters = new List<ParameterMapping>(); 157this.types = new List<TypeMapping>(); 255this.members = new List<MemberMapping>(); 256this.derivedTypes = new List<TypeMapping>();
SqlClient\Common\SqlFactory.cs (2)
450List<SqlClientWhen> whens = new List<SqlClientWhen>(); 457List<SqlWhen> whens = new List<SqlWhen>();
SqlClient\Common\SqlNode.cs (21)
289this.groupBy = new List<SqlExpression>(); 290this.orderBy = new List<SqlOrderExpression>(); 389this.columns = new List<SqlColumn>(); 431this.args = (args != null) ? new List<SqlExpression>(args) : new List<SqlExpression>(); 432this.columns = new List<SqlUserColumn>(); 439this.args = (args != null) ? new List<SqlExpression>(args) : new List<SqlExpression>(); 440this.columns = new List<SqlUserColumn>(); 1194private List<SqlWhen> whens = new List<SqlWhen>(); 1238private List<SqlClientWhen> whens = new List<SqlClientWhen>(); 1317private List<SqlTypeCaseWhen> whens = new List<SqlTypeCaseWhen>(); 1582this.columns = new List<SqlColumn>(); 1675this.args = new List<SqlExpression>(); 1676this.argMembers = new List<MemberInfo>(); 1677this.members = new List<SqlMemberAssign>(); 1738this.arguments = new List<SqlExpression>(); 1780this.expressions = new List<SqlExpression>(); 1805this.keyExpressions = new List<SqlExpression>(); 1903this.arguments = new List<SqlExpression>(); 1904this.parameters = new List<SqlParameter>(); 2058this.statements = new List<SqlStatement>(); 2183this.columns = new List<SqlColumn>();
SqlClient\Common\SqlNodeAnnotations.cs (1)
21list = new List<SqlNodeAnnotation>();
SqlClient\Query\QueryConverter.cs (4)
895List<MemberInfo> result = new List<MemberInfo>(); 1072SqlColumn rowNumber = new SqlColumn("ROW_NUMBER", sql.RowNumber(new List<SqlOrderExpression>(), this.dominatingExpression)); 2410List<SqlMemberAssign> bindings = new List<SqlMemberAssign>(); 2584List<SqlAssign> assignments = new List<SqlAssign>();
SqlClient\Query\SqlBinder.cs (16)
376List<MetaType> concreteTypes = new List<MetaType>(); 423List<SqlExpression> matches = new List<SqlExpression>(); 424List<SqlExpression> values = new List<SqlExpression>(); 624List<SqlExpression> matches = new List<SqlExpression>(); 625List<SqlExpression> values = new List<SqlExpression>(); 635List<SqlExpression> newMatches = new List<SqlExpression>(); 636List<SqlExpression> newValues = new List<SqlExpression>(); 711List<SqlExpression> matches = new List<SqlExpression>(); 712List<SqlExpression> values = new List<SqlExpression>(); 732List<SqlExpression> newMatches = new List<SqlExpression>(); 733List<SqlExpression> newValues = new List<SqlExpression>(); 1288List<SqlNode> fetchedValues = new List<SqlNode>(); 1298List<SqlExpression> matches = new List<SqlExpression>(); 1299List<SqlExpression> values = new List<SqlExpression>(); 1317List<SqlNode> fetchedValues = new List<SqlNode>(); 1518List<SqlNode> newValues = new List<SqlNode>();
SqlClient\Query\SqlCaseSimplifier.cs (3)
76List<SqlExpression> values = new List<SqlExpression>(); 77List<SqlExpression> matches = new List<SqlExpression>(); 103List<SqlWhen> newWhens = new List<SqlWhen>();
SqlClient\Query\SqlDuplicator.cs (2)
78List<SqlOrderExpression> orderBy = new List<SqlOrderExpression>(); 114List<SqlTypeCaseWhen> whens = new List<SqlTypeCaseWhen>();
SqlClient\Query\SqlExpander.cs (11)
125List<SqlExpression> expandedArgs = new List<SqlExpression>(); 128List<SqlExpression> args = new List<SqlExpression>(); 146List<SqlExpression> expressions = new List<SqlExpression>(); 153List<SqlClientWhen> whens = new List<SqlClientWhen>(); 155List<SqlExpression> scos = new List<SqlExpression>(); 174List<SqlExpression> discriminators = new List<SqlExpression>(); 184List<SqlTypeCaseWhen> whens = new List<SqlTypeCaseWhen>(); 186List<SqlExpression> scos = new List<SqlExpression>(); 215List<SqlExpression> mexprs = new List<SqlExpression>(); 226List<SqlExpression> mexprs = new List<SqlExpression>(); 247List<SqlExpression> lexprs = new List<SqlExpression>();
SqlClient\Query\SqlFormatter.cs (1)
52internal List<SqlSource> suppressedAliases = new List<SqlSource>();
SqlClient\Query\SqlLiftIndependentRowExpressions.cs (2)
54List<SqlColumn> keep = new List<SqlColumn>(); 55List<SqlColumn> lift = new List<SqlColumn>();
SqlClient\Query\SqlMethodCallConverter.cs (4)
676List<SqlExpression> matches = new List<SqlExpression>(); 677List<SqlExpression> values = new List<SqlExpression>(); 2438List<SqlExpression> matchesList = new List<SqlExpression>(); 2439List<SqlExpression> valuesList = new List<SqlExpression>();
SqlClient\Query\SqlOuterApplyReducer.cs (4)
117List<List<SqlColumn>> liftedSelections = new List<List<SqlColumn>>(); 413this.lifted = new List<List<SqlColumn>>(); 451lift = new List<SqlColumn>(); 459keep = new List<SqlColumn>();
SqlClient\Query\SqlParameterizer.cs (2)
81List<ReadOnlyCollection<SqlParameterInfo>> list = new List<ReadOnlyCollection<SqlParameterInfo>>(); 108this.currentParams = new List<SqlParameterInfo>();
SqlClient\Query\SqlReorderer.cs (7)
38this.orders = new List<SqlOrderExpression>(); 46this.orders = new List<SqlOrderExpression>(); 61this.orders = new List<SqlOrderExpression>(); 93List<SqlOrderExpression> list = new List<SqlOrderExpression>(); 210List<SqlOrderExpression> orderBy = new List<SqlOrderExpression>(); 211List<SqlOrderExpression> existingOrders = new List<SqlOrderExpression>(); 271List<SqlColumn> columns = new List<SqlColumn>();
SqlClient\Query\SqlSupersetValidator.cs (1)
12List<SqlVisitor> validators = new List<SqlVisitor>();
SqlClient\Query\Translator.cs (4)
48List<SqlTypeCaseWhen> whens = new List<SqlTypeCaseWhen>(); 89List<SqlMemberAssign> bindings = new List<SqlMemberAssign>(); 132List<SqlExpression> exprs = new List<SqlExpression>(); 217List<Expression> values = new List<Expression>();
SqlClient\Reader\ObjectReaderCompiler.cs (3)
687this.globals = new List<object>(); 688this.namedColumns = new List<NamedColumn>(); 2812this.buffer = new List<DbDataReader>();
SqlClient\SqlProvider.cs (1)
955this.subQueries = new List<ICompiledSubQuery>();
System.Data.Services (52)
System\Data\Services\DataService.cs (2)
2114private List<RequestDescription> batchRequestDescription = new List<RequestDescription>(); 2117private List<DataServiceOperationContext> batchOperationContexts = new List<DataServiceOperationContext>();
System\Data\Services\DataServiceConfiguration.cs (3)
142this.knownTypes = new List<Type>(); 1020this.readAuthorizationMethods[container.Name] = new List<MethodInfo>(); 1091this.writeAuthorizationMethods[container.Name] = new List<MethodInfo>();
System\Data\Services\Epm\EpmContentDeSerializer.cs (2)
108this.properties = new List<EpmAppliedProperty>(); 122this.propertyToTypeNameMap = new List<EpmPropertyToTypeMappingElement>();
System\Data\Services\Epm\EpmContentSerializer.cs (1)
354this.children = new List<EpmNullValuedPropertyNode>();
System\Data\Services\Epm\EpmSourcePathSegment.cs (1)
39this.subProperties = new List<EpmSourcePathSegment>();
System\Data\Services\Epm\EpmTargetPathSegment.cs (1)
49this.subSegments = new List<EpmTargetPathSegment>();
System\Data\Services\HttpProcessUtility.cs (1)
634List<MediaType> mediaTypes = new List<MediaType>();
System\Data\Services\Internal\NeedSkipTokenVisitor.cs (1)
105List<ResourceProperty> resourceProperties = new List<ResourceProperty>();
System\Data\Services\Parsing\RequestQueryParser.cs (5)
310List<OrderingExpression> orderings = new List<OrderingExpression>(); 486List<Type> types = new List<Type>(); 529List<MethodData> result = new List<MethodData>(); 2147List<Expression> argList = new List<Expression>(); 2364List<MethodData> result = new List<MethodData>();
System\Data\Services\Providers\BasicExpandProvider.cs (2)
696this.children = new List<ExpandNode>(); 901this.resourceTypes = new List<ResourceType>();
System\Data\Services\Providers\DataServiceProviderWrapper.cs (1)
834properties = new List<ResourceProperty>();
System\Data\Services\Providers\ExpandedProjectionNode.cs (1)
106this.nodes = new List<ProjectionNode>();
System\Data\Services\Providers\ObjectContextServiceProvider.cs (7)
68this.typesWithoutOSpaceMetadata = new List<StructuralType>(); 281new List<string>()); 732List<ResourceProperty> etagProperties = new List<ResourceProperty>(); 1362childTypes[baseResourceType] = new List<ResourceType>(); 2489private List<EntityContainer> entityContainers = new List<EntityContainer>(); 2651entitySetInContainer = new List<EntitySet>(); 2658associationSetInContainer = new List<AssociationSet>();
System\Data\Services\Providers\OrderingInfo.cs (1)
38this.orderingExpressions = new List<OrderingExpression>();
System\Data\Services\Providers\ReflectionServiceProvider.cs (4)
501List<Type> ancestors = new List<Type>(); 843List<ResourceType> rootTypes = new List<ResourceType>(); 855List<Type> derivedTypes = new List<Type>(); 966childTypes[baseType] = new List<ResourceType>();
System\Data\Services\Providers\ResourceType.cs (4)
1018List<ResourceProperty> allProps = new List<ResourceProperty>(); 1047this.propertiesDeclaredOnThisType = new List<ResourceProperty>(); 1322this.inheritedEpmInfo = new List<EntityPropertyMappingAttribute>(); 1336this.ownEpmInfo = new List<EntityPropertyMappingAttribute>();
System\Data\Services\RequestQueryProcessor.cs (3)
320List<List<string>> result = new List<List<string>>(); 340currentPath = new List<string>(); 578this.expandPathsAsText = new List<List<string>>();
System\Data\Services\Serializers\Deserializer.cs (1)
1051List<byte[]> byteData = new List<byte[]>();
System\Data\Services\Serializers\DictionaryContent.cs (3)
47this.valueContents = new List<object>(); 48this.valueTypes = new List<string>(); 49this.valueNames = new List<string>();
System\Data\Services\Serializers\JsonDeserializer.cs (2)
528List<ResourceProperty> navProperties = new List<ResourceProperty>(); 529List<object> navPropertyValues = new List<object>();
System\Data\Services\Serializers\JsonReader.cs (1)
536this.orderedKeys = new List<string>();
System\Data\Services\Serializers\Serializer.cs (5)
926List<ExpandedProjectionNode> expandedChildrenNeededToBeProjected = new List<ExpandedProjectionNode>(); 1004List<string> pathSegments = new List<string>(); 1068this.segmentNames = new List<string>(); 1069this.segmentContainers = new List<ResourceSetWrapper>(); 1070this.segmentResultCounts = new List<int>();
System.Data.Services.Client (36)
parent\Server\System\Data\Services\Epm\EpmSourcePathSegment.cs (1)
39this.subProperties = new List<EpmSourcePathSegment>();
parent\Server\System\Data\Services\Epm\EpmTargetPathSegment.cs (1)
49this.subSegments = new List<EpmTargetPathSegment>();
System\Data\Services\Client\ALinq\PathBox.cs (2)
32private readonly List<StringBuilder> projectionPaths = new List<StringBuilder>(); 34private readonly List<StringBuilder> expandPaths = new List<StringBuilder>();
System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs (1)
56re.Projection = new ProjectionQueryOptionExpression(le.Body.Type, le, new List<string>());
System\Data\Services\Client\ALinq\ResourceBinder.cs (11)
156List<Expression> conjuncts = new List<Expression>(); 160List<ResourceExpression> referencedInputs = new List<ResourceExpression>(); 180targetPredicates = new List<Expression>(); 385nonKeyPredicates = new List<Expression>(); 515List<ResourceExpression> referencedExpressions = new List<ResourceExpression>(); 669List<ResourceExpression> referencedInputs = new List<ResourceExpression>(); 756selectors = new List<OrderByQueryOptionExpression.Selector>(); 1064List<ResourceExpression> referencedInputs = new List<ResourceExpression>(); 1420propertyPath = new List<string>(); 1526var result = new List<PropertyInfo>(); 1790List<ResourceExpression> referencedInputs = new List<ResourceExpression>();
System\Data\Services\Client\ALinq\ResourceExpression.cs (1)
75this.expandPaths = expandPaths ?? new List<string>();
System\Data\Services\Client\ALinq\ResourceSetExpression.cs (1)
74this.sequenceQueryOptions = new List<QueryOptionExpression>();
System\Data\Services\Client\AtomContentProperty.cs (1)
117this.Properties = new List<AtomContentProperty>();
System\Data\Services\Client\AtomMaterializer.cs (1)
455list = new List<TTarget>();
System\Data\Services\Client\AtomMaterializerLog.cs (1)
75this.links = new List<LinkDescriptor>();
System\Data\Services\Client\AtomParser.cs (2)
675feedEntries = new List<AtomEntry>(); 888targetEntry.DataValues = new List<AtomContentProperty>();
System\Data\Services\Client\Binding\BindingEntityInfo.cs (1)
387this.observableProperties = new List<BindingPropertyInfo>();
System\Data\Services\Client\Binding\BindingGraph.cs (2)
850this.incomingEdges = new List<Edge>(); 864this.outgoingEdges = new List<Edge>();
System\Data\Services\Client\Binding\BindingObserver.cs (1)
867List<UnTrackingInfo> untrackingInfo = new List<UnTrackingInfo>();
System\Data\Services\Client\DataServiceContext.cs (2)
4140this.Responses = new List<OperationResponse>(); 4176this.ChangedEntries = new List<Descriptor>();
System\Data\Services\Client\MemberAssignmentAnalysis.cs (1)
64this.pathFromEntity = new List<Expression>();
System\Data\Services\Client\ProjectionPath.cs (2)
29internal ProjectionPath() : base() 38: base()
System\Data\Services\Client\ProjectionPathBuilder.cs (2)
59this.rewrites = new List<MemberInitRewrite>(); 171List<string> names = new List<string>();
System\Data\Services\Client\ProjectionPlanCompiler.cs (2)
539List<string> propertyNames = new List<string>(); 540List<Func<object, object, Type, object>> propertyFunctions = new List<Func<object, object, Type, object>>();
System.Data.Services.Design (16)
System\Data\EntityModel\Emitters\FixUpCollection.cs (1)
94fixUps = new List<FixUp>();
System\Data\EntityModel\Emitters\NamespaceEmitter.cs (2)
71List<GlobalItem> items = new List<GlobalItem>(); 101List<GlobalItem> items = new List<GlobalItem>();
System\Data\EntityModel\Emitters\StructuredTypeEmitter.cs (1)
204List<CodeExpression> complexVerifyParameters = new List<CodeExpression>();
System\Data\EntityModel\Emitters\Utils.cs (1)
80List<KeyValuePair<string, Type>> pairs = new List<KeyValuePair<string, Type>>();
System\Data\EntityModel\EntityClassGenerator.cs (3)
356List<XElement> schemaElements = new List<XElement>(); 357List<XmlReader> result = new List<XmlReader>(); 571List<EdmSchemaError> errors = new List<EdmSchemaError>();
System\Data\EntityModel\PropertyGeneratedEventArgs.cs (4)
26private List<CodeStatement> _additionalGetStatements = new List<CodeStatement>(); 27private List<CodeStatement> _additionalSetStatements = new List<CodeStatement>(); 28private List<CodeStatement> _additionalSetStatements2 = new List<CodeStatement>(); 30private List<CodeAttributeDeclaration> _additionalAttributes = new List<CodeAttributeDeclaration>();
System\Data\EntityModel\TypeGeneratedEventArgs.cs (3)
25private List<Type> _additionalInterfaces = new List<Type>(); 26private List<CodeTypeMember> _additionalMembers = new List<CodeTypeMember>(); 27private List<CodeAttributeDeclaration> _additionalAttributes = new List<CodeAttributeDeclaration>();
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (1)
79list = new List<T>();
System.Data.SqlXml (62)
System\Xml\Xsl\IlGen\StaticDataManager.cs (3)
24private List<T> list = new List<T>(); 127this.prefixMappingsList = new List<StringPair[]>(); 147this.globalNames = new List<string>();
System\Xml\Xsl\QIL\QilExpression.cs (2)
55this.wsRules = factory.LiteralObject(new List<WhitespaceRule>()); 58this.earlBnd = factory.LiteralObject(new List<EarlyBoundInfo>());
System\Xml\Xsl\QIL\QilXmlWriter.cs (2)
298private List<QilNode> fwdrefs = new List<QilNode>(); 299private List<QilNode> backrefs = new List<QilNode>();
System\Xml\Xsl\Runtime\DocumentOrderComparer.cs (2)
39this.roots = new List<XPathNavigator>(); 57this.roots = new List<XPathNavigator>();
System\Xml\Xsl\Runtime\DodSequenceMerge.cs (1)
49this.sequencesToMerge = new List<IEnumerator<XPathNavigator>>();
System\Xml\Xsl\Runtime\XslNumber.cs (1)
127this.tokens = new List<TokenInfo>();
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
182decimalFormatters = new List<DecimalFormatter>();
System\Xml\Xsl\XmlQueryTypeFactory.cs (2)
669public static readonly XmlQueryType None = new ChoiceType(new List<XmlQueryType>()); 686members = new List<XmlQueryType>();
System\Xml\Xsl\XPath\XPathParser.cs (1)
486List<Node> argList = new List<Node>();
System\Xml\Xsl\Xslt\Compiler.cs (4)
55public List<VarPar> ExternalPars = new List<VarPar>(); 56public List<VarPar> GlobalVars = new List<VarPar>(); 57public List<WhitespaceRule> WhitespaceRules = new List<WhitespaceRule>(); 60public List<ProtoTemplate> AllTemplates = new List<ProtoTemplate>();
System\Xml\Xsl\Xslt\MatcherBuilder.cs (8)
242public List<QilName> FixedNamePatternsNames = new List<QilName>(); // Needed only to guarantee a stable order 243public List<Pattern> NonFixedNamePatterns = new List<Pattern>(); 260list = FixedNamePatterns[qname] = new List<Pattern>(); 284private List<Pattern> textPatterns = new List<Pattern>(); 285private List<Pattern> documentPatterns = new List<Pattern>(); 286private List<Pattern> commentPatterns = new List<Pattern>(); 288private List<Pattern> heterogenousPatterns = new List<Pattern>(); 290private List<List<TemplateMatch>> allMatches = new List<List<TemplateMatch>>();
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
494paramWithCalls = new List<VarPar>(); 2201functionsForMode = sheet.ApplyFunctions[mode] = new List<QilFunction>();
System\Xml\Xsl\Xslt\Scripts.cs (2)
88private List<ScriptClass> scriptClasses = new List<ScriptClass>(); 147List<ScriptClass> scriptsForLang = new List<ScriptClass>();
System\Xml\Xsl\Xslt\Stylesheet.cs (7)
30public List<Uri> ImportHrefs = new List<Uri>(); 31public List<XslNode> GlobalVarPars = new List<XslNode>(); 46public List<Template> Templates = new List<Template>(); // Templates defined on this level. Empty for RootLevel. 53matchesForMode = TemplateMatches[template.Mode] = new List<TemplateMatch>(); 68WhitespaceRules[0] = new List<WhitespaceRule>(); 69WhitespaceRules[1] = new List<WhitespaceRule>(); 70WhitespaceRules[2] = new List<WhitespaceRule>();
System\Xml\Xsl\Xslt\XPathPatternParser.cs (1)
213List<QilNode> predicates = new List<QilNode>();
System\Xml\Xsl\Xslt\XslAst.cs (2)
103private static readonly IList<XslNode> EmptyList = new List<XslNode>().AsReadOnly(); 116content = new List<XslNode>();
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (3)
59private static IList<V> empty = (new List<V>()).AsReadOnly(); 77adjList = this[v1] = new List<V>(); 710templates = new List<ProtoTemplate>();
System\Xml\Xsl\Xslt\XsltLoader.cs (14)
288List<XslNode> content = new List<XslNode>(); 512List<XmlQualifiedName> list = new List<XmlQualifiedName>(); 739List<Key> defList = new List<Key>(); 891List<XslNode> content = new List<XslNode>(); 1246return LoadInstructions(new List<XslNode>(), InstructionFlags.None); 1250return LoadInstructions(new List<XslNode>(), flags); 1354List<XslNode> content = new List<XslNode>(); 1470List<XslNode> content = new List<XslNode>(); 1521List<XslNode> content = new List<XslNode>(); 1852List<XslNode> content = new List<XslNode>(); 1900List<XslNode> content = new List<XslNode>(); 2322List<XslNode> content = new List<XslNode>(); 2386List<XslNode> fallbacksArray = new List<XslNode>(); 2644List<QilName> useCharacterMaps = new List<QilName>();
System\Xml\Xsl\XsltOld\ActionFrame.cs (1)
138List<SortKey> results = new List<SortKey>();
System\Xml\Xsl\XsltOld\Compiler.cs (1)
176this.queryStore = new List<TheQuery>();
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
606List<FormatInfo> tokens = new List<FormatInfo>();
System\Xml\Xsl\XsltOld\RootAction.cs (1)
103this.keyList = new List<Key>();
System.Drawing (2)
commonui\System\Drawing\Advanced\PrivateFontCollection.cs (1)
47gdiFonts = new List<string>();
commonui\System\Drawing\ImageAnimator.cs (1)
221imageInfoList = new List<ImageInfo>();
System.IdentityModel (46)
System\IdentityModel\BoundedCache.cs (1)
199List<string> expiredItems = new List<string>();
System\IdentityModel\Claims\WindowsClaimSet.cs (1)
152return new List<Claim>();
System\IdentityModel\Claims\X509CertificateClaimSet.cs (2)
167List<Claim> claims = new List<Claim>(); 280List<Claim> dnsClaimEntries = new List<Claim>();
System\IdentityModel\EncryptedKeyElement.cs (2)
27_keyReferences = new List<string>(); 28_dataReferences = new List<string>();
System\IdentityModel\EncryptedTypeElement.cs (1)
32_properties = new List<string>();
System\IdentityModel\Metadata\MetadataSerializer.cs (1)
35List<string> _trustedIssuers = new List<string>();
System\IdentityModel\MostlySingletonList.cs (1)
50this.list = new List<T>();
System\IdentityModel\Policy\DefaultEvaluationContext.cs (1)
62this.claimSets = new List<ClaimSet>();
System\IdentityModel\Protocols\WSTrust\AdditionalContext.cs (1)
16List<ContextItem> _contextItems = new List<ContextItem>();
System\IdentityModel\Protocols\WSTrust\Participants.cs (1)
19List<EndpointReference> _participant = new List<EndpointReference>();
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
553List<EndpointReference> participants = new List<EndpointReference>();
System\IdentityModel\RsaEncryptionCookieTransform.cs (1)
41List<RSA> _decryptionKeys = new List<RSA>();
System\IdentityModel\RsaSignatureCookieTransform.cs (1)
30List<RSA> _verificationKeys = new List<RSA>();
System\IdentityModel\SecurityUtils.cs (2)
336List<IIdentity> identities = new List<IIdentity>(); 1006public static ReadOnlyCollection<T> Instance = new ReadOnlyCollection<T>(new List<T>());
System\IdentityModel\Selectors\SamlSecurityTokenAuthenticator.cs (1)
97List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>();
System\IdentityModel\Selectors\X509CertificateChain.cs (1)
325List<string> oidStrs = new List<string>();
System\IdentityModel\SignedXml.cs (1)
673this.references = new List<Reference>();
System\IdentityModel\Tokens\AggregateTokenResolver.cs (1)
21List<SecurityTokenResolver> _tokenResolvers = new List<SecurityTokenResolver>();
System\IdentityModel\Tokens\AuthorizationPolicy.cs (3)
30List<ClaimsIdentity> _identityCollection = new List<ClaimsIdentity>(); 71List<ClaimsIdentity> collection = new List<ClaimsIdentity>(); 165List<ClaimsIdentity> identities = new List<ClaimsIdentity>();
System\IdentityModel\Tokens\KeyInfoSerializer.cs (4)
58this.serializerEntries = new List<SecurityTokenSerializer.SerializerEntries>(); 86this.tokenEntries = new List<TokenEntry>(); 87this.keyIdentifierEntries = new List<SecurityTokenSerializer.KeyIdentifierEntry>(); 88this.keyIdentifierClauseEntries = new List<SecurityTokenSerializer.KeyIdentifierClauseEntry>();
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (3)
1136List<Saml2Attribute> attributes = new List<Saml2Attribute>(); 1222List<Saml2Attribute> actingAsAttributes = new List<Saml2Attribute>(); 2189List<SecurityKey> holderKeys = new List<SecurityKey>();
System\IdentityModel\Tokens\SamlAssertion.cs (1)
406List<SecurityKey> cryptoList = new List<SecurityKey>();
System\IdentityModel\Tokens\SamlAuthenticationClaimResource.cs (3)
53this.authorityBindings = (new List<SamlAuthorityBinding>()).AsReadOnly(); 68List<SamlAuthorityBinding> tempList = new List<SamlAuthorityBinding>(); 124List<SamlAuthorityBinding> sab = new List<SamlAuthorityBinding>();
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (3)
434List<SamlAttribute> attributes = new List<SamlAttribute>(); 526List<SamlAttribute> actingAsAttributes = new List<SamlAttribute>(); 3522List<SamlSubject> subjects = new List<SamlSubject>();
System\IdentityModel\Tokens\SamlSubject.cs (1)
208this.claims = new List<Claim>();
System\IdentityModel\Tokens\SamlSubjectStatement.cs (2)
71List<ClaimSet> claimSets = new List<ClaimSet>(); 76List<Claim> claims = new List<Claim>();
System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
37List<StrEntry> strEntries = new List<StrEntry>();
System\IdentityModel\Tokens\WSSecurityXXX2005.cs (1)
40List<StrEntry> strEntries = new List<StrEntry>();
System\IdentityModel\Tokens\X509DataSecurityKeyIdentifierClauseSerializer.cs (1)
76List<SecurityKeyIdentifierClause> clauses = new List<SecurityKeyIdentifierClause>();
System\IdentityModel\XmlUtil.cs (1)
259List<XmlElement> xmlElements = new List<XmlElement>();
System\ServiceModel\Security\ReferenceList.cs (1)
21List<string> referredIds = new List<string>();
System.IO.Log (4)
System\IO\Log\LogArchiveSnapshot.cs (1)
57List<FileRegion> regions = new List<FileRegion>();
System\IO\Log\LogExtentCollection.cs (1)
164List<LogExtent> extents = new List<LogExtent>();
System\IO\Log\LogManagementAsyncResult.cs (1)
84this.handleLogFullCallbackList = new List<HandleLogFullCallback>();
System\IO\Log\ReservationCollection.cs (1)
24this.reservationKeys = new List<long>();
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (1)
1103this.currentExecution = (new List<InstancePersistenceCommand> { command }).GetEnumerator();
System\Runtime\PersistencePipeline.cs (1)
131pendingValues = new List<Tuple<IPersistencePipelineModule, IDictionary<XName, object>>>();
System.Runtime.Serialization (35)
System\Runtime\Serialization\ClassDataContract.cs (4)
695this.members = new List<DataMember>(); 852List<DataMember> tempMembers = new List<DataMember>(); 1024List<Member> membersInHierarchy = new List<Member>(); 1486List<DataMember> dataContractMembersList = new List<DataMember>();
System\Runtime\Serialization\CodeExporter.cs (1)
930List<CodeTypeReference> knownTypeReferences = new List<CodeTypeReference>();
System\Runtime\Serialization\DataContract.cs (4)
1315List<Type> itemTypeClosure = new List<Type>(); 1715List<int> nestedParamCounts = new List<int>(); 2549this.nestedParamCounts = new List<int>(); 2556paramGenericInfos = new List<GenericInfo>();
System\Runtime\Serialization\DataContractSerializer.cs (1)
156this.knownTypeList = new List<Type>();
System\Runtime\Serialization\DataContractSet.cs (1)
424List<Type> types = new List<Type>();
System\Runtime\Serialization\ImportOptions.cs (2)
56referencedTypes = new List<Type>(); 68referencedCollectionTypes = new List<Type>();
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (1)
543this.knownTypeList = new List<Type>();
System\Runtime\Serialization\Json\JsonXmlDataContract.cs (2)
58List<Type> knownTypesList = new List<Type>(); 61List<XmlQualifiedName> stableNames = new List<XmlQualifiedName>();
System\Runtime\Serialization\SchemaImporter.cs (7)
246List<XmlSchemaType> knownTypesForObject = new List<XmlSchemaType>(); 280baseTypeInfo.knownTypes = new List<XmlSchemaType>(); 285baseTypeInfo = new SchemaObjectInfo(null, null, null, new List<XmlSchemaType>()); 337List<XmlSchemaRedefine> list = new List<XmlSchemaRedefine>(); 688dataContract.Members = new List<DataMember>(); 1209dataContract.Values = new List<long>(); 1210dataContract.Members = new List<DataMember>();
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (8)
310extensionData.Members = new List<ExtensionDataMember>(); 805dataNode.Members = new List<ExtensionDataMember>(); 832dataNode.Items = new List<IDataNode>(); 890dataNode.Members = new List<ISerializableDataMember>(); 918xmlAttributes = new List<XmlAttribute>(); 931xmlChildNodes = new List<XmlNode>(); 952IList<XmlNode> xmlChildNodes = new List<XmlNode>(); 956xmlAttributes = new List<XmlAttribute>();
System\Runtime\Serialization\XmlSerializableServices.cs (1)
21List<XmlNode> nodeList = new List<XmlNode>();
System\Xml\XmlMtomWriter.cs (3)
246binaryDataChunks = new List<MtomBinaryData>(); 273binaryDataChunks = new List<MtomBinaryData>(); 344mimeParts = new List<MimePart>();
System.Security (3)
system\security\cryptography\dataprotector.cs (1)
55List<string> specificPurposesList = new List<string>();
system\security\cryptography\pkcs\envelopedpkcs7.cs (1)
1019certContexts = new List<SafeCertContextHandle>();
system\security\cryptography\xml\signedxml.cs (1)
743List<string> values = new List<string>();
System.ServiceModel (226)
System\ServiceModel\Administration\ServiceInstanceProvider.cs (1)
104List<IWmiInstance> instances = new List<IWmiInstance>();
System\ServiceModel\Channels\AddressHeaderCollection.cs (3)
24: base(new List<AddressHeader>()) 85List<AddressHeader> results = new List<AddressHeader>(); 187List<AddressHeader> headerList = new List<AddressHeader>();
System\ServiceModel\Channels\BaseUriWithWildcard.cs (1)
126splitLocations = new List<int>();
System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
1036newStrings = new List<XmlDictionaryString>(); 1066this.bytes = new List<byte>();
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (1)
520this.refBufferList = new List<ByteBuffer>();
System\ServiceModel\Channels\ChainedAsyncResult.cs (2)
144collection = new List<ICommunicationObject>(); 179collection = new List<ICommunicationObject>();
System\ServiceModel\Channels\ChannelTracker.cs (1)
135List<ICommunicationObject> collection = new List<ICommunicationObject>();
System\ServiceModel\Channels\ConnectAlgorithms.cs (2)
56List<IAsyncResult> results = new List<IAsyncResult>(); 57List<WaitHandle> handles = new List<WaitHandle>();
System\ServiceModel\Channels\ConnectionDemuxer.cs (1)
51this.connectionReaders = new List<InitialServerConnectionReader>();
System\ServiceModel\Channels\ConnectionPool.cs (5)
87itemsToClose = new List<TItem>(); 103endpointKeysToRemove = new List<TKey>(); 246this.busyConnections = new List<TItem>(); 384List<TItem> itemsToClose = new List<TItem>(); 457itemsToClose = new List<TItem>();
System\ServiceModel\Channels\ConnectionPoolRegistry.cs (1)
48registryEntry = new List<ConnectionPool>();
System\ServiceModel\Channels\DatagramAdapter.cs (1)
956this.activeChannels = new List<TSessionChannel>();
System\ServiceModel\Channels\DefaultWebSocketConnectionHandler.cs (1)
128List<string> tokenList = new List<string>();
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (1)
261IList<TransportManager> result = new List<TransportManager>();
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
732List<string> assertionNames = new List<string>(); 802List<XmlElement> httpAuthAssertions = new List<XmlElement>();
System\ServiceModel\Channels\HttpTransportManager.cs (1)
217result = new List<TransportManager>();
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
215List<TItem> itemsToClose = new List<TItem>();
System\ServiceModel\Channels\MessageFault.cs (1)
645List<FaultReasonText> translations = new List<FaultReasonText>();
System\ServiceModel\Channels\MessageHeaders.cs (1)
758List<MessageHeaderInfo> understoodHeaders = new List<MessageHeaderInfo>();
System\ServiceModel\Channels\MessageProperties.cs (2)
166List<string> keys = new List<string>(); 230List<object> values = new List<object>();
System\ServiceModel\Channels\MsmqBindingMonitor.cs (2)
20List<MsmqBindingFilter> filters = new List<MsmqBindingFilter>(); 306List<MatchState> lostQueues = new List<MatchState>();
System\ServiceModel\Channels\MsmqDefaultLockingQueue.cs (1)
260transMsgs = new List<long>();
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (1)
29this.buffers = new List<ArraySegment<byte>>();
System\ServiceModel\Channels\MsmqReceiveContextLockManager.cs (2)
94transMsgs = new List<MsmqReceiveContext>(); 187List<MsmqReceiveContext> expiredLockList = new List<MsmqReceiveContext>();
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (1)
356subqueues = new List<string>();
System\ServiceModel\Channels\NamedPipeTransportBindingElement.cs (1)
14List<SecurityIdentifier> allowedUsers = new List<SecurityIdentifier>();
System\ServiceModel\Channels\NamedPipeTransportManager.cs (1)
136result = new List<TransportManager>();
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
1130List<ICommunicationObject> objectsToClose = new List<ICommunicationObject>(); 1198List<ICommunicationObject> objectsToClose = new List<ICommunicationObject>();
System\ServiceModel\Channels\PeerFlooder.cs (2)
57this.neighbors = new List<IPeerNeighbor>(); 828List<IAsyncResult> pending = new List<IAsyncResult>();
System\ServiceModel\Channels\PeerIPHelper.cs (4)
162List<IPAddress> addresses = new List<IPAddress>(); 163List<IPAddress> temporaryAddresses = new List<IPAddress>(); 213List<IPAddress> result = new List<IPAddress>(); 214List<IPAddress> notAdded = new List<IPAddress>();
System\ServiceModel\Channels\PeerMaintainer.cs (1)
520List<PeerNodeAddress> reply = new List<PeerNodeAddress>();
System\ServiceModel\Channels\PeerNeighborManager.cs (2)
68this.neighborList = new List<PeerNeighbor>(); 69this.connectedNeighborList = new List<IPeerNeighbor>();
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
387this.keys = new ReadOnlyCollection<SecurityKey>(new List<SecurityKey>());
System\ServiceModel\Channels\PipeConnection.cs (1)
1989pendingAccepts = new List<PendingAccept>();
System\ServiceModel\Channels\PnrpPeerResolver.cs (12)
212Clouds = new List<string>(); 350PnrpPeerResolverTraceRecord record = new PnrpPeerResolverTraceRecord(meshId, new List<PeerNodeAddress>()); 370List<IPAddress> addresses = new List<IPAddress>(); 602entry.addressList = new List<IPEndPoint>(); 629List<UnsafePnrpNativeMethods.PeerNameResolver> resolvers = new List<UnsafePnrpNativeMethods.PeerNameResolver>(); 630List<PnrpRegistration> globalRegistrations = new List<PnrpRegistration>(); 631List<PnrpRegistration> linkRegistrations = new List<PnrpRegistration>(); 632List<PnrpRegistration> siteRegistrations = new List<PnrpRegistration>(); 633List<WaitHandle> handles = new List<WaitHandle>(); 688return new ReadOnlyCollection<PeerNodeAddress>(new List<PeerNodeAddress>()); 705List<PeerNodeAddress> nodeAddressList = new List<PeerNodeAddress>(); 735reg.addressList = new List<IPEndPoint>();
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (2)
22List<Int64> acked = new List<Int64>(); 1348List<RequestContext> innerContexts = new List<RequestContext>();
System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (1)
211List<Wsrm11PolicyAlternative> wsrmAlternatives = new List<Wsrm11PolicyAlternative>();
System\ServiceModel\Channels\RequestChannel.cs (1)
17List<IRequestBase> outstandingRequests = new List<IRequestBase>();
System\ServiceModel\Channels\SecurityChannelFactory.cs (2)
159List<OperationWithTimeoutBeginCallback> begins = new List<OperationWithTimeoutBeginCallback>(); 160List<OperationEndCallback> ends = new List<OperationEndCallback>();
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
193List<ILogonTokenCacheManager> cacheManagers = new List<ILogonTokenCacheManager>();
System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
35this.channelsList = new List<IChannel>(); 280objectList = new List<ICommunicationObject>();
System\ServiceModel\Channels\SharedTcpTransportManager.cs (1)
219result = new List<TransportManager>();
System\ServiceModel\Channels\TransactionFlowProperty.cs (1)
106this.issuedTokens = new List<RequestSecurityTokenResponse>();
System\ServiceModel\Channels\TransmissionStrategy.cs (1)
68List<Int64> retransmissionWindow = new List<Int64>();
System\ServiceModel\Channels\TransportManager.cs (2)
182this.transportManagers = new List<TransportManager>(); 189this.transportManagers = new List<TransportManager>();
System\ServiceModel\Channels\UniqueTransportManagerRegistration.cs (1)
18this.list = new List<TransportManager>();
System\ServiceModel\Channels\UriPrefixTable.cs (2)
92List<KeyValuePair<BaseUriWithWildcard, TItem>> result = new List<KeyValuePair<BaseUriWithWildcard, TItem>>(); 274List<string> segments = new List<string>();
System\ServiceModel\Channels\WebSocketHelper.cs (1)
136subProtocolList = new List<string>();
System\ServiceModel\ComIntegration\CatalogUtil.cs (1)
131List<string> roleMembers = new List<string>();
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
84List<Guid> guidList = new List<Guid>();
System\ServiceModel\ComIntegration\DispatchProxy.cs (1)
95paramList = new List<ParamInfo>();
System\ServiceModel\ComIntegration\DllHostInitializer.cs (1)
21List<ComPlusServiceHost> hosts = new List<ComPlusServiceHost>();
System\ServiceModel\ComIntegration\ServiceInfo.cs (3)
178this.contracts = new List<ContractInfo>(); 336udts[assemblyId] = new List<Type>(); 368this.operations = new List<OperationInfo>();
System\ServiceModel\Configuration\BindingsSection.cs (1)
173List<BindingCollectionElement> bindingCollections = new List<BindingCollectionElement>();
System\ServiceModel\Configuration\CustomBindingCollectionElement.cs (1)
33List<IBindingConfigurationElement> configuredBindings = new List<IBindingConfigurationElement>();
System\ServiceModel\Configuration\EndpointBehaviorElementCollection.cs (1)
45List<BehaviorExtensionElement> parentExtensionElements = new List<BehaviorExtensionElement>();
System\ServiceModel\Configuration\ServiceBehaviorElementCollection.cs (1)
54List<BehaviorExtensionElement> parentExtensionElements = new List<BehaviorExtensionElement>();
System\ServiceModel\Configuration\ServiceModelConfigurationElementCollection.cs (1)
84List<string> elementKeys = new List<string>();
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (1)
92this.items = new List<TServiceModelExtensionElement>();
System\ServiceModel\Configuration\StandardBindingCollectionElement.cs (1)
33List<IBindingConfigurationElement> configuredBindings = new List<IBindingConfigurationElement>();
System\ServiceModel\Configuration\StandardEndpointCollectionElement.cs (1)
34List<StandardEndpointElement> configuredEndpoints = new List<StandardEndpointElement>();
System\ServiceModel\Configuration\StandardEndpointsSection.cs (1)
88List<EndpointCollectionElement> endpointCollections = new List<EndpointCollectionElement>();
System\ServiceModel\Description\ConfigLoader.cs (3)
626ConfigLoader.resolvedEndpoints = new List<string>(); 799ConfigLoader.resolvedEndpoints = new List<string>(); 1129ConfigLoader.resolvedBindings = new List<string>();
System\ServiceModel\Description\DispatcherBuilder.cs (2)
51targetSerializationTypes = new List<Type>(); 313List<Type> supportedChannelTypes = new List<Type>();
System\ServiceModel\Description\MessageContractImporter.cs (1)
1335bodyPartsFromBindings = new List<string>();
System\ServiceModel\Description\OperationGenerator.cs (1)
616List<CodeTypeReference> wrapperKnownTypes = new List<CodeTypeReference>();
System\ServiceModel\Description\ServiceReflector.cs (3)
367List<Type> types = new List<Type>(); 419List<Type> types = new List<Type>(); 680List<MethodInfo> methods = new List<MethodInfo>();
System\ServiceModel\Description\TypeLoader.cs (5)
400List<Type> knownTypes = new List<Type>(); 717List<Type> inheritedCallbackTypes = new List<Type>(); 1245List<MemberInfo> contractMembers = new List<MemberInfo>(); 1300List<MessagePartDescription> bodyPartDescriptionList = new List<MessagePartDescription>(); 1301List<MessageHeaderDescription> headerPartDescriptionList = new List<MessageHeaderDescription>();
System\ServiceModel\Description\WsdlHelper.cs (4)
28List<WsdlNS.ServiceDescription> wsdls = new List<WsdlNS.ServiceDescription>(); 29List<XmlSchema> xsds = new List<XmlSchema>(); 99List<WsdlNS.ServiceDescription> newWsdls = new List<WsdlNS.ServiceDescription>(); 211List<XmlElement> policyReferences = new List<XmlElement>();
System\ServiceModel\Description\WsdlImporter.cs (2)
2083List<XmlElement> embeddedPolicies = new List<XmlElement>(); 2127List<XmlElement> policyReferences = new List<XmlElement>();
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
722List<XmlMembersMapping> Mappings = new List<XmlMembersMapping>(); 768List<XmlMembersMapping> uniqueMappings = new List<XmlMembersMapping>();
System\ServiceModel\Diagnostics\MessageLogger.cs (2)
228List<XPathMessageFilter> temp = new List<XPathMessageFilter>(); 523List<XPathMessageFilter> filtersToRemove = new List<XPathMessageFilter>();
System\ServiceModel\Diagnostics\PerformanceCounters.cs (1)
305PerformanceCounters.performanceCountersList = new List<ServiceModelPerformanceCounters>();
System\ServiceModel\Diagnostics\ServiceModelPerformanceCounters.cs (2)
151this.performanceCounters = new List<ServiceModelPerformanceCounters>(); 157this.performanceCounters = new List<ServiceModelPerformanceCounters>();
System\ServiceModel\Dispatcher\ActionMessageFilterTable.cs (2)
30this.always = new List<MessageFilter>(); 125filters = new List<MessageFilter>();
System\ServiceModel\Dispatcher\AndMessageFilterTable.cs (7)
145List<FilterDataPair> pairs = new List<FilterDataPair>(); 169List<FilterDataPair> pairs = new List<FilterDataPair>(); 193List<FilterDataPair> pairs = new List<FilterDataPair>(); 207List<FilterDataPair> pairs = new List<FilterDataPair>(); 221List<FilterDataPair> pairs = new List<FilterDataPair>(); 235List<FilterDataPair> pairs = new List<FilterDataPair>(); 254List<FilterDataPair> pairs = new List<FilterDataPair>();
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
642List<ICommunicationObject> list = new List<ICommunicationObject>();
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
98knownTypes = new List<Type>();
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
161this.requests = new List<IDuplexRequest>(); 175this.timedOutRequests = new List<ICorrelatorKey>();
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (1)
815this.candidates = new List<Candidate>();
System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (1)
53List<Attr> attrSet = new List<Attr>();
System\ServiceModel\Dispatcher\FaultFormatter.cs (2)
23List<FaultContractInfo> faultContractInfoList = new List<FaultContractInfo>(); 100faultInfos = new List<FaultContractInfo>();
System\ServiceModel\Dispatcher\QueryFunctions.cs (1)
71this.iterList = new List<NodeSequenceIterator>();
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (4)
311List<SubExpr> exprs = new List<SubExpr>(); 314exprs = new List<SubExpr>(); 474this.exprList = new List<SubExpr>(); 500List<SubExpr> exprs = new List<SubExpr>();
System\ServiceModel\Dispatcher\XmlSerializerFaultFormatter.cs (1)
74faultInfos = new List<XmlSerializerOperationBehavior.Reflector.XmlSerializerFaultContractInfo>();
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (1)
495attributes[headerDescription.Index] = new List<MessageHeader<object>>();
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (1)
628List<string> prefixes = new List<string>();
System\ServiceModel\DXD.cs (4)
140public List<XmlDictionaryString> SecureConversationDictionaryStrings = new List<XmlDictionaryString>(); 206public List<XmlDictionaryString> SecurityAlgorithmDictionaryStrings = new List<XmlDictionaryString>(); 235public List<XmlDictionaryString> Feb2005DictionaryStrings = new List<XmlDictionaryString>(); 236public List<XmlDictionaryString> Dec2005DictionaryString = new List<XmlDictionaryString>();
System\ServiceModel\EndpointAddress.cs (1)
778List<AddressHeader> headerList = new List<AddressHeader>();
System\ServiceModel\MostlySingletonList.cs (1)
51this.list = new List<T>();
System\ServiceModel\MsmqIntegration\MsmqIntegrationReceiveParameters.cs (1)
20List<Type> knownTypes = new List<Type>();
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (3)
168EntryList = new List<RegistrationEntry>(); 446List<PeerNodeAddress> results = new List<PeerNodeAddress>(); 641List<Guid> remove = new List<Guid>();
System\ServiceModel\PeerResolvers\PeerDefaultCustomResolverClient.cs (2)
131List<IPAddress> addresslist = new List<IPAddress>(); 299List<PeerNodeAddress> output_addresses = new List<PeerNodeAddress>();
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (2)
420List<SecurityToken> outOfBandTokens = new List<SecurityToken>(); 535List<SecurityTokenResolver> resolvers = new List<SecurityTokenResolver>();
System\ServiceModel\Security\IdentityModelServiceAuthorizationManager.cs (9)
40new List<IAuthorizationPolicy>() { new AuthorizationPolicy(new ClaimsIdentity()) }); 74return (new List<IAuthorizationPolicy>() { transformedPolicy }).AsReadOnly(); 83List<ClaimsIdentity> identities = new List<ClaimsIdentity>(); 84List<IAuthorizationPolicy> uncheckedAuthorizationPolicies = new List<IAuthorizationPolicy>(); 213List<ClaimsIdentity> transportTokenIdentityCollection = new List<ClaimsIdentity>(); 362SysAuthorizationContext defaultAuthContext = SysAuthorizationContext.CreateDefaultAuthorizationContext(new List<IAuthorizationPolicy>() { authPolicy }); 418List<ClaimsIdentity> identities = new List<ClaimsIdentity>(); 452SysAuthorizationContext authContext = SysAuthorizationContext.CreateDefaultAuthorizationContext(new List<IAuthorizationPolicy>() { policy }); 483SysAuthorizationContext defaultAuthContext = SysAuthorizationContext.CreateDefaultAuthorizationContext(new List<IAuthorizationPolicy>() { policy });
System\ServiceModel\Security\InfoCardHelper.cs (1)
170List<PolicyElement> chain = new List<PolicyElement>();
System\ServiceModel\Security\IssuedTokenServiceCredential.cs (2)
34this.allowedAudienceUris = new List<string>(); 35this.knownCertificates = new List<X509Certificate2>();
System\ServiceModel\Security\MessagePartSpecification.cs (1)
27headerTypes = new List<XmlQualifiedName>();
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (2)
527this.activeNegotiationChannels1 = new List<IChannel>(); 528this.activeNegotiationChannels2 = new List<IChannel>();
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
806allowedAuthenticators = new List<SecurityTokenAuthenticator>();
System\ServiceModel\Security\SctClaimSerializer.cs (2)
375List<Claim> claims = new List<Claim>(); 480identities = new List<IIdentity>();
System\ServiceModel\Security\SctClaimsHandler.cs (1)
76List<IAuthorizationPolicy> iaps = new List<IAuthorizationPolicy>();
System\ServiceModel\Security\SecurityProtocol.cs (1)
93emptyTokenProviders = new ReadOnlyCollection<SupportingTokenProviderSpecification>(new List<SupportingTokenProviderSpecification>());
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1032List<RequestSecurityTokenResponse> rstrList = new List<RequestSecurityTokenResponse>();
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (2)
610List<IAuthorizationPolicy> authorizationPolicies = new List<IAuthorizationPolicy>(); 1058List<string> supportedMessageActions = new List<string>();
System\ServiceModel\Security\SecurityUtils.cs (1)
2430public static ReadOnlyCollection<T> Instance = new ReadOnlyCollection<T>(new List<T>());
System\ServiceModel\Security\SendSecurityHeader.cs (2)
244list = new List<SecurityTokenParameters>(); 296this.basicTokens = new List<SecurityToken>();
System\ServiceModel\Security\SendSecurityHeaderElementContainer.cs (1)
43list = new List<T>();
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (1)
257List<SecurityTokenAuthenticator> supportingAuthenticators = new List<SecurityTokenAuthenticator>();
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
510readonly List<RsaSecurityToken> rsaSecurityTokens = new List<RsaSecurityToken>();
System\ServiceModel\Security\Tokens\SecurityContextCookieSerializer.cs (1)
32this.knownTypes = knownTypes ?? new List<Type>();
System\ServiceModel\Security\Tokens\SecurityContextSecurityTokenHelper.cs (1)
95List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>();
System\ServiceModel\Security\WrappedSaml11SecurityTokenAuthenticator.cs (1)
32: base( new List<SecurityTokenAuthenticator>() )
System\ServiceModel\Security\WsKeyInfoSerializer.cs (1)
21List<SecurityTokenSerializer.SerializerEntries> serializerEntries = new List<SecurityTokenSerializer.SerializerEntries>();
System\ServiceModel\Security\WSSecureConversationDec2005.cs (1)
49this.knownClaimTypes = new List<Type>();
System\ServiceModel\Security\WSSecureConversationFeb2005.cs (1)
49this.knownClaimTypes = new List<Type>();
System\ServiceModel\Security\WSSecurityPolicy.cs (1)
3086this.drivers = new List<WSSecurityPolicy>();
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (2)
101this.serializerEntries = new List<SerializerEntries>(); 145this.tokenEntries = new List<TokenEntry>();
System\ServiceModel\Security\WSTrustChannel.cs (1)
521new ReadOnlyCollection<IAuthorizationPolicy>(new List<IAuthorizationPolicy>()));
System\ServiceModel\Security\WSTrustChannelFactory.cs (1)
489List<SecurityToken> clientCredentialTokens = new List<SecurityToken>();
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
95List<SecurityToken> tokenList = new List<SecurityToken>();
System\ServiceModel\ServiceHost.cs (3)
486List<ServiceEndpoint> defaultEndpoints = new List<ServiceEndpoint>(); 1321List<ICommunicationObject> listeners = new List<ICommunicationObject>(); 1787List<ContractDescription> mostSpecificContracts = new List<ContractDescription>();
System\ServiceModel\SynchronizedCollection.cs (2)
19this.items = new List<T>(); 28this.items = new List<T>();
System\ServiceModel\SynchronizedDisposablePool.cs (1)
17this.items = new List<T>();
System\ServiceModel\SynchronizedReadOnlyCollection.cs (2)
19this.items = new List<T>(); 28this.items = new List<T>();
System\ServiceModel\XamlIntegration\XPathMessageContextMarkupExtension.cs (1)
19implicitPrefixes = new List<string>();
System\UriTemplate.cs (5)
61this.segments = new List<UriTemplatePathSegment>(); 1149this.pathSegmentVariableNames = new List<string>(); 1150this.pathSegmentVariableNature = new List<UriTemplatePartType>(); 1151this.queryValueVariableNames = new List<string>(); 1161emptyStringCollection = new ReadOnlyCollection<string>(new List<string>());
System\UriTemplateCompoundPathSegment.cs (1)
29this.varLitPairs = new List<VarAndLitPair>();
System\UriTemplatePathPartiallyEquivalentSet.cs (1)
23this.kvps = new List<KeyValuePair<UriTemplate, object>>();
System\UriTemplateTable.cs (1)
501List<UriTemplateTableMatchCandidate> slowPathCandidates = new List<UriTemplateTableMatchCandidate>();
System\UriTemplateTrieNode.cs (2)
735IList<IList<T>> results = new List<IList<T>>(); 745sameOrderResults = new List<T>();
System.ServiceModel.Activation (8)
System\ServiceModel\Activation\HostedTransportConfigurationBase.cs (1)
23this.listenAddresses = new List<BaseUriWithWildcard>();
System\ServiceModel\Activation\HostedTransportConfigurationManager.cs (1)
255List<Uri> baseAddresses = new List<Uri>();
System\ServiceModel\Activation\MetabaseReader.cs (1)
166List<string> list = new List<string>();
System\ServiceModel\Activation\MetabaseSettings.cs (1)
33enabledProtocols = new List<string>();
System\ServiceModel\Activities\Activation\WorkflowServiceHostFactory.cs (1)
250List<Tuple<string, Stream>> streamList = new List<Tuple<string, Stream>>();
System\ServiceModel\Channels\MsmqHostedTransportManager.cs (1)
28this.bindingMonitors = new List<MsmqBindingMonitor>();
System\ServiceModel\ServiceHostingEnvironment.cs (2)
653List<Uri> prefixFilters = new List<Uri>(); 1145List<Uri> results = new List<Uri>();
System.ServiceModel.Activities (21)
System\ServiceModel\Activities\Description\CorrelationQueryBehavior.cs (2)
165List<string> receiveNames = new List<string>(); 166List<string> sendNames = new List<string>();
System\ServiceModel\Activities\Dispatcher\BufferedReceiveManager.cs (1)
133properties = new List<BufferedReceiveMessageProperty>();
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (1)
135additionalKeys = new List<InstanceKey>();
System\ServiceModel\Activities\Dispatcher\PersistenceContextEnlistment.cs (1)
35this.enlistedContexts = new List<PersistenceContext>();
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (1)
588contextsToAbort = new List<PersistenceContext>();
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (8)
70static ReadOnlyCollection<BookmarkInfo> emptyBookmarkInfoCollection = new ReadOnlyCollection<BookmarkInfo>(new List<BookmarkInfo>()); 154this.pendingRequests = new List<WorkflowOperationContext>(); 641this.idleWaiters = new List<AsyncWaitHandle>(); 724this.idleWaiters = new List<AsyncWaitHandle>(); 1671this.nextIdleWaiters = new List<AsyncWaitHandle>(); 1745this.checkCanPersistWaiters = new List<WaitForCanPersistAsyncResult>(); 2092pendingList = new List<PendingOperationAsyncResult>(); 5198waiters = new List<object>();
System\ServiceModel\Activities\InternalSendMessage.cs (1)
771List<InstanceKey> transientCorrelations = new List<InstanceKey>();
System\ServiceModel\Activities\MessagingActivityHelper.cs (1)
68list = new List<T>();
System\ServiceModel\Activities\Receive.cs (2)
246this.followingReplies = new List<SendReply>(); 258this.followingFaults = new List<SendReply>();
System\ServiceModel\Activities\Send.cs (1)
402this.lazyCorrelationQueries = new List<CorrelationQuery>();
System\ServiceModel\Activities\SendReply.cs (1)
268List<SendReply> faultRepliesList = new List<SendReply>();
System\ServiceModel\Activities\WorkflowService.cs (1)
634this.knownServiceActivities = new List<Receive>();
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
199List<UdpSocket> socketList = new List<UdpSocket>();
System\ServiceModel\Channels\UdpChannelListener.cs (1)
528this.listenSockets = new List<UdpSocket>();
System\ServiceModel\Channels\UdpUtility.cs (1)
268List<NetworkInterface> supportedAdapters = new List<NetworkInterface>();
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\ScopeCompiler.cs (3)
21List<string> compiledScopes = new List<string>(); 39List<CompiledScopeCriteria> compiledCriterias = new List<CompiledScopeCriteria>(); 385List<string> attrTypeList = new List<string>();
System.ServiceModel.Internals (5)
System\Runtime\AsyncWaitHandle.cs (1)
52this.asyncWaiters = new List<AsyncWaiter>();
System\Runtime\Collections\ObjectCache.cs (1)
206list = new List<T>();
System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (1)
757IList<Tuple<string, string>> exceptionInfo = new List<Tuple<string, string>>()
System\Runtime\InputQueue.cs (1)
35this.waiterList = new List<IQueueWaiter>();
System\Runtime\InternalBufferManager.cs (1)
63List<BufferPool> bufferPoolList = new List<BufferPool>();
System.ServiceModel.Routing (13)
System\ServiceModel\Dispatcher\StrictAndMessageFilter.cs (7)
111List<MessageFilter> firstPassResults = new List<MessageFilter>(); 131List<MessageFilter> firstPassResults = new List<MessageFilter>(); 147List<TFilterData> results = new List<TFilterData>(); 163List<TFilterData> results = new List<TFilterData>(); 183List<MessageFilter> firstPassResults = new List<MessageFilter>(); 203List<MessageFilter> firstPassResults = new List<MessageFilter>(); 218IList<StrictAndMessageFilter> matchingFilters = new List<StrictAndMessageFilter>();
System\ServiceModel\Routing\Configuration\RoutingSection.cs (2)
82IList<ServiceEndpoint> endpoints = new List<ServiceEndpoint>(); 324IList<ServiceEndpoint> toReturn = new List<ServiceEndpoint>();
System\ServiceModel\Routing\MessageRpc.cs (1)
213List<IEnumerable<ServiceEndpoint>> endpointLists = new List<IEnumerable<ServiceEndpoint>>();
System\ServiceModel\Routing\SendOperation.cs (1)
29this.endpointTraits = new List<RoutingEndpointTrait>();
System\ServiceModel\Routing\SessionChannels.cs (2)
28this.sessionList = new List<IRoutingClient>(); 105List<IRoutingClient> clients = new List<IRoutingClient>();
System.ServiceModel.WasHosting (8)
System\ServiceModel\WasHosting\MetabaseSettingsIis7.cs (8)
299List<string> providerList = new List<string>(); 330bindingList.Add(protocol, new List<string>()); 351spnList = new List<string>(); 363List<string> appPaths = new List<string>(); 663bindingList.Add(protocol, new List<string>()); 686List<string> providerList = new List<string>(); 700spnList = new List<string>(); 709List<string> appPaths = new List<string>();
System.ServiceModel.Web (17)
System\ServiceModel\Description\WebHttpBehavior.cs (1)
221formatSelectingMessageInspector = new FormatSelectingMessageInspector(this, new List<MultiplexingFormatMapping> { xmlFormatMapping, jsonFormatMapping });
System\ServiceModel\Dispatcher\FormatSelectingMessageInspector.cs (1)
20static readonly IEnumerable<string> wildcardMediaTypes = new List<string>() { "application", "text" };
System\ServiceModel\Dispatcher\SingleBodyParameterDataContractMessageFormatter.cs (2)
53List<Type> tmp = new List<Type>(); 207List<XmlObjectSerializer> tmp = new List<XmlObjectSerializer>();
System\ServiceModel\Dispatcher\SingleBodyParameterXmlSerializerMessageFormatter.cs (2)
49List<Type> operationTypes = new List<Type>(); 51this.knownTypes = new List<Type>();
System\ServiceModel\Dispatcher\UnwrappedTypesXmlSerializerManager.cs (3)
47List<TypeSerializerPair> serializers = new List<TypeSerializerPair>(); 90List<Type> types = new List<Type>(); 91List<XmlMapping> mappings = new List<XmlMapping>();
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (2)
221new WebHttpDispatchOperationSelectorData() { AllowedMethods = new List<string>() { WebHttpBehavior.GET } }); 271allowedMethods = new List<string>();
System\ServiceModel\Web\CachingParameterInspector.cs (1)
134List<SqlDependencyInfo> dependencyList = new List<SqlDependencyInfo>();
System\ServiceModel\Web\IncomingWebRequestContext.cs (1)
237List<ContentType> contentTypeList = new List<ContentType>();
System\ServiceModel\Web\OutgoingWebResponseContext.cs (3)
268escapeCharacterInsertIndices = new List<int>(); 279escapeCharacterInsertIndices = new List<int>(); 290escapeCharacterInsertIndices = new List<int>();
System\ServiceModel\Web\Utility.cs (1)
82List<string> subStrings = new List<string>();
System.Transactions (2)
System\Transactions\Trace\TraceXPathNavigator.cs (2)
41internal List<ElementNode> childNodes = new List<ElementNode>(); 43internal List<AttributeNode> attributes = new List<AttributeNode>();
System.Web (73)
Cache\SRef.cs (1)
44private List<SRef> _srefs = new List<SRef>();
Compilation\AssemblyResolver.cs (8)
117List<string> paths = new List<string>(); 143List<string> paths = new List<string>(); 253List<string> resolvedFiles = new List<string>(); 459List<string> searchPaths = new List<string>(); 543private List<BuildMessageEventArgs> messages = new List<BuildMessageEventArgs>(); 544private List<BuildWarningEventArgs> warnings = new List<BuildWarningEventArgs>(); 545private List<BuildErrorEventArgs> errors = new List<BuildErrorEventArgs>(); 546private List<CustomBuildEventArgs> customEvents = new List<CustomBuildEventArgs>();
Compilation\BuildManager.cs (2)
216private List<Assembly> _topLevelReferencedAssemblies = new List<Assembly>() { 928List<MethodInfo> methods = new List<MethodInfo>();
Compilation\BuildManagerHost.cs (1)
334List<Assembly> assemblyList = new List<Assembly>();
Compilation\ClientBuildManager.cs (1)
74_excludedVirtualPaths = new List<string>();
Compilation\MultiTargetingUtil.cs (1)
92s_knownFrameworkNames = new List<FrameworkName>();
Compilation\TemplateControlCodeDomTreeGenerator.cs (1)
299var attrArgs = new List<CodeAttributeArgument>();
Configuration\FolderLevelBuildProviderCollection.cs (2)
88buildProviders = new List<Type>(); 98var buildProviders = new List<Type>();
DynamicModuleRegistry.cs (1)
16private readonly List<DynamicModuleRegistryEntry> _entries = new List<DynamicModuleRegistryEntry>();
Hosting\ApplicationManager.cs (2)
918List<StrongName> fullTrustAssemblies = new List<StrongName>(); 1776List<string> switches = new List<string>();
Hosting\CustomRuntimeManager.cs (1)
20List<IProcessSuspendListener> suspendListeners = new List<IProcessSuspendListener>();
Hosting\HostingEnvironment.cs (1)
1563List<IStopListeningRegisteredObject> listeners = new List<IStopListeningRegisteredObject>();
HttpApplicationFactory.cs (1)
567List<HttpApplication> instances = new List<HttpApplication>();
HttpFileCollection.cs (1)
149List<HttpPostedFile> result = new List<HttpPostedFile>();
HttpServerVarsCollection.cs (1)
270_unsyncedEntries = new List<HttpServerVarsCollectionEntry>();
Instrumentation\PageInstrumentationService.cs (1)
15private IList<PageExecutionListener> _executionListeners = new List<PageExecutionListener>();
Management\WebEvents.cs (1)
306List<WebEventFieldData> fields = new List<WebEventFieldData>();
ModelBinding\CollectionModelBinder`1.cs (3)
26List<TElement> boundCollection = new List<TElement>(); 76List<TElement> boundCollection = new List<TElement>(); 106CollectionModelBinderUtil.CreateOrReplaceCollection(bindingContext, newCollection, () => new List<TElement>());
ModelBinding\DataAnnotationsModelValidatorProvider.cs (1)
83List<ModelValidator> results = new List<ModelValidator>();
ModelBinding\ModelValidationNode.cs (1)
22ChildNodes = (childNodes != null) ? childNodes.ToList() : new List<ModelValidationNode>();
PipelineModuleStepContainer.cs (1)
183stepArray = new List<HttpApplication.IExecutionStep>();
Routing\RouteParser.cs (3)
96List<PathSubsegment> pathSubsegments = new List<PathSubsegment>(); 157List<PathSegment> pathSegments = new List<PathSegment>(); 175List<string> parts = new List<string>();
Security\Cryptography\MachineKeyMasterKeyProvider.cs (1)
132List<string> specificPurposes = new List<string>();
UI\DesignTimeParseData.cs (1)
118List<Triplet> allEntries = new List<Triplet>();
UI\ObjectStateFormatter.cs (1)
195List<string> specificPurposes = new List<string>() {
UI\ParseRecorder.cs (2)
31_factories = new List<Func<ParseRecorder>>(); 38List<ParseRecorder> recorders = new List<ParseRecorder>();
UI\RenderTraceListener.cs (2)
28_factories = new List<Func<RenderTraceListener>>(); 50List<RenderTraceListener> listeners = new List<RenderTraceListener>();
UI\TagNameToTypeMapper.cs (1)
287_tagRegisterEntries = new List<TagNamespaceRegisterEntry>();
UI\WebControls\AutoFieldsGenerator.cs (2)
21List<AutoGeneratedField> autoFields = new List<AutoGeneratedField>(); 34_autoGeneratedFieldProperties = new List<AutoGeneratedFieldProperties>();
UI\WebControls\CreateUserWizard.cs (2)
3294var rightCellColumns = new List<Control>() { container.PasswordTextBox }; 3321var rightCellColumns = new List<Control>() { container.ConfirmPasswordTextBox };
UI\WebControls\DetailsViewRowsGenerator.cs (1)
22List<AutoGeneratedField> generatedFields = new List<AutoGeneratedField>();
UI\WebControls\GridViewColumnsGenerator.cs (1)
26List<AutoGeneratedField> generatedFields = new List<AutoGeneratedField>();
UI\WebControls\Menu.cs (5)
137_cachedMenuItemClassNames = new List<string>(); 146_cachedMenuItemHyperLinkClassNames = new List<string>(); 155_cachedMenuItemStyles = new List<MenuItemStyle>(); 164_cachedSubMenuClassNames = new List<string>(); 173_cachedSubMenuStyles = new List<SubMenuStyle>();
UI\WebControls\MenuItem.cs (1)
302List<string> pathParts = new List<string>();
UI\WebControls\MenuItemCollection.cs (2)
26_list = new List<MenuItem>(); 46_log = new List<LogItem>();
UI\WebControls\MenuRendererStandards.cs (1)
583List<StyleBlockStyles> _styles = new List<StyleBlockStyles>();
UI\WebControls\TreeNode.cs (1)
344List<string> pathParts = new List<string>();
UI\WebControls\TreeNodeCollection.cs (2)
30_list = new List<TreeNode>(); 51_log = new List<LogItem>();
UI\WebControls\TreeView.cs (6)
151_cachedLeafNodeClassNames = new List<string>(); 160_cachedLeafNodeStyles = new List<TreeNodeStyle>(); 169_cachedLeafNodeHyperLinkClassNames = new List<string>(); 187_cachedParentNodeStyles = new List<TreeNodeStyle>(); 196_cachedParentNodeClassNames = new List<string>(); 205_cachedParentNodeHyperLinkClassNames = new List<string>();
UI\WebControls\ValidationSummary.cs (1)
264List<string> errorDescriptions = new List<string>();
UI\WebControls\Wizard.cs (1)
1263_templatedSteps = new List<TemplatedWizardStep>();
UI\WebControls\XmlDataSourceNodeDescriptor.cs (1)
81System.Collections.Generic.List<PropertyDescriptor> list = new System.Collections.Generic.List<PropertyDescriptor>();
UI\WebControls\XmlHierarchyData.cs (1)
170System.Collections.Generic.List<PropertyDescriptor> list = new System.Collections.Generic.List<PropertyDescriptor>();
WebSockets\SubprotocolUtil.cs (1)
101List<string> subprotocols = new List<string>();
System.Web.DataVisualization (15)
Common\ChartTypes\BarChart.cs (1)
1361 typeSeries = new List<string>();
Common\ChartTypes\ColumnChart.cs (1)
700 typeSeries = new List<string>();
Common\ChartTypes\LineChart.cs (1)
1226 typeSeries = new List<string>();
Common\ChartTypes\PointChart.cs (1)
1061typeSeries = new List<string>();
Common\General\ChartArea3D.cs (4)
1070 this.seriesClusters = new List<List<string>>(); 1159 this.seriesClusters.Add(new List<string>()); 1589 return new List<string>(); 1600List<Series> seriesList = new List<Series>();
Common\General\ChartAreaAxes.cs (5)
70 private List<string> _series = new List<string>(); 1527List<string> list = new List<string>(); 1548List<Series> list = new List<Series>(); 1567List<string> list = new List<string>(); 1629List<string> list = new List<string>();
Common\General\Selection.cs (1)
2010List<HitTestResult> result = new List<HitTestResult>();
WebForm\General\ChartHttpHandler.cs (1)
1996private List<ChartHandlerEvents> _events = new List<ChartHandlerEvents>();
System.Web.DynamicData (22)
DynamicData\DefaultAutoFieldGenerator.cs (1)
28List<DynamicField> fields = new List<DynamicField>();
DynamicData\DynamicValidator.cs (1)
258List<string> columnNames = new List<string>();
DynamicData\FilterRepeater.cs (1)
23private List<FilterUserControlBase> _filters = new List<FilterUserControlBase>();
DynamicData\MetaModel.cs (3)
20private List<Type> _contextTypes = new List<Type>(); 22private List<MetaTable> _tables = new List<MetaTable>(); 230var tablesToInitialize = new List<MetaTable>();
DynamicData\MetaTable.cs (1)
386var columns = new List<MetaColumn>();
DynamicData\ModelProviders\ColumnProvider.cs (1)
54List<Attribute> extraAttributes = new List<Attribute>();
DynamicData\ModelProviders\DLinqAssociationProvider.cs (1)
30List<string> foreignKeyNames = new List<string>();
DynamicData\ModelProviders\DLinqColumnProvider.cs (1)
39List<Attribute> newAttributes = new List<Attribute>();
DynamicData\ModelProviders\DLinqDataModelProvider.cs (1)
22DLinqTables = new List<TableProvider>();
DynamicData\ModelProviders\DLinqTableProvider.cs (1)
25_columns = new List<ColumnProvider>();
DynamicData\ModelProviders\EFAssociationProvider.cs (1)
54var foreignKeyNames = new List<string>();
DynamicData\ModelProviders\EFDataModelProvider.cs (1)
34var tables = new List<TableProvider>();
DynamicData\ModelProviders\EFTableProvider.cs (1)
31var columns = new List<ColumnProvider>();
DynamicData\ModelProviders\SimpleModelProvider.cs (1)
10private List<TableProvider> _tables = new List<TableProvider>();
DynamicData\QueryableFilterRepeater.cs (1)
23private List<DynamicFilter> _filters = new List<DynamicFilter>();
DynamicData\SimpleFieldTemplateUserControl.cs (1)
99_validators = new List<BaseValidator>();
DynamicData\Util\FileChangeNotifier.cs (1)
50var virtualPathDependencies = new List<string>();
DynamicData\Util\RouteParametersHelper.cs (3)
35var result = new List<Parameter>(); 50var result = new List<Parameter>(); 68return new List<Parameter>() { param };
System.Web.Entity (9)
System\Data\WebControls\EntityDataSource.cs (1)
714List<ObjectParameter> objectParameters = new List<ObjectParameter>();
System\Data\WebControls\EntityDataSourceUtil.cs (2)
918List<EntityDataSourceColumn> result = new List<EntityDataSourceColumn>(); 960List<EntityDataSourceColumn> columns = new List<EntityDataSourceColumn>();
System\Data\WebControls\EntityDataSourceView.cs (2)
796List<ObjectParameter> whereParameterList = new List<ObjectParameter>(); 884List<string> visitedProperties = new List<string>();
System\Data\WebControls\EntityDataSourceViewSchema.cs (2)
26List<DataColumn> keys = new List<DataColumn>(); 75List<DataColumn> keys = new List<DataColumn>();
System\Data\WebControls\EntityDataSourceWrapper.cs (1)
117var referenceList = new List<KeyValuePair<EntityDataSourceReferenceKeyColumn, object>>();
System\Data\WebControls\EntityDataSourceWrapperCollection.cs (1)
63_wrapperList = new List<EntityDataSourceWrapper>();
System.Web.Entity.Design (13)
System\Data\WebControls\Design\EntityDataSourceDataSelection.cs (4)
161_entitySetNames = new List<EntityDataSourceEntitySetNameItem>(); 224_entityTypeFilters = new List<EntityDataSourceEntityTypeFilterItem>(); 403List<int> selectedProperties = new List<int>(); 446_selectedEntityTypeProperties = new List<int>();
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (8)
526List<string> metadataWarnings = new List<string>(); // keeps track of all warnings that happen during the parsing of the connection string 527List<string> metadataPaths = new List<string>(); // collection of resolved paths 531List<string> dataDirectoryPaths = new List<string>(); 1250List<EntityDataSourceContainerNameItem> entityContainerItems = new List<EntityDataSourceContainerNameItem>(); 1300List<EntityDataSourceEntitySetNameItem> entitySetNameItems = new List<EntityDataSourceEntitySetNameItem>(); 1323List<EntityConnectionStringBuilderItem> namedEntityClientConnections = new List<EntityConnectionStringBuilderItem>(); 1379List<string> properties = new List<string>(); 1412List<EntityDataSourceEntityTypeFilterItem> derivedTypes = new List<EntityDataSourceEntityTypeFilterItem>();
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (1)
67List<Parameter> paramList = new List<Parameter>();
System.Web.Extensions (74)
ClientServices\Providers\SettingsSavedEventArgs.cs (1)
17(failedSettingsList == null) ? new List<string>() : new List<string>(failedSettingsList);
Compilation\WCFModel\AsmxEndpointPickerExtension.cs (1)
85List<Binding> bindingsToDelete = new List<Binding>();
Compilation\WCFModel\ClientOptions.cs (6)
142m_ExcludedTypeList = new List<ReferencedType>(); 215m_NamespaceMappingList = new List<NamespaceMapping>(); 234m_CollectionMappingList = new List<ReferencedCollectionType>(); 389m_ReferencedAssemblyList = new List<ReferencedAssembly>(); 408m_ReferencedDataContractTypeList = new List<ReferencedType>(); 427m_ServiceContractMappingList = new List<ContractMapping>();
Compilation\WCFModel\DataSvcMapFile.cs (4)
138_metadataSourceList = new List<MetadataSource>(); 152_metadataList = new List<MetadataFile>(); 166_extensionFileList = new List<ExtensionFile>(); 180_parameters = new List<Parameter>();
Compilation\WCFModel\MapFileLoader.cs (1)
69var proxyGenerationErrors = new List<ProxyGenerationError>();
Compilation\WCFModel\SchemaMerger.cs (2)
80List<XmlSchema> duplicatedSchemaList = new List<XmlSchema>(); 94List<XmlSchemaObject> duplicatedItems = new List<XmlSchemaObject>();
Compilation\WCFModel\SvcMapFile.cs (3)
159_metadataSourceList = new List<MetadataSource>(); 173_metadataList = new List<MetadataFile>(); 187_extensionFileList = new List<ExtensionFile>();
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (13)
374List<ProxyGenerationError> importErrors = new List<ProxyGenerationError>(); 375List<ProxyGenerationError> proxyGenerationErrors = new List<ProxyGenerationError>(); 401List<ServiceEndpoint> serviceEndpointList = new List<ServiceEndpoint>(); 456new List<System.ServiceModel.Channels.Binding>(), 457new List<ContractDescription>(), 458new List<ServiceEndpoint>(), 460new List<GeneratedContractType>(), 640proxyGeneratedContractTypes = new List<GeneratedContractType>(); 1124List<Assembly> referencedAssemblies = new List<Assembly>(); 1191List<Type> referencedCollectionTypes = new List<Type>(); 1427List<MetadataSection> metadataCollection = new List<MetadataSection>(); 1558List<System.Web.Services.Description.ServiceDescription> wsdlFiles = new List<System.Web.Services.Description.ServiceDescription>(); 1598serviceEndpointList = new List<ServiceEndpoint>();
Configuration\ConvertersCollection.cs (1)
78List<JavaScriptConverter> list = new List<JavaScriptConverter>();
Handlers\ScriptResourceHandler.cs (3)
570new List<Tuple<Assembly, List<Tuple<string, CultureInfo>>>>() { 573new List<Tuple<string,CultureInfo>>() { 600List<object> cacheKeys = new List<object>();
Script\Services\WebServiceData.cs (1)
216List<Type> typeList = new List<Type>();
Script\Services\WebServiceTypeData.cs (3)
200List<WebServiceTypeData> knownTypes = new List<WebServiceTypeData>(); 296List<string> enumNames = new List<string>(); 297List<long> enumValues = new List<long>();
UI\CompositeScriptReference.cs (2)
82new List<Tuple<Assembly, List<Tuple<string, CultureInfo>>>>(); 131cacheAssembly, new List<Tuple<string, CultureInfo>>());
UI\PageRequestManager.cs (3)
583_asyncPostBackControls = new List<Control>(); 630_postBackControls = new List<Control>(); 642_allUpdatePanels = new List<UpdatePanel>();
UI\ScriptControlManager.cs (1)
159targetControls = new List<Control>();
UI\ScriptManager.cs (3)
665_proxies = new List<ScriptManagerProxy>(); 1644List<ScriptReferenceBase> collapsedReferences = new List<ScriptReferenceBase>(); 1664List<ScriptReferenceBase> scripts = new List<ScriptReferenceBase>();
UI\ScriptRegistrationManager.cs (12)
53_scriptArrays = new List<RegisteredArrayDeclaration>(); 62_clientScriptBlocks = new List<RegisteredScript>(); 71_scriptDisposes = new List<RegisteredDisposeScript>(); 80_expandos = new List<RegisteredExpandoAttribute>(); 89_hiddenFields = new List<RegisteredHiddenField>(); 98_startupScriptBlocks = new List<RegisteredScript>(); 107_submitStatements = new List<RegisteredScript>(); 423List<RegisteredArrayDeclaration> entriesToRender = new List<RegisteredArrayDeclaration>(); 456List<RegisteredExpandoAttribute> entriesToRender = new List<RegisteredExpandoAttribute>(); 494List<RegisteredHiddenField> entriesToRender = new List<RegisteredHiddenField>(); 528List<RegisteredScript> entriesToRender = new List<RegisteredScript>(); 618List<RegisteredScript> entriesToRender = new List<RegisteredScript>();
UI\WebControls\Dynamic.cs (6)
266List<CustomAttributeBuilder> assemblyAttributes = new List<CustomAttributeBuilder>(); 693List<DynamicOrdering> orderings = new List<DynamicOrdering>(); 1085List<DynamicProperty> properties = new List<DynamicProperty>(); 1086List<Expression> expressions = new List<Expression>(); 1263List<Expression> argList = new List<Expression>(); 1429List<Type> types = new List<Type>();
UI\WebControls\Expressions\PropertyExpression.cs (1)
16List<Expression> equalsExpressions = new List<Expression>();
UI\WebControls\Expressions\SearchExpression.cs (1)
66List<Expression> searchExpressions = new List<Expression>();
UI\WebControls\LinqDataSourceView.cs (1)
432_selectContexts = new List<ContextDataSourceContextData>();
UI\WebControls\ListView.cs (3)
683_itemList = new List<ListViewDataItem>(); 1652List<ListViewDataItem> items = new List<ListViewDataItem>(); 1783List<ListViewDataItem> items = new List<ListViewDataItem>();
UI\WebControls\QueryableDataSourceHelper.cs (1)
51List<object> genericList = new List<object>();
UI\WebControls\QueryableDataSourceView.cs (1)
545List<bool> matches = new List<bool>();
System.Web.Services (10)
System\Web\Services\Configuration\WebServicesSection.cs (3)
260List<Type> protocolImporterList = new List<Type>(); 291List<Type> protocolReflectorList = new List<Type>(); 356List<ServerProtocolFactory> serverProtocolFactoryList = new List<ServerProtocolFactory>();
System\Web\Services\Description\ServiceDescriptionImporter.cs (1)
193extensions = new List<Type>();
System\Web\Services\Diagnostics\TraceUtility.cs (1)
215requestDetails = new List<string>();
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
47this.UriFixups = new List<Action<Uri>>();
System\Web\Services\Protocols\DocumentationServerProtocol.cs (1)
47this.UriFixups = new List<Action<Uri>>();
System\Web\Services\Protocols\SoapServerMethod.cs (3)
190List<XmlMapping> mappings = new List<XmlMapping>(); 215List<SoapHeaderMapping> inHeaders = new List<SoapHeaderMapping>(); 216List<SoapHeaderMapping> outHeaders = new List<SoapHeaderMapping>();
System.Windows.Forms (11)
winforms\Managed\System\WinForms\Application.cs (1)
2345private List<ParkingWindow> parkingWindows = new List<ParkingWindow>();
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (1)
189this.rowStates = new List<DataGridViewElementStates>();
winforms\Managed\System\WinForms\FileDialog_Vista.cs (1)
284List<FileDialogNative.COMDLG_FILTERSPEC> extensions = new List<FileDialogNative.COMDLG_FILTERSPEC>();
winforms\Managed\System\WinForms\Form.cs (1)
7762this.ownedWindows = new List<HandleRef>();
winforms\Managed\System\WinForms\ListView.cs (2)
2304this.savedSelectedItems = new List<ListViewItem>(); 4995this.savedCheckedItems = new List<ListViewItem>();
winforms\Managed\System\WinForms\NumericUpDownAccelerationCollection.cs (1)
124this.items = new List<NumericUpDownAcceleration>();
winforms\Managed\System\WinForms\RelatedCurrencyManager.cs (1)
27static List<BindingManagerBase> IgnoreItemChangedTable = new List<BindingManagerBase>();
winforms\Managed\System\WinForms\TableLayoutSettings.cs (1)
594return new List<ControlInformation>();
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1137_inputFilterQueue = new List<ToolStrip>();
winforms\Managed\System\WinForms\ToolStripSettings.cs (1)
197toolStripPanelDestinationHash[destinationPanel] = new List<SettingsStub>();
System.Windows.Forms.DataVisualization (18)
Common\ChartTypes\BarChart.cs (1)
1361 typeSeries = new List<string>();
Common\ChartTypes\ColumnChart.cs (1)
700 typeSeries = new List<string>();
Common\ChartTypes\LineChart.cs (1)
1226 typeSeries = new List<string>();
Common\ChartTypes\PointChart.cs (1)
1061typeSeries = new List<string>();
Common\General\ChartArea3D.cs (4)
1070 this.seriesClusters = new List<List<string>>(); 1159 this.seriesClusters.Add(new List<string>()); 1589 return new List<string>(); 1600List<Series> seriesList = new List<Series>();
Common\General\ChartAreaAxes.cs (5)
70 private List<string> _series = new List<string>(); 1527List<string> list = new List<string>(); 1548List<Series> list = new List<Series>(); 1567List<string> list = new List<string>(); 1629List<string> list = new List<string>();
Common\General\Selection.cs (1)
2010List<HitTestResult> result = new List<HitTestResult>();
WinForm\Utilities\AccessibleObject.cs (4)
145this._chartAccessibleObjectList = new List<AccessibleObject>(); 581private List<ChartChildAccessibleObject> _childList = new List<ChartChildAccessibleObject>(); 654private List<ChartChildAccessibleObject> _childList = new List<ChartChildAccessibleObject>(); 784private List<ChartChildAccessibleObject> _childList = new List<ChartChildAccessibleObject>();
System.Workflow.Activities (91)
Common\CompModHelpers.cs (1)
152List<Activity> filteredActivities = new List<Activity>();
Common\ValidationHelpers.cs (1)
143List<Activity> responsePath = new List<Activity>();
Designers\StateDesigner.cs (9)
705List<Rectangle> excluded = new List<Rectangle>(); 770List<Type> validChildTypes = new List<Type>(); 1082List<ConnectionPoint> connectionPoints = new List<ConnectionPoint>(); 1120List<Point> connections = new List<Point>(); 1172List<Activity> activitiesToInsert = new List<Activity>(); 1199List<Activity> activitiesToRemove = new List<Activity>(); 1249List<Activity> activitiesToRemove = new List<Activity>(); 1255List<Activity> activitiesToInsert = new List<Activity>(); 2388List<PropertyInfo> properties = new List<PropertyInfo>();
Designers\StateDesigner.Helpers.cs (6)
31List<StateInitializationDesigner> _stateInitializationDesigners = new List<StateInitializationDesigner>(); 32List<StateFinalizationDesigner> _stateFinalizationDesigners = new List<StateFinalizationDesigner>(); 33List<EventDrivenDesigner> _eventDrivenDesigners = new List<EventDrivenDesigner>(); 34List<StateDesigner> _leafStateDesigners = new List<StateDesigner>(); 35List<StateDesigner> _stateDesigners = new List<StateDesigner>(); 79_ordered = new List<ActivityDesigner>();
Designers\StateDesigner.Layouts.cs (1)
85private List<Layout> _layouts = new List<Layout>();
Designers\StateDesigner.TransitionInfo.cs (1)
128List<TransitionInfo> transitions = new List<TransitionInfo>();
Designers\StateMachineDesignerPaint.cs (1)
80List<Point> optimized = new List<Point>();
EventHandlers.cs (1)
96List<EventHandlerEventActivitySubscriber> eventActivitySubscribers = new List<EventHandlerEventActivitySubscriber>();
InvokeWebService.cs (1)
318List<Type> typeList = new List<Type>();
Listen.cs (1)
54List<ListenEventActivitySubscriber> eventActivitySubscribers = new List<ListenEventActivitySubscriber>();
LocalService\CorrelationResolver.cs (2)
253List<CorrelationProperty> predicates = new List<CorrelationProperty>(); 309List<Object> correlationParamAttributes = new List<Object>();
LocalService\ExternalDataExchangeService.cs (1)
60this.services = new List<object>();
LocalService\MessageEventSubscriptionService.cs (1)
61this.predicates = new List<CorrelationProperty>();
Role\ADRole.cs (7)
34: base() 71this.m_operations = new List<IDirectoryOperation>(); 84this.m_operations = new List<IDirectoryOperation>(); 188List<DirectoryEntry> currentEntries = new List<DirectoryEntry>(); 190List<DirectoryEntry> newEntries = new List<DirectoryEntry>(); 223List<SecurityIdentifier> identifiers = new List<SecurityIdentifier>(); 243List<String> identityRefs = new List<String>();
Role\WebWorkflowRole.cs (1)
69List<string> identities = new List<string>();
Rules\DeclarativeConditionsCollection.cs (1)
110List<WorkflowChangeAction> listChanges = new List<WorkflowChangeAction>();
Rules\Expressions.cs (7)
430List<CodeExpression> attributedExprs = new List<CodeExpression>(); 1187List<CodeExpression> attributedExprs = new List<CodeExpression>(); 1324List<CodeExpression> argExprs = new List<CodeExpression>(); 1477List<CodeExpression> attributedExprs = new List<CodeExpression>(); 2314List<CodeExpression> argExprs = new List<CodeExpression>(); 2456List<CodeExpression> attributedExprs = new List<CodeExpression>(); 2940List<CodeExpression> parameters = new List<CodeExpression>();
Rules\Literal.cs (1)
559List<MethodInfo> candidates = new List<MethodInfo>();
Rules\Parser\Intellisense.cs (1)
11private List<Token> tokens = new List<Token>();
Rules\Parser\Parser.cs (9)
189tokens = new List<Token>(); 419List<MemberInfo> candidateMethods = new List<MemberInfo>(); 426List<Type> parentInterfaces = new List<Type>(); 1075List<RuleAction> statements = new List<RuleAction>(); 1459List<CodeExpression> indexList = new List<CodeExpression>(); 1554List<CodeExpression> argList = new List<CodeExpression>(); 1972List<CodeExpression> initializers = new List<CodeExpression>(); 2261List<Type> candidateGenericTypes = new List<Type>(); 2335List<Type> typeArgs = new List<Type>();
Rules\Parser\Symbol.cs (2)
239internal List<TypeSymbol> TypeSymbols = new List<TypeSymbol>(); 269List<TypeSymbol> newOverloads = new List<TypeSymbol>();
Rules\Rule.cs (4)
129get { if (thenActions == null) thenActions = new List<RuleAction>(); return thenActions; } 135get { if (elseActions == null) elseActions = new List<RuleAction>(); return elseActions; } 209newRule.thenActions = new List<RuleAction>(); 216newRule.elseActions = new List<RuleAction>();
Rules\RuleDefinitions.cs (1)
87return new List<WorkflowChangeAction>();
Rules\RuleSet.cs (2)
39this.rules = new List<Rule>(); 181newRuleSet.rules = new List<Rule>();
Rules\RuleSetCollection.cs (1)
127List<WorkflowChangeAction> listChanges = new List<WorkflowChangeAction>();
Rules\RuleValidation.cs (19)
841List<Type> types = new List<Type>(); 882List<Assembly> list = new List<Assembly>(); 1201List<MethodInfo> candidates = new List<MethodInfo>(); 1231List<MethodInfo> liftedCandidates = new List<MethodInfo>(); 1377List<MethodInfo> candidates = new List<MethodInfo>(); 1418List<MethodInfo> liftedCandidates = new List<MethodInfo>(); 2415List<Type> parentInterfaces = new List<Type>(); 2691private static List<CandidateParameter> noSignature = new List<CandidateParameter>(); 2919candidateTypes = new List<Type>(); 2966List<CandidateParameter> signature = new List<CandidateParameter>(); 3125List<Argument> arguments = new List<Argument>(); 3239List<ConstructorInfo> methods = new List<ConstructorInfo>(); 3266List<MethodInfo> methods = new List<MethodInfo>(); 3335extensionMethods = new List<ExtensionMethodInfo>(); 3340seenAssemblies = new List<Assembly>(); 3450List<CandidateMember> candidates = new List<CandidateMember>(); 3495List<CandidateMember> candidates = new List<CandidateMember>(); 3595List<PropertyInfo> indexerProperties = new List<PropertyInfo>(); 3640List<CandidateMember> candidates = new List<CandidateMember>();
StateMachineSubscriptionManager.cs (2)
23private List<StateMachineSubscription> _eventQueue = new List<StateMachineSubscription>(); 85List<IComparable> subscribed = new List<IComparable>();
StateMachineWorkflowInstance.cs (2)
112List<StateActivity> leafStates = new List<StateActivity>(); 221List<string> targetStates = new List<string>();
StateValidator.cs (1)
318List<EventDrivenActivity> eventDrivenList = new List<EventDrivenActivity>();
WebServiceReceive.cs (1)
798List<ParameterInfo> outRefParams = new List<ParameterInfo>();
WebServiceResponse.cs (2)
668inParameters = new List<ParameterInfo>(); outParameters = new List<ParameterInfo>();
System.Workflow.ComponentModel (225)
AuthoringOM\ActivitiesCollection.cs (4)
391this.removedItems = new List<Activity>(); 396this.addedItems = new List<Activity>(); 407return (this.removedItems != null) ? new List<Activity>(this.removedItems).AsReadOnly() : new List<Activity>().AsReadOnly(); 415return (this.addedItems != null) ? new List<Activity>(this.addedItems).AsReadOnly() : new List<Activity>().AsReadOnly();
AuthoringOM\Activity.cs (5)
1383handles = new List<string>(); 1966List<Activity> dynamicActivities = new List<Activity>(); 2131List<Activity> executableActivities = new List<Activity>(); 2149List<Activity> secondaryFlowActivities = new List<Activity>(); 2306List<Activity> nestedActivities = new List<Activity>();
AuthoringOM\ActivityExecutionContext.cs (2)
475List<Activity> waitingActivities = new List<Activity>(); 731this.waitList = new List<Activity>();
AuthoringOM\ActivityExecutionContextCollection.cs (7)
25private List<ActivityExecutionContext> executionContexts = new List<ActivityExecutionContext>(); 106activeContexts = new List<Activity>(); 183completedContexts = new List<ActivityExecutionContextInfo>(); 257completedContexts = (completedContexts == null) ? new List<ActivityExecutionContextInfo>() : completedContexts; 259List<Guid> persistedContexts = new List<Guid>(); 316completedContexts = (completedContexts == null) ? new List<ActivityExecutionContextInfo>() : completedContexts; 339activeContexts = new List<Activity>();
AuthoringOM\Behaviors\CancellationHandlerDesigner.cs (1)
29List<DesignerView> views = new List<DesignerView>();
AuthoringOM\Behaviors\CompensatableTransactionScopeActivityDesigner.cs (1)
22List<DesignerView> views = new List<DesignerView>();
AuthoringOM\Behaviors\CompensationDesigner.cs (1)
24List<DesignerView> views = new List<DesignerView>();
AuthoringOM\Behaviors\ExceptionHandlerDesigner.cs (1)
28List<DesignerView> views = new List<DesignerView>();
AuthoringOM\Behaviors\ExceptionHandlersDesigner.cs (1)
30List<DesignerView> views = new List<DesignerView>();
AuthoringOM\Behaviors\SynchronizationScope.cs (1)
133ICollection<String> synchronizationHandles = new List<String>();
AuthoringOM\Behaviors\TransactionScopeDesigner.cs (1)
22List<DesignerView> views = new List<DesignerView>();
AuthoringOM\Bind.cs (4)
782List<Type> paramTypes = new List<Type>(); 966this.activityBinds[activity] = new List<ActivityBind>(); 1365List<MemberInfo> members = new List<MemberInfo>(); 1770private List<SourceValueInfo> al = new List<SourceValueInfo>();
AuthoringOM\Compiler\CodeGeneration\CodeGenerationManager.cs (1)
52List<ActivityCodeGenerator> generators = new List<ActivityCodeGenerator>();
AuthoringOM\Compiler\Configuration.cs (1)
42versionTypes = new List<AuthorizedType>();
AuthoringOM\Compiler\TypeSystem\AssemblyLoader.cs (1)
110List<Type> filteredTypes = new List<Type>();
AuthoringOM\Compiler\TypeSystem\AttributeInfo.cs (1)
105List<string> propertyNames = new List<string>();
AuthoringOM\Compiler\TypeSystem\CodeDomLoader.cs (1)
14private List<Type> types = new List<Type>();
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (7)
70this.codeDomTypes = new List<CodeTypeDeclaration>(); 416List<MemberInfo> members = new List<MemberInfo>(); 824List<T> memberCandidates = new List<T>(); 1088List<T> memberCollection = new List<T>(); 1147List<Type> localMembers = new List<Type>(); 1214List<Type> typeCollection = new List<Type>(); 1228List<Type> typeCollection = new List<Type>();
AuthoringOM\Compiler\TypeSystem\Helper.cs (1)
145List<Attribute> attributes = new List<Attribute>();
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (13)
307List<ConstructorInfo> ctorInfos = new List<ConstructorInfo>(); 321List<EventInfo> eventInfos = new List<EventInfo>(); 335List<FieldInfo> fieldInfos = new List<FieldInfo>(); 342List<MethodInfo> methodInfos = new List<MethodInfo>(); 349List<PropertyInfo> propInfos = new List<PropertyInfo>(); 356List<MemberInfo> memberInfos = new List<MemberInfo>(); 363List<MemberInfo> memberInfos = new List<MemberInfo>(); 377List<Type> nestedTypes = new List<Type>(); 391List<Type> itfTypes = new List<Type>(); 824List<ParameterInfo> parameters = new List<ParameterInfo>(); 971List<MethodInfo> methods = new List<MethodInfo>(); 987List<ParameterInfo> parameters = new List<ParameterInfo>(); 1113List<ParameterInfo> parameters = new List<ParameterInfo>();
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (5)
100this.addedAssemblies = new List<string>(); 142this.addedCompileUnits = new List<CodeCompileUnit>(); 495List<Type> typeList = new List<Type>(); 616List<Assembly> referencedAssemblies = new List<Assembly>(); 798List<string> names = new List<String>();
AuthoringOM\Compiler\Validation\BindValidator.cs (1)
530List<Type> paramTypes = new List<Type>();
AuthoringOM\Compiler\Validation\DependencyObjectValidator.cs (1)
204List<Type> paramTypes = new List<Type>();
AuthoringOM\Compiler\Validation\ValidationManager.cs (1)
67List<Validator> validators = new List<Validator>();
AuthoringOM\Compiler\XomlCompilerParameters.cs (1)
469this.userCodeCCUs = new List<CodeCompileUnit>();
AuthoringOM\ComponentFactoryHelpers.cs (3)
26List<ActivityExecutor> executors = new List<ActivityExecutor>(); 145extenderProviders = new List<IExtenderProvider>(); 160List<IExtenderProvider> extenders = new List<IExtenderProvider>();
AuthoringOM\DependencyObject.cs (1)
572List<T> delegates = new List<T>();
AuthoringOM\DependencyProperty.cs (1)
150List<DependencyProperty> filteredProperties = new List<DependencyProperty>();
AuthoringOM\Design\ActivityDesigner.cs (9)
397return new List<ActivityDesignerVerb>().AsReadOnly(); 429this.designerActions = new List<DesignerAction>(); 588List<WorkflowDesignerMessageFilter> stockFilters = new List<WorkflowDesignerMessageFilter>(); 722List<PropertyDescriptor> propertyDescriptors = new List<PropertyDescriptor>(); 739List<PropertyDescriptor> propertyDescriptors = new List<PropertyDescriptor>(); 846List<Activity> activities = new List<Activity>(); 980List<ConnectionPoint> connectionPoints = new List<ConnectionPoint>(); 1178List<Point> connections = new List<Point>(); 2125List<String> customPropertyNames = new List<String>();
AuthoringOM\Design\ActivityDesignerLayoutSerializers.cs (3)
156List<PropertyInfo> serializableProperties = new List<PropertyInfo>(); 365List<PropertyInfo> properties = new List<PropertyInfo>(); 415List<PropertyInfo> properties = new List<PropertyInfo>();
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
119List<ActivityDesigner> containedDesigners = new List<ActivityDesigner>();
AuthoringOM\Design\CommandSet.cs (3)
63this.commandSet = new List<CommandSetItem>(); 739List<SupportedImageFormats> supportedFormats = new List<SupportedImageFormats>(); 958List<Activity> activities = new List<Activity>();
AuthoringOM\Design\ComponentSerializationService.cs (4)
135private List<Activity> activities = new List<Activity>(); 136private List<string> parentObjectNameList = new List<string>(); 137private List<MemberDescriptor> memberList = new List<MemberDescriptor>(); 351List<AssemblyName> assemblyList = new List<AssemblyName>();
AuthoringOM\Design\CompositeActivityDesigner.cs (3)
133List<ActivityDesigner> designers = new List<ActivityDesigner>(); 391List<ActivityDesigner> childDesigners = new List<ActivityDesigner>(); 681List<ActivityDesigner> intersectingDesigners = new List<ActivityDesigner>();
AuthoringOM\Design\Connector.cs (30)
206private List<Point> segments = new List<Point>(); 293List<Point> connectorSegments = new List<Point>(); 557List<FreeformActivityDesigner> targetParents = new List<FreeformActivityDesigner>(); 804private List<EditPoint> editPoints = new List<EditPoint>(); 993List<Point> segments = new List<Point>(); 994List<Point> segmentEditPoints = new List<Point>(); 1180List<EditPoint> newEditPoints = new List<EditPoint>(); 1281List<EditPoint> editPointsToAdd = new List<EditPoint>(); 1296List<EditPoint> editPointsToRemove = new List<EditPoint>(); 1327List<EditPoint> editPointsToRetain = new List<EditPoint>(); 1430List<Point> segments = new List<Point>(); 1595rectanglesToExclude = new List<Rectangle>(); 1596pointsToExclude = new List<Point>(); 1625linesToExclude = new List<Point>(); 1683escapePoints = new List<Point>(); 1704List<Point> linesToExclude = new List<Point>(); 1711List<Point> escapeCover = new List<Point>(); 1857List<Point> LeA = new List<Point>(); //escape points from begin to end 1858List<Point> LeB = new List<Point>(); //escape points from end to begin 1861List<ConnectorSegment> LhA = new List<ConnectorSegment>(); 1862List<ConnectorSegment> LvA = new List<ConnectorSegment>(); 1865List<ConnectorSegment> LhB = new List<ConnectorSegment>(); 1866List<ConnectorSegment> LvB = new List<ConnectorSegment>(); 1982List<Point> refinedPath = new List<Point>(); 2372List<Point> refinedSet = new List<Point>(); 2407List<Point> newPath = new List<Point>(); 2783private List<ConnectorSegment> verticalCovers = new List<ConnectorSegment>(); 2784private List<ConnectorSegment> horizontalCovers = new List<ConnectorSegment>(); 2785private List<ConnectorSegment> usedEscapeLine = new List<ConnectorSegment>(); 2932List<ConnectorSegment> covers = new List<ConnectorSegment>();
AuthoringOM\Design\CustomActivityDesigner.cs (2)
409List<CustomProperty> cpc = new List<CustomProperty>(); 648List<AttributeInfo> attributeList = new List<AttributeInfo>();
AuthoringOM\Design\DesignerHelpers.cs (4)
1520List<DesignerVerb> actionVerbs = new List<DesignerVerb>(); 1836List<double> distances = new List<double>(); 1837List<DesignerEdges> edges = new List<DesignerEdges>(); 1918List<double> distances = new List<double>();
AuthoringOM\Design\DesignerInterfaces.cs (2)
186this.draggedActivities = new List<Activity>(); 1032verbList = new List<ActivityDesignerVerb>();
AuthoringOM\Design\DesignerWidgets.cs (3)
1045private List<Rectangle> itemRectangles = new List<Rectangle>(); 2458this.accessibilityObjects = new List<ItemStripAccessibleObject>(); 3524List<Activity> previewedActivities = new List<Activity>();
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (9)
199List<String> customPropertyNames = new List<String>(); 400List<PathInfo> currentPropertyList = new List<PathInfo>(); 450List<PathInfo> paths = new List<PathInfo>(); 467List<PathInfo> paths = new List<PathInfo>(); 471List<MethodInfo> getterMethodInfos = new List<MethodInfo>(); 575List<PropertyInfo> members = new List<PropertyInfo>(); 592List<PathInfo> paths = new List<PathInfo>(); 719List<PathInfo> pathInfoList = new List<PathInfo>(); 1042List<TreeNode> nodes = new List<TreeNode>();
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (4)
645List<Type> activityTypes = new List<Type>(); 648List<String> stockActivityTypeNames = new List<string>(); 667IList<Type> nonpreviewableDesignerTypes = new List<Type>(); 857List<TreeNode> items = new List<TreeNode>();
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
342List<Type> targetFrameworkTypes = new List<Type>();
AuthoringOM\Design\ExtenderHelpers.cs (1)
42List<string> disallowedProperties = new List<string>();
AuthoringOM\Design\FreeFormDesigner.cs (6)
94private List<Connector> connectors = new List<Connector>(); 286List<Point> containedDesignerLocations = new List<Point>(); 586this.movedActivities = new List<ActivityDesigner>(); 670List<Connector> connectorsToDelete = new List<Connector>(); 870List<Activity> activitiesToInsert = new List<Activity>(); 871List<Activity> newActivities = new List<Activity>();
AuthoringOM\Design\MessageFilters\ConnectionManager.cs (5)
506List<ConnectionPoint> snappableConnectionPoints = new List<ConnectionPoint>(); 512List<ActivityDesigner> designersToCheck = new List<ActivityDesigner>(); 523List<ConnectionPoint> validSnapPoints = new List<ConnectionPoint>(); 566List<ConnectionPoint> highlightablePoints = new List<ConnectionPoint>(); 567List<ActivityDesigner> designersToCheck = new List<ActivityDesigner>();
AuthoringOM\Design\MessageFilters\DragDropManager.cs (3)
22private List<Activity> draggedActivities = new List<Activity>(); 23private List<Activity> existingDraggedActivities = new List<Activity>(); 472List<Activity> droppedActivities = new List<Activity>();
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (1)
16private List<DynamicAction> actions = new List<DynamicAction>();
AuthoringOM\Design\MessageFilters\FreeFormDragDropManager.cs (2)
188List<Image> imageList = new List<Image>(); 246List<Point> locations = new List<Point>();
AuthoringOM\Design\MessageFilters\GlyphManager.cs (3)
137private List<IDesignerGlyphProvider> designerGlyphProviders = new List<IDesignerGlyphProvider>(); 311private List<Rectangle> rectangles = new List<Rectangle>(); 371List<ActivityDesigner> designerList = new List<ActivityDesigner>();
AuthoringOM\Design\MessageFilters\WindowManager.cs (1)
274List<ConnectorHitTestInfo> connectors = new List<ConnectorHitTestInfo>();
AuthoringOM\Design\PropertyDescriptors.cs (3)
217List<PropertyDescriptor> properties = new List<PropertyDescriptor>(); 294List<Attribute> attributes = new List<Attribute>(); 421List<MemberInfo> memberInfos = new List<MemberInfo>();
AuthoringOM\Design\SecondaryViewProvider.cs (3)
45List<object[]> viewTypes = new List<object[]>(); 78List<DesignerView> views = new List<DesignerView>(); 91List<Type> activityTypes = new List<Type>();
AuthoringOM\Design\SequentialActivityDesigner.cs (3)
207List<Point> connections = new List<Point>(); 237List<Point> connections = new List<Point>(); 517List<DesignerGlyph> glyphs = new List<DesignerGlyph>();
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (4)
56List<ActivityDesigner> containedDesigners = new List<ActivityDesigner>(); 65List<ActivityDesigner> designersToRemove = new List<ActivityDesigner>(); 184this.views = new List<DesignerView>(); 288List<ActivityDesigner> mappedDesigners = new List<ActivityDesigner>();
AuthoringOM\Design\WorkflowInlining.cs (1)
50List<ActivityDesigner> containedDesigners = new List<ActivityDesigner>();
AuthoringOM\Design\WorkflowView.cs (5)
100private List<WorkflowDesignerMessageFilter> stockMessageFilters = new List<WorkflowDesignerMessageFilter>(); 101private List<WorkflowDesignerMessageFilter> customMessageFilters = new List<WorkflowDesignerMessageFilter>(); 2211List<WorkflowDesignerMessageFilter> mergedFilterList = new List<WorkflowDesignerMessageFilter>(); 2338private List<ElapsedEventUnit> elapsedEvents = new List<ElapsedEventUnit>(); 2390List<ElapsedEventUnit> removableElapsedEvents = new List<ElapsedEventUnit>();
AuthoringOM\Design\XomlDesignerLoader.cs (1)
520private List<IDesignerVerbProvider> designerVerbProviders = new List<IDesignerVerbProvider>();
AuthoringOM\ItemList.cs (4)
37this.removedItems = new List<T>(); 42this.addedItems = new List<T>(); 53return (this.removedItems != null) ? new List<T>(this.removedItems).AsReadOnly() : new List<T>().AsReadOnly(); 61return (this.addedItems != null) ? new List<T>(this.addedItems).AsReadOnly() : new List<T>().AsReadOnly();
AuthoringOM\PropertyMetadata.cs (1)
107List<Attribute> attributes = new List<Attribute>();
AuthoringOM\ScheduleChanges.cs (3)
35private List<WorkflowChangeAction> modelChangeActions = new List<WorkflowChangeAction>(); 179List<Activity> contextActivities = new List<Activity>(); 457List<WorkflowChangeAction> listChanges = new List<WorkflowChangeAction>();
AuthoringOM\Serializer\DictionaryMarkupSerializer.cs (2)
36List<object> childEntries = new List<object>(); 138List<ExtendedPropertyInfo> extendedProperties = new List<ExtendedPropertyInfo>();
AuthoringOM\Serializer\MarkupExtensionSerializer.cs (1)
100List<PropertyInfo> properties = new List<PropertyInfo>();
AuthoringOM\Serializer\WorkflowMarkupSerializationManager.cs (4)
409xmlnsMappings = new List<WorkflowMarkupSerializerMapping>(); 417prefixMappings = new List<WorkflowMarkupSerializerMapping>(); 429this.extendedPropertiesProviders = new List<WorkflowMarkupSerializer>(); 436List<ExtendedPropertyInfo> extendedProperties = new List<ExtendedPropertyInfo>();
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (13)
95clrMappings = new List<String>(); 299List<PropertyInfo> props = new List<PropertyInfo>(); 300List<EventInfo> events = new List<EventInfo>(); 424List<ContentInfo> contents = new List<ContentInfo>(); 635List<PropertyInfo> properties = new List<PropertyInfo>(); 636List<EventInfo> events = new List<EventInfo>(); 1367List<PropertyInfo> properties = new List<PropertyInfo>(); 1413List<EventInfo> events = new List<EventInfo>(); 1458List<PropertyInfo> pis = new List<PropertyInfo>(); 1460List<EventInfo> eis = new List<EventInfo>(); 1616List<PropertyInfo> pis = new List<PropertyInfo>(); 2274authorizedTypes = new List<AuthorizedType>(); 2613List<PropertyInfo> properties = new List<PropertyInfo>();
AuthoringOM\Serializer\WorkflowMarkupSerializerMapping.cs (6)
72WorkflowMarkupSerializerMapping.wellKnownMappings = new List<WorkflowMarkupSerializerMapping>(); 207List<WorkflowMarkupSerializerMapping> knownMappings = new List<WorkflowMarkupSerializerMapping>(); 256matchingMappings = new List<WorkflowMarkupSerializerMapping>(); 257collectedMappings = new List<WorkflowMarkupSerializerMapping>(); 289List<Assembly> referencedAssemblies = new List<Assembly>(); 327collectedMappings = new List<WorkflowMarkupSerializerMapping>();
Shared\CompModHelpers.cs (1)
150List<Activity> filteredActivities = new List<Activity>();
Shared\ValidationHelpers.cs (1)
142List<Activity> responsePath = new List<Activity>();
System.Workflow.Runtime (69)
CorrelationToken.cs (1)
165subscriptions = new List<ActivityExecutorDelegateInfo<CorrelationTokenEventArgs>>();
DebugEngine\DebugController.cs (1)
1101List<ActivityHandlerDescriptor> handlerMethods = new List<ActivityHandlerDescriptor>();
EventQueueState.cs (2)
33this.synchronousListeners = new List<ActivityExecutorDelegateInfo<QueueEventArgs>>(); 34this.asynchronousListeners = new List<ActivityExecutorDelegateInfo<QueueEventArgs>>();
Hosting\SqlWorkflowPersistenceService.cs (3)
266gs = new List<Guid>(); 380gs = new List<Guid>(); 644List<SqlPersistenceWorkflowInstanceDescription> retval = new List<SqlPersistenceWorkflowInstanceDescription>();
KeyedPriorityQueue.cs (3)
36private List<HeapNode<K, V, P>> heap = new List<HeapNode<K, V, P>>(); 132List<V> values = new List<V>(); 145List<K> keys = new List<K>();
Lock.cs (1)
77InstanceLock.t_heldLocks = new List<InstanceLock>();
PerformanceCounterManager.cs (2)
262actionStatements.Add(currentMapping.Action, new List<PerformanceCounterStatement>()); 291List<PerformanceCounter> counters = new List<PerformanceCounter>();
RTTrackingProfile.cs (10)
43private List<string> _activitiesIgnore = new List<string>(); 46private List<string> _userIgnore = new List<string>(); 351_dynamicActivitiesIgnore = new List<string>(); 354_dynamicUserIgnore = new List<string>(); 480includes = new List<ActivityTrackPointCacheItem>(); 502includes = new List<UserTrackPoint>(); 546points = new List<ActivityTrackPointCacheItem>(); 558points = new List<UserTrackPoint>(); 579tmp = new List<ActivityTrackPointCacheItem>(); 621tmp = new List<UserTrackPoint>();
System\Activities\Statements\Interop.cs (2)
205this.outputPropertyDefinitions = new List<PropertyInfo>(); 595List<PropertyDescriptor> properties = new List<PropertyDescriptor>();
System\Activities\Statements\InteropEnvironment.cs (3)
235IList<IComparable> deletedBookmarks = new List<IComparable>(); 248newBookmarks = new List<IComparable>(); 270List<Bookmark> bookmarksToRemove = new List<Bookmark>();
System\Activities\Statements\InteropExecutor.cs (1)
786notifications = new List<SchedulableItem>();
Tracking.cs (3)
217List<Guid> _toRemove = new List<Guid>(); 460List<TrackingChannelWrapper> channels = new List<TrackingChannelWrapper>(); 1661list = new List<T>();
Tracking\SqlTrackingQuery.cs (3)
97List<SqlTrackingWorkflowInstance> inst = new List<SqlTrackingWorkflowInstance>(); 289private List<TrackingDataItemValue> _dataItems = new List<TrackingDataItemValue>(); 322_dataItems = new List<TrackingDataItemValue>();
Tracking\SqlTrackingService.cs (2)
726public IList<AddedActivity> AddedActivities = new List<AddedActivity>(); 727public IList<RemovedActivity> RemovedActivities = new List<RemovedActivity>();
Tracking\SqlTrackingWorkflowInstance.cs (6)
50List<ActivityTrackingRecord> _activityEvents = new List<ActivityTrackingRecord>(); 51List<UserTrackingRecord> _userEvents = new List<UserTrackingRecord>(); 52List<WorkflowTrackingRecord> _workflowEvents = new List<WorkflowTrackingRecord>(); 53List<SqlTrackingWorkflowInstance> _invoked = new List<SqlTrackingWorkflowInstance>(); 617List<WorkflowChangeAction> actions = new List<WorkflowChangeAction>(); 635actions = new List<WorkflowChangeAction>();
Tracking\TrackingLocation.cs (2)
32private IList<TrackingWorkflowEvent> _events = new List<TrackingWorkflowEvent>(); 77private List<ActivityExecutionStatus> _events = new List<ActivityExecutionStatus>();
Tracking\TrackingProfileDeserializationException.cs (1)
21private List<ValidationEventArgs> _args = new List<ValidationEventArgs>();
Tracking\TrackingProfileSerializer.cs (3)
46List<ValidationEventArgs> _vArgs = new List<ValidationEventArgs>(); 65_vArgs = new List<ValidationEventArgs>(); 117_vArgs = new List<ValidationEventArgs>();
Tracking\TrackingRecord.cs (2)
53private List<TrackingDataItem> _body = new List<TrackingDataItem>(); 160private List<TrackingDataItem> _body = new List<TrackingDataItem>();
WorkflowDefinitionDispenser.cs (3)
338outputParameters = new List<PropertyInfo>(); 535List<K> keyList = new List<K>(); 541List<Activity> list = new List<Activity>();
WorkflowExecutor.cs (6)
68private List<SchedulerLockGuardInfo> eventsToFireList = new List<SchedulerLockGuardInfo>(); 169List<string> calleeBase = new List<string>(); 1327List<WorkflowQueueInfo> queuedItems = new List<WorkflowQueueInfo>(); 1346List<string> subscribedActivities = new List<string>(); 2515notifications = new List<SchedulableItem>(); 3492private IList<WorkflowChangeAction> _changeActions = new List<WorkflowChangeAction>();
WorkflowQueuingService.cs (2)
548this.dirtyQueues = new List<IComparable>(); 562this.messageArrivalEventHandlers = new List<WorkflowQueuingService>();
WorkflowRuntime.cs (7)
267List<WorkflowInstance> lSchedules = new List<WorkflowInstance>(); 291List<TrackingService> retval = new List<TrackingService>(); 915al = new List<object>(); 930al = new List<object>(); 1049List<object> retval = new List<object>(); 1067List<T> l = new List<T>(); 1596List<WorkflowExecutor> executorsList = new List<WorkflowExecutor>();
System.WorkflowServices (30)
System\ServiceModel\Description\ServiceDescriptionContext.cs (1)
22this.reflectedContracts = new List<Type>();
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
588this.activeCommands = new List<SqlCommand>();
System\ServiceModel\Security\SerializableAuthorizationContext.cs (1)
70List<Type> knownTypes = new List<Type>();
System\Workflow\Activities\ContractType.cs (5)
321List<MemberInfo> members = new List<MemberInfo>(); 454List<MethodInfo> localMethods = new List<MethodInfo>(); 694List<T> memberCandidates = new List<T>(); 718List<Type> typeCollection = new List<Type>(); 736List<Type> typeCollection = new List<Type>();
System\Workflow\Activities\Design\OperationPickerDialog.cs (2)
184List<MethodInfo> methodInfos = new List<MethodInfo>(); 186List<Type> interfacesList = new List<Type>();
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
251List<string> existingNames = new List<string>();
System\Workflow\Activities\Design\ServiceOperationListItem.cs (1)
24this.implementingActivities = new List<Activity>();
System\Workflow\Activities\DynamicContractTypeBuilder.cs (1)
116List<int> parameterIndexs = new List<int>();
System\Workflow\Activities\ReceiveActivity.cs (3)
1369outputParameters = new List<KeyValuePair<int, string>>(); 1370inputParameters = new List<KeyValuePair<int, string>>(); 1724new ReadOnlyCollection<ClaimSet>(new List<ClaimSet>()) :
System\Workflow\Activities\SendActivity.cs (2)
589outputParameters = new List<KeyValuePair<int, string>>(); 590inputParameters = new List<KeyValuePair<int, string>>();
System\Workflow\Activities\ServiceOperationHelpers.cs (1)
184List<Type> types = new List<Type>();
System\Workflow\Activities\ValidationHelper.cs (6)
233List<Type> contractList = new List<Type>(); 650List<int> parameterIndexs = new List<int>(); 651List<string> parameterNames = new List<string>(); 780List<int> parameterIndexs = new List<int>(); 781List<string> parameterNames = new List<string>(); 1108List<ParameterInfo> parametersInfo = new List<ParameterInfo>();
System\Workflow\ComponentModel\Design\FindSimilarActivitiesVerb.cs (1)
56matchingActivityDesigner = new List<ActivityDesigner>();
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
39this.newChannels = new List<PooledChannel>();
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (3)
34: this(new ChannelPoolSettings(), new List<ServiceEndpoint>()) 39: this(settings, new List<ServiceEndpoint>()) 139this.codeEndpoints = new List<ServiceEndpoint>();
System.Xml (39)
System\Xml\Core\XmlEventCache.cs (1)
487this.pages = new List<XmlEvent[]>();
System\Xml\Core\XmlWriterSettings.cs (1)
85List<XmlQualifiedName> cdataSections = new List<XmlQualifiedName>();
System\Xml\Dom\DocumentXmlWriter.cs (1)
73fragment = new List<XmlNode>();
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1509List<XmlElement> elements = new List<XmlElement>();
System\Xml\Dom\XPathNodeList.cs (1)
21this.list = new List<XmlNode>();
System\Xml\Schema\ContentValidator.cs (1)
1672runningPositions = new List<RangePositionInfo>();
System\Xml\Schema\Preprocessor.cs (1)
635List<XmlSchemaObject> removeItemsList = new List<XmlSchemaObject>();
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
438List<XmlSchemaObject> removeItemsList = new List<XmlSchemaObject>();
System\Xml\Schema\SchemaDeclBase.cs (1)
97values = new List<string>();
System\Xml\Schema\SchemaElementDecl.cs (1)
181defaultAttdefs = new List<IDtdDefaultAttributeInfo>();
System\Xml\Schema\XmlSchemaObjectTable.cs (1)
17List<XmlSchemaObjectEntry> entries = new List<XmlSchemaObjectEntry>();
System\Xml\Schema\XmlSchemaSet.cs (2)
985newMembers = new List<XmlSchemaElement>(); 1245List<XmlSchema> reprocessList = new List<XmlSchema>();
System\Xml\Schema\XmlValueConverter.cs (2)
3233List<T> listDst = new List<T>(); 3259List<object> listDst = new List<object>();
System\Xml\Serialization\XmlSerializationReaderILGen.cs (10)
309List<Type> argTypes = new List<Type>(); 1051List<Type> argTypes = new List<Type>(); 1052List<string> argNames = new List<string>(); 1093List<Label> caseLabels = new List<Label>(); 1094List<object> retValues = new List<object>(); 1172List<Type> argTypes = new List<Type>(); 1358List<Type> argTypes = new List<Type>(); 1359List<string> argNames = new List<string>(); 2052List<Type> argTypes = new List<Type>(); 3182List<Type> argTypes = new List<Type>();
System\Xml\Serialization\XmlSerializationWriterILGen.cs (9)
89List<Type> argTypes = new List<Type>(); 207List<Type> argTypes = new List<Type>(); 556List<Type> argTypes = new List<Type>(); 557List<string> argNames = new List<string>(); 574List<Label> caseLabels = new List<Label>(); 575List<string> retValues = new List<string>(); 705List<Type> argTypes = new List<Type>(); 1283List<Type> argTypes = new List<Type>(); 1932List<Type> argTypes = new List<Type>();
System\Xml\XPath\Internal\CacheAxisQuery.cs (1)
20this.outputBuffer = new List<XPathNavigator>();
System\Xml\XPath\Internal\CacheOutputQuery.cs (1)
23this.outputBuffer = new List<XPathNavigator>();
System\Xml\XPath\Internal\FollowingSibling.cs (1)
23this.parentStk = new List<XPathNavigator>();
System\Xml\XPath\Internal\PrecedingSibling.cs (1)
49List<XPathNavigator> parentStk = new List<XPathNavigator>();
System\Xml\XPath\Internal\SortQuery.cs (1)
24this.results = new List<SortKey>();
System.Xml.Linq (4)
System\Xml\Linq\XLinq.cs (4)
3269List<object> list = new List<object>(); 7245list = new List<object>(); 7406attributes = new List<XAttribute>(); 8026content = new List<object>();
WindowsBase (25)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
261transformList = new List<String>();
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (8)
122partManifest = new List<Uri>(); 123partEntryManifest = new List<PartManifestEntry>(); 124relationshipManifest = new List<PackageRelationshipSelector>(); 367transforms = new List<String>(); 384transforms = new List<String>(); 443relationshipSelectors = new List<PackageRelationshipSelector>(); 458relationshipSelectors = new List<PackageRelationshipSelector>(); 561selectors = new List<PackageRelationshipSelector>();
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (1)
365List<string> certificateIdList = new List<string>();
Base\MS\Internal\WeakEventTable.cs (1)
467private List<EventKey> _toRemove = new List<EventKey>();
Base\System\ComponentModel\PropertyChangedEventManager.cs (1)
637List<String> _toRemove = new List<String>();
Base\System\IO\Packaging\PackageDigitalSignatureManager.cs (2)
1009List<String> ids = new List<String>(); 1275_signatures = new List<PackageDigitalSignature>();
Base\System\IO\Packaging\PackagePart.cs (1)
372_requestedStreams = new List<Stream>(); //Default capacity is 4
Base\System\Security\RightsManagement\SecureEnvironment.cs (1)
176List<ContentUser> userList = new List<ContentUser>();
Base\System\Windows\Markup\XmlCompatibilityReader.cs (1)
147List<string> keysToUpdate = new List<string>();
Base\System\Windows\NameScope.cs (2)
374var list = new List<string>(); 392var list = new List<object>();
Base\System\Windows\Threading\Dispatcher.cs (4)
40_dispatchers = new List<WeakReference>(); 1880List<String> list = (tuple != null) ? tuple.Item2 : new List<String>(); 2770_reservedPtsCache = new Tuple<Object, List<String>>(_reservedPtsCache, new List<String>()); 3221private List<DispatcherTimer> _timers = new List<DispatcherTimer>();
Base\System\Windows\WeakEventManager.cs (1)
664list = new List<Delegate>();
Shared\MS\Internal\SafeSecurityHelper.cs (1)
267keysToRemove = new List<object>();
WsatConfig (6)
CommandLine\ArgumentsParser.cs (1)
364List<string> validAccounts = new List<string>();
CommandLine\ConsoleEntryPoint.cs (1)
164List<string> arguments = new List<string>();
CommandLine\OptionUsage.cs (3)
87List<string> optionUses = new List<string>(); 96List<string> optionUses = new List<string>(); 110List<string> optionUses = new List<string>();
Configuration\FirewallWrapper.cs (1)
103List<INetFirewallOpenPort> ports = new List<INetFirewallOpenPort>();
WsatUI (1)
Configuration\FirewallWrapper.cs (1)
103List<INetFirewallOpenPort> ports = new List<INetFirewallOpenPort>();
XamlBuildTask (48)
Microsoft\Build\Tasks\Xaml\AttributeData.cs (2)
35this.parameters = new List<AttributeParameterData>(); 111IList<AttributeParameterData> parameters = new List<AttributeParameterData>();
Microsoft\Build\Tasks\Xaml\AttributeParameterData.cs (2)
65this.arrayContents = new List<AttributeParameterData>(); 135this.arrayContents = new List<AttributeParameterData>();
Microsoft\Build\Tasks\Xaml\BuildExtensionContext.cs (8)
54this.references = new List<string>(); 72this.sourceCodeFiles = new List<string>(); 98this.generatedFiles = new List<string>(); 110this.generatedResourceFiles = new List<string>(); 120this.generatedFiles = new List<string>(); 129this.generatedResourceFiles = new List<string>(); 140this.references = new List<string>(); 152this.sourceCodeFiles = new List<string>();
Microsoft\Build\Tasks\Xaml\ClassData.cs (3)
44codeSnippets = new List<String>(); 74attributes = new List<AttributeData>(); 92namedObjects = new List<NamedObject>();
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (1)
98var memberFields = new List<CodeMemberField>();
Microsoft\Build\Tasks\Xaml\ClassImporter.cs (2)
159IList<XamlType> updatedTypeArgs = new List<XamlType>(); 393IList<AttributeData> attributes = new List<AttributeData>();
Microsoft\Build\Tasks\Xaml\ClassValidator.cs (1)
67this.eventArgs = new List<LogData>();
Microsoft\Build\Tasks\Xaml\CompilationPass2Task.cs (1)
19List<ITaskItem> generatedCodeFiles = new List<ITaskItem>();
Microsoft\Build\Tasks\Xaml\CompilationPass2TaskInternal.cs (5)
46this.applicationMarkup = new List<string>(); 77this.logData = new List<LogData>(); 89this.references = new List<ITaskItem>(); 105this.sourceCodeFiles = new List<string>(); 121this.generatedCodeFiles = new List<string>();
Microsoft\Build\Tasks\Xaml\NamespaceTable.cs (1)
22List<NamespaceDeclaration> list = new List<NamespaceDeclaration>();
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTask.cs (2)
24List<ITaskItem> generatedResources = new List<ITaskItem>(); 25List<ITaskItem> generatedCodeFiles = new List<ITaskItem>();
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTaskInternal.cs (7)
56this.applicationMarkup = new List<ITaskItem>(); 100this.generatedResources = new List<string>(); 112this.generatedCodeFiles = new List<string>(); 130this.logData = new List<LogData>(); 145this.references = new List<ITaskItem>(); 167this.assemblyNames = new List<Assembly>(); 199this.sourceCodeFiles = new List<string>();
Microsoft\Build\Tasks\Xaml\PropertyData.cs (1)
29this.attributes = new List<AttributeData>();
Microsoft\Build\Tasks\Xaml\WrappingXamlSchemaContext.cs (1)
86namespaces = new List<string>();
Microsoft\Build\Tasks\Xaml\XamlBuildTaskServices.cs (9)
234List<string> systemReferences = new List<string>(); 235List<string> nonSystemReferences = new List<string>(); 239IList<Assembly> assemblies = new List<Assembly>(); 450typeArgs = new List<XamlType>(); 634List<T> extensionsLoaded = new List<T>(); 733List<Tuple<string, string, string>> extensionNames = new List<Tuple<string, string, string>>(); 759IList<string> references = new List<string>(); 770List<string> systemList = new List<string>(); 771List<string> nonSystemList = new List<string>();
Microsoft\Build\Tasks\Xaml\XamlStackWriter.cs (1)
108List<XamlStackFrame> _stack = new List<XamlStackFrame>();
Microsoft\Build\Tasks\Xaml\XamlValidatingReader.cs (1)
472IList<XamlType> unresolvedLeafTypeList = new List<XamlType>();