32 types derived from List
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (1)
610private class AttributeList : List<object>
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
820class WalkableStack<T> : List<T> where T : class
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (1)
610private class AttributeList : List<object>
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
820class WalkableStack<T> : List<T> where T : class
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
43sealed private class TransactedConnectionList : List<DbConnectionInternal> {
fx\src\data\System\Data\SqlClient\SqlDependencyUtils.cs (1)
41sealed class DependencyList : List<SqlDependency> {
System.Data.Entity (2)
System\Data\Query\InternalTrees\Vars.cs (1)
558internal class VarList : List<Var>
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
109private class VarInfoList : List<VarInfo>
System.Data.Entity.Design (1)
System\Data\EntityModel\Emitters\FixUpCollection.cs (1)
21internal sealed class FixUpCollection : List<FixUp>
System.Data.Services (1)
System\Data\Services\ExpandSegmentCollection.cs (1)
21public class ExpandSegmentCollection : List<ExpandSegment>
System.Data.Services.Client (1)
System\Data\Services\Client\ProjectionPath.cs (1)
24internal class ProjectionPath : List<ProjectionPathSegment>
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\FixUpCollection.cs (1)
17internal sealed class FixUpCollection : List<FixUp>
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\CollectibleLRUCache.cs (1)
298class CollectibleBatch : List<CollectibleNode>
System.Web.DataVisualization (1)
Common\Formulas\FormulaHelpers.cs (1)
1355internal class SeriesFieldList : List<SeriesFieldInfo>
System.Web.Extensions (1)
UI\PageRequestManager.cs (1)
983private sealed class ScriptDataItemCollection : List<ScriptDataItem> {
System.Windows.Forms.DataVisualization (1)
Common\Formulas\FormulaHelpers.cs (1)
1355internal class SeriesFieldList : List<SeriesFieldInfo>
System.Workflow.Activities (2)
Role\ADRole.cs (1)
31sealed public class WorkflowRoleCollection : List<WorkflowRole>
Task.cs (1)
797class ReplicatorStateInfo : List<ChildExecutionStateInfo>
System.Workflow.ComponentModel (3)
AuthoringOM\ActivitiesCollection.cs (1)
12public sealed class ActivityCollection : List<Activity>, IList<Activity>, IList
AuthoringOM\Design\MessageFilters\GlyphManager.cs (1)
18public sealed class ActivityDesignerGlyphCollection : List<DesignerGlyph>
AuthoringOM\ItemList.cs (1)
92internal class ItemList<T> : List<T>, IList<T>, IList
System.Workflow.Runtime (8)
Tracking\ExtractCollection.cs (1)
28public class ExtractCollection : List<TrackingExtract>
Tracking\TrackingAnnotationCollection.cs (1)
32public class TrackingAnnotationCollection : List<string>
Tracking\TrackingConditionCollection.cs (1)
26public class TrackingConditionCollection : List<TrackingCondition>
Tracking\TrackingLocationCollection.cs (2)
28public class ActivityTrackingLocationCollection : List<ActivityTrackingLocation> 53public class UserTrackingLocationCollection : List<UserTrackingLocation>
Tracking\TrackPointCollection.cs (3)
28public class ActivityTrackPointCollection : List<ActivityTrackPoint> 53public class UserTrackPointCollection : List<UserTrackPoint> 78public class WorkflowTrackPointCollection : List<WorkflowTrackPoint>
System.WorkflowServices (2)
System\Workflow\Activities\Design\NamedObjectList.cs (1)
10abstract class NamedObjectList<T> : List<T>
System\Workflow\Activities\OperationParameterInfoCollection.cs (1)
19public sealed class OperationParameterInfoCollection : List<OperationParameterInfo>,
System.Xml (1)
System\Xml\XPath\Internal\ClonableStack.cs (1)
14internal sealed class ClonableStack<T> : System.Collections.Generic.List<T> {
5001 instantiations of List
ComSvcConfig (35)
ComAdminWrapper.cs (4)
181List<Guid> appIds = new List<Guid>(); 601static List<Version> CLRVersions = new List<Version>(2) { new Version("2.0"), new Version("4.0") }; 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 (3)
123this.interfaces = new List<InterfaceDefination<T>>(); 396List<string> methodList = new List<string>(); 405this.components = new List<ComponentDefinition<string>>(comps.Count);
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 (204)
microsoft\win32\registrykey.cs (1)
1350IList<String> strings = new List<String>();
parent\parent\parent\parent\InternalApis\NDP_Common\inc\PinnableBufferCache.cs (2)
51m_NotGen2 = new List<object>(DefaultNumberOfBuffers); 254List<object> notInGen2 = new List<object>();
system\_localdatastoremgr.cs (1)
337private List<LocalDataStore> m_ManagedLocalDataStores = new List<LocalDataStore>();
system\AggregateException.cs (5)
121: this(message, innerExceptions as IList<Exception> ?? (innerExceptions == null ? (List<Exception>)null : new List<Exception>(innerExceptions))) 210new List<ExceptionDispatchInfo>(innerExceptionInfos))) 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\cfgparser.cs (2)
500List<ConfigNode> m_children = new List<ConfigNode>(5); 501List<DictionaryEntry> m_attributes = new List<DictionaryEntry>(5);
system\Collections\Concurrent\ConcurrentDictionary.cs (2)
2041List<TKey> keys = new List<TKey>(count); 2074List<TValue> values = new List<TValue>(count);
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 (3)
349List<TOutput> list = new List<TOutput>(_size); 440List<T> list = new List<T>(); 597List<T> list = new List<T>(count);
system\collections\objectmodel\collection.cs (1)
28items = new List<T>();
system\diagnostics\eventing\eventprovider.cs (4)
390List<Tuple<SessionInfo, bool>> changedSessionList = new List<Tuple<SessionInfo, bool>>(); 439sessionList = new List<SessionInfo>(8); 931List<int> refObjPosition = new List<int>(s_etwAPIMaxRefObjCount); 932List<object> dataRefObj = new List<object>(s_etwAPIMaxRefObjCount);
system\diagnostics\eventing\eventsource.cs (18)
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" }); 2885m_legacySessions = new List<EtwSession>(8); 4410s_EventSources = new List<WeakReference>(2); 4580Interlocked.CompareExchange(ref s_EventSources, new List<WeakReference>(2), null); 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>(); 6216byteArrArgIndices = new List<int>(4); 6333var sortedChannels = new List<KeyValuePair<int, ChannelInfo>>(); 6397var sortedTasks = new List<int>(taskTab.Keys); 6450var sortedOpcodes = new List<int>(opcodeTab.Keys); 6464var sortedKeywords = new List<ulong>(keywordTab.Keys); 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\TraceLoggingEventSource.cs (1)
739List<byte> traitMetaData = new List<byte>(100);
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventTypes.cs (2)
216var recursionCheck = new List<Type>(paramInfos.Length); 235var recursionCheck = new List<Type>(types.Length);
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\datetimeformat.cs (1)
1124List<String> results = new List<String>(DEFAULT_ALL_DATETIMES_SIZE);
system\globalization\datetimeformatinfo.cs (1)
1684List<String> results = new List<String>(DEFAULT_ALL_DATETIMES_SIZE);
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 (2)
242List<string> stackDir = new List<string>(); 834List<String> fileList = new List<String>(enble);
system\io\directoryinfo.cs (3)
366List<FileInfo> fileList = new List<FileInfo>(enble); 424List<FileSystemInfo> fileList = new List<FileSystemInfo>(enble); 478List<DirectoryInfo> fileList = new List<DirectoryInfo>(enble);
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\Associates.cs (1)
204otherList = new List<MethodInfo>(cAssociates);
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\assemblybuilder.cs (1)
374assemblyAttributes = new List<CustomAttributeBuilder>(unsafeAssemblyAttributes);
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 (2)
915m_symCustomAttrs = new List<SymCustomAttr>(); 1033return new List<T>(sequence).ToArray();
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 (5)
1129List<RuntimeType> al = new List<RuntimeType>(); 1465cache = new List<RuntimePropertyInfo>(1); 4855results = new List<MethodInfo>(semiFinalists.Length); 4909results = new List<MethodInfo>(semiFinalists.Length); 5220List<MethodBase> matches = new List<MethodBase>(candidates.Length);
system\runtime\compilerservices\ConditionalWeakTable.cs (2)
330List<TKey> list = new List<TKey>(); 358List<TValue> list = new List<TValue>();
system\runtime\designerservices\windowsruntimedesignercontext.cs (1)
31List<string> pathList = new List<string>(paths);
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\interopservices\windowsruntime\windowsruntimemetadata.cs (1)
41List<string> packageGraphFilePathsList = new List<string>(packageGraphFilePaths);
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (1)
614memberTypesList = new List<Type>(20);
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 (8)
892foreach (Type evidenceType in new List<Type>(m_evidence.Keys)) 1113return new RawEvidenceEnumerator(this, new List<Type>(m_evidence.Keys), false); 1123return new RawEvidenceEnumerator(this, new List<Type>(m_evidence.Keys), true); 1382foreach (Type evidenceType in new List<Type>(m_evidence.Keys)) 1661List<Type> expensiveEvidence = new List<Type>(); 1707List<Type> alreadyGeneratedList = new List<Type>(); 1708List<Type> inexpensiveList = new List<Type>(); 1709List<Type> expensiveList = new List<Type>(ExpensiveEvidence.Count);
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 (3)
159copy.m_dependentEvidence = new List<IDelayEvaluatedEvidence>(m_dependentEvidence); 238m_dependentEvidence = new List<IDelayEvaluatedEvidence>(); 270m_dependentEvidence = new List<IDelayEvaluatedEvidence>();
system\security\principal\ircollection.cs (1)
45_Identities = new List<IdentityReference>( capacity );
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 (12)
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) 5171if (list == null) list = new List<T>(initSize); 5300exceptions = new List<Exception>(ex.InnerExceptions.Count); 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>(); 6674return new List<Task>(s_currentActiveTasks.Values).ToArray();
system\threading\Tasks\TaskCompletionSource.cs (1)
193List<Exception> defensiveCopy = new List<Exception>();
system\threading\Tasks\TaskExceptionHolder.cs (1)
247if (exceptions == null) m_faultExceptions = exceptions = new List<ExceptionDispatchInfo>(1);
system\threading\Tasks\TaskScheduler.cs (1)
553activeTasksArray = (new List<Task>(activeTasksSource)).ToArray();
system\threading\ThreadLocal.cs (2)
475List<T> valueList = new List<T>(); 678private List<bool> m_freeIds = new List<bool>();
system\timezoneinfo.cs (4)
956list = new List<TimeZoneInfo>(cachedData.m_systemTimeZones.Values); 960list = new List<TimeZoneInfo>(); 2375List<AdjustmentRule> rulesList = new List<AdjustmentRule>(1); 3931List<AdjustmentRule> rules = new List<AdjustmentRule>(1);
system\unityserializationholder.cs (1)
46List<int> elementTypes = new List<int>();
PresentationBuildTasks (21)
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\Microsoft\Build\Tasks\Windows\UidManager.cs (2)
668_uids = new List<Uid>(32); 669_namespacePrefixes = new List<string>(2);
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>();
Core\CSharp\MS\internal\Media\XamlSerializationHelper.cs (2)
393List<ThreeDoublesMarkup> resource = new List<ThreeDoublesMarkup>( source.Length/ 8 ) ; // SWAG the length of the collection. 419List<Point> resource = new List<Point>(source.Length/ 8 ); // SWAG the length of the collection.
Framework\MS\Internal\Globalization\LocalizationComments.cs (1)
96List<PropertyComment> tokens = new List<PropertyComment>(8);
Framework\System\Windows\Markup\BamlRecordWriter.cs (3)
312_staticResourceRecordList = new List<ValueDeferRecord>(5); 1175_staticResourceRecordList = new List<ValueDeferRecord>(1); 1804_staticResourceRecordList = new List<List<ValueDeferRecord>>(1);
Framework\System\Windows\Markup\XamlInt32CollectionSerializer.cs (1)
232List<IntegerMarkup> resource = new List<IntegerMarkup>();
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
3479namespaceAssemblyPair = new List<ClrNamespaceAssemblyPair>(1);
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 (295)
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\FontCache\FontResourceCache.cs (2)
142folderResourceMap[folderName] = new List<string>(1); 146folderResourceMap[resourceFullName] = new List<string>(1);
Core\CSharp\MS\Internal\FontCache\FontSourceCollection.cs (4)
104_fontSources = new List<Text.TextInterface.IFontSource>(1); 251fontSources = new List<Text.TextInterface.IFontSource>(files.Count); 274fontSources = new List<Text.TextInterface.IFontSource>(0); 280fontSources = new List<Text.TextInterface.IFontSource>(resourceEntries.Count);
Core\CSharp\MS\Internal\IListConverters.cs (4)
111List<double> list = new List<double>(Math.Min(256, value.Length / EstimatedCharCountPerItem + 1)); 154List<ushort> list = new List<ushort>(Math.Min(256, value.Length / EstimatedCharCountPerItem + 1)); 195List<bool> list = new List<bool>(Math.Min(256, value.Length / EstimatedCharCountPerItem + 1)); 237List<Point> list = new List<Point>(Math.Min(256, value.Length / EstimatedCharCountPerItem + 1));
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 (3)
64_erasingStrokeNodes = new List<StrokeNode>(points.Length); 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 (2)
86List<byte> compressedData = new List<byte>(); 271List<byte> compressedData = new List<byte>(input.Length + 1); //reasonable default based on profiling.
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\GorillaCodec.cs (1)
676List<byte> output = new List<byte>((bitsToWrite / 8) * unitsToDecode);
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 (11)
110List<char> charData = new List<char>((int)inkData.Length); 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>(); 1731_strokeDescriptorTable = new List<StrokeDescriptor>(_coreStrokes.Count); 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\StrokeIntersection.cs (2)
195List<StrokeFIndices> inFIndices = new List<StrokeFIndices>(intersections.Length); 227List<StrokeFIndices> hitFIndices = new List<StrokeFIndices>(intersections.Length);
Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs (5)
58List<Point> connectingQuadPoints = new List<Point>(iterator.Count * 4); 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>(); 271List<Point> polyLinePoints = new List<Point>(4);
Core\CSharp\MS\Internal\Media\ParserStreamGeometrycontext.cs (1)
551points = new List<Point>(count);
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\MS\Internal\Shaping\TypefaceMap.cs (1)
48private IList<ScaledShapeTypeface> _cachedScaledTypefaces = new List<ScaledShapeTypeface>(InitialScaledGlyphableTypefaceCount);
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (2)
2031IList<TextRunBounds> boundsList = new List<TextRunBounds>(2); 2112IList<TextSpan<TextRun>> lsrunList = new List<TextSpan<TextRun>>(2);
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (4)
3305glyphAdvances = new List<double>(glyphCount); 3311glyphOffsets = new List<Point>(glyphCount); 3447charWidths = new List<double>(cchText); 3798_indexedGlyphRuns = new List<IndexedGlyphRun>(8);
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (1)
671List<DWriteFontFeature> fontFeatures = new List<DWriteFontFeature>((int)CustomOpenTypeFeatures.Count);
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (4)
852boundsList = new List<TextRunBounds>(2); 928List<IndexedGlyphRun> indexedGlyphRuns = new List<IndexedGlyphRun>(_runs.Length); 951displayGlyphAdvances = new List<double>(run.NominalAdvances.Length); 1799displayGlyphAdvances = new List<double>(NominalAdvances.Length);
Core\CSharp\MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
334IList<TextSpan<TextRun>> textRunList = new List<TextSpan<TextRun>>(_textRunVector.Count);
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 (5)
72_collection = new List<T>(); 81_collection = new List<T>(capacity); 101_collection = new List<T>(count); 105_collection = new List<T>(); 845_collection = new List<T>(count);
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (4)
139_strokeInfos = new List<StrokeInfo>(strokes.Count); 244List<StrokeInfo> newStrokeInfos = new List<StrokeInfo>(_strokes.Count); 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\AccessKeyManager.cs (2)
451List<IInputElement> finalTargets = new List<IInputElement>(1); 688List<IInputElement> copy = new List<IInputElement>(elements.Count);
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\CommandBindingCollection.cs (3)
186_innerCBList = new System.Collections.Generic.List<CommandBinding>(1); 211_innerCBList = new System.Collections.Generic.List<CommandBinding>(collection.Count); 377System.Collections.Generic.List<CommandBinding> list = new System.Collections.Generic.List<CommandBinding>(0);
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (1)
686list = new List<Tuple<Type, CommandBinding>>();
Core\CSharp\System\Windows\Input\Command\InputBindingCollection.cs (4)
227_innerBindingList = new System.Collections.Generic.List<InputBinding>(1); 279_innerBindingList = new System.Collections.Generic.List<InputBinding>(collection.Count); 390List<InputBinding> oldInputBindings = new List<InputBinding>(_innerBindingList); 410System.Collections.Generic.List<InputBinding> list = new System.Collections.Generic.List<InputBinding>(0);
Core\CSharp\System\Windows\Input\Command\InputGestureCollection.cs (3)
175List<InputGesture> list = new List<InputGesture>(0); 301_innerGestureList = new System.Collections.Generic.List<InputGesture>(collection.Count); 433_innerGestureList = new List<InputGesture>(1);
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\ManipulationDevice.cs (4)
181_manipulators = new List<IManipulator>(2); 262return new ReadOnlyCollection<IManipulator>(new List<IManipulator>(2)); 521List<IManipulator> manipulators = new List<IManipulator>(_manipulators); 542List<IManipulator> manipulators = new List<IManipulator>(_manipulators);
Core\CSharp\System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (1)
217_inertiaParameters = new List<InertiaParameters2D>();
Core\CSharp\System\Windows\Input\ManipulationStartingEventArgs.cs (1)
140_parameters = new List<ManipulationParameters2D>(1);
Core\CSharp\System\Windows\Input\TouchDevice.cs (3)
483others = new List<DependencyObject>(count); 1226_activeDevices = new List<TouchDevice>(2); 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\AnimationLayer.cs (1)
200animationClockList = new List<AnimationClock>(oldClocksCount + newClocksCount);
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\BooleanKeyFrameCollection.cs (6)
47_keyFrames = new List< BooleanKeyFrame>(2); 65emptyCollection._keyFrames = new List< BooleanKeyFrame>(0); 107_keyFrames = new List< BooleanKeyFrame>(count); 128_keyFrames = new List< BooleanKeyFrame>(count); 149_keyFrames = new List< BooleanKeyFrame>(count); 170_keyFrames = new List< BooleanKeyFrame>(count);
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\ByteKeyFrameCollection.cs (6)
47_keyFrames = new List< ByteKeyFrame>(2); 65emptyCollection._keyFrames = new List< ByteKeyFrame>(0); 107_keyFrames = new List< ByteKeyFrame>(count); 128_keyFrames = new List< ByteKeyFrame>(count); 149_keyFrames = new List< ByteKeyFrame>(count); 170_keyFrames = new List< ByteKeyFrame>(count);
Core\CSharp\System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (1)
850List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (6)
47_keyFrames = new List< CharKeyFrame>(2); 65emptyCollection._keyFrames = new List< CharKeyFrame>(0); 107_keyFrames = new List< CharKeyFrame>(count); 128_keyFrames = new List< CharKeyFrame>(count); 149_keyFrames = new List< CharKeyFrame>(count); 170_keyFrames = new List< CharKeyFrame>(count);
Core\CSharp\System\Windows\Media\Animation\Generated\ColorAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\ColorKeyFrameCollection.cs (6)
47_keyFrames = new List< ColorKeyFrame>(2); 65emptyCollection._keyFrames = new List< ColorKeyFrame>(0); 107_keyFrames = new List< ColorKeyFrame>(count); 128_keyFrames = new List< ColorKeyFrame>(count); 149_keyFrames = new List< ColorKeyFrame>(count); 170_keyFrames = new List< ColorKeyFrame>(count);
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalKeyFrameCollection.cs (6)
47_keyFrames = new List< DecimalKeyFrame>(2); 65emptyCollection._keyFrames = new List< DecimalKeyFrame>(0); 107_keyFrames = new List< DecimalKeyFrame>(count); 128_keyFrames = new List< DecimalKeyFrame>(count); 149_keyFrames = new List< DecimalKeyFrame>(count); 170_keyFrames = new List< DecimalKeyFrame>(count);
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleKeyFrameCollection.cs (6)
47_keyFrames = new List< DoubleKeyFrame>(2); 65emptyCollection._keyFrames = new List< DoubleKeyFrame>(0); 107_keyFrames = new List< DoubleKeyFrame>(count); 128_keyFrames = new List< DoubleKeyFrame>(count); 149_keyFrames = new List< DoubleKeyFrame>(count); 170_keyFrames = new List< DoubleKeyFrame>(count);
Core\CSharp\System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (6)
47_keyFrames = new List< Int16KeyFrame>(2); 65emptyCollection._keyFrames = new List< Int16KeyFrame>(0); 107_keyFrames = new List< Int16KeyFrame>(count); 128_keyFrames = new List< Int16KeyFrame>(count); 149_keyFrames = new List< Int16KeyFrame>(count); 170_keyFrames = new List< Int16KeyFrame>(count);
Core\CSharp\System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\Int32KeyFrameCollection.cs (6)
47_keyFrames = new List< Int32KeyFrame>(2); 65emptyCollection._keyFrames = new List< Int32KeyFrame>(0); 107_keyFrames = new List< Int32KeyFrame>(count); 128_keyFrames = new List< Int32KeyFrame>(count); 149_keyFrames = new List< Int32KeyFrame>(count); 170_keyFrames = new List< Int32KeyFrame>(count);
Core\CSharp\System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\Int64KeyFrameCollection.cs (6)
47_keyFrames = new List< Int64KeyFrame>(2); 65emptyCollection._keyFrames = new List< Int64KeyFrame>(0); 107_keyFrames = new List< Int64KeyFrame>(count); 128_keyFrames = new List< Int64KeyFrame>(count); 149_keyFrames = new List< Int64KeyFrame>(count); 170_keyFrames = new List< Int64KeyFrame>(count);
Core\CSharp\System\Windows\Media\Animation\Generated\MatrixAnimationUsingKeyFrames.cs (1)
850List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\MatrixKeyFrameCollection.cs (6)
47_keyFrames = new List< MatrixKeyFrame>(2); 65emptyCollection._keyFrames = new List< MatrixKeyFrame>(0); 107_keyFrames = new List< MatrixKeyFrame>(count); 128_keyFrames = new List< MatrixKeyFrame>(count); 149_keyFrames = new List< MatrixKeyFrame>(count); 170_keyFrames = new List< MatrixKeyFrame>(count);
Core\CSharp\System\Windows\Media\Animation\Generated\ObjectAnimationUsingKeyFrames.cs (1)
850List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\ObjectKeyFrameCollection.cs (6)
47_keyFrames = new List< ObjectKeyFrame>(2); 65emptyCollection._keyFrames = new List< ObjectKeyFrame>(0); 107_keyFrames = new List< ObjectKeyFrame>(count); 128_keyFrames = new List< ObjectKeyFrame>(count); 149_keyFrames = new List< ObjectKeyFrame>(count); 170_keyFrames = new List< ObjectKeyFrame>(count);
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DKeyFrameCollection.cs (6)
47_keyFrames = new List< Point3DKeyFrame>(2); 65emptyCollection._keyFrames = new List< Point3DKeyFrame>(0); 107_keyFrames = new List< Point3DKeyFrame>(count); 128_keyFrames = new List< Point3DKeyFrame>(count); 149_keyFrames = new List< Point3DKeyFrame>(count); 170_keyFrames = new List< Point3DKeyFrame>(count);
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\PointKeyFrameCollection.cs (6)
47_keyFrames = new List< PointKeyFrame>(2); 65emptyCollection._keyFrames = new List< PointKeyFrame>(0); 107_keyFrames = new List< PointKeyFrame>(count); 128_keyFrames = new List< PointKeyFrame>(count); 149_keyFrames = new List< PointKeyFrame>(count); 170_keyFrames = new List< PointKeyFrame>(count);
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionKeyFrameCollection.cs (6)
47_keyFrames = new List< QuaternionKeyFrame>(2); 65emptyCollection._keyFrames = new List< QuaternionKeyFrame>(0); 107_keyFrames = new List< QuaternionKeyFrame>(count); 128_keyFrames = new List< QuaternionKeyFrame>(count); 149_keyFrames = new List< QuaternionKeyFrame>(count); 170_keyFrames = new List< QuaternionKeyFrame>(count);
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\RectKeyFrameCollection.cs (6)
47_keyFrames = new List< RectKeyFrame>(2); 65emptyCollection._keyFrames = new List< RectKeyFrame>(0); 107_keyFrames = new List< RectKeyFrame>(count); 128_keyFrames = new List< RectKeyFrame>(count); 149_keyFrames = new List< RectKeyFrame>(count); 170_keyFrames = new List< RectKeyFrame>(count);
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DKeyFrameCollection.cs (6)
47_keyFrames = new List< Rotation3DKeyFrame>(2); 65emptyCollection._keyFrames = new List< Rotation3DKeyFrame>(0); 107_keyFrames = new List< Rotation3DKeyFrame>(count); 128_keyFrames = new List< Rotation3DKeyFrame>(count); 149_keyFrames = new List< Rotation3DKeyFrame>(count); 170_keyFrames = new List< Rotation3DKeyFrame>(count);
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\SingleKeyFrameCollection.cs (6)
47_keyFrames = new List< SingleKeyFrame>(2); 65emptyCollection._keyFrames = new List< SingleKeyFrame>(0); 107_keyFrames = new List< SingleKeyFrame>(count); 128_keyFrames = new List< SingleKeyFrame>(count); 149_keyFrames = new List< SingleKeyFrame>(count); 170_keyFrames = new List< SingleKeyFrame>(count);
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\SizeKeyFrameCollection.cs (6)
47_keyFrames = new List< SizeKeyFrame>(2); 65emptyCollection._keyFrames = new List< SizeKeyFrame>(0); 107_keyFrames = new List< SizeKeyFrame>(count); 128_keyFrames = new List< SizeKeyFrame>(count); 149_keyFrames = new List< SizeKeyFrame>(count); 170_keyFrames = new List< SizeKeyFrame>(count);
Core\CSharp\System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (1)
850List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (6)
47_keyFrames = new List< StringKeyFrame>(2); 65emptyCollection._keyFrames = new List< StringKeyFrame>(0); 107_keyFrames = new List< StringKeyFrame>(count); 128_keyFrames = new List< StringKeyFrame>(count); 149_keyFrames = new List< StringKeyFrame>(count); 170_keyFrames = new List< StringKeyFrame>(count);
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DKeyFrameCollection.cs (6)
47_keyFrames = new List< Vector3DKeyFrame>(2); 65emptyCollection._keyFrames = new List< Vector3DKeyFrame>(0); 107_keyFrames = new List< Vector3DKeyFrame>(count); 128_keyFrames = new List< Vector3DKeyFrame>(count); 149_keyFrames = new List< Vector3DKeyFrame>(count); 170_keyFrames = new List< Vector3DKeyFrame>(count);
Core\CSharp\System\Windows\Media\Animation\Generated\VectorAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\VectorKeyFrameCollection.cs (6)
47_keyFrames = new List< VectorKeyFrame>(2); 65emptyCollection._keyFrames = new List< VectorKeyFrame>(0); 107_keyFrames = new List< VectorKeyFrame>(count); 128_keyFrames = new List< VectorKeyFrame>(count); 149_keyFrames = new List< VectorKeyFrame>(count); 170_keyFrames = new List< VectorKeyFrame>(count);
Core\CSharp\System\Windows\Media\ColorContext.cs (1)
467colorContextsList = new List<ColorContext>((int)numContexts);
Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs (4)
491list = new List<T?>(maxIndex); 518_samplerData = new List<SamplerData?>(maxIndex); 1098_floatRegisters = new List<MilColorF?>(effect._floatRegisters); 1102_samplerData = new List<SamplerData?>(effect._samplerData);
Core\CSharp\System\Windows\Media\FamilyMap.cs (1)
248List<Range> ranges = new List<Range>(3);
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\BitmapDecoder.cs (1)
1735_frames = new List<BitmapFrame>((int)numFrames);
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
138entry.decoders = new List<WeakReference>();
Core\CSharp\System\Windows\Media\Imaging\BitmapEncoder.cs (3)
346_frames = new List<BitmapFrame>(0); 912private IList<SafeMILHandle> _frameHandles = new List<SafeMILHandle>(0); 913private IList<SafeMILHandle> _writeSourceHandles = new List<SafeMILHandle>(0);
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\Imaging\LateBoundBitmapDecoder.cs (1)
226_frames = new List<BitmapFrame>((int)1);
Core\CSharp\System\Windows\Media\PathGeometry.cs (1)
284List<Point> points = new List<Point>((int)pSegmentPoly->Count);
Core\CSharp\System\Windows\Media\SolidColorBrush.cs (1)
323keys = new List<TKey>();
Core\CSharp\System\Windows\Media\TextFormatting\TextCharacters.cs (1)
274IList<TextShapeableSymbols> shapeables = new List<TextShapeableSymbols>(2);
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>();
Core\CSharp\System\Windows\UIElement.cs (2)
4717internal static List<double> DpiScaleXValues = new List<double>(3); 4718internal static List<double> DpiScaleYValues = new List<double>(3);
Graphics\include\exports.cs (2)
1273_others = new List<Entry>(2); // by default we have two entries in the extra storage. 1508List<Entry> others = new List<Entry>(2); // by default we have two entries in the extra storage.
Shared\MS\Internal\SafeSecurityHelper.cs (1)
267keysToRemove = new List<object>();
PresentationFramework (527)
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 (3)
103IList<DependencyObject> pageEl = new List<DependencyObject>(); 248List<ContentLocatorPart> res = new List<ContentLocatorPart>(1); 684IList<PointSegment> _segments = new List<PointSegment>(1);
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (7)
302IList<IAttachedAnnotation> attachedAnnotations = new List<IAttachedAnnotation>(); 404returnLocators = new List<ContentLocatorBase>(0); 686List <ContentLocatorBase> locatorsToReturn = new List<ContentLocatorBase> (); 766List<ContentLocatorBase> tempLocators = new List<ContentLocatorBase>(locatorsToReturn.Count * locatorParts.Count); 968locators = new List <ContentLocator> (1); 1257List<ContentLocatorBase> res = new List<ContentLocatorBase>(1); 1346private List<IAttachedAnnotation> _attachedAnnotations = new List<IAttachedAnnotation>();
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (5)
127IList<DependencyObject> list = new List<DependencyObject>(); 453res = new List<ITextView>(1); 467res = new List<ITextView>(0); 506res = new List<ITextView>(1); 543res = new List<ITextView>(endPageNumber - startPageNumber + 1);
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
184List<ContentLocatorPart> res = new List<ContentLocatorPart>(1);
src\Framework\MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (1)
146res = new List<ContentLocatorPart>(1);
src\Framework\MS\Internal\Annotations\Anchoring\TreeNodeSelectionProcessor.cs (1)
162return new List<ContentLocatorPart>(0);
src\Framework\MS\Internal\Annotations\AnnotationMap.cs (3)
39list = new List<IAttachedAnnotation>(1); 100List<IAttachedAnnotation> result = new List<IAttachedAnnotation>(_annotationIdToAttachedAnnotations.Keys.Count); 121private static readonly List<IAttachedAnnotation> _emptyList = new List<IAttachedAnnotation>(0);
src\Framework\MS\Internal\Annotations\AnnotationResourceCollection.cs (1)
84List<AnnotationResource> list = new List<AnnotationResource>(this);
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 (8)
48_segments = new List<HighlightSegment>(); 627List<IHighlightRange> list = new List<IHighlightRange>(1); 644_owners = new List<IHighlightRange>(owners.Count); 790res = new List<HighlightSegment>(1); 796res = new List<HighlightSegment>(2); 816IList<HighlightSegment> res = new List<HighlightSegment>(); 1228private List<TextSegment> _contentSegments = new List<TextSegment>(1); 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\Annotations\TextAnchor.cs (2)
604List<TextSegment> orderedList = new List<TextSegment>(textSegments.Count); 757private List<TextSegment> _segments = new List<TextSegment>(1);
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\CollectionViewGroupRoot.cs (1)
343List<GroupTreeNode> list = new List<GroupTreeNode>(parentGroups.Count + 1);
src\Framework\MS\Internal\Data\CommitManager.cs (5)
68list = new List<BindingGroup>(); 94list = new List<BindingExpressionBase>(); 154static readonly List<BindingGroup> EmptyBindingGroupList = new List<BindingGroup>(); 155static readonly List<BindingExpressionBase> EmptyBindingList = new List<BindingExpressionBase>(); 193return new List<T>(Keys);
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\LiveShapingItem.cs (1)
192list = new List<CollectionViewGroupInternal>(2);
src\Framework\MS\Internal\Data\LiveShapingList.cs (5)
95_sortDirtyItems = new List<LiveShapingItem>(); 96_filterDirtyItems = new List<LiveShapingItem>(); 97_groupDirtyItems = new List<LiveShapingItem>(); 696_unusedKeys = new List<string>(this.Keys); 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\FlowDocumentPaginator.cs (1)
941List<AsyncRequest> _asyncRequests = new List<AsyncRequest>(0);
src\Framework\MS\Internal\Documents\MultiPageTextView.cs (2)
47_pageTextViews = new List<DocumentPageTextView>(); 692List<TextSegment> textSegments = new List<TextSegment>();
src\Framework\MS\Internal\Documents\PageCache.cs (6)
50_cache = new List<PageCacheEntry>(_defaultCacheSize); 379List<PageCacheChange> changes = new List<PageCacheChange>(2); 543List<PageCacheChange> changes = new List<PageCacheChange>(1); 631List<PageCacheChange> changes = new List<PageCacheChange>(2); 726List<PageCacheChange> changes = new List<PageCacheChange>(PageCount); 880List<PageCacheChange> changes = new List<PageCacheChange>(1);
src\Framework\MS\Internal\Documents\RowCache.cs (5)
44_rowCache = new List<RowInfo>(_defaultRowCacheSize); 502List<RowCacheChange> changes = new List<RowCacheChange>(1); 600List<RowCacheChange> changes = new List<RowCacheChange>(1); 708List<RowInfo> tempRows = new List<RowInfo>(pivotPage / columns); 1243List<RowCacheChange> changes = new List<RowCacheChange>(args.Changes.Count);
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
269List<Rect> rectangles = new List<Rect>();
src\Framework\MS\Internal\Documents\TextBoxView.cs (4)
420_lineMetrics = new List<LineRecord>(1); 1306List<TextSegment> segments = new List<TextSegment>(1); 1829_visualChildren = new List<TextBoxLineDrawingVisual>(1) ; 2683_viewportLineVisuals = new List<TextBoxLineDrawingVisual>(count);
src\Framework\MS\Internal\Documents\TextContainerHelper.cs (8)
92segments = new List<TextSegment>(); 98segments = new List<TextSegment>(1); 106segments = new List<TextSegment>(_size); 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 (4)
366List<GlyphRun> glyphRuns = new List<GlyphRun>(); 601return new ReadOnlyCollection<TextSegment>(new List<TextSegment>()); 3301List<TextSegment> segments = new List<TextSegment>(1); 3573private static ReadOnlyCollection<ParagraphResult> _emptyParagraphCollection = new ReadOnlyCollection<ParagraphResult>(new List<ParagraphResult>(0));
src\Framework\MS\Internal\Documents\TextParagraphView.cs (1)
510List<TextSegment> segments = new List<TextSegment>(1);
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\Documents\UndoManager.cs (3)
84_undoStack = new List<IUndoUnit>(4); 739List<IUndoUnit> undoStack = new List<IUndoUnit>(UndoCount); 791List<IUndoUnit> undoStack = new List<IUndoUnit>(UndoLimit);
src\Framework\MS\Internal\Globalization\BamlResourceContent.cs (1)
142List<BamlStringToken> tokens = new List<BamlStringToken>(8);
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (4)
50_nodeList = new List<BamlTreeNode>(size); 77List<BamlTreeNode> newNodeList = new List<BamlTreeNode>(Size); 109parent.Children = new List<BamlTreeNode>(children.Count); 198_children = new List<BamlTreeNode>();
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (2)
434IList<BamlTreeNode> list = new List<BamlTreeNode>(4); 591IList<BamlTreeNode> list = new List<BamlTreeNode>();
src\Framework\MS\Internal\Globalization\LocalizationComments.cs (1)
96List<PropertyComment> tokens = new List<PropertyComment>(8);
src\Framework\MS\Internal\Helper.cs (2)
881itemValues = new List<KeyValuePair<int, object>>(3); // So far the only use of this is to store three values. 910List<KeyValuePair<int, object>> itemValues = GetItemValues(owner, item) ?? new List<KeyValuePair<int, object>>();
src\Framework\MS\Internal\Ink\ClipboardProcessor.cs (2)
155List<UIElement> elements = new List<UIElement>(inkCanvasSelection.SelectedElements); 428List<UIElement> children = new List<UIElement>(rootInkCanvas.Children.Count);
src\Framework\MS\Internal\Ink\ElementsClipboardData.cs (2)
43ElementList = new List<UIElement>(elements); 68return new List<UIElement>();
src\Framework\MS\Internal\Ink\HighContrastHelper.cs (1)
71__highContrastCallbackList = new List<WeakReference>();
src\Framework\MS\Internal\Ink\InkCanvasSelection.cs (3)
103_selectedElements = new List<UIElement>(); 250_selectedElements = new List<UIElement>(elements); 852List<Rect> rects = new List<Rect>();
src\Framework\MS\Internal\Ink\LassoHelper.cs (2)
79List<Point> justAdded = new List<Point>(); 319_lasso = new List<Point>(100);
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 (4)
161List<Rect> rectangles = new List<Rect>(); 190rectangles = new List<Rect>(); 393return new ReadOnlyCollection<ParagraphResult>(new List<ParagraphResult>(0)); 400List<ParagraphResult> paragraphResults = new List<ParagraphResult>(arrayParaDesc.Length);
src\Framework\MS\Internal\PtsHost\FigureParaClient.cs (11)
333List<Rect> rectangles = new List<Rect>(); 647return new ReadOnlyCollection<ParagraphResult>(new List<ParagraphResult>(0)); 654paragraphResults = new List<ParagraphResult>(arrayParaDesc.Length); 673return new ReadOnlyCollection<ParagraphResult>(new List<ParagraphResult>(0)); 687return new ReadOnlyCollection<ParagraphResult>(new List<ParagraphResult>(0)); 694paragraphResults = new List<ParagraphResult>(arrayParaDesc.Length); 727List<ColumnResult> columnResults = new List<ColumnResult>(0); 749columnResults = new List<ColumnResult>(1); 769columnResults = new List<ColumnResult>(1); 822ReadOnlyCollection<ParagraphResult> paragraphs = (columns.Count > 0) ? columns[0].Paragraphs : new ReadOnlyCollection<ParagraphResult>(new List<ParagraphResult>(0)); 860List<ParagraphResult> floatingElements = new List<ParagraphResult>(0);
src\Framework\MS\Internal\PtsHost\FloaterParaClient.cs (11)
335List<Rect> rectangles = new List<Rect>(); 653return new ReadOnlyCollection<ParagraphResult>(new List<ParagraphResult>(0)); 660paragraphResults = new List<ParagraphResult>(arrayParaDesc.Length); 679return new ReadOnlyCollection<ParagraphResult>(new List<ParagraphResult>(0)); 693return new ReadOnlyCollection<ParagraphResult>(new List<ParagraphResult>(0)); 700paragraphResults = new List<ParagraphResult>(arrayParaDesc.Length); 733List<ColumnResult> columnResults = new List<ColumnResult>(0); 755columnResults = new List<ColumnResult>(1); 775columnResults = new List<ColumnResult>(1); 828ReadOnlyCollection<ParagraphResult> paragraphs = (columns.Count > 0) ? columns[0].Paragraphs : new ReadOnlyCollection<ParagraphResult>(new List<ParagraphResult>(0)); 866List<ParagraphResult> floatingElements = new List<ParagraphResult>(0);
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (9)
323List<Rect> rectangles = new List<Rect>(); 345List<Rect> transformedRectangles = new List<Rect>(rectangles.Count); 380return new HostedElements(new ReadOnlyCollection<TextSegment>(new List<TextSegment>(0))); 390List<ParagraphResult> floatingElements = new List<ParagraphResult>(0); 431List<ColumnResult> columnResults = new List<ColumnResult>(0); 461columnResults = new List<ColumnResult>(1); 505columnResults = new List<ColumnResult>(sectionDetails.u.withpagenotes.cBasicColumns); 604return new ReadOnlyCollection<ParagraphResult>(new List<ParagraphResult>(0)); 610List<ParagraphResult> paragraphResults = new List<ParagraphResult>(arrayParaDesc.Length);
src\Framework\MS\Internal\PtsHost\Line.cs (2)
304List<InlineObject> inlineObjects = new List<InlineObject>(1); 510List<Rect> rectangles = new List<Rect>();
src\Framework\MS\Internal\PtsHost\PageVisual.cs (1)
137return new ReadOnlyCollection<Rect>(new List<Rect>(0));
src\Framework\MS\Internal\PtsHost\PtsCache.cs (2)
167_contextPool = new List<ContextDesc>(1); 265_releaseQueue = new List<PtsContext>();
src\Framework\MS\Internal\PtsHost\PtsHelper.cs (3)
492List<Rect> rectangles = new List<Rect>(); 531List<Rect> rectangles = new List<Rect>(); 560List<Rect> offsetRectangles = new List<Rect>(rectangleList.Count);
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 (6)
261List<Rect> rectangles = new List<Rect>(); 610List<ColumnResult> columnResults = new List<ColumnResult>(0); 632columnResults = new List<ColumnResult>(1); 651columnResults = new List<ColumnResult>(subpageDetails.u.complex.cBasicColumns); 695List<ParagraphResult> paragraphResults = new List<ParagraphResult>(arrayParaDesc.Length); 771List<ParagraphResult> floatingElements = new List<ParagraphResult>(0);
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (6)
477List<Rect> rectangles = new List<Rect>(); 491rectangles = new List<Rect>(); 752List<ParagraphResult> rowParagraphResults = new List<ParagraphResult>(0); 801List<ParagraphResult> cellParagraphResults = new List<ParagraphResult>(0); 851List<ParagraphResult> listResults = new List<ParagraphResult>(0); 872List<ParagraphResult> listResults = new List<ParagraphResult>(0);
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (12)
297List<Rect> rectangles = new List<Rect>(); 399ReadOnlyCollection<LineResult> lines = new ReadOnlyCollection<LineResult>(new List<LineResult>(0)); 462floaters = new List<ParagraphResult>(arrayAttachedObjectDesc.Length); 506figures = new List<ParagraphResult>(arrayAttachedObjectDesc.Length); 1721List<LineResult> lines = new List<LineResult>(arrayLineDesc.Length); 1780List<LineResult> lines = new List<LineResult>(arrayLineDesc.Length); 2316rectangles = new List<Rect>(1); 2427rectangles = new List<Rect>(1); 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 (4)
914List<TextElement> attachedElements = new List<TextElement>(); 970List<AttachedObject> attachedObjects = new List<AttachedObject>(); 1095objects = new List<InlineObject>(_inlineObjects.Count); 1571objectsCached = new List<T>(objectsNew.Count);
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 (3)
379IList<IAttachedAnnotation> attachedAnnotations = new List<IAttachedAnnotation>(); 466return new HostedElements(new ReadOnlyCollection<TextSegment>(new List<TextSegment>(0))); 482return new ReadOnlyCollection<Rect>(new List<Rect>(0));
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (2)
745List<Annotation> annotations = new List<Annotation>(); 798List<IAttachedAnnotation> attachedAnnotations = new List<IAttachedAnnotation>(annotations.Count);
src\Framework\System\Windows\Annotations\AnnotationService.cs (9)
853List<IAttachedAnnotation> leftover = new List<IAttachedAnnotation>(annotations.Count); 915List<AttachedAnnotationChangedEventArgs> eventsToFire = new List<AttachedAnnotationChangedEventArgs>(attachedAnnotations.Count); 970List<AttachedAnnotationChangedEventArgs> eventsToFire = new List<AttachedAnnotationChangedEventArgs>(attachedAnnotations.Count); 1015IList<IAttachedAnnotation> dirtyAnnotations = new List<IAttachedAnnotation>(); 1045IList<UIElement> processedElements = new List<UIElement>(); 1231List<IAttachedAnnotation> result = new List<IAttachedAnnotation>(); 1344List<AttachedAnnotationChangedEventArgs> eventsToFire = new List<AttachedAnnotationChangedEventArgs>(annotation.Anchors.Count); 1376List<AttachedAnnotationChangedEventArgs> eventsToFire = new List<AttachedAnnotationChangedEventArgs>(list.Length); 1541list = new List<IAttachedAnnotation>(1);
src\Framework\System\Windows\Annotations\LocatorGroup.cs (1)
240List<ContentLocatorBase> tempList = new List<ContentLocatorBase>(locatorGroup.Locators.Count * (this.Locators.Count - 1));
src\Framework\System\Windows\Annotations\LocatorPartList.cs (2)
393results = new List<ContentLocatorBase>(1); 398results = new List<ContentLocatorBase>(additionalLocatorParts.Count);
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (6)
594retObj = new List<Guid>(iterator.Count); 617retObj = new List<Guid>(0); 682List<Annotation> annotations = new List<Annotation>((IEnumerable<Annotation>)mapAnnotations.Values); 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 (4)
60children = new List<AutomationPeer>(1); 178List<IRawElementProviderSimple> selectedProviders = new List<IRawElementProviderSimple>(); 243List<IRawElementProviderSimple> providers = new List<IRawElementProviderSimple>(); 277List<IRawElementProviderSimple> providers = new List<IRawElementProviderSimple>();
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (2)
551List<IRawElementProviderSimple> providers = new List<IRawElementProviderSimple>(1); 573List<IRawElementProviderSimple> providers = new List<IRawElementProviderSimple>(1);
src\Framework\System\Windows\Automation\Peers\DataGridColumnHeadersPresenterAutomationPeer.cs (1)
82children = new List<AutomationPeer>(childItems.Count);
src\Framework\System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (2)
382List<IRawElementProviderSimple> selectedProviders = new List<IRawElementProviderSimple>(); 443children = new List<AutomationPeer>(childItems.Count);
src\Framework\System\Windows\Automation\Peers\DataGridRowAutomationPeer.cs (1)
61List<AutomationPeer> children = new List<AutomationPeer>(3);
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 (2)
84children = new List<AutomationPeer>(); 141List<IRawElementProviderSimple> array = new List<IRawElementProviderSimple>(_owner.HeaderRowPresenter.ActualColumnHeaders.Count);
src\Framework\System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
155children = new List<AutomationPeer>();
src\Framework\System\Windows\Automation\Peers\GridViewHeaderRowPresenterAutomationPeer.cs (1)
55newList = new List<AutomationPeer>(list.Count);
src\Framework\System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (1)
60List<AutomationPeer> list = new List<AutomationPeer>();
src\Framework\System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
135List<AutomationPeer> children = new List<AutomationPeer>(childItems.Count);
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (5)
86children = new List<AutomationPeer>(childItems.Count); 153children = new List<AutomationPeer>(childItems.Count); 538_recentlyRealizedPeers = new List<ItemAutomationPeer>(); 653_list = new List<KeyValuePair<object, T>>(); 699List<object> cleanUpItemsCollection = new List<object>();
src\Framework\System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
160children = new List<AutomationPeer>(items.Count);
src\Framework\System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
171return new List<AutomationPeer>();
src\Framework\System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
101List<IRawElementProviderSimple> selectedProviders = new List<IRawElementProviderSimple>(count);
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\TreeViewAutomationPeer.cs (1)
80children = new List<AutomationPeer>(items.Count);
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 (5)
227List<int> realizedColumnIndices = new List<int>(); 228List<int> realizedColumnDisplayIndices = new List<int>(); 474List<RealizedColumnsBlock> resultList = new List<RealizedColumnsBlock>(); 1584List<int> additionalChildIndices = new List<int>(); 1966_realizedChildren = new List<UIElement>(children.Count);
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (3)
28DisplayIndexMap = new List<int>(5); 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\DocumentViewer.cs (1)
1266pageViews = new ReadOnlyCollection<DocumentPageView>(new List<DocumentPageView>(0));
src\Framework\System\Windows\Controls\Frame.cs (1)
1419_commandBindings = new List<CommandBinding>(6);
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\Panel.cs (1)
1019stableKeyValues = new System.Collections.Generic.List<Int64>(count);
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
81_pageViews = new ReadOnlyCollection<DocumentPageView>(new List<DocumentPageView>()); 452pageViewList = new List<DocumentPageView>(1/* simplest case has just one element */);
src\Framework\System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (1)
195DesiredWidthList = new List<double>(count);
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
201registeredPopups = new List<Popup>();
src\Framework\System\Windows\Controls\Primitives\Selector.cs (6)
2016List<int> knownIndices = new List<int>(_selectedItems.Count); 2343List<ItemInfo> unselected = new List<ItemInfo>(); 2344List<ItemInfo> selected = new List<ItemInfo>(); 2464? new List<ItemInfo>() : null; 2728_list = new List<ItemInfo>(capacity); 2736_list = new List<ItemInfo>(collection._list);
src\Framework\System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
360_generatedItemsCollection = new List<UIElement>(children.Count);
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 (9)
1384_subsequentLines = new List<LineMetrics>(subsequentLinesInitialSize); 1838return new ReadOnlyCollection<Rect>(new List<Rect>(0)); 1848return new ReadOnlyCollection<Rect>(new List<Rect>(0)); 1855return new ReadOnlyCollection<Rect>(new List<Rect>(0)); 1871return new ReadOnlyCollection<Rect>(new List<Rect>(0)); 1891List<Rect> rectangles = new List<Rect>(); 1959return new HostedElements(new ReadOnlyCollection<TextSegment>(new List<TextSegment>(0))); 1963System.Collections.Generic.List<TextSegment> textSegmentsList = new System.Collections.Generic.List<TextSegment>(1); 2147List<LineResult> lines = new List<LineResult>(lineCount);
src\Framework\System\Windows\Controls\TextChangedEventArgs.cs (1)
100: this(id, action, new ReadOnlyCollection<TextChange>(new List<TextChange>()))
src\Framework\System\Windows\Controls\TextSearch.cs (1)
701_charsEntered = new List<string>(10);
src\Framework\System\Windows\Controls\ToolBarTray.cs (2)
983private List<ToolBar> _band = new List<ToolBar>(); 993private List<BandInfo> _bands = new List<BandInfo>(0);
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (10)
34_regions = new List<CellRegion>(); 47_regions = (regions != null) ? new List<CellRegion>(regions) : new List<CellRegion>(); 207List<DataGridCellInfo> list = new List<DataGridCellInfo>(); 241_regions = new List<CellRegion>(regions); 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 (8)
5596offsetList = new List<Double>(2); 9045_realizedChildren = new List<UIElement>(children.Count); 9315List<String> list = new List<String>(count); 9335List<String> list = new List<String>(count); 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 (6)
302list = new List<ValidationError>(); 306list = new List<ValidationError>(NotifyDataErrors); 2310notifyDataErrors = new List<ValidationError>(); 2348toRemove = new List<ValidationError>(previousErrors); 2352toAdd = new List<object>(); 2353toRemove = new List<ValidationError>(previousErrors);
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\DocumentSequenceTextContainer.cs (1)
739List<TextSegment> rangeArray = new List<TextSegment>(4);
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (1)
578List<TextSegment> parentSegments = new List<TextSegment>(childSegments.Count);
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\FixedTextView.cs (1)
741List<TextSegment> list = new List<TextSegment>(1);
src\Framework\System\Windows\Documents\Glyphs.cs (1)
554parsedGlyphs = new List<ParsedGlyphData>(estimatedNumberOfGlyphs);
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\SpellerHighlightLayer.cs (1)
206list = new List<TextSegment>(1);
src\Framework\System\Windows\Documents\TextEffectResolver.cs (1)
64List<TextEffectTarget> list = new List<TextEffectTarget>();
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
1810thisRange._TextSegments = new List<TextSegment>(1);
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (2)
344List<TextSegment> cellRange = new List<TextSegment>(lastRowIndex - firstRowIndex + 1); 380List<TextSegment> textSegments = new List<TextSegment>(1);
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\TextSelectionHighlightLayer.cs (3)
343rangeArray = new List<TextSegment>(1); 348rangeArray = new List<TextSegment>(1); 353rangeArray = new List<TextSegment>(2);
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\FrameworkContextData.cs (1)
94private List<WalkerEntry> _currentWalkers = new List<WalkerEntry>(4);
src\Framework\System\Windows\FrameworkElementFactory.cs (2)
777noChildIndexChildren = new List<DependencyObject>(4); 1060noChildIndexChildren = new List<DependencyObject>(4);
src\Framework\System\Windows\FrameworkTemplate.cs (1)
1560private List<String> _childNames = new List<string>();
src\Framework\System\Windows\Ink\Events.cs (3)
157new List<UIElement>(selectedElements); 198new List<UIElement>(selectedElements); 351new List<GestureRecognitionResult>(gestureRecognitionResults);
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
3727List<WeakReference> _list = new List<WeakReference>(1);
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 (2)
1783staticResourceValuesList = new List<object[]>(defKeyList.Capacity); 5719static List<ReaderContextStackData> _stackDataFactoryCache = new List<ReaderContextStackData>();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (3)
312_staticResourceRecordList = new List<ValueDeferRecord>(5); 1175_staticResourceRecordList = new List<ValueDeferRecord>(1); 1804_staticResourceRecordList = new List<List<ValueDeferRecord>>(1);
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\XamlTypeMapper.cs (1)
3479namespaceAssemblyPair = new List<ClrNamespaceAssemblyPair>(1);
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (2)
78List<string> resultList = new List<string>(_sharedSchemaContext.GetAllXamlNamespaces()); 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\Generated\ThicknessKeyFrameCollection.cs (6)
47_keyFrames = new List< ThicknessKeyFrame>(2); 65emptyCollection._keyFrames = new List< ThicknessKeyFrame>(0); 107_keyFrames = new List< ThicknessKeyFrame>(count); 128_keyFrames = new List< ThicknessKeyFrame>(count); 149_keyFrames = new List< ThicknessKeyFrame>(count); 170_keyFrames = new List< ThicknessKeyFrame>(count);
src\Framework\System\Windows\Media\Animation\Storyboard.cs (2)
586List<AnimationClock> clockList = new List<AnimationClock>(); 621clockList = new List<AnimationClock>(1);
src\Framework\System\Windows\Navigation\Journal.cs (1)
684private List<JournalEntry> _journalEntryList = new List<JournalEntry>();
src\Framework\System\Windows\ResourceDictionary.cs (3)
1114_deferredLocationList = new List<KeyRecord>(); 1855oldDictionaries = new List<ResourceDictionary>(e.OldItems.Count); 1873newDictionaries = new List<ResourceDictionary>(e.NewItems.Count);
src\Framework\System\Windows\ResourcesChangeInfo.cs (2)
50_oldDictionaries = new List<ResourceDictionary>(1); 57_newDictionaries = new List<ResourceDictionary>(1);
src\Framework\System\Windows\Shell\JumpList.cs (19)
78RejectedItems = new List<JumpItem>(rejectedItems).AsReadOnly(); 79RejectionReasons = new List<JumpItemRejectionReason>(reasons).AsReadOnly(); 83RejectedItems = new List<JumpItem>().AsReadOnly(); 84RejectionReasons = new List<JumpItemRejectionReason>().AsReadOnly(); 105RemovedItems = new List<JumpItem>(removedItems).AsReadOnly(); 109RemovedItems = new List<JumpItem>().AsReadOnly(); 341_jumpItems = new List<JumpItem>(items); 345_jumpItems = new List<JumpItem>(); 609successList = new List<JumpItem>(JumpItems.Count); 612rejectedList = new List<_RejectedJumpItemPair>(JumpItems.Count); 616categories = new List<List<_ShellObjectPair>>() { new List<_ShellObjectPair>() }; 670categories.Add(new List<_ShellObjectPair>() { shellMap }); 759var items = new List<JumpItem>(rejectedList.Count); 760var reasons = new List<JumpItemRejectionReason>(rejectedList.Count); 773var items = new List<JumpItem>(removedList.Count); 887var retList = new List<_ShellObjectPair>(); 971var linksOnlyList = new List<_ShellObjectPair>(); 1254var reasons = new List<JumpItemRejectionReason>(_jumpItems.Count);
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 (8)
1119actionsList = new List<TriggerAction>(); 1795List<DependencyObject> affectedChildren = new List<DependencyObject>(lastChildIndex); 1854List<DependencyObject> affectedChildren = new List<DependencyObject>(lastChildIndex); 3560dictionaries = new List<ResourceDictionary>(1); 3586List<ResourceDictionary> table = new List<ResourceDictionary>(1); 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 (2)
32_rawList = new List<TriggerAction>(); 40_rawList = new List<TriggerAction>(initialSize);
src\Framework\System\Windows\Window.cs (1)
7054var nativeIcons = new List<NativeMethods.IconHandle>();
PresentationFramework.Aero (1)
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
323_freezableCache = new List<Freezable>(size);
PresentationFramework.Classic (1)
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
323_freezableCache = new List<Freezable>(size);
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
323_freezableCache = new List<Freezable>(size);
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
323_freezableCache = new List<Freezable>(size);
SMDiagnostics (2)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (2)
84internal List<TraceNode> childNodes = new List<TraceNode>(); 85internal List<AttributeNode> attributes = new List<AttributeNode>();
SMSvcHost (15)
System\ServiceModel\Activation\AppPool.cs (2)
20this.apps = new List<App>(); 49return new List<App>(this.apps);
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 (75)
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 (8)
165List<T> els = new List<T>(collection); 269List<Node> processQueue = new List<Node>(); 1177List<T> toSave = new List<T>(this.Count); 1270T[] elements = (new List<T>(other)).ToArray(); 1643List<T> matches = new List<T>(this.Count); 1823List<T> toRemove = new List<T>(); 1898List<Node> processQueue = new List<Node>(); 1983List<T> toSave = new List<T>(this.Count);
compmod\system\collections\objectmodel\observablecollection.cs (1)
61: base((list != null) ? new List<T>(list.Count) : list)
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 (2)
40private static List<WeakReference> switches = new List<WeakReference>(); 70List<WeakReference> buffer = new List<WeakReference>(switches.Count);
compmod\system\diagnostics\TraceSource.cs (2)
19private static List<WeakReference> tracesources = new List<WeakReference>(); 54List<WeakReference> buffer = new List<WeakReference>(tracesources.Count);
net\System\Net\_Connection.cs (3)
103m_Context = new List<RequestContext>(5); 108m_Context = new List<RequestContext>(capacity); 495m_WaitList = new List<WaitListItem>();
net\System\Net\_NTAuthentication.cs (3)
672List<SecurityBuffer> list = new List<SecurityBuffer>(2); 804List<SecurityBuffer> list = new List<SecurityBuffer>(5); 852List<SecurityBuffer> list = new List<SecurityBuffer>(6);
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\Configuration\AuthenticationModulesSection.cs (1)
113retval = new List<Type>(0);
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\SecureProtocols\_SslStream.cs (1)
488arrayList = new List<BufferOffsetSize>(buffers.Length * (buffer.Size/chunkBytes+1));
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\WebSocketBase.cs (1)
1801List<ArraySegment<byte>> sendBuffers = new List<ArraySegment<byte>>((int)dataBufferCount);
net\System\Net\WebSockets\WebSocketHelpers.cs (1)
91List<string> secWebSocketProtocols = new List<string>();
parent\parent\parent\InternalApis\NDP_Common\inc\PinnableBufferCache.cs (2)
51m_NotGen2 = new List<object>(DefaultNumberOfBuffers); 254List<object> notInGen2 = new List<object>();
regex\system\text\regularexpressions\RegexCharClass.cs (2)
509_rangelist = new List<SingleRange>(6); 1011List<SingleRange> ranges = new List<SingleRange>(mySetLength);
regex\system\text\regularexpressions\RegexCompiler.cs (1)
3086List<CustomAttributeBuilder> assemblyAttributes = new List<CustomAttributeBuilder>();
regex\system\text\regularexpressions\RegexNode.cs (1)
557_children = new List<RegexNode>(4);
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>();
services\monitoring\system\diagnosticts\EventLog.cs (1)
1019List<EventLog> logs = new List<EventLog>(logNames.Length);
sys\system\collections\concurrent\BlockingCollection.cs (2)
1101List<WaitHandle> handlesList = new List<WaitHandle>(collections.Length + 1); // + 1 for the external token handle to be added 1102List<CancellationToken> tokensList = new List<CancellationToken>(collections.Length + 1); // + 1 for the external token
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 (190)
Microsoft\VisualBasic\Activities\VisualBasicDesignerHelper.cs (1)
692assemblies = new List<string>();
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (19)
186List<string> namespaceList = new List<string>(); 187List<AssemblyReference> assemblyList = new List<AssemblyReference>(); 301List<Import> importList = new List<Import>(); 439List<Import> importList = new List<Import>(); 768arguments = new List<Expression>(tmpArguments.Count); 802List<ElementInit> initializers = new List<ElementInit>(tmpInitializers.Count); 807arguments = new List<Expression>(tmpArguments.Count); 911List<MemberBinding> bindings = new List<MemberBinding>(tmpMemberBindings.Count); 936List<Expression> indexes = new List<Expression>(tmpArguments.Count); 974arguments = new List<Expression>(tmpArguments.Count); 992List<Expression> arrayInitializers = new List<Expression>(tmpExpressions.Count); 1009List<Expression> bounds = new List<Expression>(tmpExpressions.Count); 1035arguments = new List<Expression>(tmpArguments.Count); 1091List<ParameterExpression> parameterList = new List<ParameterExpression>(tmpVariables.Count); 1103List<Expression> expressionList = new List<Expression>(tmpExpressions.Count); 1162initializers = new List<ElementInit>(tmpInitializers.Count); 1170arguments = new List<Expression>(tmpArguments.Count); 1191List<MemberBinding> bindings = new List<MemberBinding>(tmpBindings.Count); 1326List<Expression> variableList = new List<Expression>();
System\Activities\Activity.cs (7)
32static readonly IList<Activity> emptyChildren = new List<Activity>(0); 33static readonly IList<Variable> emptyVariables = new List<Variable>(0); 34static readonly IList<RuntimeArgument> emptyArguments = new List<RuntimeArgument>(0); 35static readonly IList<ActivityDelegate> emptyDelegates = new List<ActivityDelegate>(0); 1120validationErrors = new List<ValidationError>(); 1676List<string> overloadGroupNames = new List<string>(0); 1744IList<RuntimeArgument> runtimeArguments = new List<RuntimeArgument>();
System\Activities\ActivityAction.cs (17)
12static readonly IList<RuntimeDelegateArgument> EmptyDelegateParameters = new List<RuntimeDelegateArgument>(0); 39IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(1) 69IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(2) 107IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(3) 153IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(4) 207IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(5) 269IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(6) 340IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(7) 418IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(8) 504IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(9) 598IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(10) 700IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(11) 810IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(12) 928IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(13) 1054IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(14) 1188IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(15) 1330IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(16)
System\Activities\ActivityDelegate.cs (1)
130IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>();
System\Activities\ActivityFunc.cs (17)
30IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(1) 66IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(2) 109IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(3) 160IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(4) 219IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(5) 286IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(6) 361IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(7) 444IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(8) 535IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(9) 634IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(10) 741IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(11) 856IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(12) 979IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(13) 1110IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(14) 1249IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(15) 1396IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(16) 1551IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(17)
System\Activities\ActivityLocationReferenceEnvironment.cs (1)
114this.unnamedDeclarations = new List<LocationReference>();
System\Activities\ActivityUtilities.cs (5)
87collectionInterfaces = new List<Type>(2) 732validationErrors = new List<ValidationError>(); 1148list = new List<T>(); 1215this.multipleItems = new List<ActivityInstance>(this.multipleItems); 1223this.multipleItems = new List<ActivityInstance>(2);
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 (6)
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>(); 301List<RuntimeArgument> cleanUpList = new List<RuntimeArgument>(ancestorArguments.Count);
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\Debugger\Symbol\WorkflowSymbol.cs (1)
55this.Symbols = new List<ActivitySymbol>(numSymbols);
System\Activities\DurableInstancing\ActivatableWorkflowsQueryResult.cs (3)
23ActivationParameters = new List<IDictionary<XName, object>>(0); 28ActivationParameters = new List<IDictionary<XName, object>> 36ActivationParameters = new List<IDictionary<XName, object>>(0);
System\Activities\DynamicActivityTypeDescriptor.cs (1)
111List<PropertyDescriptor> propertyDescriptors = new List<PropertyDescriptor>(this.Properties.Count + 2);
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\ExpressionUtilities.cs (3)
1211temporaryBindings = new List<MemberBinding>(bindings.Count); 1305temporaryExpressions = new List<Expression>(expressions.Count); 1349temporaryInitializers = new List<ElementInit>(initializers.Count);
System\Activities\Hosting\SymbolResolver.cs (2)
42List<object> values = new List<object>(this.symbols.Count); 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 (4)
90typesToRemove = new List<Type>(); 135this.instanceExtensions = new List<KeyValuePair<WorkflowInstanceExtensionProvider, object>>(extensionProviderCount); 246this.workflowInstanceExtensions = new List<IWorkflowInstanceExtension>(); 269this.workflowInstanceExtensions = new List<IWorkflowInstanceExtension>();
System\Activities\Hosting\WorkflowInstanceExtensionManager.cs (6)
18internal static List<KeyValuePair<Type, WorkflowInstanceExtensionProvider>> EmptyExtensionProviders = new List<KeyValuePair<Type, WorkflowInstanceExtensionProvider>>(0); 19internal static List<object> EmptySingletonExtensions = new List<object>(0); 122this.SingletonExtensions = new List<object>(); 139this.ExtensionProviders = new List<KeyValuePair<Type, WorkflowInstanceExtensionProvider>>(); 193targetCollection = new List<object>(); 266this.allSingletonExtensions = new List<object>(this.SingletonExtensions);
System\Activities\HybridCollection.cs (1)
109this.multipleItems = new List<T>(2);
System\Activities\HybridDictionary.cs (4)
51return new ReadOnlyCollection<TValue>(new List<TValue>() { this.singleItemValue }); 55return new ReadOnlyCollection<TValue>(new List<TValue>(this.dictionary.Values)); 68return new ReadOnlyCollection<TKey>(new List<TKey>() { this.singleItemKey }); 72return new ReadOnlyCollection<TKey>(new List<TKey>(this.dictionary.Keys));
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 (4)
527emptyBookmarkInfoCollection = new ReadOnlyCollection<BookmarkInfo>(new List<BookmarkInfo>(0)); 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 (5)
296bookmarks = new List<BookmarkInfo>(); 327List<BookmarkInfo> bookmarks = new List<BookmarkInfo>(); 440this.uninitializedScopes = new List<BookmarkScope>(); 484this.keysToAssociate = new List<InstanceKey>(2); 515this.keysToDisassociate = new List<InstanceKey>(2);
System\Activities\Runtime\ExecutionPropertyManager.cs (3)
195list = new List<T>(); 306this.threadProperties = new List<ExecutionProperty>(1); 311List<ExecutionProperty> updatedProperties = new List<ExecutionProperty>(this.threadProperties.Count);
System\Activities\Runtime\LocationEnvironment.cs (1)
253this.handles = new List<Handle>();
System\Activities\Runtime\MappableObjectManager.cs (1)
66this.mappableLocations = new List<MappableLocation>();
System\Activities\RuntimeArgument.cs (1)
129this.overloadGroupNames = new List<string>(0);
System\Activities\Statements\CompensableActivity.cs (1)
202return new List<Constraint>(1) { noCompensableActivityInSecondaryRoot };
System\Activities\Statements\Compensate.cs (1)
89return new List<Constraint>(1) { compensateWithNoTarget };
System\Activities\Statements\CompensationExtension.cs (1)
161new List<object>(6)
System\Activities\Statements\Confirm.cs (1)
97return new List<Constraint>(1) { confirmWithNoTarget };
System\Activities\Statements\ExecutionTracker.cs (1)
18this.executionOrderedList = new List<CompensationTokenData>();
System\Activities\Statements\Flowchart.cs (2)
205List<Activity> children = new List<Activity>(uniqueChildren.Count); 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\ActivityStateRecord.cs (1)
26static ReadOnlyCollection<string> wildcardCollection = new ReadOnlyCollection<string>(new List<string>(1) { "*" });
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\Tracking\WorkflowInstanceUpdatedRecord.cs (2)
31this.BlockingActivities = new List<ActivityBlockingUpdate>(blockingActivities).AsReadOnly(); 44this.BlockingActivities = new List<ActivityBlockingUpdate>(blockingActivities).AsReadOnly();
System\Activities\Validation\ActivityValidationServices.cs (4)
19internal static ReadOnlyCollection<ValidationError> EmptyValidationErrors = new ReadOnlyCollection<ValidationError>(new List<ValidationError>(0)); 92List<Activity> listOfChildren = new List<Activity>(); 153unusedArguments = new List<string>(); 415validationErrors = new List<ValidationError>();
System\Activities\Validation\Constraint.cs (1)
71List<ValidationError> validationErrorList = new List<ValidationError>(1);
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\WorkflowApplication.cs (1)
1184workflowExecutionProperties = new List<Handle>(1)
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 (2)
29this.locationReferences = new List<LocationReference>(); 181IList<Location> temp = new List<Location>(locationReferences.Count);
System\Activities\XamlIntegration\CompiledLocation.cs (3)
145List<Tuple<string, Type>> durableCache = new List<Tuple<string, Type>>(this.locationReferences.Count); 158this.locationReferences = new List<LocationReference>(); 162this.locationReferences = new List<LocationReference>(value.Count);
System\Activities\XamlIntegration\NamespaceTable.cs (2)
18this.tempNamespaceList = new List<NamespaceDeclaration>(); 70this.tempNamespaceList = new List<NamespaceDeclaration>();
System\Activities\XamlIntegration\TextExpressionCompiler.cs (5)
102this.expressionDescriptors = new List<CompiledExpressionDescriptor>(); 690List<string> requiredLocationReferences = new List<string>(); 2356List<TextExpressionCompilerError> messages = new List<TextExpressionCompilerError>(); 2426new List<AssemblyReference>(TextExpression.GetReferencesForImplementation(this.settings.Activity)) : 2427new List<AssemblyReference>(TextExpression.GetReferences(this.settings.Activity));
System.Activities.Core.Presentation (77)
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 (4)
38this.OnItemsDelete(new List<ModelItem> { modelItem }); 65List<FlowNode> metaData = new List<FlowNode>(clonedFlowElements.Values); 271List<ModelItem> modelItemsToSelect = new List<ModelItem>(); 279List<ModelItem> modelItemsPerMetaData = new List<ModelItem>();
System\Activities\Core\Presentation\FlowchartDesigner.Helpers.cs (5)
153List<ConnectionPoint> filteredConnectionPoints = new List<ConnectionPoint>(); 204List<ConnectionPoint> connectionPoints = new List<ConnectionPoint>(); 236List<Connector> outGoingConnectors = new List<Connector>(); 250List<Connector> inComingConnectors = new List<Connector>(); 264List<ConnectionPoint> allConnectionPoints = new List<ConnectionPoint>(6);
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 (14)
469List<Point> segments = new List<Point>(points); 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>(); 2187List<ConnectionPoint> connectionPoints = new List<ConnectionPoint>(availableConnectionPoints.Where<ConnectionPoint>((p) => 2537connectionPoints = new List<ConnectionPoint>(connectionPoints.Where<ConnectionPoint>((p) => 2556point = this.FindClosestConnectionPointNotOfType(srcConnPoint, new List<ConnectionPoint>(FlowchartDesigner.GetConnectionPoints(destDesigner).Where<ConnectionPoint>(p => 2571point = this.FindClosestConnectionPointNotOfType(destConnPoint, new List<ConnectionPoint>(FlowchartDesigner.GetConnectionPoints(srcDesigner).Where<ConnectionPoint>(p =>
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 (7)
172List<Adorner> adornersRemoved = new List<Adorner>(); 214List<Connector> outgoingConnectors = new List<Connector>(); 228List<Connector> incomingConnectors = new List<Connector>(); 334List<ConnectionPoint> filteredConnectionPoints = new List<ConnectionPoint>(); 383return new List<ConnectionPoint>(connectionPoints.Where<ConnectionPoint>( 386return new List<ConnectionPoint>(); 474List<ModelItem> transitionModelItems = new List<ModelItem>();
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (13)
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>(); 1160List<ConnectionPoint> connectionPoints = new List<ConnectionPoint>(StateContainerEditor.GetConnectionPoints(designer)); 1161List<ConnectionPoint> usedConnectionPoints = new List<ConnectionPoint>(); 1706List<Point> segments = new List<Point>(points); 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\ContentCorrelationTypeExpander.xaml.cs (1)
196var members = new List<MemberInfo>(1);
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 (9)
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 (3)
68result = new List<CorrelationKey>(keys.Count); 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>();
TD.Designer.cs (1)
473System.Collections.Generic.List<ushort> e2eEvents = new System.Collections.Generic.List<ushort>(7);
System.Activities.Presentation (262)
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\XamlTypeWithExplicitNamespace.cs (1)
17this.explicitNamespaces = new List<string>(explicitNamespaces);
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 (2)
115_properties = new List<ModelPropertyEntry>(subProperties.Count); 152_properties = new List<ModelPropertyEntry>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyMerger.cs (2)
28_emptyCollection = new List<IList<ModelProperty>>(); 157existingModelPropertiesForProperty = new List<ModelProperty>(expander.ContainerCount);
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 (3)
174if (toRemove == null) toRemove = new List<Type>(); 184if (toRemove == null) toRemove = new List<Type>(); 362List<Object> attrList = new List<Object>(attrs);
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 (11)
55disallowedTypesForCopy = new List<Type>(); 152List<object> mergedItemsToPaste = new List<object>(); 186List<ModelItem> modelItemsToCut = new List<ModelItem>(currentSelection.SelectedObjects); 236List<ModelItem> modelItemsToCopy = new List<ModelItem>(currentSelection.SelectedObjects); 274objectsOnClipboard = new List<object>(modelItemsToCutCopy.Count); 275metaData = new List<object>(); 315notifyDictionary[container] = new List<ModelItem>(); 391List<WorkflowViewElement> parentViewElements = new List<WorkflowViewElement>(); 440clipboardObjects = new List<object>(); 522pasteContainer = new List<ICompositeView>(childrenContainers)[0]; 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 (2)
307List<DesignObjectPropertyDescriptor> descriptors = new List<DesignObjectPropertyDescriptor>(properties.Length); 654List<string> errors = new List<string>();
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (9)
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>()); 626pair.Value : view2.SortSelectedItems(new List<ModelItem>(pair.Value)); 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 (7)
41this.editPoints = new List<EditPoint>(); 140List<Point> segments = new List<Point>(); 195List<Point> segments = new List<Point>(this.editedConnector.Points); 237List<Point> segments = new List<Point>(); 275List<EditPoint> editPointsToRetain = new List<EditPoint>(this.editPoints.Count); 364List<EditPoint> editPointsToRemove = new List<EditPoint>(); 492List<EditPoint> newEditPoints = new List<EditPoint>();
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (20)
169List<Rect> excludedRects = new List<Rect>(); 170List<Rect> srcDestRects = new List<Rect>(); 171List<Point> excludedLines = new List<Point>(); 241segments = RemoveRedundantPoints(new List<Point>(segments)); 256List<int> toRemove = new List<int>(); 537List<DistanceFromPoint> extremitiesList = new List<DistanceFromPoint>(4); 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 (2)
214List<DependencyObject> children = new List<DependencyObject>(); 598List<Point> points = new List<Point>(pts);
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 (6)
46this.parents = new List<ModelItem>(1); 47this.sources = new List<ModelProperty>(1); 54this.subTreeNodesThatNeedBackLinkPatching = new List<ModelItem>(); 55this.modelItems = new List<ModelItem>(); 188List<ModelItem> list = new List<ModelItem>(); 542List<ModelItem> modelItemsRemoved = new List<ModelItem>(this.modelItems);
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (5)
48this.parents = new List<ModelItem>(1); 49this.sources = new List<ModelProperty>(1); 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 (4)
74List<ModelItem> modelItemsAdded = new List<ModelItem>(1); 86List<ModelItem> modelItemsRemoved = new List<ModelItem>(1); 109List<ModelItem> modelItemsRemoved = new List<ModelItem>(); 123List<ModelProperty> propertiesChanged = new List<ModelProperty>(1);
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeItemHelper.cs (1)
20this.extraPropertyBackPointers = new List<BackPointer>();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (7)
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>(); 1023List<ModelItem> items = new List<ModelItem>(dictionary.Keys); 1040List<BackPointer> backPointers = new List<BackPointer>();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeConverter.cs (1)
142List<PropertyDescriptor> newProps = new List<PropertyDescriptor>(props.Count);
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 (4)
43List<K> list = new List<K>(); 64return new List<V>(_internalDictionary.Values); 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\UndoEngine.cs (2)
36undoBuffer = new List<UndoUnit>(capacity); 37redoBuffer = new List<UndoUnit>(capacity);
System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (10)
307this.errorService.ShowValidationErrors(new List<ValidationErrorInfo> { new ValidationErrorInfo(new ValidationError(SR.ValidationDisabledWarning, true)) }); 427ValidationErrorState validationError = new ValidationErrorState(new List<string>(), ValidationState.Error); 451validationErrors = new List<ValidationError>(results.Errors); 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.Commands.cs (4)
1432List<object> itemsToPaste = new List<object>(1); 1490List<object> itemsToPaste = new List<object>(1); 1491List<object> metaData = new List<object>(1); 1494List<FlowNode> flowchartMetaData = new List<FlowNode>(1);
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 (7)
47List<ModelItem> selection = new List<ModelItem>(); 64List<ModelItem> selection = new List<ModelItem>(); 84List<ModelItem> selection = new List<ModelItem>(); 107List<ModelItem> selection = new List<ModelItem>(); 199List<ModelItem> list = new List<ModelItem>(existing.SelectedObjects); 279List<ModelItem> list = new List<ModelItem>(existing.SelectedObjects); 315List<ModelItem> list = new List<ModelItem>(existing.SelectedObjects);
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 (7)
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>(); 886return new List<ModelItem>(variables.Values);
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 (7)
453List<ModelItem> sortedList = this.SortSelectedItems(new List<ModelItem>(items)); 578List<ModelItem> list = new List<ModelItem>(); 617List<object> droppedObjects = new List<object>(DragDropHelper.GetDroppedObjects(this, e, Context)); 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 (37)
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 (5)
346List<string> result = new List<string>(); 512List<String> locationsInOrder = new List<String>(); 924List<AddIn> foundAddIns = new List<AddIn>(); 1354List<AddInToken> validPipelines = new List<AddInToken>(); 1401List<AddInToken> result = new List<AddInToken>(validPipelines.Count);
System\Addin\Hosting\AddInToken.cs (1)
92_qualificationDataItems = new List<QualificationDataItem>();
System\Addin\Hosting\InspectionWorker.cs (3)
81List<String> dirsToLookIn = new List<String>(); 128List<String> potentialFileNames = new List<string>(dirsToLookIn.Count * 2); 206retval.Components = new List<PipelineComponent>();
System\Addin\Hosting\PipelineDeploymentState.cs (6)
39_hostAdapters = new List<HostAdapter>(); 40_contracts = new List<ContractComponent>(); 41_addinAdapters = new List<AddInAdapter>(); 42_addinBases = new List<AddInBase>(); 44_fileCounts = new List<int>(new int[]{0,0,0,0}); 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\Hosting\Utils.cs (1)
224List<String> potentialFileNames = new List<string>(dirsToLookIn.Count * 2);
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 (2)
34private List<int> m_lifetimeTokens = new List<int>(); 75List<String> identifiers = new List<String>(interfaces.Length);
System.ComponentModel.DataAnnotations (6)
DataAnnotations\AssociatedMetadataTypeTypeDescriptor.cs (1)
45List<PropertyDescriptor> tempPropertyDescriptors = new List<PropertyDescriptor>();
DataAnnotations\ValidationAttributeStore.cs (1)
232List<Attribute> attributes = new List<Attribute>(propertyDescriptor.Attributes.Cast<Attribute>());
DataAnnotations\Validator.cs (4)
346List<ValidationError> errors = new List<ValidationError>(); 389List<ValidationError> errors = new List<ValidationError>(); 444List<KeyValuePair<ValidationContext, object>> items = new List<KeyValuePair<ValidationContext, object>>(properties.Count); 477List<ValidationError> errors = new List<ValidationError>();
System.Configuration (5)
System\Configuration\BaseConfigurationRecord.cs (2)
463indirectLocationInputs.Add(configKey, new List<SectionInput>(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\Configuration\SectionRecord.cs (1)
255inputs = new List<SectionInput>(1);
System.Core (58)
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\Ast\BinaryExpression.cs (3)
263var vars = new List<ParameterExpression>(index.Arguments.Count + 2); 264var exprs = new List<Expression>(index.Arguments.Count + 3); 270var tempArgs = new List<Expression>(index.Arguments.Count);
Microsoft\Scripting\Compiler\BoundConstants.cs (1)
69private readonly List<object> _values = new List<object>();
Microsoft\Scripting\Compiler\CompilerScope.cs (2)
180var indexes = new List<long>(vars.Count); 437var list = new List<ParameterExpression>(vars);
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 (5)
296buckets.Add(new List<SwitchLabel> { key }); 348var keys = new List<SwitchLabel>(); 371var buckets = new List<List<SwitchLabel>>(); 581var initializers = new List<ElementInit>(tests); 582var cases = new List<SwitchCase>(node.Cases.Count);
Microsoft\Scripting\Compiler\StackSpiller.Temps.cs (3)
49private List<ParameterExpression> _temps = new List<ParameterExpression>(); 87_freeTemps = new List<ParameterExpression>(); 181List<Expression> comma = new List<Expression>(count + 1);
Microsoft\Scripting\Utils\CollectionExtensions.cs (1)
80return new TrueReadOnlyCollection<T>(new List<T>(enumerable).ToArray());
System\Diagnostics\Eventing\Reader\EventLogPropertySelector.cs (1)
55queries = new List<string>(propertyQueries);
System\Diagnostics\Eventing\Reader\EventLogReader.cs (1)
343list = new List<EventLogStatus>(channelNames.Length);
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (1)
344List<EventProperty> list = new List<EventProperty>();
System\Diagnostics\Eventing\Reader\EventLogSession.cs (2)
194List<string> namesList = new List<string>(100); 216List<string> namesList = new List<string>(100);
System\Diagnostics\Eventing\Reader\EventMetadata.cs (1)
105List<EventKeyword> list = new List<EventKeyword>();
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (2)
939List<object> valuesList = new List<object>(propCount); 1016List<string> keywordsList = new List<string>();
System\Diagnostics\Eventing\Reader\ProviderMetadata.cs (6)
175List<EventLogLink> channelList = new List<EventLogLink>(arraySize); 312levelList = new List<EventLevel>(arraySize); 320opcodeList = new List<EventOpcode>(arraySize); 328keywordList = new List<EventKeyword>(arraySize); 336taskList = new List<EventTask>(arraySize); 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 (4)
331var list = new List<TResult>(); 949return new List<TSource>(source); 2728List<T> tempList = new List<T>(); 2788List<object> tempList = new List<object>();
System\Linq\Expressions\ExpressionVisitor.cs (3)
180list = new List<Expression>(n); 224list = new List<MemberBinding>(n); 248list = new List<ElementInit>(n);
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 (2)
4891List<TSource> list = new List<TSource>(); 4907return new List<TSource>(ToArray<TSource>(source));
System\Linq\SequenceQuery.cs (2)
231newArgs = new List<Expression>(argList.Count); 260List<Expression> exprs = new List<Expression>(na.Expressions.Count);
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 (362)
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\XamlTypeWithExplicitNamespace.cs (1)
17this.explicitNamespaces = new List<string>(explicitNamespaces);
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 (2)
115_properties = new List<ModelPropertyEntry>(subProperties.Count); 152_properties = new List<ModelPropertyEntry>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyMerger.cs (2)
28_emptyCollection = new List<IList<ModelProperty>>(); 157existingModelPropertiesForProperty = new List<ModelProperty>(expander.ContainerCount);
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 (3)
174if (toRemove == null) toRemove = new List<Type>(); 184if (toRemove == null) toRemove = new List<Type>(); 362List<Object> attrList = new List<Object>(attrs);
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 (11)
55disallowedTypesForCopy = new List<Type>(); 152List<object> mergedItemsToPaste = new List<object>(); 186List<ModelItem> modelItemsToCut = new List<ModelItem>(currentSelection.SelectedObjects); 236List<ModelItem> modelItemsToCopy = new List<ModelItem>(currentSelection.SelectedObjects); 274objectsOnClipboard = new List<object>(modelItemsToCutCopy.Count); 275metaData = new List<object>(); 315notifyDictionary[container] = new List<ModelItem>(); 391List<WorkflowViewElement> parentViewElements = new List<WorkflowViewElement>(); 440clipboardObjects = new List<object>(); 522pasteContainer = new List<ICompositeView>(childrenContainers)[0]; 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 (2)
307List<DesignObjectPropertyDescriptor> descriptors = new List<DesignObjectPropertyDescriptor>(properties.Length); 654List<string> errors = new List<string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (9)
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>()); 626pair.Value : view2.SortSelectedItems(new List<ModelItem>(pair.Value)); 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 (6)
41this.editPoints = new List<EditPoint>(); 140List<Point> segments = new List<Point>(); 237List<Point> segments = new List<Point>(); 275List<EditPoint> editPointsToRetain = new List<EditPoint>(this.editPoints.Count); 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 (20)
169List<Rect> excludedRects = new List<Rect>(); 170List<Rect> srcDestRects = new List<Rect>(); 171List<Point> excludedLines = new List<Point>(); 241segments = RemoveRedundantPoints(new List<Point>(segments)); 256List<int> toRemove = new List<int>(); 537List<DistanceFromPoint> extremitiesList = new List<DistanceFromPoint>(4); 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 (2)
214List<DependencyObject> children = new List<DependencyObject>(); 598List<Point> points = new List<Point>(pts);
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 (6)
46this.parents = new List<ModelItem>(1); 47this.sources = new List<ModelProperty>(1); 54this.subTreeNodesThatNeedBackLinkPatching = new List<ModelItem>(); 55this.modelItems = new List<ModelItem>(); 188List<ModelItem> list = new List<ModelItem>(); 542List<ModelItem> modelItemsRemoved = new List<ModelItem>(this.modelItems);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (5)
48this.parents = new List<ModelItem>(1); 49this.sources = new List<ModelProperty>(1); 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 (4)
74List<ModelItem> modelItemsAdded = new List<ModelItem>(1); 86List<ModelItem> modelItemsRemoved = new List<ModelItem>(1); 109List<ModelItem> modelItemsRemoved = new List<ModelItem>(); 123List<ModelProperty> propertiesChanged = new List<ModelProperty>(1);
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 (7)
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>(); 1023List<ModelItem> items = new List<ModelItem>(dictionary.Keys); 1040List<BackPointer> backPointers = new List<BackPointer>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeConverter.cs (1)
142List<PropertyDescriptor> newProps = new List<PropertyDescriptor>(props.Count);
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 (4)
43List<K> list = new List<K>(); 64return new List<V>(_internalDictionary.Values); 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\UndoEngine.cs (2)
36undoBuffer = new List<UndoUnit>(capacity); 37redoBuffer = new List<UndoUnit>(capacity);
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.Commands.cs (4)
1432List<object> itemsToPaste = new List<object>(1); 1490List<object> itemsToPaste = new List<object>(1); 1491List<object> metaData = new List<object>(1); 1494List<FlowNode> flowchartMetaData = new List<FlowNode>(1);
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 (7)
47List<ModelItem> selection = new List<ModelItem>(); 64List<ModelItem> selection = new List<ModelItem>(); 84List<ModelItem> selection = new List<ModelItem>(); 107List<ModelItem> selection = new List<ModelItem>(); 199List<ModelItem> list = new List<ModelItem>(existing.SelectedObjects); 279List<ModelItem> list = new List<ModelItem>(existing.SelectedObjects); 315List<ModelItem> list = new List<ModelItem>(existing.SelectedObjects);
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 (7)
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>(); 886return new List<ModelItem>(variables.Values);
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 (7)
453List<ModelItem> sortedList = this.SortSelectedItems(new List<ModelItem>(items)); 578List<ModelItem> list = new List<ModelItem>(); 617List<object> droppedObjects = new List<object>(DragDropHelper.GetDroppedObjects(this, e, Context)); 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 (2)
86private static readonly IList<SmiExtendedMetaData> __emptyFieldList = new List<SmiExtendedMetaData>().AsReadOnly(); 406_fieldMetaData = (new List<SmiExtendedMetaData>(fieldTypes)).AsReadOnly();
fx\src\data\Microsoft\SqlServer\Server\SmiMetaDataProperty.cs (7)
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>()); 77return new List<SmiMetaDataProperty>(_properties); 103_columns = new List<bool>(columnIsKey).AsReadOnly(); 159_columns = new List<SmiColumnOrder>(columnOrders).AsReadOnly(); 218_defaults = new List<bool>(defaultFields).AsReadOnly();
fx\src\data\Microsoft\SqlServer\Server\sqlpipe.cs (1)
138ValueUtilsSmi.FillCompatibleSettersFromReader(_eventSink, recordBuffer, new List<SmiExtendedMetaData>(columnMetaData), reader);
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 (4)
348newlist = new List<string>(); 366newlist = new List<string>(); 386List<string> newlist = new List<string>(a.Length + b.Length); 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 (17)
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>(); 4111shadowIndexes = new List<Index>(indexes); 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 (2)
416List<Guid> listPropertySets= new List<Guid>(); 634System.Collections.Generic.List<string> providerNames = new System.Collections.Generic.List<string>(table.Rows.Count);
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 (2)
493_objectList = new List<DbConnectionInternal>(MaxPoolSize); 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\SqlBulkCopy.cs (1)
565_sortedColumnMappings = new List<_ColumnMapping>(metaDataSet.Length);
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\SqlParameter.cs (10)
1100fields = new List<MSS.SmiExtendedMetaData>(dt.Columns.Count); 1127props[MSS.SmiPropertySelector.UniqueKey] = new MSS.SmiUniqueKeyProperty(new List<bool>(keyCols)); 1131fields = new List<MSS.SmiExtendedMetaData>(((SqlDataReader)value).GetInternalSmiMetaData()); 1149props[MSS.SmiPropertySelector.UniqueKey] = new MSS.SmiUniqueKeyProperty(new List<bool>(keyCols)); 1171fields = new List<MSS.SmiExtendedMetaData>(fieldCount); 1210props[MSS.SmiPropertySelector.UniqueKey] = new MSS.SmiUniqueKeyProperty(new List<bool>(keyCols)); 1219props[MSS.SmiPropertySelector.DefaultFields] = new MSS.SmiDefaultFieldsProperty(new List<bool>(defaultFields)); 1244new List<SmiOrderProperty.SmiColumnOrder>(sort)); 1276fields = new List<MSS.SmiExtendedMetaData>(fieldCount); 1342props[MSS.SmiPropertySelector.UniqueKey] = new MSS.SmiUniqueKeyProperty(new List<bool>(keyCols));
fx\src\data\System\Data\SqlClient\TdsParser.cs (3)
1901stateObj._pendingInfoEvents = new List<SqlError>(); 8758private static readonly IEnumerable<MSS.SqlDataRecord> __tvpEmptyValue = new List<MSS.SqlDataRecord>().AsReadOnly(); 9095List<TdsOrderUnique> columnList = new List<TdsOrderUnique>(metaData.FieldMetaData.Count);
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 (6)
635List<XmlQualifiedName> qnames = new List<XmlQualifiedName>(); 1294tableDictionary.Add(table, new List<DataTable>()); 1409tableDictionary.Add(table, new List<DataTable>()); 2218List<DataTable> tableSequenceList = new List<DataTable>(); 2344List<DataTable> _tableList = new List<DataTable>(_ds.Tables.Count); 2483this.namespacesToIgnore = new List<string>(namespacesToIgnore);
fx\src\data\System\NewXml\XmlDataDocument.cs (2)
2755List<DataTable> tableList = new List<DataTable>(); 2787List<DataTable> tableList = new List<DataTable>();
System.Data.DataSetExtensions (8)
System\Data\EnumerableRowCollection.cs (4)
99_listOfPredicates = new List<Func<TRow, bool>>(); 110_listOfPredicates = new List<Func<TRow, bool>>(); 130_listOfPredicates = new List<Func<TRow, bool>>(source._listOfPredicates); 135_listOfPredicates = new List<Func<TRow, bool>>();
System\Data\LinqDataView.cs (3)
147List<object> keyList = new List<object>(); 182List<object> keyList = new List<object>(); 221new List<object>(key));
System\Data\SortExpressionBuilder.cs (1)
90List<object> result = new List<object>();
System.Data.Entity (736)
System\Data\Common\CommandTrees\DbFunctionCommandTree.cs (2)
50List<string> paramNames = new List<string>(); 51List<TypeUsage> paramTypes = new List<TypeUsage>();
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
238newList = new List<TElement>(list);
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (2)
1826foundValues = new List<KeyValuePair<string, TRequired>>(); 2505List<DbSortClause> newSortOrder = new List<DbSortClause>(source.SortOrder.Count + 1);
System\Data\Common\CommandTrees\ExpressionBuilder\EdmFunctions.cs (1)
30List<EdmFunction> functions = new List<EdmFunction>(
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (8)
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>>(); 547List<KeyValuePair<string, TypeUsage>> columns = new List<KeyValuePair<string, TypeUsage>>(2); 571List<KeyValuePair<string, TypeUsage>> columns = new List<KeyValuePair<string, TypeUsage>>(); 1571List<KeyValuePair<string, TypeUsage>> columnTypes = new List<KeyValuePair<string, TypeUsage>>(); 1635List<TypeUsage> memberTypes = new List<TypeUsage>(members.Count); 1654List<DbRelatedEntityRef> relatedRefs = new List<DbRelatedEntityRef>(relationships.Count);
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\EnumerableValidator.cs (1)
120List<TElementOut> validatedElements = new List<TElementOut>();
System\Data\Common\CommandTrees\Internal\ExpressionCopier.cs (2)
68List<TypeUsage> paramTypes = new List<TypeUsage>(function.Parameters.Count); 144mappedPropInfo = new List<KeyValuePair<string, TypeUsage>>(
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 (8)
197List<DbNewInstanceExpression> constructors = new List<DbNewInstanceExpression>(); 203conditions = new List<DbExpression>(discriminatedConstructor.When.Count); 257List<DbExpression> whens = new List<DbExpression>(conditions.Count); 258List<DbExpression> thens = new List<DbExpression>(conditions.Count); 483DbExpression newDiscriminatorPredicate = Helpers.BuildBalancedTreeInPlace<DbExpression>(new List<DbExpression>(inputPredicateMap.Values), (left, right) => DbExpressionBuilder.Or(left, right)); 487List<DbExpression> newWhens = new List<DbExpression>(entitySelector.When.Count); 488List<DbExpression> newThens = new List<DbExpression>(entitySelector.Then.Count); 568List<DbExpression> rewrittenPredicates = new List<DbExpression>(caseExpression.When.Count);
System\Data\Common\DataRecord.cs (1)
492List<PropertyDescriptor> pdList = new List<PropertyDescriptor>();
System\Data\Common\DataRecordInfo.cs (1)
36List<FieldMetadata> fieldList = new List<FieldMetadata>(members.Count);
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\FunctionOverloadResolver.cs (3)
97List<TypeUsage> argTypesFlat = new List<TypeUsage>(argTypes.Count); 108List<int[]> ranks = new List<int[]>(functionsMetadata.Count); 214List<TypeUsage> flatOverloadParamList = new List<TypeUsage>(flatArgumentList.Count);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (24)
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>(); 1014relshipExprList = new List<DbRelatedEntityRef>(methodExpr.Relationships.Count); 1502List<DbExpression> convertedArgs = new List<DbExpression>(); 2535List<DbExpression> fieldExprs = new List<DbExpression>(rowExpr.AliasedExprList.Count); 2627List<DbExpression> whenExprList = new List<DbExpression>(caseExpr.WhenThenExprList.Count); 2628List<DbExpression> thenExprList = new List<DbExpression>(caseExpr.WhenThenExprList.Count); 2879List<KeyValuePair<string, DbExpression>> projectionItems = new List<KeyValuePair<string, DbExpression>>(selectClause.Items.Count); 2955new List<ErrorContext>(selectClause.Items.Select(item => item.Expr.ErrCtx)) : null); 3012List<SourceScopeEntry> fromClauseEntries = new List<SourceScopeEntry>(); 3122scopeEntries = new List<SourceScopeEntry>(); 3422List<GroupKeyInfo> groupKeys = new List<GroupKeyInfo>(groupKeysCount); 3726List<KeyValuePair<string, DbAggregate>> aggregates = new List<KeyValuePair<string, DbAggregate>>(sr.CurrentScopeRegion.GroupAggregateInfos.Count); 3894List<KeyValuePair<string, DbExpression>> groupPartitionDefinitions = new List<KeyValuePair<string, DbExpression>>(); 4159List<DbSortClause> sortKeys = new List<DbSortClause>(orderByClause.OrderByClauseItem.Count); 4318List<DbExpression> args = new List<DbExpression>(predicates); 4402List<TypeUsage> argTypes = new List<TypeUsage>(2); 4770List<DbExpression> whenExpr = new List<DbExpression>(1); 4772List<DbExpression> thenExpr = new List<DbExpression>(1); 4805List<DbExpression> whenExpr = new List<DbExpression>(1); 4807List<DbExpression> thenExpr = new List<DbExpression>(1);
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 (2)
210_propRefs = new List<string>(2); 430private readonly List<Scope> _scopes = new List<Scope>();
System\Data\Common\EntitySql\TypeResolver.cs (1)
279overloads = new List<InlineFunctionInfo>();
System\Data\Common\EntityUtil.cs (2)
1634new List<IEntityStateEntry>() { stateEntry }); 1804enumerable = new List<T>(enumerable);
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 (2)
265spannedEntities = new List<IEntityWrapper>(1); 989_materializedEntities = new List<IEntityWrapper>();
System\Data\Common\Internal\Materialization\Translator.cs (6)
903List<Expression> keyReaders = new List<Expression>(entityIdentity.Keys.Length); 1355List<MemberBinding> result = new List<MemberBinding>(columnMap.Properties.Length); 1502List<Expression> elementDelegates = new List<Expression>(); 1662List<TranslatorResult> propertyReaders = new List<TranslatorResult>(columnMap.Properties.Length); 1988List<Expression> setKeyTerms = new List<Expression>(keyReaders.Length); 1989List<Expression> checkKeyTerms = new List<Expression>(keyReaders.Length);
System\Data\Common\Internal\MultipartIdentifier.cs (1)
65List<string> parsedNames = new List<string>();
System\Data\Common\QueryCache\QueryCacheManager.cs (1)
287List<QueryCacheKey> cacheKeys = new List<QueryCacheKey>(_cacheData.Count);
System\Data\Common\Utils\Boolean\KnowledgeBase.cs (1)
46_facts = new List<BoolExpr<T_Identifier>>();
System\Data\Common\Utils\Boolean\Simplifier.cs (3)
62List<BoolExpr<T_Identifier>> simplifiedChildren = new List<BoolExpr<T_Identifier>>(tree.Children.Count); 80List<BoolExpr<T_Identifier>> otherChildren = new List<BoolExpr<T_Identifier>>(tree.Children.Count); 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\Helpers.cs (1)
176List<TNode> childNodes = new List<TNode>(getImmediateSubNodes(current));
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\ModifiableIteratorCollection.cs (1)
32m_elements = new List<TElement>(elements);
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 (6)
70List<ProviderCommandInfo> mappedCommandList = new List<ProviderCommandInfo>(); 79_mappedCommandDefinitions = new List<DbCommandDefinition>(mappedCommandList.Count); 106List<KeyValuePair<string, TypeUsage>> providerParameters = new List<KeyValuePair<string, TypeUsage>>(); 117_mappedCommandDefinitions = new List<DbCommandDefinition>(1) { storeCommandDefinition }; 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\ItemType.cs (1)
27private static List<PropertyRefElement> EmptyKeyProperties = new List<PropertyRefElement>(0);
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 (7)
35private List<EdmSchemaError> _errors = new List<EdmSchemaError>(); 57private static IList<string> _emptyPathList = new List<string>(0).AsReadOnly(); 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 (5)
73IList<Schema> schemaCollection = new List<Schema>(1); 118var errorCollection = new List<EdmSchemaError>(); 119schemaCollection = new List<Schema>(); 125filePathList = new List<string>(sourceFilePaths); 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 (8)
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>(); 111var columnMappings = new List<FunctionImportEntityTypeMappingCondition>(this.DiscriminatorColumns.Count); 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 (4)
98var viewGenErrors = new List<EdmSchemaError>(); 317List<DbExpression> structuralTypeMappingViews = new List<DbExpression>(m_structuralTypeMappings.Count); 362var constructorArgs = new List<DbExpression>(properties.Count); 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 (4)
48return new List<ComplexType>(m_types.Values).AsReadOnly(); 58return new List<ComplexType>(m_isOfTypes.Values).AsReadOnly(); 67return new List<StoragePropertyMapping>(m_properties.Values).AsReadOnly(); 77List<StoragePropertyMapping> properties = new List<StoragePropertyMapping>();
System\Data\Mapping\StorageEndPropertyMapping.cs (1)
72List<StoragePropertyMapping> m_properties = new List<StoragePropertyMapping>();
System\Data\Mapping\StorageEntityContainerMapping.cs (2)
174return new List<StorageSetMapping>(this.m_entitySetMappings.Values).AsReadOnly(); 191return new List<StorageSetMapping>(this.m_associationSetMappings.Values).AsReadOnly();
System\Data\Mapping\StorageEntitySetMapping.cs (2)
45m_modificationFunctionMappings = new List<StorageEntityTypeModificationFunctionMapping>(); 46m_implicitlyMappedAssociationSetEnds = new List<AssociationSetEnd>();
System\Data\Mapping\StorageEntityTypeMapping.cs (2)
84return new List<EdmType>(m_entityTypes.Values).AsReadOnly(); 94return new List<EdmType>(m_isOfEntityTypes.Values).AsReadOnly();
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 (18)
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>(); 3887List<StorageModificationFunctionParameterBinding> parameterBindings = new List<StorageModificationFunctionParameterBinding>( 3900return new List<StorageModificationFunctionParameterBinding>();
System\Data\Mapping\StorageModificationFunctionMapping.cs (1)
299this.Members = new ReadOnlyCollection<EdmMember>(new List<EdmMember>(
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\DynamicUpdateCommand.cs (3)
47m_inputIdentifiers = new List<KeyValuePair<int ,DbSetClause>>(capacity); 229List<DbModificationClause> result = new List<DbModificationClause>(originalClauses.Count); 286List<IEntityStateEntry> stateEntries = new List<IEntityStateEntry>(2);
System\Data\Mapping\Update\Internal\FunctionUpdateCommand.cs (2)
148m_inputIdentifiers = new List<KeyValuePair<int, DbParameter>>(initialSize); 176m_resultColumns = new List<KeyValuePair<string, PropagatorResult>>(initializeSize);
System\Data\Mapping\Update\Internal\KeyManager.cs (3)
27private readonly List<IdentifierInfo> _identifiers = new List<IdentifierInfo>() { new IdentifierInfo() }; 377List<IEntityStateEntry> stateEntriesInCycle = new List<IEntityStateEntry>(); 452_nodeIds = new List<int>(2);
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 (2)
113List<UpdateCommand> commands = new List<UpdateCommand>(deleteResults.Count + insertResults.Count); 155List<IEntityStateEntry> stateEntries = new List<IEntityStateEntry>();
System\Data\Mapping\Update\Internal\UpdateCompiler.cs (5)
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>>(); 332List<DbModificationClause> result = new List<DbModificationClause>(setClauses.Count);
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (5)
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>>(); 691List<EdmProperty> properties = new List<EdmProperty>(functionMapping.ResultBindings.Count); 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 (6)
180List<OpCellTreeNode> newChildren = new List<OpCellTreeNode>(children.Count); 185List<LeafCellTreeNode> newGrandChildren = new List<LeafCellTreeNode>(child.Children.Count); 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\CaseCqlBlock.cs (1)
31: base(slots, new List<CqlBlock>(new CqlBlock[] { child }), whereClause, identifiers, blockAliasNum)
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\FragmentQueryKB.cs (1)
184List<Constant> childDomain = new List<Constant>(domainMap.GetDomain(childPath));
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (10)
54List<FragmentQuery> _fragmentQueries = new List<FragmentQuery>(); 55List<Tile<FragmentQuery>> _views = new List<Tile<FragmentQuery>>(); 60List<LeftCellWrapper> _usedCells = new List<LeftCellWrapper>(); 89_keyAttributes = new List<MemberPath>(MemberPath.GetKeyMembers(context.Extent, _domainMap)); 243List<MemberPath> members = new List<MemberPath>(_domainMap.ConditionMembers(_extentPath.Extent)); 445nonConditionalAttributes = new List<MemberPath>(nonConditionalAttributes.Where(a => !a.IsPartOfKey)); 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\RewritingProcessor.cs (3)
218List<T> output = new List<T>(input); 231List<T> output = new List<T>(input); 284List<T_Tile> viewList = new List<T_Tile>(views);
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (3)
181List<LeftCellWrapper> relevantWrapperList = new List<LeftCellWrapper>(relevantCellWrappers); 197List<Constant> domain = new List<Constant>(_domainMap.GetDomain(column)); 505List<MemberPath> collidingColumns = new List<MemberPath>();
System\Data\Mapping\ViewGeneration\Structures\BoolExpression.cs (2)
99List<BoolExpression> childList = new List<BoolExpression>(children); 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 (10)
72: this(slots.ToArray(), whereClause, new List<BoolExpression>(), eliminateDuplicates, rootMember) 461List<MemberPath> prefixes = new List<MemberPath>(1); 463List<ExtentKey> keys = new List<ExtentKey>(1); 552return new List<MemberProjectedSlot>(slots); 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>(); 728m_boolExprs = new List<BoolExpression>(numBoolVars);
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 (2)
28m_log = new List<Record>(); 135m_sourceCells = new List<Cell>(sourceCells);
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 (3)
71m_path = new List<EdmMember>(prefix.m_path); 557List<MemberPath> keyAttributes = new List<MemberPath>( 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 (2)
186List<MemberPath> keyMemberOutputPaths = new List<MemberPath>(entityType.KeyMembers.Select(km => new MemberPath(outputMember, km))); 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\BasicCellRelation.cs (1)
34m_slots = new List<MemberProjectedSlot>(slots);
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 (4)
29m_keyFields = new List<MemberPath>(keyFields); 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 (13)
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>(); 689childPaths = new List<MemberPath>(childSlotNums.Count); 713parentPaths = new List<MemberPath>(parentSlotNums.Count); 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\Validation\ViewKeyConstraint.cs (2)
104List<ViewCellSlot> keySlots = new List<ViewCellSlot>(rightKeyConstraint.KeySlots); 154List<ViewCellSlot> keySlots = new List<ViewCellSlot>(rightKeyConstraint.KeySlots);
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (3)
293List<Cell> extentCellsList = new List<Cell>(extentCells); 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\EntityType.cs (1)
187List<EdmProperty> keyProperties = new List<EdmProperty>(KeyMembers.Count);
System\Data\Metadata\Edm\FilteredReadOnlyMetadataCollection.cs (1)
151List<TDerived> list = new List<TDerived>(collection.Count);
System\Data\Metadata\Edm\ItemCollection.cs (3)
228List<TItem> list = new List<TItem>(); 359List<EdmFunction> caseSensitiveFunctionOverloads = new List<EdmFunction>(functionOverloads.Count); 498functionList = new List<EdmFunction>();
System\Data\Metadata\Edm\MetadataCollection.cs (2)
693OrderedList = new List<T>(); 698this.OrderedList = new List<T>(original.OrderedList.Count + additionalCapacity);
System\Data\Metadata\Edm\MetadataPropertyCollection.cs (1)
84List<ItemPropertyInfo> result = new List<ItemPropertyInfo>();
System\Data\Metadata\Edm\NavigationProperty.cs (1)
156var dependantProperties = new List<EdmProperty>(keyMembers.Count);
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 (4)
166List<MetadataArtifactLoader> loaders = new List<MetadataArtifactLoader>(); 203List<MetadataArtifactLoader> loaders = new List<MetadataArtifactLoader>(); 241return new List<string>(new string[] { Path }); 252List<string> list = new List<string>();
System\Data\Metadata\MetadataArtifactLoaderComposite.cs (7)
47_children = new List<MetadataArtifactLoader>(children).AsReadOnly(); 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 (4)
112List<string> list = new List<string>(); 126return new List<string>(new string[] { Path }); 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 (2)
338_cacheTokens = new List<object>(); 1345copy._cacheTokens = new List<Object>(copy._cacheTokens);
System\Data\Metadata\ObjectItemCollection.cs (1)
365List<GlobalItem> globalItems = new List<GlobalItem>();
System\Data\Metadata\ObjectLayer\ImmutableAssemblyCacheEntry.cs (2)
23_typesInAssembly = new List<EdmType>(mutableEntry.TypesInAssembly).AsReadOnly(); 24_closureAssemblies = new List<Assembly>(mutableEntry.ClosureAssemblies).AsReadOnly();
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 (5)
252IList<IEntityWrapper> wrappedEntities = new List<IEntityWrapper>(); 389List<IEntityWrapper> wrappedRelatedEntities = new List<IEntityWrapper>(_wrappedRelatedEntities.Values); 419List<IEntityWrapper> values = new List<IEntityWrapper>(_wrappedRelatedEntities.Values); 460List<IEntityWrapper> tempCopy = new List<IEntityWrapper>(_wrappedRelatedEntities.Values); 638List<IEntityWrapper> affectedEntities = new List<IEntityWrapper>(_wrappedRelatedEntities.Values);
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (1)
181refreshedValue = new List<TEntity>(GetResults<TEntity>(sourceQuery));
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 (5)
86_relationships = new List<RelatedEnd>(); 288List<IEntityWrapper> tempEntities = new List<IEntityWrapper>(collection.CountInternal); 1155var dependentEndsToProcess = new List<EntityReference>(); 1306List<int> countersCopy = new List<int>(); 1467propertiesToRetrieve = propertiesToRetrieve ?? new List<string>();
System\Data\Objects\ELinq\EntityExpressionVisitor.cs (3)
213list = new List<Expression>(n); 268list = new List<MemberBinding>(n); 293list = new List<ElementInit>(n);
System\Data\Objects\ELinq\ExpressionConverter.cs (5)
315_parameters = new List<KeyValuePair<ObjectParameter, QueryParameterExpression>>(); 689this._parameters = new List<KeyValuePair<ObjectParameter, QueryParameterExpression>>(); 1472List<TypeUsage> translatedArgumentTypes = new List<TypeUsage>(translatedArguments.Length); 1574List<DbExpression> propertyValues = new List<DbExpression>(columns.Count); 1575List<EdmProperty> properties = new List<EdmProperty>(columns.Count);
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\LinqExpressionNormalizer.cs (1)
319List<Expression> normalizedArguments = new List<Expression>(callExpression.Arguments);
System\Data\Objects\ELinq\MethodCallTranslator.cs (18)
650List<KeyValuePair<string, DbExpression>> newColumns = new List<KeyValuePair<string, DbExpression>>(); 819var result = new List<MethodInfo> 864List<LinqExpression> arguments = new List<LinqExpression>(call.Arguments.Count + 1); 1619new List<KeyValuePair<string, TypeUsage>>() 1777List<DbExpression> arguments = new List<DbExpression>(1); 1823List<TypeUsage> argTypes = new List<TypeUsage>(1); 2235var expressions = new List<DbExpression>(predicates); 2335List<CqtExpression> whenExpressions = new List<CqtExpression>(1); 2338List<CqtExpression> thenExpressions = new List<CqtExpression>(1); 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>>(); 2788List<EdmProperty> properties = new List<EdmProperty>(2); 2885List<KeyValuePair<string, CqtExpression>> recordColumns = new List<KeyValuePair<string, CqtExpression>>(2); 2936var renames = new List<Tuple<EdmProperty, string>>(); 2966var newProjectionArguments = new List<CqtExpression>(); 2987List<DbSortClause> keys = new List<DbSortClause>(1); 3035List<DbSortClause> keys = new List<DbSortClause>(sortExpression.SortOrder);
System\Data\Objects\ELinq\Translator.cs (8)
85var expressions = new List<Expression>(); 369new List<KeyValuePair<string, DbExpression>>(2); 722new List<KeyValuePair<string, DbExpression>>(memberCount + 1); 825new List<KeyValuePair<string, DbExpression>>(linq.Bindings.Count + 1); 873List<DbExpression> whenExpressions = new List<DbExpression>(1); 875List<DbExpression> thenExpressions = new List<DbExpression>(1); 937List<DbExpression> whenExpressions = new List<DbExpression>(1); 939List<DbExpression> thenExpressions = new List<DbExpression>(1);
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 (6)
619private List<FieldBuilder> _serializedFields = new List<FieldBuilder>(3); 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\EntitySqlQueryState.cs (1)
235parameters = new List<DbParameterReferenceExpression>(this.Parameters.Count);
System\Data\Objects\Internal\ObjectSpanRewriter.cs (9)
151info.ColumnDefinitions = new List<KeyValuePair<string, DbExpression>>(); 408List<DbExpression> columnArguments = new List<DbExpression>(rowType.Properties.Count); 409List<EdmProperty> properties = new List<EdmProperty>(rowType.Properties.Count); 440new List<DbExpression>(new DbExpression[] { condition }), 441new List<DbExpression>(new DbExpression[] { nullExpression }), 531List<DbVariableReferenceExpression> formals = new List<DbVariableReferenceExpression>(1); 534List<DbExpression> args = new List<DbExpression>(1); 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 (7)
766entities = new List<IEntityWrapper>(); 1111List<RelationshipEntry> deletedRelationships = new List<RelationshipEntry>(_initialListSize); 1195entriesToUpdate = new List<RelationshipEntry>(_initialListSize); 1226entriesToDetach = new List<RelationshipEntry>(_initialListSize); 1240entriesToDetach = new List<RelationshipEntry>(_initialListSize); 1249entriesToDetach = new List<RelationshipEntry>(_initialListSize); 1938entries = new List<EntityEntry>(GetMaxEntityEntriesForDetectChanges());
System\Data\Objects\ObjectViewEntityCollectionData.cs (2)
65_bindingList = new List<TViewElement>(entityCollection.Count); 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 (10)
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>(); 583return new Node(m_nextNodeId++, op, new List<Node>(args)); 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\Nodes.cs (1)
55: this(-1, op, new List<Node>(children))
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\ScalarOps.cs (1)
1161m_fields = new List<EdmProperty>(TypeHelpers.GetEdmType<RowType>(type).Properties);
System\Data\Query\PlanCompiler\AggregatePushdown.cs (2)
572List<Node> newChildren = new List<Node>(n.Children.Count); 1004List<Node> ancestors = new List<Node>();
System\Data\Query\PlanCompiler\CodeGen.cs (2)
92this.m_subCommands = new List<Node>(new Node[] { this.Command.Root }); 93childCommands = new List<ProviderCommandInfo>(new ProviderCommandInfo[] {
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>(); 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>>(); 1691List<Var> outputAggVars = new List<Var>(op.Outputs); 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 (28)
132List<Node> sources = new List<Node>(1); 135List<Node> copies = new List<Node>(1); 530List<Node> arguments = new List<Node>((expr.ExpressionKind == DbExpressionKind.IsNull) ? 3 : 5); 598List<Node> nodeList = new List<Node>(); 945List<Node> recordColumns = new List<Node>(); 1065List<Node> argNodes = new List<Node>(e.Arguments.Count); 1088var argNodes = new List<Tuple<Node, bool>>(arguments.Count); 1405_iqtCommand.CreateConstrainedSortOp(new List<SortKey>(), withTies), 1510List<Node> children = new List<Node>(); 1697List<Node> childNodes = new List<Node>(); 1861List<DbExpression> predicates = new List<DbExpression>( 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>(); 2217List<Node> newArgs = new List<Node>(_discriminatorMap.PropertyMap.Count + 1); 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 (21)
89private readonly List<JoinEdge> m_joinEdges = new List<JoinEdge>(); 99: this(id, node, new List<AugmentedNode>()) 282: this(id, node, new List<AugmentedNode>(new AugmentedNode[] { leftChild, rightChild })) 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>(); 1097List<KeyValuePair<ColumnVar, ColumnVar>> edgeVars = new List<KeyValuePair<ColumnVar, ColumnVar>>(keyVars.Count); 1142List<JoinEdge> newJoinEdges = new List<JoinEdge>(augmentedJoinNode.JoinEdges.Count); 1616List<List<JoinEdge>> compatibleGroups = new List<List<JoinEdge>>(); 1636List<JoinEdge> newList = new List<JoinEdge>(); 1755edges = new List<JoinEdge>(); 2057childForeignKeyVars = new List<ColumnVar>(fkConstraint.ChildKeys.Count); 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 (27)
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>(); 1381newNestNodeChildren = new List<Node>(nestNode.Children); 1385newCollectionInfoList = new List<CollectionInfo>(); 1386newNestNodeChildren = new List<Node>(); 1416List<Node> newProjectOpChildren = new List<Node>(projectNode.Child1.Children.Count); 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 (32)
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>(); 2008List<Node> children = new List<Node>(3); 2052List<md.EdmProperty> fieldTypes = new List<md.EdmProperty>(); 2053List<Node> fieldValues = new List<Node>(); 2065List<Node> caseChildren = new List<Node>(); 2315List<md.EdmProperty> outputFieldTypes = new List<md.EdmProperty>(outputTypeInfo.FlattenedType.Properties); 2355List<md.EdmProperty> fieldTypes = new List<md.EdmProperty>(); 2356List<Node> fieldValues = new List<Node>(); 2448List<md.EdmProperty> outputFields = new List<md.EdmProperty>(outputTypeInfo.FlattenedType.Properties); 2537List<Node> newNodeChildren = new List<Node>(); 2601List<Node> children = new List<Node>(op.DiscriminatorMap.TypeMap.Count * 2 - 1); 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 (24)
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>(); 843List<Node> scanTableNodes = new List<Node>(relationshipSets.Count); 844List<Var> scanTableVars = new List<Var>(relationshipSets.Count); 915List<Node> joinNodes = new List<Node>(relationshipSets.Count); 916List<Var> outputVars = new List<Var>(relationshipSets.Count * 2); 1606List<Node> keyFields = new List<Node>(); 1607List<KeyValuePair<string, TypeUsage>> keyFieldTypes = new List<KeyValuePair<string, TypeUsage>>(); 1772relProperties = new List<RelProperty>(m_relPropertyHelper.GetRelProperties(entityType)); 1777List<RelProperty> copiedRelPropList = new List<RelProperty>(op.RelationshipProperties); 1809newChildren = new List<Node>(); 1836List<RelProperty> relProperties = new List<RelProperty>(); 1850relProperties = new List<RelProperty>(relPropertyHashSet); 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>(); 2001List<Node> caseArgNodes = new List<Node>(n.Children.Count * 2 + 1); 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\Query\PlanCompiler\VarRemapper.cs (1)
213List<InternalTrees.SortKey> newSortKeys = new List<SortKey>(sortKeys);
System\Data\SqlClient\SqlGen\DmlSqlGenerator.cs (1)
470_parameters = new List<SqlParameter>();
System\Data\SqlClient\SqlGen\JoinSymbol.cs (3)
49columnList = new List<Symbol>(); 69flattenedExtentList = new List<Symbol>(); 92extentList = new List<Symbol>(extents.Count);
System\Data\SqlClient\SqlGen\Sql8ExpressionRewriter.cs (4)
137IList<DbPropertyExpression> sortExpressions = new List<DbPropertyExpression>(e.SortOrder.Count); 216IList<DbPropertyExpression> leftFlattenedProperties = new List<DbPropertyExpression>(); 217IList<DbPropertyExpression> rightFlattenedProperties = new List<DbPropertyExpression>(); 424List<KeyValuePair<string, DbExpression>> projectColumns = new List<KeyValuePair<string, DbExpression>>(flattenedProperties.Count);
System\Data\SqlClient\SqlGen\SqlBuilder.cs (1)
36_sqlFragments = new List<object>();
System\Data\SqlClient\SqlGen\SqlGenerator.cs (6)
594List<DbExpressionBinding> inputs = new List<DbExpressionBinding>(); 1649List<DbExpressionBinding> inputs = new List<DbExpressionBinding>(2); 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\SqlProviderManifest.cs (1)
176List<PrimitiveType> primitiveTypes = new List<PrimitiveType>(base.GetStoreTypes());
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\UpdateException.cs (1)
66List<ObjectStateEntry> list = new List<ObjectStateEntry>(stateEntries);
System.Data.Entity.Design (99)
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 (3)
33internal List<CollapsedEntityAssociationSet> CollapsedEntityAssociationSets = new List<CollapsedEntityAssociationSet>(); 35internal List<Tuple<EdmFunction, EdmFunction>> StoreFunctionToFunctionImport = new List<Tuple<EdmFunction, EdmFunction>>(); 46private List<AssociationSet> _storeAssociationSets = new List<AssociationSet>(2);
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 (23)
103List<EntityStoreSchemaFilterEntry> filters = new List<EntityStoreSchemaFilterEntry>(); 207_invalidTypes = new List<EdmType>(session.InvalidTypes); 231return new List<EdmSchemaError>(session.Errors); 363List<string> ssdlLocations = new List<string>(1); 371List<string> csdlLocations = new List<string>(1); 379List<string> mslLocations = new List<string>(1); 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>(); 1167List<string> pKeys = new List<string>(columns.Count); 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>(); 1601List<KeyValuePair<string, DbExpression>> projectList = new List<KeyValuePair<string, DbExpression>>(entitySet.ElementType.Members.Count);
System\Data\Entity\Design\EntityStoreSchemaGenerator\EntityStoreSchemaGenerator.LoadMethodSessionState.cs (3)
24public List<AssociationType> AssociationTypes = new List<AssociationType>(); 34public List<EdmFunction> Functions = new List<EdmFunction>(); 201list = new List<EdmSchemaError>(errors);
System\Data\Entity\Design\EntityViewGeneration\EntityViewGenerator.cs (1)
311List<EdmSchemaError> errorList = new List<EdmSchemaError>();
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (33)
62new List<string>() 174new List<string>() 287this._knownSingluarWords = new List<string>( 301this._knownPluralWords = new 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\Entity\Design\SSDLGenerator\EntityStoreSchemaGeneratorDatabaseSchemaLoader.cs (1)
170using (EntityCommand command = CreateFilteredCommand(_connection, sql, null, queryTypes, new List<EntityStoreSchemaFilterEntry>(filters), filterAliases))
System\Data\Entity\Design\SSDLGenerator\FunctionDetailsReader.cs (1)
54new List<EntityStoreSchemaFilterEntry>(filters),
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 (2)
148List<EdmProperty> parameters = new List<EdmProperty>(properties.Count); 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 (178)
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 (12)
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>(); 368List<TrackedObject> items = new List<TrackedObject>(this.tracker.GetInterestingObjects()); 462List<TrackedObject> items = new List<TrackedObject>(this.tracker.GetInterestingObjects()); 542List<TrackedObject> list = new List<TrackedObject>(this.tracker.GetInterestingObjects()); 584var list = new List<TrackedObject>(); 741refs = new List<TrackedObject>();
ChangeTracker.cs (1)
194List<StandardTrackedObject> list = new List<StandardTrackedObject>((IEnumerable<StandardTrackedObject>)this.items.Values);
DataBindingList.cs (1)
36: base(sequence != null ? sequence : new List<TEntity>()) {
DataContext.cs (1)
811List<Expression> args = new List<Expression>(parameters.Length);
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 (8)
148this.staticTables = new List<MetaTable>(tables).AsReadOnly(); 640this.dataMembers = new List<MetaDataMember>(this.dataMemberMap.Values).AsReadOnly(); 758List<MetaType> dTypes = new List<MetaType>(); 864static ReadOnlyCollection<MetaParameter> _emptyParameters = new List<MetaParameter>(0).AsReadOnly(); 865static ReadOnlyCollection<MetaType> _emptyTypes = new List<MetaType>(0).AsReadOnly(); 893this.rowTypes = new List<MetaType>(1) { this.GetMetaType(elementType) }.AsReadOnly(); 896List<MetaType> rowTypes = new List<MetaType>(); 914List<MetaParameter> mps = new List<MetaParameter>(pis.Length);
Mapping\MappedMetaModel.cs (12)
635List<MetaDataMember> dMembers = new List<MetaDataMember>(); 832List<MetaType> dTypes = new List<MetaType>(); 1335static ReadOnlyCollection<MetaParameter> _emptyParameters = new List<MetaParameter>(0).AsReadOnly(); 1336static ReadOnlyCollection<MetaType> _emptyTypes = new List<MetaType>(0).AsReadOnly(); 1354this.rowTypes = new List<MetaType>(1) { this.GetMetaType(map.Types[0], elementType) }.AsReadOnly(); 1357List<MetaType> rowTypes = new List<MetaType>(); 1378List<MetaParameter> mps = new List<MetaParameter>(pis.Length); 1504return new List<MetaDataMember>(members).AsReadOnly(); 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>();
Mapping\MappingSource.cs (1)
308List<string> attrList = new List<string>(validAttributes);
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 (29)
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>(); 1037this.values = values != null ? new List<SqlExpression>(values) : new List<SqlExpression>(0); 1156this.whens = new List<SqlWhen>(whens); 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>(); 1843this.expressions = new List<SqlExpression>(exprs); 1903this.arguments = new List<SqlExpression>(); 1904this.parameters = new List<SqlParameter>(); 1968this.assignments = new List<SqlAssign>(assignments); 2058this.statements = new List<SqlStatement>(); 2160this.arguments = new List<SqlExpression>(args); 2183this.columns = new List<SqlColumn>();
SqlClient\Common\SqlNodeAnnotations.cs (1)
21list = new List<SqlNodeAnnotation>();
SqlClient\Query\Funcletizer.cs (3)
307list = new List<Expression>(n); 351list = new List<MemberBinding>(n); 371list = new List<ElementInit>(n);
SqlClient\Query\MethodCallConverter.cs (1)
315List<SqlWhen> whens = new List<SqlWhen>(1);
SqlClient\Query\QueryConverter.cs (8)
809List<SqlWhen> whens = new List<SqlWhen>(1); 895List<MemberInfo> result = new List<MemberInfo>(); 1072SqlColumn rowNumber = new SqlColumn("ROW_NUMBER", sql.RowNumber(new List<SqlOrderExpression>(), this.dominatingExpression)); 1217List<SqlExpression> sqlParams = new List<SqlExpression>(mce.Arguments.Count); 1383List<SqlWhen> whens = new List<SqlWhen>(1); 2410List<SqlMemberAssign> bindings = new List<SqlMemberAssign>(); 2584List<SqlAssign> assignments = new List<SqlAssign>(); 2716this.IdentityMembers = new List<MemberInfo>(members);
SqlClient\Query\SqlBinder.cs (17)
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>(); 751List<SqlWhen> whens = new List<SqlWhen>(sc.Whens.Count); 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 (7)
78List<SqlOrderExpression> orderBy = new List<SqlOrderExpression>(); 114List<SqlTypeCaseWhen> whens = new List<SqlTypeCaseWhen>(); 209gex = new List<SqlExpression>(select.GroupBy.Count); 217lex = new List<SqlOrderExpression>(select.OrderBy.Count); 252List<SqlExpression> args = new List<SqlExpression>(suq.Arguments.Count); 269List<SqlExpression> args = new List<SqlExpression>(spc.Arguments.Count); 298List<SqlAssign> assignments = new List<SqlAssign>(su.Assignments.Count);
SqlClient\Query\SqlExpander.cs (16)
87List<SqlExpression> exprs = new List<SqlExpression>(2); 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>(); 287List<SqlExpression> hvals = new List<SqlExpression>(exprs.Count); 288List<SqlExpression> vals = new List<SqlExpression>(exprs.Count); 303List<SqlExpression> values = new List<SqlExpression>(exprs.Count); 315List<SqlExpression> foos = new List<SqlExpression>(exprs.Count);
SqlClient\Query\SqlFlattener.cs (1)
174List<SqlExpression> list = new List<SqlExpression>(exprs.Count);
SqlClient\Query\SqlFormatter.cs (2)
26List<string> results = new List<string>(block.Statements.Count); 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 (3)
73return new List<SqlParameterInfo>(v.currentParams); 81List<ReadOnlyCollection<SqlParameterInfo>> list = new List<ReadOnlyCollection<SqlParameterInfo>>(); 108this.currentParams = new List<SqlParameterInfo>();
SqlClient\Query\SqlReorderer.cs (9)
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>(); 214existingOrders = new List<SqlOrderExpression>(this.rowNumberOrders); 217existingOrders = new List<SqlOrderExpression>(this.orders); 271List<SqlColumn> columns = new List<SqlColumn>();
SqlClient\Query\SqlRetyper.cs (1)
114var newValues = new System.Collections.Generic.List<SqlExpression>(sin.Values.Count);
SqlClient\Query\SqlSupersetValidator.cs (1)
12List<SqlVisitor> validators = new List<SqlVisitor>();
SqlClient\Query\Translator.cs (6)
47List<MetaType> mappedTypes = new List<MetaType>(rowType.InheritanceTypes); 48List<SqlTypeCaseWhen> whens = new List<SqlTypeCaseWhen>(); 89List<SqlMemberAssign> bindings = new List<SqlMemberAssign>(); 132List<SqlExpression> exprs = new List<SqlExpression>(); 217List<Expression> values = new List<Expression>(); 514List<SqlExpression> exprs = new List<SqlExpression>(members.Count);
SqlClient\Reader\ObjectReaderCompiler.cs (4)
687this.globals = new List<object>(); 688this.namedColumns = new List<NamedColumn>(); 2812this.buffer = new List<DbDataReader>(); 2991this.values = new List<T>(results);
SqlClient\SqlBuilder.cs (1)
39List<string> parts = new List<string>(SqlIdentifier.GetCompoundIdentifierParts(table.TableName));
SqlClient\SqlConnectionManager.cs (1)
33this.users = new List<IConnectionUser>(maxUsers);
SqlClient\SqlProvider.cs (2)
955this.subQueries = new List<ICompiledSubQuery>(); 1760List<SqlParameterInfo> spis = new List<SqlParameterInfo>(this.queryInfo.Parameters);
Types.cs (1)
272List<TEntity> removeList = new List<TEntity>(entities.Items);
System.Data.Services (75)
parent\Client\System\Data\Services\Client\ALinq\ALinqExpressionVisitor.cs (3)
356list = new List<Expression>(n); 439list = new List<MemberBinding>(n); 474list = new List<ElementInit>(n);
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\ETagAttribute.cs (2)
39this.propertyNames = new ReadOnlyCollection<string>(new List<string>(new string[1] { propertyName })); 55this.propertyNames = new ReadOnlyCollection<string>(new List<string>(propertyNames));
System\Data\Services\HttpProcessUtility.cs (2)
256List<CharsetPart> parts = new List<CharsetPart>(AcceptCharsetParts(acceptCharset)); 634List<MediaType> mediaTypes = new List<MediaType>();
System\Data\Services\IgnorePropertiesAttribute.cs (2)
41this.propertyNames = new ReadOnlyCollection<string>(new List<string>(new string[1] { propertyName })); 57this.propertyNames = new ReadOnlyCollection<string>(new List<string>(propertyNames));
System\Data\Services\Internal\NeedSkipTokenVisitor.cs (1)
105List<ResourceProperty> resourceProperties = new List<ResourceProperty>();
System\Data\Services\Parsing\FunctionDescription.cs (1)
282List<FunctionDescription> castSignatures = new List<FunctionDescription>(primitiveTypes.Length + 4);
System\Data\Services\Parsing\RequestQueryParser.cs (7)
310List<OrderingExpression> orderings = new List<OrderingExpression>(); 486List<Type> types = new List<Type>(); 529List<MethodData> result = new List<MethodData>(); 2147List<Expression> argList = new List<Expression>(); 2185List<FunctionDescription> applicableFunctions = new List<FunctionDescription>(functions.Length); 2186List<Expression[]> applicablePromotedArguments = new List<Expression[]>(functions.Length); 2364List<MethodData> result = new List<MethodData>();
System\Data\Services\Providers\BasicExpandProvider.cs (3)
696this.children = new List<ExpandNode>(); 901this.resourceTypes = new List<ResourceType>(); 1033this.projectedProperties = new List<ProjectedProperty>(this.projectedPropertyCandidates.Count);
System\Data\Services\Providers\DataServiceProviderWrapper.cs (1)
834properties = new List<ResourceProperty>();
System\Data\Services\Providers\ExpandedProjectionNode.cs (2)
106this.nodes = new List<ProjectionNode>(); 368this.nodes = new List<ProjectionNode>(existingNodes.Count);
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 (5)
249List<string> propertiesToBeIgnored = new List<string>( 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\Providers\ServiceOperation.cs (1)
104this.parameters = new ReadOnlyCollection<ServiceOperationParameter>(new List<ServiceOperationParameter>(parameters));
System\Data\Services\RequestQueryProcessor.cs (4)
320List<List<string>> result = new List<List<string>>(); 340currentPath = new List<string>(); 394this.expandPaths = new List<ExpandSegmentCollection>(this.expandPathsAsText.Count); 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 (6)
47this.valueContents = new List<object>(); 48this.valueTypes = new List<string>(); 49this.valueNames = new List<string>(); 56this.valueContents = new List<object>(capacity); 57this.valueTypes = new List<string>(capacity); 58this.valueNames = new List<string>(capacity);
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 (8)
580new List<string>(this.segmentNames), 581new List<ResourceSetWrapper>(this.segmentContainers), 582new List<int>(this.segmentResultCounts) 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\Serializers\SyndicationSerializer.cs (1)
772navProperties = new List<ResourcePropertyInfo>(resourceType.Properties.Count);
System.Data.Services.Client (39)
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\ALinqExpressionVisitor.cs (3)
356list = new List<Expression>(n); 439list = new List<MemberBinding>(n); 474list = new List<ElementInit>(n);
System\Data\Services\Client\ALinq\ExpressionNormalizer.cs (1)
399List<Expression> normalizedArguments = new List<Expression>(callExpression.Arguments);
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 (2)
451list = new List<TTarget>(sourceList.Count); 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\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 (17)
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 (2)
140List<EdmProperty> parameters = new List<EdmProperty>(properties.Count); 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 (74)
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\StringConcat.cs (1)
89List<string> strList = this.strList = new List<string>(capacity);
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 (6)
80return SequenceType.Create(ChoiceType.Create(PrimeChoice(new List<XmlQueryType>(left), right)), left.Cardinality | right.Cardinality); 95List<XmlQueryType> list = new List<XmlQueryType>(types[0]); 122return SequenceType.Create(ChoiceType.Create(PrimeChoice(new List<XmlQueryType>(left), right)), left.Cardinality + right.Cardinality); 669public static readonly XmlQueryType None = new ChoiceType(new List<XmlQueryType>()); 686members = new List<XmlQueryType>(); 788List<XmlQueryType> members = new List<XmlQueryType>(length);
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 (4)
185List<EarlyBoundInfo> ebTypes = new List<EarlyBoundInfo>(scriptClasses.Count); 494paramWithCalls = new List<VarPar>(); 2127args = new List<XslNode>(3); 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\XPathPatternBuilder.cs (1)
213List<QilNode> convertedPredicates = new List<QilNode>(predicates.Count);
System\Xml\Xsl\Xslt\XPathPatternParser.cs (2)
118List<QilNode> args = new List<QilNode>(2); 213List<QilNode> predicates = new List<QilNode>();
System\Xml\Xsl\Xslt\XslAst.cs (3)
103private static readonly IList<XslNode> EmptyList = new List<XslNode>().AsReadOnly(); 116content = new List<XslNode>(); 123content = new List<XslNode>(collection);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (4)
59private static IList<V> empty = (new List<V>()).AsReadOnly(); 77adjList = this[v1] = new List<V>(); 710templates = new List<ProtoTemplate>(); 1270newtemplate.SetContent(new List<XslNode>(content.Count - split + 8));
System\Xml\Xsl\Xslt\XsltLoader.cs (15)
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>(); 2455List<QilName> modes = new List<QilName>(list.Length); 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 (87)
System\IdentityModel\Asn1IntegerConverter.cs (4)
12static List<byte[]> powersOfTwo = new List<byte[]>(new byte[][] { new byte[] { 1 } }); 24List<byte> positiveDecimalDigits = new List<byte>((asn1.Length * 8) / 3); 66List<byte> negativeDecimalDigits = new List<byte>(TwoToThePowerOf(absoluteBitNumber)); 102List<byte> decimalDigits = new List<byte>(powersOfTwo[power - 1]);
System\IdentityModel\BoundedCache.cs (1)
199List<string> expiredItems = new List<string>();
System\IdentityModel\Claims\ClaimSet.cs (2)
26List<Claim> claims = new List<Claim>(2); 41List<Claim> claims = new List<Claim>(2);
System\IdentityModel\Claims\WindowsClaimSet.cs (2)
152return new List<Claim>(); 154List<Claim> claims = new List<Claim>(3);
System\IdentityModel\Claims\X509CertificateClaimSet.cs (3)
167List<Claim> claims = new List<Claim>(); 280List<Claim> dnsClaimEntries = new List<Claim>(); 348List<Claim> claims = new List<Claim>(2);
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\Policy\UnconditionalPolicy.cs (2)
165List<ClaimSet> issuances = new List<ClaimSet>(1); 233identities = new List<IIdentity>(1);
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 (2)
41List<RSA> _decryptionKeys = new List<RSA>(); 93_decryptionKeys = new List<RSA>(new RSA[] { _encryptionKey });
System\IdentityModel\RsaSignatureCookieTransform.cs (2)
30List<RSA> _verificationKeys = new List<RSA>(); 105_verificationKeys = new List<RSA>(new RSA[] { _signingKey });
System\IdentityModel\SecurityUtils.cs (6)
97List<SecurityKey> temp = new List<SecurityKey>( 1 ); 336List<IIdentity> identities = new List<IIdentity>(); 604List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1); 738List<ClaimSet> ret = new List<ClaimSet>(claimSets.Count); 784List<IAuthorizationPolicy> ret = new List<IAuthorizationPolicy>(authorizationPolicies.Count); 1006public static ReadOnlyCollection<T> Instance = new ReadOnlyCollection<T>(new List<T>());
System\IdentityModel\Selectors\CustomUserNameSecurityTokenAuthenticator.cs (1)
42List<Claim> claims = new List<Claim>(2);
System\IdentityModel\Selectors\RsaSecurityTokenAuthenticator.cs (2)
27List<Claim> claims = new List<Claim>(2); 32List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
System\IdentityModel\Selectors\SamlSecurityTokenAuthenticator.cs (2)
34this.supportingAuthenticators = new List<SecurityTokenAuthenticator>(supportingAuthenticators.Count); 97List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>();
System\IdentityModel\Selectors\X509CertificateChain.cs (1)
325List<string> oidStrs = new List<string>();
System\IdentityModel\Selectors\X509SecurityTokenAuthenticator.cs (2)
118List<ClaimSet> claimSets = new List<ClaimSet>(2); 122List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
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\KerberosReceiverSecurityToken.cs (2)
74List<SecurityKey> temp = new List<SecurityKey>(1); 205List<SecurityBuffer> list = new List<SecurityBuffer>(2);
System\IdentityModel\Tokens\KerberosRequestorSecurityToken.cs (1)
90List<SecurityKey> temp = new List<SecurityKey>(1);
System\IdentityModel\Tokens\KerberosSecurityTokenHandler.cs (1)
108List<ClaimsIdentity> identities = new List<ClaimsIdentity>(1);
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\RsaSecurityToken.cs (1)
172List<SecurityKey> keys = new List<SecurityKey>(1);
System\IdentityModel\Tokens\RsaSecurityTokenHandler.cs (1)
181List<ClaimsIdentity> identities = new List<ClaimsIdentity>(1);
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (4)
392List<ClaimsIdentity> identities = new List<ClaimsIdentity>(1); 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\SamlAttribute.cs (1)
189List<Claim> tempClaims = new List<Claim>(this.attributeValues.Count);
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 (4)
434List<SamlAttribute> attributes = new List<SamlAttribute>(); 526List<SamlAttribute> actingAsAttributes = new List<SamlAttribute>(); 1039List<ClaimsIdentity> identities = new List<ClaimsIdentity>(1); 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\SecurityKeyIdentifier.cs (2)
20this.clauses = new List<SecurityKeyIdentifierClause>(InitialSize); 29this.clauses = new List<SecurityKeyIdentifierClause>(clauses.Length);
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (3)
34public static readonly ReadOnlyCollection<CookieTransform> DefaultCookieTransforms = (new List<CookieTransform>(new CookieTransform[] { new DeflateCookieTransform(), new ProtectedDataCookieTransform() }).AsReadOnly()); 568_transforms = new List<CookieTransform>(transforms).AsReadOnly(); 608List<ClaimsIdentity> identitites = new List<ClaimsIdentity>(1);
System\IdentityModel\Tokens\WindowsUserNameSecurityTokenHandler.cs (1)
121List<ClaimsIdentity> identities = new List<ClaimsIdentity>(1);
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\Tokens\X509SecurityToken.cs (1)
71List<SecurityKey> temp = new List<SecurityKey>(1);
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (1)
591List<ClaimsIdentity> identities = new List<ClaimsIdentity>(1);
System\IdentityModel\XmlBuffer.cs (1)
65sections = new List<Section>(1);
System\IdentityModel\XmlUtil.cs (1)
259List<XmlElement> xmlElements = new List<XmlElement>();
System\ServiceModel\Security\ReferenceList.cs (1)
21List<string> referredIds = new List<string>();
TD.Designer.cs (1)
206System.Collections.Generic.List<ushort> e2eEvents = new System.Collections.Generic.List<ushort>(5);
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardProofToken.cs (1)
68List<SecurityKey> securityKeys = new List<SecurityKey>(1);
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.Caching (3)
System\Caching\HostFileChangeMonitor.cs (1)
148List<string> newList = new List<string>(filePaths.Count);
System\Caching\MemoryCache.cs (1)
375List<String> keysClone = new List<String>(keys);
System\Caching\MemoryCacheEntryChangeMonitor.cs (1)
30_dependencies = new List<MemoryCacheEntry>(_keys.Count);
System.Runtime.DurableInstancing (10)
System\Runtime\DurableInstancing\InstanceHandle.cs (2)
555normals = new List<InstancePersistenceEvent>(this.pendingOwnerEvents.Count); 1064Signaled(new List<InstancePersistenceEvent>(1) { persistenceEvent });
System\Runtime\DurableInstancing\InstanceOwner.cs (3)
287handlesPendingResolution = new List<InstanceHandleReference>(1); 341handlesPendingResolution = new List<InstanceHandleReference>(1); 484handlesPendingResolution = new List<InstanceHandleReference>(1);
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (1)
1103this.currentExecution = (new List<InstancePersistenceCommand> { command }).GetEnumerator();
System\Runtime\DurableInstancing\InstanceStore.cs (1)
378readyEvents = new List<InstancePersistenceEvent>(1);
System\Runtime\PersistencePipeline.cs (3)
131pendingValues = new List<Tuple<IPersistencePipelineModule, IDictionary<XName, object>>>(); 258this.keys = new List<XName>(this.basis.Where(value => value.Value.IsWriteOnly() == this.writeOnly).Select(value => value.Key)); 270this.values = new List<object>(this.basis.Where(value => value.Value.IsWriteOnly() == this.writeOnly).Select(value => value.Value.Value));
System.Runtime.Serialization (38)
System\Runtime\Serialization\ClassDataContract.cs (5)
695this.members = new List<DataMember>(); 852List<DataMember> tempMembers = new List<DataMember>(); 1024List<Member> membersInHierarchy = new List<Member>(); 1440boundClassContract.Members = new List<DataMember>(Members.Count); 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\EnumDataContract.cs (2)
274List<DataMember> tempMembers = new List<DataMember>(fields.Length); 275List<long> tempValues = new List<long>(fields.Length);
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 (329)
System\ServiceModel\Administration\AppDomainInstanceProvider.cs (1)
87List<IWmiInstance> traceListenerArguments = new List<IWmiInstance>(1);
System\ServiceModel\Administration\ContractInstanceProvider.cs (2)
109List<IWmiInstance> behaviorInstances = new List<IWmiInstance>(behaviors.Count); 124List<IWmiInstance> behaviorInstances = new List<IWmiInstance>(behaviors.Count);
System\ServiceModel\Administration\EndpointInstanceProvider.cs (2)
435List<IWmiInstance> behaviors = new List<IWmiInstance>(info.Behaviors.Count); 561List<string> serviceNames = new List<string>(policy.CustomServiceNames.Count);
System\ServiceModel\Administration\ServiceInstanceProvider.cs (2)
85List<IWmiInstance> behaviors = new List<IWmiInstance>(info.Behaviors.Count); 104List<IWmiInstance> instances = new List<IWmiInstance>();
System\ServiceModel\Channels\AddressHeaderCollection.cs (4)
24: base(new List<AddressHeader>()) 29: base(new List<AddressHeader>(addressHeaders)) 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\CorrelationCallbackMessageProperty.cs (3)
15static ReadOnlyCollection<string> emptyNeededData = new ReadOnlyCollection<string>(new List<string>(0)); 26this.neededData = new List<string>(neededData); 44this.neededData = new List<string>(callback.neededData);
System\ServiceModel\Channels\CorrelationDataSourceHelper.cs (2)
22this.dataSources = new ReadOnlyCollection<CorrelationDataDescription>(new List<CorrelationDataDescription>(dataSources)); 28List<CorrelationDataDescription> newData = new List<CorrelationDataDescription>(dataSource1);
System\ServiceModel\Channels\CorrelationMessageProperty.cs (5)
17static readonly ReadOnlyCollection<InstanceKey> emptyInstanceKeyList = new ReadOnlyCollection<InstanceKey>(new List<InstanceKey>(0)); 56additionalKeysList = new List<InstanceKey>(additionalKeys); 75transientCorrelationsList = new List<InstanceKey>(transientCorrelations); 173return new List<InstanceKey>(this.AdditionalKeys); 194return new List<InstanceKey>(this.TransientCorrelations);
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 (3)
166List<string> keys = new List<string>(); 230List<object> values = new List<object>(); 806List<KeyValuePair<string, object>> pairs = new List<KeyValuePair<string, object>>(propertyCount);
System\ServiceModel\Channels\MsmqBindingMonitor.cs (2)
20List<MsmqBindingFilter> filters = new List<MsmqBindingFilter>(); 306List<MatchState> lostQueues = new List<MatchState>();
System\ServiceModel\Channels\MsmqChannelListenerBase.cs (2)
209List<Claim> claims = new List<Claim>(2); 214List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
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 (3)
68this.neighborList = new List<PeerNeighbor>(); 69this.connectedNeighborList = new List<IPeerNeighbor>(); 367return new List<IPeerNeighbor>(this.connectedNeighborList);
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 (13)
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>(); 1953List<CsAddrInfo> infos = new List<CsAddrInfo>(registerQuery.CsAddrInfos);
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 (3)
182this.transportManagers = new List<TransportManager>(); 189this.transportManagers = new List<TransportManager>(); 285transportManagersCopy = new List<TransportManager>(this.transportManagers);
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\ServiceAuthorizationElement.cs (1)
133List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(authorizationPolicies.Count);
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 (2)
92this.items = new List<TServiceModelExtensionElement>(); 215List<string> propertiesToRemove = new List<string>(this.Items.Count);
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 (3)
51targetSerializationTypes = new List<Type>(); 55targetSerializationTypes = new List<Type>(existingSerializationTypes); 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\ServiceCredentials.cs (1)
254this.IdentityConfiguration.KnownIssuerCertificates = new List<X509Certificate2> (this.IssuedTokenAuthentication.KnownCertificates);
System\ServiceModel\Description\ServiceReflector.cs (4)
367List<Type> types = new List<Type>(); 419List<Type> types = new List<Type>(); 651List<Type> types = new List<Type>(GetInheritedContractTypes(interfaceType)); 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\ActionMessageFilter.cs (1)
68this.actionSet = new ReadOnlyCollection<string>(new List<string>(this.actions.Keys));
System\ServiceModel\Dispatcher\ActionMessageFilterTable.cs (4)
30this.always = new List<MessageFilter>(); 125filters = new List<MessageFilter>(); 193List<MessageFilter> tmp = new List<MessageFilter>(filters); 203Collection<MessageFilter> matches = new Collection<MessageFilter>(new List<MessageFilter>(this.always));
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\EndpointDispatcherTable.cs (1)
52this.cachedEndpoints = new List<EndpointDispatcher>(optimizationThreshold);
System\ServiceModel\Dispatcher\FaultFormatter.cs (3)
23List<FaultContractInfo> faultContractInfoList = new List<FaultContractInfo>(); 35faultContractInfoList = new List<FaultContractInfo>(faultContractInfoCollection); 100faultInfos = new List<FaultContractInfo>();
System\ServiceModel\Dispatcher\QueryFunctions.cs (1)
71this.iterList = new List<NodeSequenceIterator>();
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (5)
24this.children = new List<SubExpr>(2); 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\AcceleratedTokenAuthenticator.cs (1)
278List<RequestSecurityTokenResponse> rstrList = new List<RequestSecurityTokenResponse>(1);
System\ServiceModel\Security\AcceptorSessionSymmetricMessageSecurityProtocol.cs (1)
119List<SecurityTokenResolver> tmp = new List<SecurityTokenResolver>(1);
System\ServiceModel\Security\AcceptorSessionSymmetricTransportSecurityProtocol.cs (1)
93supportingAuthenticators = new List<SupportingTokenAuthenticatorSpecification>(supportingAuthenticators);
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\InitiatorSessionSymmetricMessageSecurityProtocol.cs (1)
130this.incomingSessionTokens = new List<SecurityToken>(tokens);
System\ServiceModel\Security\InitiatorSessionSymmetricTransportSecurityProtocol.cs (1)
105this.incomingSessionTokens = new List<SecurityToken>(tokens);
System\ServiceModel\Security\IssuedTokenServiceCredential.cs (4)
34this.allowedAudienceUris = new List<string>(); 35this.knownCertificates = new List<X509Certificate2>(); 41this.allowedAudienceUris = new List<string>(other.allowedAudienceUris); 43this.knownCertificates = new List<X509Certificate2>(other.knownCertificates);
System\ServiceModel\Security\MessagePartSpecification.cs (4)
27headerTypes = new List<XmlQualifiedName>(); 107this.headerTypes = new List<XmlQualifiedName>(headerTypes.Count); 125List<XmlQualifiedName> noDuplicates = new List<XmlQualifiedName>(headerTypes.Count); 175this.headerTypes = new List<XmlQualifiedName>(headerTypes.Length);
System\ServiceModel\Security\MessageSecurityProtocolFactory.cs (1)
199this.wrappedKeyTokenAuthenticator = new List<SecurityTokenAuthenticator>(1);
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (2)
527this.activeNegotiationChannels1 = new List<IChannel>(); 528this.activeNegotiationChannels2 = new List<IChannel>();
System\ServiceModel\Security\ReceiveSecurityHeader.cs (2)
806allowedAuthenticators = new List<SecurityTokenAuthenticator>(); 819this.supportingTokenTrackers = new List<TokenTracker>(this.supportingTokenAuthenticators.Count);
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\SecurityContextTokenCache.cs (1)
222List<SecurityContextSecurityToken> tokens = new List<SecurityContextSecurityToken>(cacheTable.Count);
System\ServiceModel\Security\SecurityListenerSettingsLifetimeManager.cs (4)
85List<OperationWithTimeoutBeginCallback> beginOperations = new List<OperationWithTimeoutBeginCallback>(3); 86List<OperationEndCallback> endOperations = new List<OperationEndCallback>(3); 155List<OperationWithTimeoutBeginCallback> beginOperations = new List<OperationWithTimeoutBeginCallback>(3); 156List<OperationEndCallback> endOperations = new List<OperationEndCallback>(3);
System\ServiceModel\Security\SecurityProtocol.cs (1)
93emptyTokenProviders = new ReadOnlyCollection<SupportingTokenProviderSpecification>(new List<SupportingTokenProviderSpecification>());
System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
147this.channelSupportingTokenAuthenticatorSpecification = new Collection<SupportingTokenAuthenticatorSpecification>(new List<SupportingTokenAuthenticatorSpecification>(factory.channelSupportingTokenAuthenticatorSpecification));
System\ServiceModel\Security\SecuritySessionClientSettings.cs (4)
570List<SecurityToken> incomingSessionTokens = new List<SecurityToken>(1); 1032List<RequestSecurityTokenResponse> rstrList = new List<RequestSecurityTokenResponse>(); 1173List<SecurityToken> incomingTokens = new List<SecurityToken>(1); 1215List<SecurityToken> incomingTokens = new List<SecurityToken>(2);
System\ServiceModel\Security\SecuritySessionFilter.cs (2)
85contextIds = new List<UniqueId>(1); 299contextIds = new List<UniqueId>(1);
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (4)
610List<IAuthorizationPolicy> authorizationPolicies = new List<IAuthorizationPolicy>(); 801List<RequestSecurityTokenResponse> rstrList = new List<RequestSecurityTokenResponse>(1); 945List<RequestSecurityTokenResponse> rstrList = new List<RequestSecurityTokenResponse>(1); 1058List<string> supportedMessageActions = new List<string>();
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
1175this.futureSessionTokens = new List<SecurityContextSecurityToken>(1); 1956List<RequestSecurityTokenResponse> rstrList = new List<RequestSecurityTokenResponse>(1);
System\ServiceModel\Security\SecurityTokenAuthenticatorAdapter.cs (1)
64List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
System\ServiceModel\Security\SecurityUtils.cs (4)
627List<SecurityKey> temp = new List<SecurityKey>(1); 982List<Claim> claims = new List<Claim>(2); 986List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(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\SimpleSecurityTokenProvider.cs (2)
102List<Claim> claims = new List<Claim>(1); 104List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
System\ServiceModel\Security\SpnegoTokenAuthenticator.cs (1)
139List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (1)
364List<RequestSecurityTokenResponse> rstrList = new List<RequestSecurityTokenResponse>(2);
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (1)
120List<XmlNode> nodesToRemove = new List<XmlNode>(2);
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (1)
267List<SecurityKey> temp = new List<SecurityKey>(1);
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (3)
510readonly List<RsaSecurityToken> rsaSecurityTokens = new List<RsaSecurityToken>(); 938List<Claim> claims = new List<Claim>(1); 941List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
System\ServiceModel\Security\Tokens\KerberosRequestorSecurityTokenAuthenticator.cs (1)
31List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
System\ServiceModel\Security\Tokens\SecurityContextCookieSerializer.cs (3)
32this.knownTypes = knownTypes ?? new List<Type>(); 102claimSets = new List<ClaimSet>(1); 139authorizationPolicies = new List<IAuthorizationPolicy>(1);
System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (1)
276List<SecurityKey> temp = new List<SecurityKey>(1);
System\ServiceModel\Security\Tokens\SecurityContextSecurityTokenHelper.cs (1)
95List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>();
System\ServiceModel\Security\Tokens\WindowsUserNameCachingSecurityTokenAuthenticator.cs (1)
55List<IExpirableItem> items = new List<IExpirableItem>(cacheTable.Count);
System\ServiceModel\Security\WindowsSspiNegotiation.cs (1)
369List<SecurityBuffer> list = new List<SecurityBuffer>(2);
System\ServiceModel\Security\WrappedRsaSecurityTokenAuthenticator.cs (1)
69List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
System\ServiceModel\Security\WrappedSaml11SecurityTokenAuthenticator.cs (2)
32: base( new List<SecurityTokenAuthenticator>() ) 69List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
System\ServiceModel\Security\WrappedSaml2SecurityTokenAuthenticator.cs (1)
80List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
System\ServiceModel\Security\WrappedUserNameSecurityTokenAuthenticator.cs (1)
69List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
System\ServiceModel\Security\WrappedX509SecurityTokenAuthenticator.cs (1)
96List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
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\WSSecurityOneDotZeroReceiveSecurityHeader.cs (1)
570this.earlyDecryptedDataReferences = new List<string>(4);
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\WSTrust.cs (2)
190this.entropyAuthenticators = new List<SecurityTokenAuthenticator>(2); 406List<RequestSecurityTokenResponse> rstrCollection = new List<RequestSecurityTokenResponse>(2);
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 (2)
95List<SecurityToken> tokenList = new List<SecurityToken>(); 159List<SecurityToken> serviceTokens = new List<SecurityToken>(1);
System\ServiceModel\ServiceAuthenticationManager.cs (1)
47List<IAuthorizationPolicy> authPolicies = new List<IAuthorizationPolicy>(message.Properties.Security.ServiceSecurityContext.AuthorizationPolicies);
System\ServiceModel\ServiceAuthorizationManager.cs (1)
75List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(authorizationPolicies);
System\ServiceModel\ServiceHost.cs (4)
126externalBaseAddresses = new ReadOnlyCollection<Uri>(new List<Uri>(this.baseAddresses)); 486List<ServiceEndpoint> defaultEndpoints = new List<ServiceEndpoint>(); 1321List<ICommunicationObject> listeners = new List<ICommunicationObject>(); 1787List<ContractDescription> mostSpecificContracts = new List<ContractDescription>();
System\ServiceModel\SynchronizedCollection.cs (4)
19this.items = new List<T>(); 28this.items = new List<T>(); 39this.items = new List<T>(list); 50this.items = new List<T>(list.Length);
System\ServiceModel\SynchronizedDisposablePool.cs (1)
17this.items = new List<T>();
System\ServiceModel\SynchronizedReadOnlyCollection.cs (5)
19this.items = new List<T>(); 28this.items = new List<T>(); 39this.items = new List<T>(list); 50this.items = new List<T>(list.Length); 65this.items = new List<T>(list);
System\ServiceModel\Syndication\ResourceCollectionInfo.cs (1)
176List<string> tmp = new List<string>(1);
System\ServiceModel\XamlIntegration\XPathMessageContextMarkupExtension.cs (1)
19implicitPrefixes = new List<string>();
System\ServiceModel\XmlBuffer.cs (1)
66sections = new List<Section>(1);
System\UriTemplate.cs (7)
61this.segments = new List<UriTemplatePathSegment>(); 1030this.keys = new ReadOnlyCollection<string>(new List<string>(this.defaults.Keys)); 1031this.values = new ReadOnlyCollection<string>(new List<string>(this.defaults.Values)); 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 (4)
683IList<IList<T>> results = new List<IList<T>>(this.items.Count); 686results.Add(new List<T>(this.items.Values[i].Count)); 735IList<IList<T>> results = new List<IList<T>>(); 745sameOrderResults = new List<T>();
TD.Designer.cs (1)
4926System.Collections.Generic.List<ushort> e2eEvents = new System.Collections.Generic.List<ushort>(120);
System.ServiceModel.Activation (11)
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 (2)
33enabledProtocols = new List<string>(); 493List<string> spns = spnsObj == null ? null : new List<string>(spnsObj as string[]);
System\ServiceModel\Activities\Activation\WorkflowServiceHostFactory.cs (1)
250List<Tuple<string, Stream>> streamList = new List<Tuple<string, Stream>>();
System\ServiceModel\Channels\MsmqHostedTransportManager.cs (2)
28this.bindingMonitors = new List<MsmqBindingMonitor>(); 51List<Uri> baseAddresses = new List<Uri>(this.hosts.Length);
System\ServiceModel\ServiceHostingEnvironment.cs (2)
653List<Uri> prefixFilters = new List<Uri>(); 1145List<Uri> results = new List<Uri>();
TD.Designer.cs (1)
697System.Collections.Generic.List<ushort> e2eEvents = new System.Collections.Generic.List<ushort>(14);
System.ServiceModel.Activities (29)
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 (2)
133properties = new List<BufferedReceiveMessageProperty>(); 165List<BookmarkInfo> bookmarks = new List<BookmarkInfo>(availableBookmarks);
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 (10)
70static ReadOnlyCollection<BookmarkInfo> emptyBookmarkInfoCollection = new ReadOnlyCollection<BookmarkInfo>(new List<BookmarkInfo>()); 154this.pendingRequests = new List<WorkflowOperationContext>(); 374rootExecutionProperties = new List<Handle>(1) 400this.PipelineModules = new List<IPersistencePipelineModule>(modulesCount); 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 (3)
771List<InstanceKey> transientCorrelations = new List<InstanceKey>(); 773correlationMessageProperty = new CorrelationMessageProperty(InstanceKey.InvalidKey, new List<InstanceKey>(0), transientCorrelations); 788List<InstanceKey> transientCorrelations = new List<InstanceKey>(correlationMessageProperty.TransientCorrelations);
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 (3)
218constraintList = new List<Constraint>(1) 308clonedSettings.AdditionalConstraints.Add(constrants.Key, new List<Constraint>(constrants.Value)); 634this.knownServiceActivities = new List<Receive>();
TD.Designer.cs (1)
621System.Collections.Generic.List<ushort> e2eEvents = new System.Collections.Generic.List<ushort>(3);
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 (4)
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\Discovery\ServiceDiscoveryBehavior.cs (1)
149List<ServiceEndpoint> appEndpoints = new List<ServiceEndpoint>(serviceDescription.Endpoints.Count);
System.ServiceModel.Internals (7)
System\Runtime\AsyncWaitHandle.cs (1)
52this.asyncWaiters = new List<AsyncWaiter>();
System\Runtime\Collections\ObjectCache.cs (1)
206list = new List<T>();
System\Runtime\Collections\OrderedDictionary.cs (2)
85List<TKey> keys = new List<TKey>(this.privateDictionary.Count); 104List<TValue> values = new List<TValue>(this.privateDictionary.Count);
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 (16)
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 (3)
207this.operations = new List<SendOperation>(1); 213List<IEnumerable<ServiceEndpoint>> endpointLists = new List<IEnumerable<ServiceEndpoint>>(); 237this.operations = new List<SendOperation>(endpointLists.Count);
System\ServiceModel\Routing\RoutingService.cs (1)
49this.SessionMessages = new List<MessageRpc>(1);
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 (23)
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\HelpPage.cs (1)
377List<Type> listTypes = new List<Type>(od.KnownTypes);
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\UriTemplateClientFormatter.cs (4)
147List<string> neededPathVars = new List<string>(uriTemplate.PathSegmentVariableNames); 148List<string> neededQueryVars = new List<string>(uriTemplate.QueryValueVariableNames); 160List<string> neededPathCopy = new List<string>(neededPathVars); 175List<string> neededQueryCopy = new List<string>(neededQueryVars);
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\ServiceModel\Web\WebFaultException.cs (1)
159this.knownTypes = (knownTypes == null) ? null : new List<Type>(knownTypes).ToArray();
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 (83)
Cache\OutputCache.cs (2)
186headerElements = new List<HeaderElement>(count); 197responseElements = new List<ResponseElement>(count);
Cache\SRef.cs (1)
44private List<SRef> _srefs = new List<SRef>();
Compilation\AssemblyBuilder.cs (2)
805List<string> noWarnStrings = new List<string>(5); 816List<string> noWarnStrings = new List<string>(3);
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 (2)
20List<IProcessSuspendListener> suspendListeners = new List<IProcessSuspendListener>(); 46List<IProcessResumeCallback> callbacks = new List<IProcessResumeCallback>(suspendListeners.Count);
Hosting\HostingEnvironment.cs (1)
1563List<IStopListeningRegisteredObject> listeners = new List<IStopListeningRegisteredObject>();
Hosting\SuspendManager.cs (1)
120_resumeCallbacks = new List<Action>(suspendibleObjects.Count);
HttpApplication.cs (1)
2869moduleList = new List<ModuleConfigurationInfo>(count);
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\DataAnnotationsModelMetadataProvider.cs (1)
12List<Attribute> attributeList = new List<Attribute>(attributes);
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 (2)
195List<string> specificPurposes = new List<string>() { 1081List<int> items = new List<int>(sparseThreshold);
UI\Page.cs (1)
2971List<string> controlsToClear = new List<string>(controlState.Count);
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 (23)
Common\ChartTypes\BarChart.cs (1)
1361 typeSeries = new List<string>();
Common\ChartTypes\BoxPlotChart.cs (1)
1636 List<double> yValues = new List<double>(valueCount);
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\Formulas\FormulaHelpers.cs (3)
1404List<DataField> unmappedFormulaFields = new List<DataField>(formulaFields); 1459List<DataField> seriesFields = new List<DataField>(FormulaHelper.GetDataFields(series.ChartType)); 1551List<DataField> seriesFields = new List<DataField>(FormulaHelper.GetDataFields(chartType));
Common\General\BaseCollections.cs (1)
591_cachedState = new List<T>(this);
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>();
Common\Utilities\CustomAttributesRegistry.cs (1)
399new System.Collections.Generic.List<SeriesChartType >(
WebForm\General\ChartHttpHandler.cs (3)
1986static List<HandlerPageTraceInfo> _messages = new List<HandlerPageTraceInfo>(MessageLimit); 1996private List<ChartHandlerEvents> _events = new List<ChartHandlerEvents>(); 2150result = new List<HandlerPageTraceInfo>(_messages);
System.Web.DynamicData (23)
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 (2)
25_columns = new List<ColumnProvider>(); 26var members = new List<MetaDataMember>(rowType.DataMembers);
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 (13)
System\Data\WebControls\EntityDataSource.cs (1)
714List<ObjectParameter> objectParameters = new List<ObjectParameter>();
System\Data\WebControls\EntityDataSourceUtil.cs (3)
188List<EdmType> types = new List<EdmType>(EntityDataSourceUtil.GetTypeAndSubtypesOf(entityType, ocItemCollection, /*includeAbstractTypes*/true)); 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 (3)
63_wrapperList = new List<EntityDataSourceWrapper>(); 82List<PropertyDescriptor> visiblePropertyDescriptors = new List<PropertyDescriptor>(columns.Count); 83List<EntityDataSourceWrapperPropertyDescriptor> propertyDescriptors = new List<EntityDataSourceWrapperPropertyDescriptor>(columns.Count);
System\Data\WebControls\OrderByBuilder.cs (1)
237keyMemberNames = new List<string>(entityType.KeyMembers.Count);
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 (83)
ClientServices\Providers\SettingsSavedEventArgs.cs (2)
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\MapFile.cs (1)
38_loadErrors = new List<ProxyGenerationError>(value);
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\ScriptModule.cs (1)
132List<HttpCookie> cookies = new List<HttpCookie>(response.Cookies.Count);
Handlers\ScriptResourceHandler.cs (3)
570new List<Tuple<Assembly, List<Tuple<string, CultureInfo>>>>() { 573new List<Tuple<string,CultureInfo>>() { 600List<object> cacheKeys = new List<object>();
Script\Serialization\ObjectConverter.cs (1)
182List<String> memberNames = new List<String>(dictionary.Keys);
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 (5)
499_updatePanelsToRefresh = new List<UpdatePanel>(_allUpdatePanels.Count); 500_childUpdatePanelsToRefresh = new List<UpdatePanel>(_allUpdatePanels.Count); 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 (4)
665_proxies = new List<ScriptManagerProxy>(); 1644List<ScriptReferenceBase> collapsedReferences = new List<ScriptReferenceBase>(); 1664List<ScriptReferenceBase> scripts = new List<ScriptReferenceBase>(); 1884List<ScriptReferenceBase> filteredScriptList = new List<ScriptReferenceBase>(numScripts);
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>();
Util\OrderedDictionary.cs (2)
29_keys = new List<TKey>(capacity); 30_values = new List<TValue>(capacity);
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 (22)
misc\GDI\WindowsGraphicsCacheManager.cs (1)
86windowsFontCache = new List<KeyValuePair<Font, WindowsFont>>(CacheSize);
winforms\Managed\System\Resources\ResXDataNode.cs (1)
1017List<AssemblyName> assemblyList = new List<AssemblyName>(names.Length);
winforms\Managed\System\WinForms\Application.cs (1)
2345private List<ParkingWindow> parkingWindows = new List<ParkingWindow>();
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
270disposeList = new List<object>(3);
winforms\Managed\System\WinForms\Control.cs (1)
16168List<Rectangle> neighboringControlsRectangles = new List<Rectangle>(4);
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\KeysConverter.cs (1)
46displayOrder = new List<string>(34);
winforms\Managed\System\WinForms\ListView.cs (5)
507savedCheckedItems = new List<ListViewItem>(CheckedItems.Count); 543savedCheckedItems = new List<ListViewItem>(CheckedItems.Count); 2304this.savedSelectedItems = new List<ListViewItem>(); 4392savedSelectedItems = new List<ListViewItem>(lviArr.Length); 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 (3)
447List<ControlInformation> controlsInfo = new List<ControlInformation>(Owner.Children.Count); 594return new List<ControlInformation>(); 597List<ControlInformation> listOfControlInfo = new List<ControlInformation>(controlsInfo.Count);
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
3957List<Rectangle> neighbors = new List<Rectangle>(3);
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 (24)
Common\ChartTypes\BarChart.cs (1)
1361 typeSeries = new List<string>();
Common\ChartTypes\BoxPlotChart.cs (1)
1636 List<double> yValues = new List<double>(valueCount);
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\Formulas\FormulaHelpers.cs (3)
1404List<DataField> unmappedFormulaFields = new List<DataField>(formulaFields); 1459List<DataField> seriesFields = new List<DataField>(FormulaHelper.GetDataFields(series.ChartType)); 1551List<DataField> seriesFields = new List<DataField>(FormulaHelper.GetDataFields(chartType));
Common\General\BaseCollections.cs (1)
591_cachedState = new List<T>(this);
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>();
Common\Utilities\CustomAttributesRegistry.cs (1)
399new System.Collections.Generic.List<SeriesChartType >(
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 (118)
Common\CompModHelpers.cs (2)
152List<Activity> filteredActivities = new List<Activity>(); 935List<Activity> allActivities = new List<Activity>(compositeActivity.EnabledActivities);
Common\ValidationHelpers.cs (1)
143List<Activity> responsePath = new List<Activity>();
Designers\StateDesigner.cs (11)
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>(); 1616if (activityDesigner == null || activityDesigner.ParentDesigner == null || !activityDesigner.ParentDesigner.CanMoveActivities(moveLocation, new List<Activity>(new Activity[] { activity }).AsReadOnly())) 1965new List<Activity>(new Activity[] { child }).AsReadOnly(), 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\StateDesignerConnector.cs (4)
121List<Rectangle> excluded = new List<Rectangle>(base.ExcludedRoutingRectangles); 181new List<Point>(ConnectorSegments).ToArray(), 216new List<Point>(ConnectorSegments).ToArray(), 262List<PropertyInfo> properties = new List<PropertyInfo>(base.GetProperties(serializationManager, obj));
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 (12)
71this.m_operations = new List<IDirectoryOperation>(); 84this.m_operations = new List<IDirectoryOperation>(); 86this.m_operations = new List<IDirectoryOperation>(operations); 139List<IDirectoryOperation> queries = new List<IDirectoryOperation>(this.Operations); 147List<IDirectoryOperation> queries = new List<IDirectoryOperation>(this.Operations); 155List<IDirectoryOperation> queries = new List<IDirectoryOperation>(this.Operations); 163List<IDirectoryOperation> queries = new List<IDirectoryOperation>(this.Operations); 173List<IDirectoryOperation> queries = new List<IDirectoryOperation>(this.Operations); 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\Executor.cs (1)
357List<RuleState> orderedRules = new List<RuleState>(rules.Count);
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 (16)
189tokens = new List<Token>(); 246List<MemberInfo> members = new List<MemberInfo>(computedType.GetMembers(flags)); 250List<Type> baseInterfaces = new List<Type>(computedType.GetInterfaces()); 369List<Type> types = new List<Type>(1); 381List<MemberInfo> members = new List<MemberInfo>(computedType.GetMembers(flags)); 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>(); 2161List<Type> candidateTypes = new List<Type>(candidateTypeSymbols.Count); 2261List<Type> candidateGenericTypes = new List<Type>(); 2335List<Type> typeArgs = new List<Type>(); 2569List<CandidateConstructor> candidates = new List<CandidateConstructor>(allCtors.Length); 2695List<CandidateConstructor> bestCandidates = new List<CandidateConstructor>(1);
Rules\Parser\Symbol.cs (2)
239internal List<TypeSymbol> TypeSymbols = new List<TypeSymbol>(); 269List<TypeSymbol> newOverloads = new List<TypeSymbol>();
Rules\References.cs (1)
66List<string> symbolList = new List<string>(symbols.Keys.Count);
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 (25)
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>(); 2935candidateTypes = new List<Type>(1); 2966List<CandidateParameter> signature = new List<CandidateParameter>(); 3081List<CandidateMember> bestCandidates = new List<CandidateMember>(1); 3125List<Argument> arguments = new List<Argument>(); 3129List<CandidateMember> candidates = new List<CandidateMember>(methods.Count); 3153List<Argument> arguments = new List<Argument>(argumentExprs.Count); 3194List<Argument> arguments = new List<Argument>(argumentExprs.Count); 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>(); 3552List<Argument> arguments = new List<Argument>(numArgs); 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 (281)
AuthoringOM\ActivitiesCollection.cs (6)
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 (7)
1383handles = new List<string>(); 1387this.SetValue(SynchronizationHandlesProperty, new ReadOnlyCollection<string>(new List<string>(handles))); 1735IList<ActivityExecutionContextInfo> childsCompletedContextsClone = new List<ActivityExecutionContextInfo>(childsCompletedContexts); 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 (3)
475List<Activity> waitingActivities = new List<Activity>(); 557List<string> handles = new List<string>(handleCollection); 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 (5)
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>(); 1772private static List<SourceValueInfo> EmptyInfo = new List<SourceValueInfo>(1);
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 (2)
75List<object> arguments = new List<object>(this.argumentValues); 105List<string> propertyNames = new List<string>();
AuthoringOM\Compiler\TypeSystem\CodeDomLoader.cs (1)
14private List<Type> types = new List<Type>();
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (8)
70this.codeDomTypes = new List<CodeTypeDeclaration>(); 416List<MemberInfo> members = new List<MemberInfo>(); 798List<T> memberCollection = new List<T>(membersDictionary.Values); 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 (2)
398this.userCodeCCUs = new List<CodeCompileUnit>(parameters.userCodeCCUs); 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 (2)
572List<T> delegates = new List<T>(); 604return new List<DependencyProperty>(this.metaProperties.Keys).AsReadOnly();
AuthoringOM\DependencyProperty.cs (1)
150List<DependencyProperty> filteredProperties = new List<DependencyProperty>();
AuthoringOM\Design\ActivityDesigner.cs (11)
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>(); 2549if (!compositeActivityDesigner.CanInsertActivities(hitInfo, new List<Activity>(activities).AsReadOnly())) 2557CompositeActivityDesigner.InsertActivities(compositeActivityDesigner, hitInfo, new List<Activity>(activities).AsReadOnly(), SR.GetString(SR.PastingActivities));
AuthoringOM\Design\ActivityDesignerLayoutSerializers.cs (6)
112List<PropertyInfo> properties = new List<PropertyInfo>(base.GetProperties(serializationManager, obj)); 133List<PropertyInfo> properties = new List<PropertyInfo>(base.GetProperties(serializationManager, obj)); 156List<PropertyInfo> serializableProperties = new List<PropertyInfo>(); 190List<PropertyInfo> properties = new List<PropertyInfo>(base.GetProperties(serializationManager, obj)); 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 (6)
63this.commandSet = new List<CommandSetItem>(); 409if (compositeActivityDesigner != null && !compositeActivityDesigner.CanRemoveActivities(new List<Activity>((Activity[])((ArrayList)entry.Value).ToArray(typeof(Activity))).AsReadOnly())) 471cmd.Enabled = (components != null && hitInfo != null && compositeDesigner.CanInsertActivities(hitInfo, new List<Activity>(Helpers.GetTopLevelActivities(components)).AsReadOnly())); 739List<SupportedImageFormats> supportedFormats = new List<SupportedImageFormats>(); 927List<Activity> topLevelActivities = new List<Activity>(Helpers.GetTopLevelActivities(components)); 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 (4)
133List<ActivityDesigner> designers = new List<ActivityDesigner>(); 391List<ActivityDesigner> childDesigners = new List<ActivityDesigner>(); 526parentDesigner.RemoveActivities(new List<Activity>(new Activity[] { activity }).AsReadOnly()); 681List<ActivityDesigner> intersectingDesigners = new List<ActivityDesigner>();
AuthoringOM\Design\Connector.cs (37)
206private List<Point> segments = new List<Point>(); 293List<Point> connectorSegments = new List<Point>(); 314Rectangle bounds = DesignerGeometryHelper.RectangleFromLineSegments(new List<Point>(ConnectorSegments).ToArray()); 445ActivityDesignerPaint.DrawConnectors(e.Graphics, e.DesignerTheme.ForegroundPen, new List<Point>(ConnectorSegments).ToArray(), arrowCapSize, maxCapSize, theme.ConnectorStartCap, theme.ConnectorEndCap); 459ActivityDesignerPaint.DrawConnectors(e.Graphics, lineSelectionPen, new List<Point>(ConnectorSegments).ToArray(), arrowCapSize, maxCapSize, theme.ConnectorStartCap, theme.ConnectorEndCap); 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>(); 1275List<Point> segments = new List<Point>(this.editedConnector.ConnectorSegments); 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>(); 1816List<Rectangle> excludedRectangles = new List<Rectangle>(rectanglesToExclude); 1825List<Point> excludedLines = new List<Point>(linesToExclude); 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>(); 2210List<DistanceFromPoint> extremitiesList = new List<DistanceFromPoint>(4); //at most four points 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 (3)
329List<Activity> activitiesToRemove = new List<Activity>(((CompositeActivity)host.RootComponent).Activities); 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 (3)
186this.draggedActivities = new List<Activity>(); 188this.draggedActivities = new List<Activity>(draggedActivities); 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 (2)
342List<Type> targetFrameworkTypes = new List<Type>(); 347List<Assembly> runtimeAssemblies = new List<Assembly>(currentTypeProvider.ReferencedAssemblies);
AuthoringOM\Design\ExtenderHelpers.cs (1)
42List<string> disallowedProperties = new List<string>();
AuthoringOM\Design\FreeFormDesigner.cs (9)
94private List<Connector> connectors = new List<Connector>(); 286List<Point> containedDesignerLocations = new List<Point>(); 400List<Connector> connectors = new List<Connector>(this.connectors); 586this.movedActivities = new List<ActivityDesigner>(); 670List<Connector> connectorsToDelete = new List<Connector>(); 870List<Activity> activitiesToInsert = new List<Activity>(); 871List<Activity> newActivities = new List<Activity>(); 965List<Activity> topLevelActivities = new List<Activity>(Helpers.GetTopLevelActivities(selectionService.GetSelectedComponents())); 1198parentDesigner.MoveActivities(new ConnectorHitTestInfo(this, HitTestLocations.Designer, moveIndex), new List<Activity>(new Activity[] { childDesigner.Activity }).AsReadOnly());
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 (5)
22private List<Activity> draggedActivities = new List<Activity>(); 23private List<Activity> existingDraggedActivities = new List<Activity>(); 472List<Activity> droppedActivities = new List<Activity>(); 728if (!compositeDesigner.IsEditable || !compositeDesigner.CanInsertActivities(dropLocation, new List<Activity>(this.draggedActivities).AsReadOnly())) 745if (compositeActivityDesigner != null && !compositeActivityDesigner.CanMoveActivities(dropLocation, new List<Activity>(activitiesToMove).AsReadOnly()))
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 (3)
262List<Activity> topLevelActivities = new List<Activity>(Helpers.GetTopLevelActivities(selectionService.GetSelectedComponents())); 268if (compositeActivityDesigner != null && !compositeActivityDesigner.CanRemoveActivities(new List<Activity>((Activity[])((ArrayList)entry.Value).ToArray(typeof(Activity))).AsReadOnly())) 274List<ConnectorHitTestInfo> connectors = new List<ConnectorHitTestInfo>();
AuthoringOM\Design\ParallelActivityDesigner.cs (1)
472CompositeActivityDesigner.InsertActivities(this, new ConnectorHitTestInfo(this, HitTestLocations.Designer, compositeActivity.Activities.Count), new List<Activity>(new Activity[] { branchActivity }).AsReadOnly(), DR.GetString(DR.AddingBranch, branchActivity.GetType().Name));
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 (4)
45List<object[]> viewTypes = new List<object[]>(); 78List<DesignerView> views = new List<DesignerView>(); 91List<Type> activityTypes = new List<Type>(); 191CompositeActivityDesigner.InsertActivities(this.parentDesigner, new HitTestInfo(this.parentDesigner, HitTestLocations.Designer), new List<Activity>(new Activity[] { activity }).AsReadOnly(), SR.GetString(SR.AddingImplicitActivity));
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\SequentialWorkflowRootDesigner.cs (1)
259List<Point> connectionPoints = new List<Point>(base.GetInnerConnections(edges));
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (8)
56List<ActivityDesigner> containedDesigners = new List<ActivityDesigner>(); 65List<ActivityDesigner> designersToRemove = new List<ActivityDesigner>(); 184this.views = new List<DesignerView>(); 224List<ActivityDesignerVerb> smartTagVerbs = new List<ActivityDesignerVerb>(base.SmartTagVerbs); 288List<ActivityDesigner> mappedDesigners = new List<ActivityDesigner>(); 441List<Point> connectionPoints = new List<Point>(GetConnections(edges)); 582List<DesignerView> views = new List<DesignerView>(ValidatedViews); 732if (activityDesigner == null || activityDesigner.ParentDesigner == null || !activityDesigner.ParentDesigner.CanMoveActivities(moveLocation, new List<Activity>(new Activity[] { activity }).AsReadOnly()))
AuthoringOM\Design\WorkflowInlining.cs (1)
50List<ActivityDesigner> containedDesigners = new List<ActivityDesigner>();
AuthoringOM\Design\WorkflowView.cs (6)
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>(); 2406List<ElapsedEventUnit> clonedList = new List<ElapsedEventUnit>(this.elapsedEvents);
AuthoringOM\Design\XomlDesignerLoader.cs (2)
520private List<IDesignerVerbProvider> designerVerbProviders = new List<IDesignerVerbProvider>(); 863extendedUIService.AddDesignerActions(new List<DesignerAction>(activityDesigner.DesignerActions).ToArray());
AuthoringOM\ItemList.cs (10)
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(); 255FireListChanging(new ItemListChangeEventArgs<T>(-1, null, new List<T>(collection), this.owner, ItemListChangeAction.Add)); 257FireListChanged(new ItemListChangeEventArgs<T>(base.Count, null, new List<T>(collection), this.owner, ItemListChangeAction.Add)); 267FireListChanging(new ItemListChangeEventArgs<T>(index, null, new List<T>(collection), this.owner, ItemListChangeAction.Add)); 269FireListChanged(new ItemListChangeEventArgs<T>(index, null, new List<T>(collection), this.owner, ItemListChangeAction.Add));
AuthoringOM\PropertyMetadata.cs (1)
107List<Attribute> attributes = new List<Attribute>();
AuthoringOM\ScheduleChanges.cs (4)
35private List<WorkflowChangeAction> modelChangeActions = new List<WorkflowChangeAction>(); 179List<Activity> contextActivities = new List<Activity>(); 457List<WorkflowChangeAction> listChanges = new List<WorkflowChangeAction>(); 893List<PropertyInfo> properties = new List<PropertyInfo>(base.GetProperties(serializationManager, obj));
AuthoringOM\Serializer\DependencyObjectCodeDomSerializer.cs (1)
69List<DependencyProperty> dependencyProperties = new List<DependencyProperty>(dependencyObject.MetaDependencyProperties);
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 (6)
164AddMappings(new List<WorkflowMarkupSerializerMapping>(new WorkflowMarkupSerializerMapping[] { mappingForType })); 206xmlnsMappings = new List<WorkflowMarkupSerializerMapping>(matchingMappings); 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 (2)
150List<Activity> filteredActivities = new List<Activity>(); 933List<Activity> allActivities = new List<Activity>(compositeActivity.EnabledActivities);
Shared\ValidationHelpers.cs (1)
142List<Activity> responsePath = new List<Activity>();
System.Workflow.Runtime (98)
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 (3)
77InstanceLock.t_heldLocks = new List<InstanceLock>(); 304List<SchedulerLockGuardInfo> eventList = new List<SchedulerLockGuardInfo>(w.EventsToFireList); 312List<SchedulerLockGuardInfo> eventList = new List<SchedulerLockGuardInfo>(workflowExec.EventsToFireList);
PerformanceCounterManager.cs (2)
262actionStatements.Add(currentMapping.Action, new List<PerformanceCounterStatement>()); 291List<PerformanceCounter> counters = new List<PerformanceCounter>();
RTTrackingProfile.cs (15)
43private List<string> _activitiesIgnore = new List<string>(); 46private List<string> _userIgnore = new List<string>(); 148_activitiesIgnore = new List<string>(runtimeProfile._activitiesIgnore); 159_dynamicActivitiesIgnore = new List<string>(runtimeProfile._dynamicActivitiesIgnore); 166_userIgnore = new List<string>(runtimeProfile._userIgnore); 177_dynamicUserIgnore = new List<string>(runtimeProfile._dynamicUserIgnore); 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>(); 658List<Activity> allActivities = new List<Activity>(compositeActivity.EnabledActivities);
System\Activities\Statements\Interop.cs (3)
205this.outputPropertyDefinitions = new List<PropertyInfo>(); 595List<PropertyDescriptor> properties = new List<PropertyDescriptor>(); 634this.exposedBodyProperties = new List<InteropProperty>(bodyProperties.Length);
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 (6)
217List<Guid> _toRemove = new List<Guid>(); 388activityCallPath = new List<string>(path); 460List<TrackingChannelWrapper> channels = new List<TrackingChannelWrapper>(); 474activityCallPath = new List<string>(path); 1661list = new List<T>(); 1666list = new List<T>(capacity);
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 (16)
726public IList<AddedActivity> AddedActivities = new List<AddedActivity>(); 727public IList<RemovedActivity> RemovedActivities = new List<RemovedActivity>(); 982IList<ActivityTrackingRecord> activities = new List<ActivityTrackingRecord>(5); 1009activities = new List<ActivityTrackingRecord>(5); 1395List<KeyValuePair<long, string>> annotations = new List<KeyValuePair<long, string>>(record1.Annotations.Count + (null == record2 ? 0 : record2.Annotations.Count)); 1490IList<ActivityTrackingRecord> activity = new List<ActivityTrackingRecord>(1); 1595List<KeyValuePair<long, string>> annotations = new List<KeyValuePair<long, string>>(10); 1596List<KeyValuePair<long, TrackingDataItem>> items = new List<KeyValuePair<long, TrackingDataItem>>(10); 1714List<KeyValuePair<long, string>> annotations = new List<KeyValuePair<long, string>>(10); 1715List<KeyValuePair<long, TrackingDataItem>> items = new List<KeyValuePair<long, TrackingDataItem>>(10); 1806List<KeyValuePair<long, TrackingDataItem>> batch = new List<KeyValuePair<long, TrackingDataItem>>(_dataItemBatchSize); 1867List<long> ids = new List<long>(_dataItemAnnotationBatchSize); 1876List<KeyValuePair<long, string>> annotations = new List<KeyValuePair<long, string>>(_dataItemAnnotationBatchSize); 1945List<KeyValuePair<long, string>> batch = new List<KeyValuePair<long, string>>(_eventAnnotationBatchSize); 2085List<KeyValuePair<long, string>> annotations = new List<KeyValuePair<long, string>>(record.Annotations.Count); 2603List<Activity> allActivities = new List<Activity>(compositeActivity.EnabledActivities);
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>();
Tracking\TrackPoint.cs (1)
84status = new List<ActivityExecutionStatus>(9);
WorkBatch.cs (2)
251List<object> values = new List<object>(workItem.Value.Values); 262List<object> values = new List<object>(workItem.Value.Values);
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 (3)
453List<IComparable> list = new List<IComparable>(this.persistedQueueStates.Keys); 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 (34)
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 (4)
21static readonly IList<Type> redBitsKnownType = new List<Type>( 63List<IAuthorizationPolicy> authorizationPolicies = new List<IAuthorizationPolicy>(1); 70List<Type> knownTypes = new List<Type>(); 180claimSets = new List<ClaimSet>(1);
System\Workflow\Activities\ContractType.cs (6)
321List<MemberInfo> members = new List<MemberInfo>(); 454List<MethodInfo> localMethods = new List<MethodInfo>(); 687List<T> memberCollection = new List<T>(membersDictionary.Values); 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 (52)
System\Xml\Core\XmlEventCache.cs (1)
487this.pages = new List<XmlEvent[]>();
System\Xml\Core\XmlWriterSettings.cs (3)
85List<XmlQualifiedName> cdataSections = new List<XmlQualifiedName>(); 316clonedSettings.cdataSections = new List<XmlQualifiedName>(cdataSections); 848cdataSections = new List<XmlQualifiedName>(length);
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\XdrBuilder.cs (2)
714builder._ElementDef._ElementDecl.Values = new List<string>((string[]) obj); 969builder._AttributeDef._AttDef.Values = new List<string>((string[]) obj);
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 (3)
3233List<T> listDst = new List<T>(); 3259List<object> listDst = new List<object>(); 3270return new List<string>(XmlConvert.SplitString(value));
System\Xml\Serialization\XmlSchemaImporter.cs (1)
1220if (IsCyclicReferencedType(itemElement, new List<string>(1){identifier}))
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 (11)
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>(); 879List<Type> argTypes = new List<Type>(5); 880List<string> argNames = new List<string>(5); 1283List<Type> argTypes = new List<Type>(); 1932List<Type> argTypes = new List<Type>();
System\Xml\XPath\Internal\CacheAxisQuery.cs (2)
20this.outputBuffer = new List<XPathNavigator>(); 24this.outputBuffer = new List<XPathNavigator>(other.outputBuffer);
System\Xml\XPath\Internal\CacheOutputQuery.cs (2)
23this.outputBuffer = new List<XPathNavigator>(); 28this.outputBuffer = new List<XPathNavigator>(other.outputBuffer);
System\Xml\XPath\Internal\FollowingSibling.cs (2)
23this.parentStk = new List<XPathNavigator>(); 27this.parentStk = new List<XPathNavigator>(other.parentStk);
System\Xml\XPath\Internal\PrecedingSibling.cs (1)
49List<XPathNavigator> parentStk = new List<XPathNavigator>();
System\Xml\XPath\Internal\QueryBuilder.cs (1)
381List<Query> argList = new List<Query>(numArgs);
System\Xml\XPath\Internal\SortQuery.cs (2)
24this.results = new List<SortKey>(); 30this.results = new List<SortKey>(other.results);
System.Xml.Linq (6)
System\Xml\Linq\XLinq.cs (6)
3269List<object> list = new List<object>(); 7245list = new List<object>(); 7406attributes = new List<XAttribute>(); 7762foreach (XAttribute a in new List<XAttribute>(source)) 7773foreach (T node in new List<T>(source)) 8026content = new List<object>();
WindowsBase (54)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (3)
114filteredProps = new List<PropertyDescriptor>(localEnum.Count); 131filteredProps = new List<PropertyDescriptor>(registeredProperties.Length); 268List<DependencyProperty> dpList = new List<DependencyProperty>(currentCnt);
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (1)
672List<Attribute> newAttributes = new List<Attribute>(baseAttributes.Count + 1);
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (2)
188newDescriptors = new List<PropertyDescriptor>(cnt); 281List<PropertyDescriptor> newDescriptors = new List<PropertyDescriptor>(baseProps.Count);
Base\MS\Internal\IO\Packaging\InternalRelationshipCollection.cs (1)
245_relationships = new List<PackageRelationship>(4);
Base\MS\Internal\IO\Packaging\PieceDirectory.cs (1)
171_pieceStreamInfoList = new List<PieceStreamInfo>(sortedPieceInfoList.Count);
Base\MS\Internal\IO\Packaging\SparseMemoryStream.cs (1)
385_memoryStreamList = new List<MemoryStreamBlock>(5);
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (3)
261transformList = new List<String>(); 461transforms = new List<String>(1); 495transformStreams = new List<Stream>(transforms.Count);
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 (5)
365List<string> certificateIdList = new List<string>(); 708new List<SafeRightsManagementHandle>(unboundRightsList.Count); 711new List<RightNameExpirationInfoPair>(unboundRightsList.Count); 1616List<RightNameExpirationInfoPair> resultRightsInfoList = new List<RightNameExpirationInfoPair>(10); 1995_cryptoProviderList = new List<CryptoProvider>(5);
Base\MS\Internal\Security\RightsManagement\IssuanceLicense.cs (1)
1067private List<SafeRightsManagementPubHandle> _pubHandlesList = new List<SafeRightsManagementPubHandle>(50); // initial capacity
Base\MS\Internal\WeakEventTable.cs (1)
467private List<EventKey> _toRemove = new List<EventKey>();
Base\System\Collections\ObjectModel\WeakReadOnlyCollection.cs (1)
281List<T> newList = new List<T>(n);
Base\System\ComponentModel\PropertyChangedEventManager.cs (1)
637List<String> _toRemove = new List<String>();
Base\System\IO\Packaging\CompoundFile\DataSpaceManager.cs (2)
699return new List<IDataTransform>(0); // return an empty list 703List<IDataTransform> dataTransforms = new List<IDataTransform>(transformsList.Count);
Base\System\IO\Packaging\PackageDigitalSignatureManager.cs (4)
637List<Uri> signatures = new List<Uri>(_signatures.Count); 1009List<String> ids = new List<String>(); 1125List<PackageRelationship> relationshipsToVisit = new List<PackageRelationship>(relationships); 1275_signatures = new List<PackageDigitalSignature>();
Base\System\IO\Packaging\PackagePart.cs (1)
372_requestedStreams = new List<Stream>(); //Default capacity is 4
Base\System\IO\Packaging\PackageRelationshipSelector.cs (1)
149List<PackageRelationship> relationships = new List<PackageRelationship>(0);
Base\System\IO\Packaging\ZipPackage.cs (6)
234List<PackagePart> parts = new List<PackagePart>(_initialPartListSize); 670List<PieceInfo> pieces = new List<PieceInfo>(pieceDictionary.Keys); 1235pieces = new List<PieceInfo>(contentTypeStreamPieces.Keys); 1631zipFileInfoNameList = new List<string>(count); 1693_ignoredItemDictionary.Add(normalizedPrefixName, new List<string>(_listInitialSize)); 1708_extensionDictionary.Add(extension, new List<string>(_listInitialSize));
Base\System\Security\RightsManagement\CryptoProvider.cs (1)
309List<ContentGrant> grantList = new List<ContentGrant>(_boundRightsInfoList.Count);
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 (9)
CommandLine\ArgumentsParser.cs (2)
362List<string> acceptedAccounts = new List<string>(config.KerberosGlobalAcl); 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\ClusterRegistryConfigurationProvider.cs (1)
228List<string> list = new List<string>(5);
Configuration\FirewallWrapper.cs (1)
103List<INetFirewallOpenPort> ports = new List<INetFirewallOpenPort>();
Configuration\MsdtcClusterUtils.cs (1)
261List<string> nodeList = new List<string>(2); // 2 nodes are a typical cluster configuration
WsatUI (3)
Configuration\ClusterRegistryConfigurationProvider.cs (1)
228List<string> list = new List<string>(5);
Configuration\FirewallWrapper.cs (1)
103List<INetFirewallOpenPort> ports = new List<INetFirewallOpenPort>();
Configuration\MsdtcClusterUtils.cs (1)
261List<string> nodeList = new List<string>(2); // 2 nodes are a typical cluster configuration
XamlBuildTask (56)
Microsoft\Build\Tasks\Xaml\AttributeData.cs (2)
35this.parameters = new List<AttributeParameterData>(); 111IList<AttributeParameterData> parameters = new List<AttributeParameterData>();
Microsoft\Build\Tasks\Xaml\AttributeParameterData.cs (3)
65this.arrayContents = new List<AttributeParameterData>(); 93this.arrayContents = new List<AttributeParameterData>(arrayContents); 135this.arrayContents = new List<AttributeParameterData>();
Microsoft\Build\Tasks\Xaml\BuildExtensionContext.cs (9)
14static readonly IList<string> emptyList = new List<string>(0); 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 (4)
19List<ITaskItem> generatedCodeFiles = new List<ITaskItem>(); 137generatedCodeFiles = new List<ITaskItem>(value); 239IList<string> applicationMarkup = new List<string>(this.ApplicationMarkup.Length); 271sourceCodeFiles = new List<string>(this.SourceCodeFiles.Length);
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 (5)
24List<ITaskItem> generatedResources = new List<ITaskItem>(); 25List<ITaskItem> generatedCodeFiles = new List<ITaskItem>(); 57generatedResources = new List<ITaskItem>(value); 72generatedCodeFiles = new List<ITaskItem>(value); 350sourceCodeFiles = new List<string>(this.SourceCodeFiles.Length);
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>();
8041 references to List
ComSvcConfig (72)
ComAdminWrapper.cs (6)
181List<Guid> appIds = new List<Guid>(); 596List<ComAdminClassInfo> classes; 601static List<Version> CLRVersions = new List<Version>(2) { new Version("2.0"), new Version("4.0") }; 606public List<ComAdminClassInfo> Classes { get { return this.classes; } } 824List<ComAdminInterfaceInfo> interfaces; 832public List<ComAdminInterfaceInfo> Interfaces { get { return this.interfaces; } }
ComplusEndpointConfigContainer.cs (9)
427public static List<ComplusEndpointConfigContainer> Get() 429List<ComplusEndpointConfigContainer> containers = new List<ComplusEndpointConfigContainer>(); 483public override List<string> GetBaseAddresses(EndpointConfig config) 485List<string> ret = new List<string>(); 514public override List<EndpointConfig> GetEndpointConfigs() 525Dictionary<string, List<EndpointConfig>> endpointConfigs = BaseGetEndpointsFromConfiguration(config); 526List<EndpointConfig> list = new List<EndpointConfig>(); 529foreach (List<EndpointConfig> endpoints in endpointConfigs.Values) 543public override List<EndpointConfig> GetEndpointConfigs(Guid appid)
ComplusTypeValidator.cs (3)
161public static List<string> FetchAllMethodsForInterface(ComAdminInterfaceInfo interfaceInfo) 166public static List<string> FetchAllMethodsForInterface(ComAdminInterfaceInfo interfaceInfo, bool produceWarning) 192List<string> methodNames = new List<string>();
EndpointConfigContainer.cs (12)
36List<string> methods; 57methods = (List<string>)value; 194bool isMexEndpoint, List<string> methods) 212public abstract List<EndpointConfig> GetEndpointConfigs(); 216List<EndpointConfig> endpointConfigs = GetEndpointConfigs(appid); 219public virtual List<EndpointConfig> GetEndpointConfigs(Guid appid) 222List<EndpointConfig> endpointConfigs = new List<EndpointConfig>(); 250public abstract List<string> GetBaseAddresses(EndpointConfig config); 483protected Dictionary<string, List<EndpointConfig>> BaseGetEndpointsFromConfiguration(Configuration config) 485Dictionary<string, List<EndpointConfig>> endpointConfigs = new Dictionary<string, List<EndpointConfig>>(); 527List<EndpointConfig> list = null;
Options.cs (5)
74List<string> methods; 77public InterfaceDefination(T iinterface, List<string> methods) 102List<InterfaceDefination<T>> interfaces; 115public void AddInterface(T itf, List<string> methods) 396List<string> methodList = new List<string>();
Tool.cs (25)
193List<EndpointConfig> endpointConfigs = new List<EndpointConfig>(); 225(List<string>)iInterface.Methods); 265static List<EndpointConfigContainer> GetContainersForQueryOrRemove(Hosting hosting, string application, string webServer, string webDirectory) 267List<EndpointConfigContainer> containers = new List<EndpointConfigContainer>(); 285List<ComplusEndpointConfigContainer> comContainers = ComplusEndpointConfigContainer.Get(); 330List<WasEndpointConfigContainer> wasContainers = null; 366List<string> baseAddresses = null; 423List<EndpointConfig> endpointConfigs = new List<EndpointConfig>(); 425List<EndpointConfigContainer> containers = GetContainersForQueryOrRemove(options.Hosting, application, options.WebServer, options.WebDirectory); 433List<EndpointConfig> configs = null; 458Dictionary<Guid, Dictionary<Guid, Dictionary<Guid, List<EndpointConfig>>>> applicationToComponents = new Dictionary<Guid, Dictionary<Guid, Dictionary<Guid, List<EndpointConfig>>>>(); 461Dictionary<Guid, Dictionary<Guid, List<EndpointConfig>>> componentToInterfaces = null; 462Dictionary<Guid, List<EndpointConfig>> interfacesForComponents = null; 463List<EndpointConfig> endpointsForInterface = null; 467componentToInterfaces = new Dictionary<Guid, Dictionary<Guid, List<EndpointConfig>>>(); 472interfacesForComponents = new Dictionary<Guid, List<EndpointConfig>>(); 482IEnumerator<KeyValuePair<Guid, Dictionary<Guid, Dictionary<Guid, List<EndpointConfig>>>>> enumerateApps = applicationToComponents.GetEnumerator(); 485IEnumerator<KeyValuePair<Guid, Dictionary<Guid, List<EndpointConfig>>>> enumerateComponents = enumerateApps.Current.Value.GetEnumerator(); 510IEnumerator<KeyValuePair<Guid, List<EndpointConfig>>> enumerateInterfaces = enumerateComponents.Current.Value.GetEnumerator(); 565List<EndpointConfigContainer> containers = GetContainersForQueryOrRemove(options.Hosting, application, options.WebServer, options.WebDirectory); 574List<EndpointConfig> endpointsToDelete = new List<EndpointConfig>(); 575List<EndpointConfig> endpointConfigs = container.GetEndpointConfigs(sourceAppId); 776outComp.AddInterface(interfaceInfo.Iid, (List<string>)comInterface.Methods); 864outComp.AddInterface(interfaceInfo.Iid, (List<string>)comInterface.Methods);
WasAdminWrapper.cs (2)
78List<string> webServerNames = new List<string>(); 108List<string> webDirectoryNames = new List<string>();
WasEndpointConfigContainer.cs (10)
239public override List<string> GetBaseAddresses(EndpointConfig config) 265public override List<EndpointConfig> GetEndpointConfigs() 276Dictionary<string, List<EndpointConfig>> endpointConfigs = BaseGetEndpointsFromConfiguration(config); 277List<EndpointConfig> list = new List<EndpointConfig>(); 280foreach (List<EndpointConfig> endpoints in endpointConfigs.Values) 417public static List<WasEndpointConfigContainer> Get(string applicationIdOrName) 419List<WasEndpointConfigContainer> containers = new List<WasEndpointConfigContainer>(); 425List<WasEndpointConfigContainer> cont = Get(webServer, applicationIdOrName); 432public static List<WasEndpointConfigContainer> Get(string webServer, string applicationIdOrName) 434List<WasEndpointConfigContainer> containers = new List<WasEndpointConfigContainer>();
Microsoft.Activities.Build (13)
Microsoft\Activities\Build\Expressions\ExpressionsBuildExtension.cs (3)
24List<string> generatedFiles; 25List<Tuple<string, bool>> messages; 42List<ValidationBuildExtension.Violation> violations = ReportDeferredValidationErrorsTask.LoadDeferredValidationErrors(deferredValidationErrorsFilePath);
Microsoft\Activities\Build\Validation\DeferredValidationTask.cs (2)
38List<ValidationBuildExtension.Violation> violations = ReportDeferredValidationErrorsTask.LoadDeferredValidationErrors(this.DeferredValidationErrorsFilePath); 51private static bool ErrorExists(List<ValidationBuildExtension.Violation> violations)
Microsoft\Activities\Build\Validation\ReportDeferredValidationErrorsTask.cs (5)
38List<ValidationBuildExtension.Violation> violations = LoadDeferredValidationErrors(this.DeferredValidationErrorsFilePath); 52internal static List<ValidationBuildExtension.Violation> LoadDeferredValidationErrors(string filePath) 54List<ValidationBuildExtension.Violation> violations = null; 57DataContractSerializer serializer = new DataContractSerializer(typeof(List<ValidationBuildExtension.Violation>)); 58violations = (List<ValidationBuildExtension.Violation>)serializer.ReadObject(stream);
Microsoft\Activities\Build\Validation\ValidationBuildExtension.cs (3)
29List<Violation> violations; 68DataContractSerializer serializer = new DataContractSerializer(typeof(List<Violation>)); 128List<ValidationError> validationErrors = new List<ValidationError>();
mscorlib (246)
parent\parent\parent\parent\InternalApis\NDP_Common\inc\PinnableBufferCache.cs (2)
254List<object> notInGen2 = new List<object>(); 438private List<object> m_NotGen2;
system\_localdatastoremgr.cs (1)
337private List<LocalDataStore> m_ManagedLocalDataStores = new List<LocalDataStore>();
system\AggregateException.cs (5)
121: this(message, innerExceptions as IList<Exception> ?? (innerExceptions == null ? (List<Exception>)null : new List<Exception>(innerExceptions))) 209(List<ExceptionDispatchInfo>)null : 359List<Exception> unhandledExceptions = null; 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 (5)
44List<Attribute> attributeList = new List<Attribute>(); 149List<Attribute> attributeList = new List<Attribute>(); 248List<Type> disAllowMultiple = new List<Type>(); 368private static void CopyToArrayList(List<Attribute> attributeList,Attribute[] attributes,Dictionary<Type, AttributeUsageAttribute> types) 398private static void AddAttributesToList(List<Attribute> attributeList, Attribute[] attributes, Dictionary<Type, AttributeUsageAttribute> types)
system\cfgparser.cs (4)
500List<ConfigNode> m_children = new List<ConfigNode>(5); 501List<DictionaryEntry> m_attributes = new List<DictionaryEntry>(5); 525internal List<ConfigNode> Children 530internal List<DictionaryEntry> Attributes
system\Collections\Concurrent\ConcurrentDictionary.cs (2)
2041List<TKey> keys = new List<TKey>(count); 2074List<TValue> values = new List<TValue>(count);
system\Collections\Concurrent\ConcurrentQueue.cs (3)
310private List<T> ToList() 317List<T> list = new List<T>(); 909internal void AddToList(List<T> list, int start, int end)
system\Collections\Concurrent\ConcurrentStack.cs (2)
780private List<T> ToList() 782List<T> list = new List<T>();
system\collections\generic\list.cs (13)
340public List<TOutput> ConvertAll<TOutput>(Converter<T,TOutput> converter) { 349List<TOutput> list = new List<TOutput>(_size); 434public List<T> FindAll(Predicate<T> match) { 440List<T> list = new List<T>(); 582public List<T> GetRange(int index, int count) { 594Contract.Ensures(Contract.Result<List<T>>() != null); 597List<T> list = new List<T>(count); 1037internal static IList<T> Synchronized(List<T> list) { 1043private List<T> _list; 1046internal SynchronizedList(List<T> list) { 1142private List<T> list; 1147internal Enumerator(List<T> list) { 1159List<T> localList = list;
system\diagnostics\contracts\contracts.cs (4)
648/// <seealso cref="System.Collections.Generic.List&lt;T&gt;.TrueForAll"/> 679/// <seealso cref="System.Collections.Generic.List&lt;T&gt;.TrueForAll"/> 710/// <seealso cref="System.Collections.Generic.List&lt;T&gt;.Exists"/> 740/// <seealso cref="System.Collections.Generic.List&lt;T&gt;.Exists"/>
system\diagnostics\eventing\eventprovider.cs (9)
85private List<SessionInfo> m_liveSessions; // current live sessions (Tuple<sessionIdBit, etwSessionId>) 294List<Tuple<SessionInfo, bool>> sessionsChanged = GetSessions(); 382private List<Tuple<SessionInfo, bool>> GetSessions() 384List<SessionInfo> liveSessionList = null; 390List<Tuple<SessionInfo, bool>> changedSessionList = new List<Tuple<SessionInfo, bool>>(); 430ref List<SessionInfo> sessionList) 505private static int IndexOfSessionInList(List<SessionInfo> sessions, int etwSessionId) 931List<int> refObjPosition = new List<int>(s_etwAPIMaxRefObjCount); 932List<object> dataRefObj = new List<object>(s_etwAPIMaxRefObjCount);
system\diagnostics\eventing\eventsource.cs (17)
476var ret = new List<EventSource>(); 1423List<object> arg = new List<object>(); 4082private List<EtwSession> m_legacySessions; // the legacy ETW sessions listening to this source 4653internal static List<WeakReference> s_EventSources; 4833var names = new List<string>(); 5859private static List<WeakReference<EtwSession>> s_etwSessions = new List<WeakReference<EtwSession>>(); 6045perEventByteArrayArgIndices = new Dictionary<string, List<int>>(); 6333var sortedChannels = new List<KeyValuePair<int, ChannelInfo>>(); 6397var sortedTasks = new List<int>(taskTab.Keys); 6450var sortedOpcodes = new List<int>(opcodeTab.Keys); 6464var sortedKeywords = new List<ulong>(keywordTab.Keys); 6499List<CultureInfo> cultures = null; 6599private static List<CultureInfo> GetSupportedCultures(ResourceManager resources) 6601var cultures = new List<CultureInfo>(); 6865List<int> byteArrArgIndices; 6913Dictionary<string, List<int>> perEventByteArrayArgIndices; // "event_name" -> List_of_Indices_of_Byte[]_Arg 6918List<int> byteArrArgIndices; // keeps track of the index of each byte[] argument
System\Diagnostics\Eventing\TraceLogging\EnumerableTypeInfo.cs (1)
54List<object> serializedEnumerable = new List<object>();
System\Diagnostics\Eventing\TraceLogging\EventPayload.cs (4)
23internal EventPayload(List<string> payloadNames, List<object> payloadValues) 146private List<string> m_names; 147private List<object> m_values;
System\Diagnostics\Eventing\TraceLogging\InvokeTypeInfo.cs (2)
87var membersNames = new List<string>(); 88var memebersValues = new List<object>();
System\Diagnostics\Eventing\TraceLogging\SimpleTypeInfos.cs (2)
980public KeyValuePairTypeInfo(List<Type> recursionCheck) 1026public NullableTypeInfo(List<Type> recursionCheck)
System\Diagnostics\Eventing\TraceLogging\Statics.cs (2)
550public static TraceLoggingTypeInfo GetTypeInfoInstance(Type dataType, List<Type> recursionCheck) 579List<Type> recursionCheck)
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventSource.cs (2)
739List<byte> traitMetaData = new List<byte>(100); 772private static int AddValueToMetaData(List<byte> metaData, string value)
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventTypes.cs (2)
216var recursionCheck = new List<Type>(paramInfos.Length); 235var recursionCheck = new List<Type>(types.Length);
System\Diagnostics\Eventing\TraceLogging\TraceLoggingMetadataCollector.cs (1)
307internal readonly List<FieldMetadata> fields = new List<FieldMetadata>();
System\Diagnostics\Eventing\TraceLogging\TraceLoggingTypeInfo_T.cs (1)
140internal static TraceLoggingTypeInfo<DataType> GetInstance(List<Type> recursionCheck)
System\Diagnostics\Eventing\TraceLogging\TypeAnalysis.cs (2)
27List<Type> recursionCheck) 30var propertyList = new List<PropertyAnalysis>();
system\globalization\datetimeformat.cs (1)
1124List<String> results = new List<String>(DEFAULT_ALL_DATETIMES_SIZE);
system\globalization\datetimeformatinfo.cs (1)
1684List<String> results = new List<String>(DEFAULT_ALL_DATETIMES_SIZE);
system\globalization\datetimeformatinfoscanner.cs (1)
117internal List<String> m_dateWords = new List<String>();
system\io\directory.cs (2)
242List<string> stackDir = new List<string>(); 834List<String> fileList = new List<String>(enble);
system\io\directoryinfo.cs (3)
366List<FileInfo> fileList = new List<FileInfo>(enble); 424List<FileSystemInfo> fileList = new List<FileSystemInfo>(enble); 478List<DirectoryInfo> fileList = new List<DirectoryInfo>(enble);
system\io\file.cs (1)
1022List<String> lines = new List<String>();
system\io\filesystemenumerable.cs (1)
170private List<Directory.SearchData> searchStack;
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\Associates.cs (1)
147List<MethodInfo> otherList = null;
system\reflection\customattribute.cs (6)
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\assemblybuilder.cs (1)
366List<CustomAttributeBuilder> assemblyAttributes = null;
system\reflection\emit\assemblybuilderdata.cs (2)
466internal List<ModuleBuilder> m_moduleBuilderList; 467internal List<ResWriterData> m_resWriterList;
system\reflection\emit\dynamicilgenerator.cs (1)
1180internal List<Object> m_tokens;
system\reflection\emit\dynamicmethod.cs (1)
305List<CustomAttributeBuilder> assemblyAttributes = new List<CustomAttributeBuilder>();
system\reflection\emit\methodbuilder.cs (1)
881private List<SymCustomAttr> m_symCustomAttrs;
system\reflection\emit\modulebuilder.cs (1)
963List<ModuleBuilder> modList;
system\reflection\emit\typebuilder.cs (3)
531private List<CustAttr> m_ca; 538private List<Type> m_typeInterfaces; 541internal List<MethodBuilder> m_listMethods;
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 (2)
291List<String> typeNames = new List<String>(); 525private ResourceTypeCode FindTypeCode(Object value, List<String> types)
system\rttype.cs (8)
1129List<RuntimeType> al = new List<RuntimeType>(); 1338Dictionary<String, List<RuntimePropertyInfo>> csPropertyInfos = filter.CaseSensitive() ? null : 1339new Dictionary<String, List<RuntimePropertyInfo>>(); 1364Dictionary<String, List<RuntimePropertyInfo>> csPropertyInfos, 1461List<RuntimePropertyInfo> cache = csPropertyInfos.GetValueOrDefault(name); 4837List<MethodInfo> results = null; 4880List<MethodInfo> results = null; 5220List<MethodBase> matches = new List<MethodBase>(candidates.Length);
system\runtime\compilerservices\ConditionalWeakTable.cs (2)
330List<TKey> list = new List<TKey>(); 358List<TValue> list = new List<TValue>();
system\runtime\designerservices\windowsruntimedesignercontext.cs (1)
31List<string> pathList = new List<string>(paths);
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 (7)
136private List<EventRegistrationToken> restTokens; // Rest of the tokens 186public void CopyTo(List<EventRegistrationToken> tokens) 337List<EventRegistrationToken> tokensToRemove = new List<EventRegistrationToken>(); 442public void CopyTo(List<EventRegistrationToken> tokens) 774List<EventRegistrationToken> tokensToRemove = new List<EventRegistrationToken>(); 1028internal static void CallRemoveMethods(Action<EventRegistrationToken> removeMethod, List<EventRegistrationToken> tokensToRemove) 1031List<Exception> exceptions = new List<Exception>();
system\runtime\interopservices\windowsruntime\windowsruntimemetadata.cs (1)
41List<string> packageGraphFilePathsList = new List<string>(packageGraphFilePaths);
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (1)
497internal List<Type> memberTypesList;
system\runtime\serialization\formatterservices.cs (1)
84List<SerializationFieldInfo> allMembers = null;
system\runtime\serialization\safeserializationmanager.cs (4)
218private List<object> m_serializedStates = new List<object>(); 301m_serializedStates = info.GetValue("m_serializedStates", typeof(List<object>)) as List<object>; 370info.AddValue("m_serializedStates", m_serializedStates, typeof(List<IDeserializationCallback>));
system\runtime\serialization\serializationeventscache.cs (6)
27private List<MethodInfo> m_OnSerializingMethods = null; 28private List<MethodInfo> m_OnSerializedMethods = null; 29private List<MethodInfo> m_OnDeserializingMethods = null; 30private List<MethodInfo> m_OnDeserializedMethods = null; 32private List<MethodInfo> GetMethodsWithAttribute(Type attribute, Type t) 34List<MethodInfo> mi = new List<MethodInfo>();
system\security\claims\ClaimsIdentity.cs (4)
85List<Claim> m_instanceClaims = new List<Claim>(); 769List<Claim> claims = new List<Claim>(); 797List<Claim> claims = new List<Claim>(); 1039m_instanceClaims = (List<Claim>)(new BinaryFormatter()).Deserialize(stream, null, false);
system\security\claims\ClaimsPrincipal.cs (6)
73List<ClaimsIdentity> m_identities = new List<ClaimsIdentity>(); 391List<string> listOfIdentities = null; 395listOfIdentities = (List<string>)formatter.Deserialize(stream, null, false); 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 (1)
292List<IDRole> idroles = null;
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 (2)
94List<StrongName> fullTrustList = new List<StrongName>(); 266List<StrongName> fullTrustAssemblies = new List<StrongName>();
system\security\policy\evidence.cs (6)
1615private static volatile List<Type> s_expensiveEvidence; 1655private static List<Type> ExpensiveEvidence 1661List<Type> expensiveEvidence = new List<Type>(); 1707List<Type> alreadyGeneratedList = new List<Type>(); 1708List<Type> inexpensiveList = new List<Type>(); 1709List<Type> expensiveList = new List<Type>(ExpensiveEvidence.Count);
system\security\policy\evidencebase.cs (1)
141private List<EvidenceBase> m_legacyEvidenceList = new List<EvidenceBase>();
system\security\policy\pefileevidencefactory.cs (1)
52private List<EvidenceBase> m_assemblyProvidedEvidence;
system\security\policy\policystatement.cs (1)
48private List<IDelayEvaluatedEvidence> m_dependentEvidence;
system\security\principal\ircollection.cs (2)
24private List<IdentityReference> _Identities; 149internal List<IdentityReference> Identities
system\security\principal\windowsidentity.cs (6)
98List<Claim> m_deviceClaims; 101List<Claim> m_userClaims; 1321void AddDeviceGroupSidClaims(List<Claim> instanceClaims, TokenInformationClass tokenInformationClass) 1371void AddGroupSidClaims(List<Claim> instanceClaims) 1435void AddPrimarySidClaim(List<Claim> instanceClaims) 1466void AddTokenClaims(List<Claim> instanceClaims, TokenInformationClass tokenInformationClass, string propertyValue)
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)
758List<Exception> exceptionList = null;
system\threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (2)
221var exceptions = localCs.m_exceptions; 482internal List<Exception> m_exceptions;
system\threading\Tasks\ProducerConsumerQueues.cs (1)
534List<T> list = new List<T>();
system\threading\Tasks\Task.cs (28)
278internal volatile List<Task> m_exceptionalChildren; 2253List<Task> exceptionalChildren = props != null ? props.m_exceptionalChildren : null; 2390List<Task> tmp = props.m_exceptionalChildren; 2421List<Task> tmp = (props != null) ? props.m_exceptionalChildren : null; 3647List<object> continuations = continuationObject as List<object>; 4734if ((oldValue != s_taskCompletionSentinel) && (!(oldValue is List<object>))) 4737List<object> newList = new List<object>(); 4752List<object> list = m_continuationObject as List<object>; 4819List<object> continuationsLocalListRef = continuationsLocalRef as List<object>; 4830continuationsLocalListRef = m_continuationObject as List<object>; 5061List<Exception> exceptions = null; 5062List<Task> waitedOnTaskList = null; 5063List<Task> notificationTasks = null; 5169private static void AddToList<T>(T item, ref List<T> list, int initSize) 5180private static bool WaitAllBlockingCore(List<Task> tasks, int millisecondsTimeout, CancellationToken cancellationToken) 5248List<Exception> exceptions = null; 5288internal static void AddExceptionsForCompletedTask(ref List<Exception> exceptions, Task t) 6008List<Task> taskList = new List<Task>(); 6132List<ExceptionDispatchInfo> observedExceptions = null; 6257List<Task<TResult>> taskList = new List<Task<TResult>>(); 6377List<ExceptionDispatchInfo> observedExceptions = null; 6515List<Task> taskList = new List<Task>(); 6640List<object> continuationList = continuationObject as List<object>; 6643List<Delegate> result = new List<Delegate>();
system\threading\Tasks\TaskCompletionSource.cs (1)
193List<Exception> defensiveCopy = new List<Exception>();
system\threading\Tasks\TaskExceptionHolder.cs (4)
51private volatile List<ExceptionDispatchInfo> m_faultExceptions; 246var exceptions = m_faultExceptions; 375var exceptions = m_faultExceptions; 405var exceptions = m_faultExceptions;
system\threading\ThreadLocal.cs (6)
466var list = GetValuesAsList(); // returns null if disposed 473private List<T> GetValuesAsList() 475List<T> valueList = new List<T>(); 546internal List<T> ValuesForDebugDisplay // same as Values property, but doesn't throw if disposed 678private List<bool> m_freeIds = new List<bool>(); 810public List<T> Values
system\timezoneinfo.cs (3)
953List<TimeZoneInfo> list; 2375List<AdjustmentRule> rulesList = new List<AdjustmentRule>(1); 3931List<AdjustmentRule> rules = new List<AdjustmentRule>(1);
system\unityserializationholder.cs (1)
46List<int> elementTypes = new List<int>();
PresentationBuildTasks (44)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (1)
147List<string> keysToUpdate = new List<string>();
BuildTasks\Microsoft\Build\Tasks\Windows\FileClassifier.cs (6)
84var mainEmbeddedList = new List<ITaskItem>(); 85var satelliteEmbeddedList = new List<ITaskItem>(); 86var clrEmbeddedResourceList = new List<ITaskItem>(); 87var clrSatelliteEmbeddedResourceList = new List<ITaskItem>(); 307private void Classify(IEnumerable<ITaskItem> inputItems, List<ITaskItem> mainList, List<ITaskItem> satelliteList)
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (2)
933private List<Uid> _uids; 937private List<string> _namespacePrefixes;
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (1)
734List<ClrNamespaceAssemblyPair> cnap = XamlTypeMapper.GetClrNamespacePairFromCache(xamlXmlnsPropertyNode.XmlNamespace);
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (3)
189List<FileUnit> modifiedXamlFiles = new List<FileUnit>(); 367private void UpdateFileListForIncrementalBuild(List<FileUnit> modifiedXamlFiles) 369List<FileUnit> recompiledXaml = new List<FileUnit>();
BuildTasks\MS\Internal\Tasks\TaskHelper.cs (2)
222private static List<string> _gacPaths; 227List<string> gacPaths = new List<string>();
Core\CSharp\MS\internal\Media\XamlSerializationHelper.cs (7)
205List<ThreeDoublesMarkup> point3Ds = ParseThreeDoublesCollection(stringValues, TypeConverterHelper.InvariantEnglishUS); 240List<ThreeDoublesMarkup> points = ParseThreeDoublesCollection(stringValues, TypeConverterHelper.InvariantEnglishUS); 275List<Point> points = ParsePointCollection(stringValue, TypeConverterHelper.InvariantEnglishUS); 388private static List<ThreeDoublesMarkup> ParseThreeDoublesCollection(string source, IFormatProvider formatProvider) 393List<ThreeDoublesMarkup> resource = new List<ThreeDoublesMarkup>( source.Length/ 8 ) ; // SWAG the length of the collection. 415private static List<Point> ParsePointCollection(string source, IFormatProvider formatProvider) 419List<Point> resource = new List<Point>(source.Length/ 8 ); // SWAG the length of the collection.
Framework\MS\Internal\Globalization\LocalizationComments.cs (1)
96List<PropertyComment> tokens = new List<PropertyComment>(8);
Framework\System\Windows\Markup\BamlRecordWriter.cs (9)
1599List<List<ValueDeferRecord>> staticResourceRecordList = keyRecord.StaticResourceRecordList; 1606List<ValueDeferRecord> srRecords = staticResourceRecordList[j]; 1798internal List<List<ValueDeferRecord>> StaticResourceRecordList 1804_staticResourceRecordList = new List<List<ValueDeferRecord>>(1); 1813private List<List<ValueDeferRecord>> _staticResourceRecordList; 1950List<ValueDeferRecord> _staticResourceRecordList; // List of BamlRecords between the start and end of a StaticResource definition (both ends inclusive).
Framework\System\Windows\Markup\XamlInt32CollectionSerializer.cs (3)
96List<IntegerMarkup> ints = Parse( stringValue); 227public static List<IntegerMarkup> Parse(string source) 232List<IntegerMarkup> resource = new List<IntegerMarkup>();
Framework\System\Windows\Markup\XamlTypeMapper.cs (3)
3474List<ClrNamespaceAssemblyPair> namespaceAssemblyPair; 3637internal static List<ClrNamespaceAssemblyPair> GetClrNamespacePairFromCache( 3641List<ClrNamespaceAssemblyPair> mappingArray = null;
Framework\System\Windows\Markup\XmlnsCache.cs (6)
102List<Assembly> interestingAssemblies = new List<Assembly>(); 159internal List<ClrNamespaceAssemblyPair> GetMappingArray(string xmlns) 161return _cacheTable[xmlns] as List<ClrNamespaceAssemblyPair>; 233List<CustomAttributeData> foundAttributes = new List<CustomAttributeData>(); 315List<ClrNamespaceAssemblyPair> pairList; 338pairList = _cacheTable[xmlns] as List<ClrNamespaceAssemblyPair>;
PresentationCore (286)
Core\CSharp\MS\Internal\ConstrainedDataObject.cs (1)
299List<string> resultList = new List<string>();
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (3)
59private List<CompositeFontFamily> _userCompositeFonts; 136private static List<CompositeFontFamily> GetCompositeFontList(FontSourceCollection fontSourceCollection) 138List<CompositeFontFamily> compositeFonts = new List<CompositeFontFamily>();
Core\CSharp\MS\Internal\FontCache\FontResourceCache.cs (8)
29private static void ConstructFontResourceCache(Assembly entryAssembly, Dictionary<string, List<string>> folderResourceMap) 51internal static List<string> LookupFolder(Uri uri) 81Dictionary<string, List<string>> folderResourceMap; 87folderResourceMap = new Dictionary<string, List<string>>(StringComparer.OrdinalIgnoreCase); 93List<string> ret; 113private static void AddResourceToFolderMap(Dictionary<string, List<string>> folderResourceMap, string resourceFullName) 150private static Dictionary<Assembly, Dictionary<string, List<string>>> _assemblyCaches 151= new Dictionary<Assembly, Dictionary<string, List<string>>>(1);
Core\CSharp\MS\Internal\FontCache\FontSourceCollection.cs (2)
163List<Text.TextInterface.IFontSource> fontSources; 271List<string> resourceEntries = FontResourceCache.LookupFolder(_uri);
Core\CSharp\MS\Internal\IListConverters.cs (4)
111List<double> list = new List<double>(Math.Min(256, value.Length / EstimatedCharCountPerItem + 1)); 154List<ushort> list = new List<ushort>(Math.Min(256, value.Length / EstimatedCharCountPerItem + 1)); 195List<bool> list = new List<bool>(Math.Min(256, value.Length / EstimatedCharCountPerItem + 1)); 237List<Point> list = new List<Point>(Math.Min(256, value.Length / EstimatedCharCountPerItem + 1));
Core\CSharp\MS\Internal\Ink\Bezier.cs (4)
52internal List<Point> Flatten(double tolerance) 54List<Point> points = new List<Point>(); 499private void FlattenSegment(int iFirst, double tolerance, List<Point> points) 585private List<Point> _bezierControlPoints = new List<Point>();
Core\CSharp\MS\Internal\Ink\CuspData.cs (3)
532private List<CDataPoint> _points; 533private List<double> _nodes; 535private List<int> _cusps = new List<int>();
Core\CSharp\MS\Internal\Ink\ErasingStroke.cs (4)
137internal bool EraseTest(StrokeNodeIterator iterator, List<StrokeIntersection> intersections) 143List<StrokeFIndices> eraseAt = new List<StrokeFIndices>(); 265List<Point> newPath = new List<Point>(); 330private List<StrokeNode> _erasingStrokeNodes = null;
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 (2)
86List<byte> compressedData = new List<byte>(); 271List<byte> compressedData = new List<byte>(input.Length + 1); //reasonable default based on profiling.
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\GorillaCodec.cs (3)
375internal void Compress(int bitCount, int[] input, int startInputIndex, DeltaDelta dtxf, List<byte> compressedData) 426internal void Compress(int bitCount, BitStreamReader reader, GorillaEncodingType encodingType, int unitsToEncode, List<byte> compressedData) 676List<byte> output = new List<byte>((bitsToWrite / 8) * unitsToDecode);
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\HuffCodec.cs (1)
58internal void Compress(DataXform dataXf, int[] input, List<byte> compressedData)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\HuffModule.cs (1)
120private List<HuffCodec> _huffCodecs = new List<HuffCodec>();
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (8)
68internal System.Collections.Generic.List<int> StrokeIds = null; 110List<char> charData = new List<char>((int)inkData.Length); 1593System.Collections.Generic.List<KnownTagCache.KnownTagIndex> tags = null; 1645List<StylusPointPropertyInfo> stylusPointPropertyInfos = new List<StylusPointPropertyInfo>(); 2768private System.Collections.Generic.List<StrokeDescriptor> _strokeDescriptorTable = null; 2769private System.Collections.Generic.List<TransformDescriptor> _transformTable = null; 2770private System.Collections.Generic.List<DrawingAttributes> _drawingAttributesTable = null; 2771private System.Collections.Generic.List<MetricBlock> _metricTable = null;
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (1)
46List<byte> output = new List<byte>();
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\MultiByteCodec.cs (2)
36internal void Encode(uint data, List<byte> output) 57internal void SignEncode(int data, List<byte> output)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\StrokeDescriptor.cs (2)
14private System.Collections.Generic.List<KnownTagCache.KnownTagIndex> _strokeDescriptor = new System.Collections.Generic.List<KnownTagCache.KnownTagIndex>(); 27public System.Collections.Generic.List<KnownTagCache.KnownTagIndex> Template
Core\CSharp\MS\Internal\Ink\Lasso.cs (10)
225List<LassoCrossing> crossingList = new List<LassoCrossing>(); 322List<StrokeIntersection> strokeIntersectionList = new List<StrokeIntersection>(); 332private static void SortAndMerge(ref List<LassoCrossing> crossingList) 337List<LassoCrossing> mergedList = new List<LassoCrossing>(); 386List<LassoCrossing> crossingList, List<StrokeIntersection> strokeIntersections) 497protected List<Point> PointsList 539private List<Point> _points; 686List<Point> points = PointsList; 772List<Point> points = PointsList;
Core\CSharp\MS\Internal\Ink\Quad.cs (1)
80internal void GetPoints(List<Point> pointBuffer)
Core\CSharp\MS\Internal\Ink\Renderer.cs (1)
725private List<Visual> _attachedVisuals = null;
Core\CSharp\MS\Internal\Ink\StrokeIntersection.cs (2)
195List<StrokeFIndices> inFIndices = new List<StrokeFIndices>(intersections.Length); 227List<StrokeFIndices> hitFIndices = new List<StrokeFIndices>(intersections.Length);
Core\CSharp\MS\Internal\Ink\StrokeNode.cs (8)
117internal void GetContourPoints(List<Point> pointBuffer) 128internal void GetPreviousContourPoints(List<Point> pointBuffer) 192internal void GetPointsAtStartOfSegment(List<Point> abPoints, 193List<Point> dcPoints 317internal void GetPointsAtEndOfSegment( List<Point> abPoints, 318List<Point> dcPoints 423List<Point> abPoints, 424List<Point> dcPoints,
Core\CSharp\MS\Internal\Ink\StrokeNodeOperations.cs (1)
100internal void GetNodeContourPoints(StrokeNodeData node, List<Point> pointBuffer)
Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs (18)
58List<Point> connectingQuadPoints = new List<Point>(iterator.Count * 4); 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>(); 271List<Point> polyLinePoints = new List<Point>(4); 759List<Point> pointBuffer1, 760List<Point> pointBuffer2, 761List<Point> pointBuffer3 814private static void ReverseDCPointsRenderAndClear(StreamGeometryContext context, List<Point> abPoints, List<Point> dcPoints, List<Point> polyLinePoints, bool isEllipse, bool clear) 879private static void AddFigureToStreamGeometryContext(StreamGeometryContext context, List<Point> points, bool isBezierFigure) 907private static void AddPolylineFigureToStreamGeometryContext(StreamGeometryContext context, List<Point> abPoints, List<Point> dcPoints) 930private static void AddArcToFigureToStreamGeometryContext(StreamGeometryContext context, List<Point> abPoints, List<Point> dcPoints, List<Point> polyLinePoints) 947List<Point> points = j == 0 ? abPoints : dcPoints;
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (14)
266private List<HitTestEdge> GrabValidEdges(Point[] visualTexCoordBounds) 269List<HitTestEdge> hitTestEdgeList = new List<HitTestEdge>(); 446List<HitTestEdge> edgeList, 488List<HitTestEdge> edgeList) 492List<Point3D> pointList = new List<Point3D>(); 493List<Point> uvList = new List<Point>(); 607List<HitTestEdge> edgeList) 839List<HitTestEdge> edgeList, 920List<HitTestEdge> edgeList) 922List<Point3D> pointList = new List<Point3D>(); 923List<Point> uvList = new List<Point>(); 1040private bool FindClosestIntersection(Point mousePos, List<HitTestEdge> edges, out Point finalPoint) 1177List<HitTestEdge> edges = null; 1350List<HitTestEdge> _validEdgesCache = null;
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (1)
671List<DWriteFontFeature> fontFeatures = new List<DWriteFontFeature>((int)CustomOpenTypeFeatures.Count);
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
928List<IndexedGlyphRun> indexedGlyphRuns = new List<IndexedGlyphRun>(_runs.Length);
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (12)
300abstract protected List<AutomationPeer> GetChildrenCore(); 569List<AutomationPeer> children = parent.GetChildren(); 723virtual protected List<AutomationPeer> GetControlledPeersCore() 1234public List<AutomationPeer> GetControlledPeers() 1236List<AutomationPeer> result = null; 1261List<AutomationPeer> controlledPeers = GetControlledPeers(); 1339public List<AutomationPeer> GetChildren() 1678List<AutomationPeer> children = GetChildren(); 1807List<AutomationPeer> oldChildren = _children; 1808List<AutomationPeer> addedChildren = null; 2150internal List<AutomationPeer> Children 2429private List<AutomationPeer> _children;
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
75override protected List<AutomationPeer> GetChildrenCore()
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (2)
74override protected List<AutomationPeer> GetChildrenCore() 76List<AutomationPeer> children = null;
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (2)
74override protected List<AutomationPeer> GetChildrenCore() 76List<AutomationPeer> children = null;
Core\CSharp\System\Windows\FreezableCollection.cs (1)
997internal List<T> _collection;
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (5)
162internal List<StrokeInfo> StrokeInfos { get { return _strokeInfos; } } 244List<StrokeInfo> newStrokeInfos = new List<StrokeInfo>(_strokes.Count); 297private List<StrokeInfo> _strokeInfos; 543List<StrokeHitEventArgs> strokeHitEventArgCollection = null; 547List<StrokeIntersection> eraseAt = new List<StrokeIntersection>();
Core\CSharp\System\Windows\Ink\Stroke.cs (2)
264List<Point> bezierPoints = bezier.Flatten(tolerance); 271private StylusPointCollection GetInterpolatedStylusPoints(List<Point> bezierPoints)
Core\CSharp\System\Windows\Ink\Stroke2.cs (1)
630List<StrokeIntersection> intersections = new List<StrokeIntersection>();
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (13)
57List<Stroke> items = (List<Stroke>)this.Items; 310( (List<Stroke>)removed.Items ).Add(this[x]); 328( (List<Stroke>)removed.Items ).Add(removedStroke); 349( (List<Stroke>)addedStrokes.Items ).Add(stroke); 371( (List<Stroke>)removed.Items ).Add(removedStroke); 374( (List<Stroke>)added.Items ).Add(stroke); 437( (List<Stroke>)this.Items ).RemoveAt(indexes[x]); 477( (List<Stroke>)this.Items ).AddRange(strokes); 558( (List<Stroke>)this.Items ).RemoveAt(indexes[x]); 564( (List<Stroke>)this.Items ).InsertRange(indexes[0], strokesToReplaceWith); 577( (List<Stroke>)this.Items ).Add(stroke); 890( (List<Stroke>)this.Items ).AddRange(strokeCollection);
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (6)
376List<StrokeIntersection> intersections = new List<StrokeIntersection>(); 397List<Stroke> solidStrokes = new List<Stroke>(); 398Dictionary<Color, List<Stroke>> highLighters = new Dictionary<Color, List<Stroke>>(); 403List<Stroke> strokes; 422foreach (List<Stroke> strokes in highLighters.Values)
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (10)
109List<IInputElement> targets = akm.GetTargetsForScope(scope, key, null, AccessKeyInformation.Empty); 258List<IInputElement> targets = GetTargetsForSender(inputElementSender, key); 271List<IInputElement> targets = GetTargetsForScope(scope, key, null, AccessKeyInformation.Empty); 281private ProcessKeyResult ProcessKey(List<IInputElement> targets, string key, bool existsElsewhere, bool userInitiated) 401private List<IInputElement> GetTargetsForSender(IInputElement sender, string key) 415private List<IInputElement> GetTargetsForScope(object scope, string key, IInputElement sender, AccessKeyInformation senderInfo) 443List<IInputElement> possibleElements; 451List<IInputElement> finalTargets = new List<IInputElement>(1); 681private static List<IInputElement> CopyAndPurgeDead(ArrayList elements) 688List<IInputElement> copy = new List<IInputElement>(elements.Count);
Core\CSharp\System\Windows\Input\Command\CanExecuteChangedEventManager.cs (11)
100List<HandlerSink> list = data as List<HandlerSink>; 101List<HandlerSink> toRemove = null; 198List<HandlerSink> list = (List<HandlerSink>)this[source]; 216List<HandlerSink> list = (List<HandlerSink>)this[source]; 271List<Delegate> list = value as List<Delegate>; 298List<Delegate> list = value as List<Delegate>;
Core\CSharp\System\Windows\Input\Command\CommandBindingCollection.cs (2)
377System.Collections.Generic.List<CommandBinding> list = new System.Collections.Generic.List<CommandBinding>(0); 429private System.Collections.Generic.List<CommandBinding> _innerCBList;
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (1)
661List<Tuple<Type, CommandBinding>> list = null; // more than one
Core\CSharp\System\Windows\Input\Command\InputBindingCollection.cs (3)
390List<InputBinding> oldInputBindings = new List<InputBinding>(_innerBindingList); 410System.Collections.Generic.List<InputBinding> list = new System.Collections.Generic.List<InputBinding>(0); 486private List<InputBinding> _innerBindingList;
Core\CSharp\System\Windows\Input\Command\InputGestureCollection.cs (2)
175List<InputGesture> list = new List<InputGesture>(0); 472private System.Collections.Generic.List<InputGesture> _innerGestureList;
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (3)
521List<IManipulator> manipulators = new List<IManipulator>(_manipulators); 542List<IManipulator> manipulators = new List<IManipulator>(_manipulators); 608private List<IManipulator> _manipulators;
Core\CSharp\System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (1)
278private List<InertiaParameters2D> _inertiaParameters;
Core\CSharp\System\Windows\Input\ManipulationStartingEventArgs.cs (1)
151private List<ManipulationParameters2D> _parameters;
Core\CSharp\System\Windows\Input\TouchDevice.cs (3)
479List<DependencyObject> others = null; 1317List<TouchDevice> touches = new List<TouchDevice>(); 1436private static List<TouchDevice> _activeDevices;
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
3257private List<HwndSourceKeyboardInputSite> _keyboardInputSinkChildren;
Core\CSharp\System\Windows\Media\Animation\AnimationLayer.cs (2)
193List<AnimationClock> animationClockList = _animationClocks as List<AnimationClock>;
Core\CSharp\System\Windows\Media\Animation\Clock.cs (1)
1432List<Clock> parentChildren = _parent.InternalChildren;
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (5)
67internal List<Clock> InternalChildren 80internal List<WeakReference> InternalRootChildren 175List<Clock> children = _children; 618private List<Clock> _children; 619private List<WeakReference> _rootChildren;
Core\CSharp\System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (1)
850List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\BooleanKeyFrameCollection.cs (1)
34private List<BooleanKeyFrame> _keyFrames;
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\ByteKeyFrameCollection.cs (1)
34private List<ByteKeyFrame> _keyFrames;
Core\CSharp\System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (1)
850List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (1)
34private List<CharKeyFrame> _keyFrames;
Core\CSharp\System\Windows\Media\Animation\Generated\ColorAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\ColorKeyFrameCollection.cs (1)
34private List<ColorKeyFrame> _keyFrames;
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalKeyFrameCollection.cs (1)
34private List<DecimalKeyFrame> _keyFrames;
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleKeyFrameCollection.cs (1)
34private List<DoubleKeyFrame> _keyFrames;
Core\CSharp\System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (1)
34private List<Int16KeyFrame> _keyFrames;
Core\CSharp\System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\Int32KeyFrameCollection.cs (1)
34private List<Int32KeyFrame> _keyFrames;
Core\CSharp\System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\Int64KeyFrameCollection.cs (1)
34private List<Int64KeyFrame> _keyFrames;
Core\CSharp\System\Windows\Media\Animation\Generated\MatrixAnimationUsingKeyFrames.cs (1)
850List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\MatrixKeyFrameCollection.cs (1)
34private List<MatrixKeyFrame> _keyFrames;
Core\CSharp\System\Windows\Media\Animation\Generated\ObjectAnimationUsingKeyFrames.cs (1)
850List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\ObjectKeyFrameCollection.cs (1)
34private List<ObjectKeyFrame> _keyFrames;
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DKeyFrameCollection.cs (1)
34private List<Point3DKeyFrame> _keyFrames;
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\PointKeyFrameCollection.cs (1)
34private List<PointKeyFrame> _keyFrames;
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionKeyFrameCollection.cs (1)
34private List<QuaternionKeyFrame> _keyFrames;
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\RectKeyFrameCollection.cs (1)
34private List<RectKeyFrame> _keyFrames;
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DKeyFrameCollection.cs (1)
34private List<Rotation3DKeyFrame> _keyFrames;
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\SingleKeyFrameCollection.cs (1)
34private List<SingleKeyFrame> _keyFrames;
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\SizeKeyFrameCollection.cs (1)
34private List<SizeKeyFrame> _keyFrames;
Core\CSharp\System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (1)
850List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (1)
34private List<StringKeyFrame> _keyFrames;
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DKeyFrameCollection.cs (1)
34private List<Vector3DKeyFrame> _keyFrames;
Core\CSharp\System\Windows\Media\Animation\Generated\VectorAnimationUsingKeyFrames.cs (1)
942List<Double> segmentLengths = new List<Double>();
Core\CSharp\System\Windows\Media\Animation\Generated\VectorKeyFrameCollection.cs (1)
34private List<VectorKeyFrame> _keyFrames;
Core\CSharp\System\Windows\Media\Animation\ParallelTimeline.cs (1)
98List<Clock> children = clockGroup.InternalChildren;
Core\CSharp\System\Windows\Media\Animation\TimelineClockCollection.cs (4)
39List<Clock> childList = clockGroup.InternalChildren; 134List<Clock> list = clockGroup.InternalChildren; 164List<Clock> list = null; 290List<Clock> list = null;
Core\CSharp\System\Windows\Media\Animation\WeakRefEnumerator.cs (2)
33internal WeakRefEnumerator(List<WeakReference> list) 180private List<WeakReference> _list;
Core\CSharp\System\Windows\Media\ColorContext.cs (1)
432List<ColorContext> colorContextsList = null;
Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs (6)
487private static void StashInPosition<T>(ref List<T?> list, int position, T value, int maxIndex, ref uint count) where T : struct 761private void AppendRegisters<T>(DUCE.Channel channel, List<T?> list) where T : struct 1123private List<MilColorF?> _floatRegisters = null; 1124private List<MilColorI?> _intRegisters = null; 1125private List<bool?> _boolRegisters = null; 1126private List<SamplerData?> _samplerData = null;
Core\CSharp\System\Windows\Media\FamilyMap.cs (1)
248List<Range> ranges = new List<Range>(3);
Core\CSharp\System\Windows\Media\HostVisual.cs (1)
448private List<DUCE.Channel> _connectedChannels = new List<DUCE.Channel>();
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (1)
1942internal List<BitmapFrame> _frames;
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
49internal List<WeakReference> decoders;
Core\CSharp\System\Windows\Media\Imaging\BitmapPalette.cs (1)
360List<Color> colors = new List<Color>();
Core\CSharp\System\Windows\Media\PathGeometry.cs (1)
284List<Point> points = new List<Point>((int)pSegmentPoly->Count);
Core\CSharp\System\Windows\Media\SolidColorBrush.cs (4)
286revDictionary = new Dictionary<TValue, List<TKey>>(valueComparer); 294public bool TryGetKeys(TValue value, out List<TKey> keys) 320List<TKey> keys; 339private Dictionary<TValue, List<TKey>> revDictionary;
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>();
Core\CSharp\System\Windows\UIElement.cs (2)
4717internal static List<double> DpiScaleXValues = new List<double>(3); 4718internal static List<double> DpiScaleYValues = new List<double>(3);
Graphics\include\exports.cs (11)
1193private List<Entry> _others; 1464List<Entry> others = (List<Entry>)(_head._key); 1508List<Entry> others = new List<Entry>(2); // by default we have two entries in the extra storage. 1523((List<Entry>)(_head._key)).Add(new Entry(key, value)); 1529((List<Entry>)(_head._key))[index] = new Entry(key, value); 1552List<Entry> others = (List<Entry>)_head._key; 1597value = ((List<Entry>)_head._key)[index]._value; 1622return ((List<Entry>)_head._key).Count; 1642return ((List<Entry>)_head._key)[index]._key;
Shared\MS\Internal\Ink\BitStream.cs (2)
364internal BitStreamWriter(List<byte> bufferToWriteTo) 495private List<byte> _targetBuffer = null;
Shared\MS\Internal\SafeSecurityHelper.cs (1)
247List<object> keysToRemove = null;
PresentationFramework (986)
src\Framework\Microsoft\Win32\FileDialog.cs (3)
1452List<string> names = new List<string>(); 1792List<string> extensions = new List<string>(); 2179var extensions = new List<COMDLG_FILTERSPEC>();
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
248List<ContentLocatorPart> res = new List<ContentLocatorPart>(1);
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (5)
686List <ContentLocatorBase> locatorsToReturn = new List<ContentLocatorBase> (); 766List<ContentLocatorBase> tempLocators = new List<ContentLocatorBase>(locatorsToReturn.Count * locatorParts.Count); 1257List<ContentLocatorBase> res = new List<ContentLocatorBase>(1); 1300public List<IAttachedAnnotation> AttachedAnnotations 1346private List<IAttachedAnnotation> _attachedAnnotations = new List<IAttachedAnnotation>();
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (6)
436internal static List<ITextView> GetDocumentPageTextViews(TextSegment segment) 438List<ITextView> res = null; 497private static List<ITextView> ProcessSinglePage(IDocumentPaginatorSource idp, int pageNumber) 503List<ITextView> res = null; 523private static List<ITextView> ProcessMultiplePages(IDocumentPaginatorSource idp, int startPageNumber, int endPageNumber) 540List<ITextView> res = null;
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
184List<ContentLocatorPart> res = new List<ContentLocatorPart>(1);
src\Framework\MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (1)
142List<ContentLocatorPart> res = null;
src\Framework\MS\Internal\Annotations\AnnotationMap.cs (10)
36List<IAttachedAnnotation> list = null; 52List<IAttachedAnnotation> list = null; 80internal List<IAttachedAnnotation> GetAttachedAnnotations(Guid annotationId) 82List<IAttachedAnnotation> list = null; 98internal List<IAttachedAnnotation> GetAllAttachedAnnotations() 100List<IAttachedAnnotation> result = new List<IAttachedAnnotation>(_annotationIdToAttachedAnnotations.Keys.Count); 104List<IAttachedAnnotation> list = _annotationIdToAttachedAnnotations[annId]; 118private Dictionary<Guid, List<IAttachedAnnotation> > _annotationIdToAttachedAnnotations = new Dictionary<Guid, List<IAttachedAnnotation> >(); 121private static readonly List<IAttachedAnnotation> _emptyList = new List<IAttachedAnnotation>(0);
src\Framework\MS\Internal\Annotations\AnnotationObservableCollection.cs (1)
65public AnnotationObservableCollection(List<T> list) : base(list)
src\Framework\MS\Internal\Annotations\AnnotationResourceCollection.cs (1)
84List<AnnotationResource> list = new List<AnnotationResource>(this);
src\Framework\MS\Internal\Annotations\Component\AdornerPresentationContext.cs (4)
348List<AnnotationAdorner> adorners = GetTopAnnotationAdorners(level, component); 410private List<AnnotationAdorner> GetTopAnnotationAdorners(int level, IAnnotationComponent component) 412List<AnnotationAdorner> res = new List<AnnotationAdorner>(); 444private void AddAdorner(List<AnnotationAdorner> adorners, AnnotationAdorner adorner)
src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (7)
627List<IHighlightRange> list = new List<IHighlightRange>(1); 744private void AddActiveOwners(List<IHighlightRange> owners) 944List<ITextView> textViews = TextSelectionHelper.GetDocumentPageTextViews(segment); 1228private List<TextSegment> _contentSegments = new List<TextSegment>(1); 1229private readonly List<IHighlightRange> _owners; 1230private List<IHighlightRange> _activeOwners = new List<IHighlightRange>(); 1250List<HighlightSegment> _segments;
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (4)
923List<MarkedHighlightComponent> components = componentsRegister.Components; 993List<MarkedHighlightComponent> components = registry.Components; 1091public List<MarkedHighlightComponent> Components 1145private List<MarkedHighlightComponent> _components;
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (2)
212public List<Annotation> FindDirtyAnnotations() 214List<Annotation> annotations = new List<Annotation>();
src\Framework\MS\Internal\Annotations\TextAnchor.cs (2)
604List<TextSegment> orderedList = new List<TextSegment>(textSegments.Count); 757private List<TextSegment> _segments = new List<TextSegment>(1);
src\Framework\MS\Internal\AppModel\AssemblyFilter.cs (2)
46_assemblyList = new SecurityCriticalDataForSet<System.Collections.Generic.List<string>>(new System.Collections.Generic.List<string>()); 190static SecurityCriticalDataForSet<System.Collections.Generic.List<string>> _assemblyList;
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (1)
1281private List<WebBrowser> _webBrowserList = new List<WebBrowser>();
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (2)
158internal void UpdateSelectionWireFrame(Rect strokesBounds, List<Rect> hatchBounds) 446private List<Rect> _elementsBounds;
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (1)
898System.Collections.Generic.List<CollectionViewGroupInternal> _toRemove;
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (5)
240internal void RestoreGrouping(LiveShapingItem lsi, List<AbandonedGroupItem> deleteList) 247void RestoreGrouping(LiveShapingItem lsi, GroupTreeNode node, int level, List<AbandonedGroupItem> deleteList) 342List<CollectionViewGroupInternal> parentGroups = lsi.ParentGroups; 343List<GroupTreeNode> list = new List<GroupTreeNode>(parentGroups.Count + 1); 397internal void DeleteAbandonedGroupItems(List<AbandonedGroupItem> deleteList)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (2)
1005internal override void GetCollectionChangedSources(int level, Action<int, object, bool?, List<string>> format, List<string> sources)
src\Framework\MS\Internal\Data\CommitManager.cs (11)
54internal List<BindingGroup> GetBindingGroupsInScope(DependencyObject element) 58List<BindingGroup> fullList = _bindingGroups.ToList(); 59List<BindingGroup> list = EmptyBindingGroupList; 78internal List<BindingExpressionBase> GetBindingsInScope(DependencyObject element) 82List<BindingExpressionBase> fullList = _bindings.ToList(); 83List<BindingExpressionBase> list = EmptyBindingList; 112List<BindingExpressionBase> list = _bindings.ToList(); 124List<BindingGroup> list = _bindingGroups.ToList(); 154static readonly List<BindingGroup> EmptyBindingGroupList = new List<BindingGroup>(); 155static readonly List<BindingExpressionBase> EmptyBindingList = new List<BindingExpressionBase>(); 191public List<T> ToList()
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (2)
850internal override void GetCollectionChangedSources(int level, Action<int, object, bool?, List<string>> format, List<string> sources)
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\LiveShapingItem.cs (6)
184List<CollectionViewGroupInternal> list; 190else if ((list = o as List<CollectionViewGroupInternal>) == null) 206List<CollectionViewGroupInternal> list = o as List<CollectionViewGroupInternal>; 225internal List<CollectionViewGroupInternal> ParentGroups 227get { return GetValue(ParentGroupsProperty) as List<CollectionViewGroupInternal>; }
src\Framework\MS\Internal\Data\LiveShapingList.cs (8)
500internal List<LiveShapingItem> SortDirtyItems { get { return _sortDirtyItems; } } 501internal List<LiveShapingItem> FilterDirtyItems { get { return _filterDirtyItems; } } 502internal List<LiveShapingItem> GroupDirtyItems { get { return _groupDirtyItems; } } 752List<string> _unusedKeys; 796List<LiveShapingItem> _sortDirtyItems; // list of items needing sorting fixup 797List<LiveShapingItem> _filterDirtyItems; // list of items needing filtering fixup 798List<LiveShapingItem> _groupDirtyItems; // list of items needing grouping fixup 803static List<DependencyProperty> s_dpList = new List<DependencyProperty>();
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (2)
1327List<MemberInfo> list = new List<MemberInfo>(); 1913typeof(System.Collections.Generic.List<>),
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 (2)
93List<DocumentPageView> pageViews; 149private static void FindDocumentPageViews(Visual root, List<DocumentPageView> pageViews)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (1)
941List<AsyncRequest> _asyncRequests = new List<AsyncRequest>(0);
src\Framework\MS\Internal\Documents\MultiPageTextView.cs (2)
692List<TextSegment> textSegments = new List<TextSegment>(); 1565private List<DocumentPageTextView> _pageTextViews;
src\Framework\MS\Internal\Documents\PageCache.cs (10)
379List<PageCacheChange> changes = new List<PageCacheChange>(2); 543List<PageCacheChange> changes = new List<PageCacheChange>(1); 631List<PageCacheChange> changes = new List<PageCacheChange>(2); 726List<PageCacheChange> changes = new List<PageCacheChange>(PageCount); 754private void FirePageCacheChangedEvent(List<PageCacheChange> changes) 880List<PageCacheChange> changes = new List<PageCacheChange>(1); 906private List<PageCacheEntry> _cache; 1073public PageCacheChangedEventArgs(List<PageCacheChange> changes) 1081public List<PageCacheChange> Changes 1089private readonly List<PageCacheChange> _changes;
src\Framework\MS\Internal\Documents\ParagraphResult.cs (1)
414internal void GetGlyphRuns(List<GlyphRun> glyphRuns, ITextPointer start, ITextPointer end)
src\Framework\MS\Internal\Documents\RowCache.cs (8)
502List<RowCacheChange> changes = new List<RowCacheChange>(1); 600List<RowCacheChange> changes = new List<RowCacheChange>(1); 708List<RowInfo> tempRows = new List<RowInfo>(pivotPage / columns); 1243List<RowCacheChange> changes = new List<RowCacheChange>(args.Changes.Count); 1359private List<RowInfo> _rowCache; 1544public RowCacheChangedEventArgs(List<RowCacheChange> changes) 1552public List<RowCacheChange> Changes 1560private readonly List<RowCacheChange> _changes;
src\Framework\MS\Internal\Documents\TextBoxLine.cs (2)
267internal List<Rect> GetRangeBounds(int cp, int cch, double xOffset, double yOffset) 269List<Rect> rectangles = new List<Rect>();
src\Framework\MS\Internal\Documents\TextBoxView.cs (5)
1306List<TextSegment> segments = new List<TextSegment>(1); 2658List<TextBoxLineDrawingVisual> oldLineVisuals = _viewportLineVisuals; 3238private List<TextBoxLineDrawingVisual> _visualChildren; 3241private List<LineRecord> _lineMetrics; 3244private List<TextBoxLineDrawingVisual> _viewportLineVisuals;
src\Framework\MS\Internal\Documents\TextContainerHelper.cs (6)
89List<TextSegment> segments; 316internal static List<AutomationPeer> GetAutomationPeersFromRange(ITextPointer start, ITextPointer end, ITextPointer ownerContentStart) 321List<AutomationPeer> peers = new List<AutomationPeer>(); 441List<object> ancestorsStart, ancestorsEnd; 442List<ITextPointer> positionsStart, positionsEnd; 739private static void iterate(Visual parent, List<AutomationPeer> peers)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (5)
366List<GlyphRun> glyphRuns = new List<GlyphRun>(); 3138private bool GetGlyphRunsFromParagraphs(List<GlyphRun> glyphRuns, ITextPointer start, ITextPointer end, ReadOnlyCollection<ParagraphResult> paragraphs) 3191private void GetGlyphRunsFromFloatingElements(List<GlyphRun> glyphRuns, ITextPointer start, ITextPointer end, ReadOnlyCollection<ParagraphResult> floatingElements, out bool success) 3236private void GetGlyphRuns(List<GlyphRun> glyphRuns, ITextPointer start, ITextPointer end, ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<ParagraphResult> floatingElements) 3301List<TextSegment> segments = new List<TextSegment>(1);
src\Framework\MS\Internal\Documents\TextParagraphView.cs (1)
510List<TextSegment> segments = new List<TextSegment>(1);
src\Framework\MS\Internal\Documents\UIElementIsland.cs (1)
212List<IInputElement> hostedElements = new List<IInputElement>();
src\Framework\MS\Internal\Documents\UndoManager.cs (4)
739List<IUndoUnit> undoStack = new List<IUndoUnit>(UndoCount); 791List<IUndoUnit> undoStack = new List<IUndoUnit>(UndoLimit); 1108protected List<IUndoUnit> UndoStack 1207private List<IUndoUnit> _undoStack; // stack of undo units
src\Framework\MS\Internal\Globalization\BamlResourceContent.cs (1)
142List<BamlStringToken> tokens = new List<BamlStringToken>(8);
src\Framework\MS\Internal\Globalization\BamlResourceSerializer.cs (1)
101private void PushChildrenToStack(List<BamlTreeNode> children)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (6)
77List<BamlTreeNode> newNodeList = new List<BamlTreeNode>(Size); 97private void CreateInternalIndex(ref BamlTreeNode parent, ref List<BamlTreeNode> nodeList, bool toCopy) 100List<BamlTreeNode> children = parent.Children; 139private List<BamlTreeNode> _nodeList; // stores flattened baml tree in depth first order 238internal List<BamlTreeNode> Children 341protected List<BamlTreeNode> _children; // the children list.
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (1)
286List<BamlTreeNode> oldChildren = parent.Children;
src\Framework\MS\Internal\Globalization\LocalizationComments.cs (1)
96List<PropertyComment> tokens = new List<PropertyComment>(8);
src\Framework\MS\Internal\Helper.cs (19)
780List<KeyValuePair<int, object>> itemValues = GetItemValues(owner, item); 802List<KeyValuePair<int, object>> itemValues = EnsureItemValues(owner, item); 833List<KeyValuePair<int, object>> itemValues = GetItemValues(owner, item); 854internal static List<KeyValuePair<int, object>> GetItemValues(DependencyObject owner, object item) 859internal static List<KeyValuePair<int, object>> GetItemValues(DependencyObject owner, object item, 860WeakDictionary<object, List<KeyValuePair<int, object>>> itemValueStorage) 863List<KeyValuePair<int, object>> itemValues = null; 874internal static List<KeyValuePair<int, object>> EnsureItemValues(DependencyObject owner, object item) 876WeakDictionary<object, List<KeyValuePair<int, object>>> itemValueStorage = EnsureItemValueStorage(owner); 877List<KeyValuePair<int, object>> itemValues = GetItemValues(owner, item, itemValueStorage); 889internal static WeakDictionary<object, List<KeyValuePair<int, object>>> EnsureItemValueStorage(DependencyObject owner) 891WeakDictionary<object, List<KeyValuePair<int, object>>> itemValueStorage = ItemValueStorageField.GetValue(owner); 895itemValueStorage = new WeakDictionary<object, List<KeyValuePair<int, object>>>(); 910List<KeyValuePair<int, object>> itemValues = GetItemValues(owner, item) ?? new List<KeyValuePair<int, object>>(); 1056private static void ClearItemValueStorageRecursive(WeakDictionary<object, List<KeyValuePair<int, object>>> itemValueStorage, int[] dpIndices) 1060foreach (List<KeyValuePair<int, object>> itemValuesList in itemValueStorage.Values) 1067ClearItemValueStorageRecursive((WeakDictionary<object, List<KeyValuePair<int, object>>>)itemValue.Value, dpIndices); 1551private static readonly UncommonField<WeakDictionary<object, List<KeyValuePair<int, object>>>> ItemValueStorageField = 1552new UncommonField<WeakDictionary<object, List<KeyValuePair<int, object>>>>();
src\Framework\MS\Internal\Ink\ClipboardProcessor.cs (6)
155List<UIElement> elements = new List<UIElement>(inkCanvasSelection.SelectedElements); 200internal bool PasteData(IDataObject dataObject, ref StrokeCollection newStrokes, ref List<UIElement> newElements) 219List<UIElement> elements = xamlData.Elements; 342private bool CopySelectionInXAML(IDataObject dataObject, StrokeCollection strokes, List<UIElement> elements, Matrix transform, Size size) 422private void TearDownInkCanvasContainer(InkCanvas rootInkCanvas, ref StrokeCollection newStrokes, ref List<UIElement> newElements) 428List<UIElement> children = new List<UIElement>(rootInkCanvas.Children.Count);
src\Framework\MS\Internal\Ink\ElementsClipboardData.cs (3)
58internal List<UIElement> Elements 84protected List<UIElement> ElementList 106private List<UIElement> _elementList;
src\Framework\MS\Internal\Ink\HighContrastHelper.cs (1)
225private static List<WeakReference> __highContrastCallbackList;
src\Framework\MS\Internal\Ink\InkCanvasSelection.cs (3)
850private List<Rect> GetElementsBounds() 852List<Rect> rects = new List<Rect>(); 1134private List<UIElement> _selectedElements;
src\Framework\MS\Internal\Ink\LassoHelper.cs (3)
41List<Point> _lasso = null; 71public Point[] AddPoints(List<Point> points) 79List<Point> justAdded = new List<Point>();
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (8)
139List<Point> points = new List<Point>(); 191List<Point> points = new List<Point>(); 207List<Point> points = new List<Point>(); 249List<UIElement> elementsToSelect = new List<UIElement>(); 347private List<UIElement> HitTestForElements() 349List<UIElement> elementsToSelect = new List<UIElement>(); 369private void HitTestElement(InkCanvasInnerCanvas parent, UIElement uiElement, List<UIElement> elementsToSelect) 597private void StartLasso(List<Point> points)
src\Framework\MS\Internal\LayoutDump.cs (2)
361List<UIElement> uiElements = new List<UIElement>(); 423internal static void GetUIElementsFromVisual(Visual visual, List<UIElement> uiElements)
src\Framework\MS\Internal\PtsHost\BaseParaClient.cs (2)
148internal virtual List<Rect> GetRectangles(ContentElement e, int start, int length) 159internal virtual void GetRectanglesForParagraphElement(out List<Rect> rectangles)
src\Framework\MS\Internal\PtsHost\BreakRecordTable.cs (1)
504private List<BreakRecordTableEntry> _breakRecords;
src\Framework\MS\Internal\PtsHost\ContainerParaClient.cs (3)
159internal override List<Rect> GetRectangles(ContentElement e, int start, int length) 161List<Rect> rectangles = new List<Rect>(); 400List<ParagraphResult> paragraphResults = new List<ParagraphResult>(arrayParaDesc.Length);
src\Framework\MS\Internal\PtsHost\FigureParaClient.cs (7)
331internal override List<Rect> GetRectangles(ContentElement e, int start, int length) 333List<Rect> rectangles = new List<Rect>(); 368List<Rect> trackRectangles = PtsHelper.GetRectanglesInTrack(PtsContext, e, start, length, ref arrayColumnDesc[index]); 625List<ParagraphResult> paragraphResults; 727List<ColumnResult> columnResults = new List<ColumnResult>(0); 860List<ParagraphResult> floatingElements = new List<ParagraphResult>(0); 861List<BaseParaClient> floatingElementList = _pageContextOfThisPage.FloatingElementList;
src\Framework\MS\Internal\PtsHost\FloaterParaClient.cs (7)
333internal override List<Rect> GetRectangles(ContentElement e, int start, int length) 335List<Rect> rectangles = new List<Rect>(); 370List<Rect> trackRectangles = PtsHelper.GetRectanglesInTrack(PtsContext, e, start, length, ref arrayColumnDesc[index]); 630List<ParagraphResult> paragraphResults; 733List<ColumnResult> columnResults = new List<ColumnResult>(0); 866List<ParagraphResult> floatingElements = new List<ParagraphResult>(0); 867List<BaseParaClient> floatingElementList = _pageContextOfThisPage.FloatingElementList;
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (6)
323List<Rect> rectangles = new List<Rect>(); 345List<Rect> transformedRectangles = new List<Rect>(rectangles.Count); 390List<ParagraphResult> floatingElements = new List<ParagraphResult>(0); 391List<BaseParaClient> floatingElementList = _ptsPage.PageContext.FloatingElementList; 431List<ColumnResult> columnResults = new List<ColumnResult>(0); 610List<ParagraphResult> paragraphResults = new List<ParagraphResult>(arrayParaDesc.Length);
src\Framework\MS\Internal\PtsHost\Line.cs (4)
304List<InlineObject> inlineObjects = new List<InlineObject>(1); 508internal List<Rect> GetRangeBounds(int cp, int cch, double xOffset, double yOffset) 510List<Rect> rectangles = new List<Rect>(); 674internal void GetGlyphRuns(System.Collections.Generic.List<GlyphRun> glyphRuns, int dcpStart, int dcpEnd)
src\Framework\MS\Internal\PtsHost\PtsCache.cs (2)
871private List<ContextDesc> _contextPool; 876private List<PtsContext> _releaseQueue;
src\Framework\MS\Internal\PtsHost\PtsHelper.cs (8)
78internal static void UpdateFloatingElementVisuals(ContainerVisual visual, List<BaseParaClient> floatingElementList) 485internal static List<Rect> GetRectanglesInTrack( 492List<Rect> rectangles = new List<Rect>(); 524internal static List<Rect> GetRectanglesInParaList( 531List<Rect> rectangles = new List<Rect>(); 558internal static List<Rect> OffsetRectangleList(List<Rect> rectangleList, double xOffset, double yOffset) 560List<Rect> offsetRectangles = new List<Rect>(rectangleList.Count);
src\Framework\MS\Internal\PtsHost\PtsHost.cs (2)
2061List<AttachedObject> attachedObjects = para.GetAttachedObjects(dcpFirst, dcpLast); 2184List<AttachedObject> attachedObjects = para.GetAttachedObjects(dcpLast, dcpLim);
src\Framework\MS\Internal\PtsHost\PtsPage.cs (9)
240internal List<Rect> GetRectangles(ContentElement e, int start, int length) 242List<Rect> rectangles = new List<Rect>(); 1382private List<Rect> GetRectanglesInPage(ContentElement e, int start, int length) 1385List<Rect> rectangles = new List<Rect>(); 1513private List<Rect> GetRectanglesInSection( 1524List<Rect> rectangles = new List<Rect>(); 1552List<Rect> trackRectangles = PtsHelper.GetRectanglesInTrack(PtsContext, e, start, length, ref arrayColumnDesc[index]); 1694internal List<BaseParaClient> FloatingElementList { get { return _floatingElementList; } } 1725private List<BaseParaClient> _floatingElementList;
src\Framework\MS\Internal\PtsHost\SubpageParaClient.cs (7)
259internal override List<Rect> GetRectangles(ContentElement e, int start, int length) 261List<Rect> rectangles = new List<Rect>(); 295List<Rect> trackRectangles = PtsHelper.GetRectanglesInTrack(PtsContext, e, start, length, ref arrayColumnDesc[index]); 610List<ColumnResult> columnResults = new List<ColumnResult>(0); 695List<ParagraphResult> paragraphResults = new List<ParagraphResult>(arrayParaDesc.Length); 771List<ParagraphResult> floatingElements = new List<ParagraphResult>(0); 772List<BaseParaClient> floatingElementList = _pageContextOfThisPage.FloatingElementList;
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (6)
473internal override List<Rect> GetRectangles(ContentElement e, int start, int length) 477List<Rect> rectangles = new List<Rect>(); 752List<ParagraphResult> rowParagraphResults = new List<ParagraphResult>(0); 801List<ParagraphResult> cellParagraphResults = new List<ParagraphResult>(0); 851List<ParagraphResult> listResults = new List<ParagraphResult>(0); 872List<ParagraphResult> listResults = new List<ParagraphResult>(0);
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (26)
295internal override List<Rect> GetRectangles(ContentElement e, int start, int length) 297List<Rect> rectangles = new List<Rect>(); 448List<ParagraphResult> floaters = null; 493List<ParagraphResult> figures = null; 1268internal void GetGlyphRuns(List<GlyphRun> glyphRuns, ITextPointer start, ITextPointer end) 1446List<InlineObject> inlineObjects = TextParagraph.InlineObjectsFromRange(lineDesc.dcpFirst, lineDesc.dcpLim); 1480List<InlineObject> inlineObjects = TextParagraph.InlineObjectsFromRange(element.dcpFirst, element.dcpLim); 1721List<LineResult> lines = new List<LineResult>(arrayLineDesc.Length); 1780List<LineResult> lines = new List<LineResult>(arrayLineDesc.Length); 2279private List<Rect> RectanglesFromDcpRangeOfSimpleLine( 2288List<Rect> rectangles = null; 2390private List<Rect> RectanglesFromDcpRangeOfCompositeLineElement( 2401List<Rect> rectangles = null; 3344List<GlyphRun> glyphRuns, 3402List<GlyphRun> glyphRuns, 4150private List<Rect> GetRectanglesInSimpleLines( 4158List<Rect> rectangles = new List<Rect>(); 4178List<Rect> lineRectangles = GetRectanglesInSingleLine(lineDesc, e, localStart, length); 4192private List<Rect> GetRectanglesInSingleLine( 4200List<Rect> rectangles = new List<Rect>(); 4340private List<Rect> GetRectanglesInCompositeLines( 4348List<Rect> rectangles = new List<Rect>(); 4367List<Rect> lineRectangles = GetRectanglesInCompositeLine(lineDesc, e, localStart, length); 4388private List<Rect> GetRectanglesInCompositeLine( 4394List<Rect> rectangles = new List<Rect>(); 4448List<Rect> elementRectangles = line.GetRangeBounds(localStart, localEnd - localStart, TextDpi.FromTextDpi(element.urStart), TextDpi.FromTextDpi(lineDesc.vrStart));
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (15)
912private List<TextElement> GetAttachedObjectElements(int dcpFirst, int dcpLast) 914List<TextElement> attachedElements = new List<TextElement>(); 954List<TextElement> textElements = GetAttachedObjectElements(dcpFirst, dcpLast); 967internal List<AttachedObject> GetAttachedObjects(int dcpFirst, int dcpLast) 970List<AttachedObject> attachedObjects = new List<AttachedObject>(); 971List<TextElement> textElements = GetAttachedObjectElements(dcpFirst, dcpLast); 1058internal void SubmitInlineObjects(int dcpStart, int dcpLim, List<InlineObject> inlineObjects) 1076internal void SubmitAttachedObjects(int dcpStart, int dcpLim, List<AttachedObject> attachedObjects) 1090internal List<InlineObject> InlineObjectsFromRange(int dcpStart, int dcpLast) 1092List<InlineObject> objects = null; 1559private void SubmitEmbeddedObjects<T>(ref List<T> objectsCached, int dcpStart, int dcpLim, List<T> objectsNew) where T : EmbeddedObject 1672ref List<T> objectsCached, 1776private List<AttachedObject> _attachedObjects; 1784private List<InlineObject> _inlineObjects;
src\Framework\MS\Internal\PtsHost\UIElementParaClient.cs (2)
95internal override List<Rect> GetRectangles(ContentElement e, int start, int length) 97List<Rect> rectangles = new List<Rect>();
src\Framework\MS\Internal\Text\Line.cs (2)
166internal List<Rect> GetRangeBounds(int cp, int cch, double xOffset, double yOffset) 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\AnnotationHelper.cs (5)
744List<IAttachedAnnotation> attachedAnnotations = null; 745List<Annotation> annotations = new List<Annotation>(); 775private static void AddRange(List<Annotation> annotations, IList<Annotation> newAnnotations) 795private static List<IAttachedAnnotation> ResolveAnnotations(AnnotationService service, IList<Annotation> annotations) 798List<IAttachedAnnotation> attachedAnnotations = new List<IAttachedAnnotation>(annotations.Count);
src\Framework\System\Windows\Annotations\AnnotationService.cs (19)
846List<IAttachedAnnotation> annotations = obj as List<IAttachedAnnotation>; 853List<IAttachedAnnotation> leftover = new List<IAttachedAnnotation>(annotations.Count); 915List<AttachedAnnotationChangedEventArgs> eventsToFire = new List<AttachedAnnotationChangedEventArgs>(attachedAnnotations.Count); 970List<AttachedAnnotationChangedEventArgs> eventsToFire = new List<AttachedAnnotationChangedEventArgs>(attachedAnnotations.Count); 1020List<IAttachedAnnotation> existingAnnotations = _annotationMap.GetAllAttachedAnnotations(); 1231List<IAttachedAnnotation> result = new List<IAttachedAnnotation>(); 1232DescendentsWalker<List<IAttachedAnnotation>> walker = new DescendentsWalker<List<IAttachedAnnotation>>(TreeWalkPriority.VisualTree, GetAttachedAnnotationsFor, result); 1246private bool GetAttachedAnnotationsFor(DependencyObject node, List<IAttachedAnnotation> result, bool visitedViaVisualTree) 1251List<IAttachedAnnotation> annotationsOnNode = node.GetValue(AnnotationService.AttachedAnnotationsProperty) as List<IAttachedAnnotation>; 1344List<AttachedAnnotationChangedEventArgs> eventsToFire = new List<AttachedAnnotationChangedEventArgs>(annotation.Anchors.Count); 1376List<AttachedAnnotationChangedEventArgs> eventsToFire = new List<AttachedAnnotationChangedEventArgs>(list.Length); 1537List<IAttachedAnnotation> list = element.GetValue(AnnotationService.AttachedAnnotationsProperty) as List<IAttachedAnnotation>; 1565List<IAttachedAnnotation> list = element.GetValue(AnnotationService.AttachedAnnotationsProperty) as List<IAttachedAnnotation>; 1680private void FireEvents(List<AttachedAnnotationChangedEventArgs> eventsToFire)
src\Framework\System\Windows\Annotations\LocatorGroup.cs (1)
240List<ContentLocatorBase> tempList = new List<ContentLocatorBase>(locatorGroup.Locators.Count * (this.Locators.Count - 1));
src\Framework\System\Windows\Annotations\LocatorPartList.cs (1)
388List<ContentLocatorBase> results = null;
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (7)
575private List<Guid> FindAnnotationIds(string queryExpression) 581List<Guid> retObj = null; 679private IList<Annotation> MergeAndCacheAnnotations(Dictionary<Guid, Annotation> mapAnnotations, List<Guid> storeAnnotationsId) 682List<Annotation> annotations = new List<Annotation>((IEnumerable<Annotation>)mapAnnotations.Values); 722List<Guid> annotationIds = FindAnnotationIds(query); 983List<Annotation> mapAnnotations = _storeAnnotationsMap.FindDirtyAnnotations(); 1072List<Uri> _ignoredNamespaces = new List<Uri>();
src\Framework\System\Windows\Automation\Peers\CalendarAutomationPeer.cs (4)
110protected override List<AutomationPeer> GetChildrenCore() 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 (2)
70protected override List<AutomationPeer> GetChildrenCore() 72List<AutomationPeer> children = base.GetChildrenCore();
src\Framework\System\Windows\Automation\Peers\ContentTextAutomationPeer.cs (1)
58internal abstract List<AutomationPeer> GetAutomationPeersFromRange(ITextPointer start, ITextPointer end);
src\Framework\System\Windows\Automation\Peers\DataGridAutomationPeer.cs (7)
47protected override List<AutomationPeer> GetChildrenCore() 49List<AutomationPeer> children = base.GetChildrenCore(); 178List<IRawElementProviderSimple> selectedProviders = new List<IRawElementProviderSimple>(); 243List<IRawElementProviderSimple> providers = new List<IRawElementProviderSimple>(); 277List<IRawElementProviderSimple> providers = new List<IRawElementProviderSimple>(); 443private void AddSelectedCells(List<IRawElementProviderSimple> cellProviders) 468private void AddSelectedRows(List<IRawElementProviderSimple> itemProviders)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (4)
103protected override List<AutomationPeer> GetChildrenCore() 113List<AutomationPeer> children = wrapperPeer.GetChildren(); 551List<IRawElementProviderSimple> providers = new List<IRawElementProviderSimple>(1); 573List<IRawElementProviderSimple> providers = new List<IRawElementProviderSimple>(1);
src\Framework\System\Windows\Automation\Peers\DataGridColumnHeadersPresenterAutomationPeer.cs (2)
57protected override List<AutomationPeer> GetChildrenCore() 59List<AutomationPeer> children = null;
src\Framework\System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (5)
53protected override List<AutomationPeer> GetChildrenCore() 63List<AutomationPeer> children = wrapperPeer.GetChildren(); 382List<IRawElementProviderSimple> selectedProviders = new List<IRawElementProviderSimple>(); 415internal List<AutomationPeer> GetCellItemPeers() 417List<AutomationPeer> children = null;
src\Framework\System\Windows\Automation\Peers\DataGridRowAutomationPeer.cs (2)
54protected override List<AutomationPeer> GetChildrenCore() 61List<AutomationPeer> children = new List<AutomationPeer>(3);
src\Framework\System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (2)
92protected override List<AutomationPeer> GetChildrenCore() 94List<AutomationPeer> children = base.GetChildrenCore();
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
213protected override List<AutomationPeer> GetChildrenCore()
src\Framework\System\Windows\Automation\Peers\DocumentAutomationPeer.cs (2)
63protected override List<AutomationPeer> GetChildrenCore() 218internal override List<AutomationPeer> GetAutomationPeersFromRange(ITextPointer start, ITextPointer end)
src\Framework\System\Windows\Automation\Peers\DocumentPageViewAutomationPeer.cs (1)
38protected override List<AutomationPeer> GetChildrenCore()
src\Framework\System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (2)
64protected override List<AutomationPeer> GetChildrenCore() 67List<AutomationPeer> children = base.GetChildrenCore();
src\Framework\System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (2)
39protected override List<AutomationPeer> GetChildrenCore() 41List<AutomationPeer> children = base.GetChildrenCore();
src\Framework\System\Windows\Automation\Peers\FlowDocumentPageViewerAutomationPeer.cs (2)
37protected override List<AutomationPeer> GetChildrenCore() 40List<AutomationPeer> children = base.GetChildrenCore();
src\Framework\System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (2)
56protected override List<AutomationPeer> GetChildrenCore() 59List<AutomationPeer> children = base.GetChildrenCore();
src\Framework\System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (2)
80protected override List<AutomationPeer> GetChildrenCore() 83List<AutomationPeer> children = base.GetChildrenCore();
src\Framework\System\Windows\Automation\Peers\GridViewAutomationPeer.cs (5)
73List<AutomationPeer> IViewAutomationPeer.GetChildren(List<AutomationPeer> children) 141List<IRawElementProviderSimple> array = new List<IRawElementProviderSimple>(_owner.HeaderRowPresenter.ActualColumnHeaders.Count); 252List<AutomationPeer> columns = peer.GetChildren(); 285List<AutomationPeer> list = lvPeer.GetChildren();
src\Framework\System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (3)
83List<AutomationPeer> children = GetChildrenAutomationPeer(Owner, includeInvisibleItems); 145private List<AutomationPeer> GetChildrenAutomationPeer(Visual parent, bool includeInvisibleItems) 149List<AutomationPeer> children = null;
src\Framework\System\Windows\Automation\Peers\GridViewHeaderRowPresenterAutomationPeer.cs (3)
49protected override List<AutomationPeer> GetChildrenCore() 51List<AutomationPeer> list = base.GetChildrenCore(); 52List<AutomationPeer> newList = null;
src\Framework\System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (2)
45protected override List<AutomationPeer> GetChildrenCore() 60List<AutomationPeer> list = new List<AutomationPeer>();
src\Framework\System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (3)
120protected override List<AutomationPeer> GetChildrenCore() 135List<AutomationPeer> children = new List<AutomationPeer>(childItems.Count); 285internal void InvalidateGroupItemPeersContainingRecentlyRealizedPeers(List<ItemAutomationPeer> recentlyRealizedPeers)
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (2)
180protected override List<AutomationPeer> GetChildrenCore() 187List<AutomationPeer> children = wrapperPeer.GetChildren();
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (6)
64protected override List<AutomationPeer> GetChildrenCore() 66List<AutomationPeer> children = null; 532internal List<ItemAutomationPeer> RecentlyRealizedPeers 548private List<ItemAutomationPeer> _recentlyRealizedPeers; // *** DEAD CODE Only use is from dead code when UseNetFx472CompatibleAccessibilityFeatures==true *** 699List<object> cleanUpItemsCollection = new List<object>(); 762private List<KeyValuePair<object, T>> _list = null;
src\Framework\System\Windows\Automation\Peers\IViewAutomationPeer.cs (2)
39List<AutomationPeer> GetChildren(List<AutomationPeer> children);
src\Framework\System\Windows\Automation\Peers\ListViewAutomationPeer.cs (2)
66protected override List<AutomationPeer> GetChildrenCore() 74List<AutomationPeer> ret = base.GetChildrenCore();
src\Framework\System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (2)
149protected override List<AutomationPeer> GetChildrenCore() 151List<AutomationPeer> children = base.GetChildrenCore();
src\Framework\System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
169internal override List<AutomationPeer> GetAutomationPeersFromRange(ITextPointer start, ITextPointer end)
src\Framework\System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (2)
78protected override List<AutomationPeer> GetChildrenCore() 87internal override List<AutomationPeer> GetAutomationPeersFromRange(ITextPointer start, ITextPointer end)
src\Framework\System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
101List<IRawElementProviderSimple> selectedProviders = new List<IRawElementProviderSimple>(count);
src\Framework\System\Windows\Automation\Peers\StatusBarAutomationPeer.cs (5)
40protected override List<AutomationPeer> GetChildrenCore() 42List<AutomationPeer> list = new List<AutomationPeer>(); 69List<AutomationPeer> childList = GetChildrenAutomationPeer(item); 90private List<AutomationPeer> GetChildrenAutomationPeer(Visual parent) 94List<AutomationPeer> children = null;
src\Framework\System\Windows\Automation\Peers\TabItemAutomationPeer.cs (3)
58protected override List<AutomationPeer> GetChildrenCore() 61List<AutomationPeer> headerChildren = base.GetChildrenCore(); 74List<AutomationPeer> contentChildren = contentHostPeer.GetChildren();
src\Framework\System\Windows\Automation\Peers\TextAutomationPeer.cs (1)
84internal abstract List<AutomationPeer> GetAutomationPeersFromRange(ITextPointer start, ITextPointer end);
src\Framework\System\Windows\Automation\Peers\TextBlockAutomationPeer.cs (2)
34protected override List<AutomationPeer> GetChildrenCore() 36List<AutomationPeer> peers = null;
src\Framework\System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
134internal override List<AutomationPeer> GetAutomationPeersFromRange(ITextPointer start, ITextPointer end)
src\Framework\System\Windows\Automation\Peers\TextElementAutomationPeer.cs (2)
43protected override List<AutomationPeer> GetChildrenCore() 223internal override List<AutomationPeer> GetAutomationPeersFromRange(ITextPointer start, ITextPointer end)
src\Framework\System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (2)
64protected override List<AutomationPeer> GetChildrenCore() 74List<AutomationPeer> children = null;
src\Framework\System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (2)
59protected override List<AutomationPeer> GetChildrenCore() 61List<AutomationPeer> children = null;
src\Framework\System\Windows\BroadcastEventHelper.cs (4)
233internal BroadcastEventData(DependencyObject root, RoutedEvent routedEvent, List<DependencyObject> eventRoute) 242internal List<DependencyObject> EventRoute; 258List<DependencyObject> eventRoute = new List<DependencyObject>(); 290List<DependencyObject> eventRoute = data.EventRoute;
src\Framework\System\Windows\Controls\AlternationConverter.cs (1)
61List<object> _values = new List<object>();
src\Framework\System\Windows\Controls\CustomDictionarySources.cs (1)
384private readonly List<Uri> _uriList;
src\Framework\System\Windows\Controls\DataGrid.cs (11)
418internal List<int> DisplayIndexMap 2140List<int> columnIndexRanges = null; 3672List<int> columnIndexRanges = null; 5383List<Tuple<int,int>> ranges = null; 7268private List<int> GroupingSortDescriptionIndices 7600List<int> groupingSortDescriptionIndices = GroupingSortDescriptionIndices; 7659List<Tuple<int,int>> ranges = new List<Tuple<int, int>>(); 7738List<ItemInfo> list = new List<ItemInfo>(); 7758List<ItemInfo> list = new List<ItemInfo>(); 8675private List<ItemInfo> _pendingInfos; // Selected items whose index is not yet known 8690private List<int> _groupingSortDescriptionIndices = null; // List to hold the indices of SortDescriptions added for the sake of GroupDescriptions.
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (32)
172List<RealizedColumnsBlock> blockList = RealizedColumnsBlockList; 227List<int> realizedColumnIndices = new List<int>(); 228List<int> realizedColumnDisplayIndices = new List<int>(); 442List<int> realizedColumnIndices, 443List<int> realizedColumnDisplayIndices, 472private static List<RealizedColumnsBlock> BuildRealizedColumnsBlockList(List<int> indexList) 474List<RealizedColumnsBlock> resultList = new List<RealizedColumnsBlock>(); 794private static bool InBlockOrNextBlock(List<RealizedColumnsBlock> blockList, int index, ref int blockIndex, ref RealizedColumnsBlock block, out bool pastLastBlock) 831List<int> realizedColumnIndices, 832List<int> realizedColumnDisplayIndices) 872List<int> realizedColumnIndices, 873List<int> realizedColumnDisplayIndices, 960List<int> realizedColumnIndices, 961List<int> realizedColumnDisplayIndices, 1004List<int> realizedColumnIndices, 1005List<int> realizedColumnDisplayIndices, 1035private void VirtualizeChildren(List<RealizedColumnsBlock> blockList, IItemContainerGenerator generator) 1343private static void Debug_VerifyRealizedIndexCountVsDisplayIndexCount(List<RealizedColumnsBlock> blockList, List<RealizedColumnsBlock> displayIndexBlockList) 1380List<RealizedColumnsBlock> displayIndexBlockList = RealizedColumnsDisplayIndexBlockList; 1384List<RealizedColumnsBlock> blockList = RealizedColumnsBlockList; 1388List<int> additionalChildIndices = GetRealizedChildrenNotInBlockList(blockList, children); 1553private static RealizedColumnsBlock GetRealizedBlockForColumn(List<RealizedColumnsBlock> blockList, int columnIndex) 1572private List<int> GetRealizedChildrenNotInBlockList(List<RealizedColumnsBlock> blockList, IList children) 1584List<int> additionalChildIndices = new List<int>(); 1655List<int> displayIndexMap = columns.DisplayIndexMap; 1656List<RealizedColumnsBlock> blockList = RealizedColumnsBlockList; 1717private List<RealizedColumnsBlock> RealizedColumnsBlockList 1748private List<RealizedColumnsBlock> RealizedColumnsDisplayIndexBlockList 2463private List<UIElement> _realizedChildren;
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (10)
240internal List<int> DisplayIndexMap 907List<DataGridColumn> unResolvedColumns = new List<DataGridColumn>(); 908List<DataGridColumn> partialResolvedColumns = new List<DataGridColumn>(); 2399internal List<RealizedColumnsBlock> RealizedColumnsBlockListForNonVirtualizedRows 2425internal List<RealizedColumnsBlock> RealizedColumnsDisplayIndexBlockListForNonVirtualizedRows 2442internal List<RealizedColumnsBlock> RealizedColumnsBlockListForVirtualizedRows 2468internal List<RealizedColumnsBlock> RealizedColumnsDisplayIndexBlockListForVirtualizedRows 2541private List<int> _displayIndexMap; // maps a DisplayIndex to an index in the _columns collection. 2547private List<RealizedColumnsBlock> _realizedColumnsBlockListForNonVirtualizedRows = null; // Realized columns for non-virtualized rows 2548private List<RealizedColumnsBlock> _realizedColumnsBlockListForVirtualizedRows = null; // Realized columns for virtualized rows
src\Framework\System\Windows\Controls\DataGridRowClipboardEventArgs.cs (2)
51public List<DataGridClipboardCellContent> ClipboardRowContent 117private List<DataGridClipboardCellContent> _clipboardRowContent;
src\Framework\System\Windows\Controls\DefinitionBase.cs (1)
929private readonly List<DefinitionBase> _registry; // registry of participating definitions
src\Framework\System\Windows\Controls\Frame.cs (1)
1441private List<CommandBinding> _commandBindings;
src\Framework\System\Windows\Controls\GridViewColumnCollection.cs (4)
161internal List<GridViewColumn> ColumnCollection { get { return _columns; } } 165internal List<int> IndexList { get { return _actualIndices; } } 470private List<GridViewColumn> _columns = new List<GridViewColumn>(); 474private List<int> _actualIndices = new List<int>();
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (4)
1599internal List<GridViewColumnHeader> ActualColumnHeaders 1627private List<GridViewColumnHeader> _gvHeaders; 1631private List<Rect> HeadersPositionList 1644private List<Rect> _headersPositionList;
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (3)
408internal List<UIElement> ActualCells 412List<UIElement> list = new List<UIElement>(); 417List<int> indexList = columns.IndexList;
src\Framework\System\Windows\Controls\InkCanvas.cs (2)
2196List<UIElement> newElements = new List<UIElement>(); 2652List<UIElement> elements = new List<UIElement>();
src\Framework\System\Windows\Controls\ItemCollection.cs (2)
1602internal override void GetCollectionChangedSources(int level, Action<int, object, bool?, List<string>> format, List<string> sources)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (5)
1014List<string> errors = new List<string>(); 1075List<string> sources = new List<string>(); 1120void FormatCollectionChangedSource(int level, object source, bool? isLikely, List<string> sources) 1151void GetCollectionChangedSources(int level, Action<int, object, bool?, List<string>> format, List<string> sources)
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
3592List<DependencyObject> claimedContainers = new List<DependencyObject>();
src\Framework\System\Windows\Controls\Panel.cs (1)
1008System.Collections.Generic.List<Int64> stableKeyValues = null;
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
448List<DocumentPageView> pageViewList; 927private void FindDocumentPageViews(Visual root, List<DocumentPageView> pageViews)
src\Framework\System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (2)
209internal List<double> DesiredWidthList 355private List<double> _desiredWidthList;
src\Framework\System\Windows\Controls\Primitives\Popup.cs (4)
162internal static readonly UncommonField<List<Popup>> RegisteredPopupsField = new UncommonField<List<Popup>>(); 198List<Popup> registeredPopups = RegisteredPopupsField.GetValue(placementTarget); 219List<Popup> registeredPopups = RegisteredPopupsField.GetValue(placementTarget);
src\Framework\System\Windows\Controls\Primitives\Selector.cs (10)
1797private void InvokeSelectionChanged(List<ItemInfo> unselectedInfos, List<ItemInfo> selectedInfos) 2014internal void LocateSelectedItems(List<Tuple<int,int>> ranges = null, bool deselectMissingItems=false) 2016List<int> knownIndices = new List<int>(_selectedItems.Count); 2343List<ItemInfo> unselected = new List<ItemInfo>(); 2344List<ItemInfo> selected = new List<ItemInfo>(); 2402private void CreateDeltaSelectionChange(List<ItemInfo> unselectedItems, List<ItemInfo> selectedItems) 2463List<ItemInfo> toRemove = (_toSelect.UnresolvedCount > 0) 2962private List<ItemInfo> _list;
src\Framework\System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
80List<UIElement> generatedItemsCollection = toolBarPanel.GeneratedItemsCollection;
src\Framework\System\Windows\Controls\Primitives\ToolBarPanel.cs (2)
541internal List<UIElement> GeneratedItemsCollection 550private List<UIElement> _generatedItemsCollection;
src\Framework\System\Windows\Controls\SelectedCellsChangedEventArgs.cs (2)
24public SelectedCellsChangedEventArgs(List<DataGridCellInfo> addedCells, List<DataGridCellInfo> removedCells)
src\Framework\System\Windows\Controls\SelectionChangedEventArgs.cs (6)
51internal SelectionChangedEventArgs(List<ItemsControl.ItemInfo> unselectedInfos, List<ItemsControl.ItemInfo> selectedInfos) 98internal List<ItemsControl.ItemInfo> RemovedInfos 106internal List<ItemsControl.ItemInfo> AddedInfos 134private List<ItemsControl.ItemInfo> _addedInfos; 135private List<ItemsControl.ItemInfo> _removedInfos;
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 (5)
1891List<Rect> rectangles = new List<Rect>(); 1926List<Rect> lineBounds = line.GetRangeBounds(boundStart, boundEnd - boundStart, xOffset, yOffset); 1963System.Collections.Generic.List<TextSegment> textSegmentsList = new System.Collections.Generic.List<TextSegment>(1); 2147List<LineResult> lines = new List<LineResult>(lineCount); 3864private List<LineMetrics> _subsequentLines;
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (3)
1430private List<AutomationPeer> GetAutomationPeersFromRange(AutomationPeer peer, ITextPointer start, ITextPointer end) 1432List<AutomationPeer> peers; 2118List<AutomationPeer> peers = GetAutomationPeersFromRange(peer, _start, _end);
src\Framework\System\Windows\Controls\TextSearch.cs (1)
857private List<string> _charsEntered;
src\Framework\System\Windows\Controls\ToolBarTray.cs (15)
375List<ToolBar> band = _bands[bandIndex].Band; 440List<ToolBar> band = _bands[bandIndex].Band; 562List<ToolBar> band = _bands[currentBand].Band; 663List<ToolBar> oldBand = _bands[currentBand].Band; 689private void ShrinkToolBars(List<ToolBar> band, int startIndex, int endIndex, double shrinkAmount) 727private double ToolBarsTotalMinimum(List<ToolBar> band, int startIndex, int endIndex) 737private void ExpandToolBars(List<ToolBar> band, int startIndex, int endIndex, double expandAmount) 775private double ToolBarsTotalMaximum(List<ToolBar> band, int startIndex, int endIndex) 790List<ToolBar> newBand = _bands[newBandNumber].Band; 868List<ToolBar> band = _bands[bandIndex].Band; 890List<ToolBar> band = _bands[bandIndex].Band; 943private void InsertToolBar(ToolBar toolBar, List<ToolBar> band) 972public List<ToolBar> Band 983private List<ToolBar> _band = new List<ToolBar>(); 993private List<BandInfo> _bands = new List<BandInfo>(0);
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (33)
40private VirtualizedCellInfoCollection(DataGrid owner, List<CellRegion> regions) 207List<DataGridCellInfo> list = new List<DataGridCellInfo>(); 238public VirtualizedCellInfoCollectionEnumerator(DataGrid owner, List<CellRegion> regions, VirtualizedCellInfoCollection collection) 299private List<CellRegion> _regions; 708public bool Remainder(CellRegion region, out List<CellRegion> remainder) 840List<CellRegion> addList = new List<CellRegion>(); 851List<CellRegion> remainder; 901List<CellRegion> removeList = null; 910private void RemoveRegion(int rowIndex, int columnIndex, int rowCount, int columnCount, ref List<CellRegion> removeList) 934List<CellRegion> remainder; 951internal void OnItemsCollectionChanged(NotifyCollectionChangedEventArgs e, List<Tuple<int,int>> ranges) 984List<CellRegion> keepRegions = null; 1012List<CellRegion> keepRegions = null; 1013List<CellRegion> removedRegions = null; 1052List<CellRegion> removedRegions = null; 1068List<CellRegion> slideRegions = null; 1069List<CellRegion> movedRegions = null; 1157List<CellRegion> keepRegions = null; 1200List<CellRegion> keepRegions = null; 1201List<CellRegion> removedRegions = null; 1240List<CellRegion> removedRegions = null; 1259List<CellRegion> slideRegions = null; 1260List<CellRegion> movedRegions = null; 1319internal RemovedCellInfoCollection(DataGrid owner, List<CellRegion> regions, DataGridColumn column) 1325internal RemovedCellInfoCollection(DataGrid owner, List<CellRegion> regions, object item) 1417List<CellRegion> removeList = new List<CellRegion>(); 1438internal void RestoreOnlyFullRows(List<Tuple<int,int>> ranges) 1493List<CellRegion> removeList = null; 1535internal bool Intersects(int rowIndex, out List<int> columnIndexRanges) 1585private static void ConvertIndexToIndexes(List<CellRegion> regions, int index, out int rowIndex, out int columnIndex) 1610private DataGridCellInfo GetCellInfoFromIndex(DataGrid owner, List<CellRegion> regions, int index) 1639private void AddRegionToList(CellRegion region, List<DataGridCellInfo> list) 1669private List<CellRegion> _regions;
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (25)
2007List<double> previouslyMeasuredOffsets = null; 2063ref List<double> previouslyMeasuredOffsets, 4446List<Double> offsetList = EffectiveOffsetInformationField.GetValue(container); 5578List<Double> childOffsetList = EffectiveOffsetInformationField.GetValue(firstContainer); 5593List<Double> offsetList = EffectiveOffsetInformationField.GetValue(container); 9315List<String> list = new List<String>(count); 9335List<String> list = new List<String>(count); 9459ref List<double> previouslyMeasuredOffsets) 10313ref List<double> previouslyMeasuredOffsets) 10799ref List<double> previouslyMeasuredOffsets, 10811List<double> previouslyMeasuredOffsets, 11585private List<UIElement> _realizedChildren; 11600private static readonly UncommonField<List<Double>> EffectiveOffsetInformationField = new UncommonField<List<Double>>(); 11774public List<double> previouslyMeasuredOffsets { get; set; } 12324record.RevirtualizedChildren = args[2] as List<String>; 12341private static List<Tuple<WeakReference<ItemsControl>,TraceList>> s_TargetToTraceListMap 12443private List<ScrollTraceRecord> _traceList = new List<ScrollTraceRecord>(); 12647internal List<String> RevirtualizedChildren 12649get { return _extraData as List<String>; } 12670List<String> children; 12706internal List<ChildInfo> _realizedChildren; 12722internal List<Double> _effectiveOffsets; 12866List<ChildInfo> list = new List<ChildInfo>(); 12921internal List<double> EffectiveOffsets { get; set; }
src\Framework\System\Windows\Data\BindingExpression.cs (8)
2331List<object> propertyErrors = GetDataErrors(indei, propertyName); 2332List<object> valueErrors = GetDataErrors(dataErrorValue, String.Empty); 2333List<object> errors = MergeErrors(propertyErrors, valueErrors); 2353internal static List<object> GetDataErrors(INotifyDataErrorInfo indei, string propertyName) 2356List<object> result = null; 2393List<object> MergeErrors(List<object> list1, List<object> list2)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (12)
245internal List<ValidationError> NotifyDataErrors 247get { return (List<ValidationError>)GetValue(Feature.NotifyDataErrors, null); } 291List<ValidationError> list; 2294internal void UpdateNotifyDataErrorValidationErrors(List<object> errors) 2296List<object> toAdd; 2297List<ValidationError> toRemove; 2306List<ValidationError> notifyDataErrors = NotifyDataErrors; 2324List<ValidationError> notifyDataErrors = NotifyDataErrors; 2336internal static void GetValidationDelta(List<ValidationError> previousErrors, List<object> errors, out List<object> toAdd, out List<ValidationError> toRemove)
src\Framework\System\Windows\Data\BindingGroup.cs (11)
267List<ValidationError> errors = new List<ValidationError>(); 1087List<object> errors; 1104void UpdateNotifyDataErrorValidationErrors(WeakReference itemWR, List<object> errors) 1107List<ValidationError> itemErrors; 1111List<object> toAdd; 1112List<ValidationError> toRemove; 1377List<BindingExpressionBase> list = _getValueTable.RemoveRootBinding(root); 1567Dictionary<WeakReference, List<ValidationError>> _notifyDataErrors = new Dictionary<WeakReference, List<ValidationError>>(); 1657public List<BindingExpressionBase> RemoveRootBinding(BindingExpressionBase rootBindingExpression) 1659List<BindingExpressionBase> result = new List<BindingExpressionBase>();
src\Framework\System\Windows\Data\BindingListCollectionView.cs (3)
2414List<AbandonedGroupItem> deleteList = new List<AbandonedGroupItem>(); 2516List<Action> deferredActions = _deferredActions; 2578private List<Action> _deferredActions;
src\Framework\System\Windows\Data\BindingOperations.cs (4)
406List<BindingExpressionBase> list = DataBindEngine.CurrentDataBindEngine.CommitManager.GetBindingsInScope(root); 417List<BindingGroup> list = DataBindEngine.CurrentDataBindEngine.CommitManager.GetBindingGroupsInScope(root); 619internal List<Exception> Log { get { return _log; } } 621List<Exception> _log = new List<Exception>();
src\Framework\System\Windows\Data\CollectionContainer.cs (2)
238internal void GetCollectionChangedSources(int level, Action<int, object, bool?, List<string>> format, List<string> sources)
src\Framework\System\Windows\Data\CollectionView.cs (3)
1504List<ItemPropertyInfo> list = new List<ItemPropertyInfo>(); 1602internal virtual void GetCollectionChangedSources(int level, Action<int, object, bool?, List<string>> format, List<string> sources)
src\Framework\System\Windows\Data\CompositeCollection.cs (2)
604internal void GetCollectionChangedSources(int level, Action<int, object, bool?, List<string>> format, List<string> sources)
src\Framework\System\Windows\Data\ListCollectionView.cs (3)
3244List<AbandonedGroupItem> deleteList = new List<AbandonedGroupItem>(); 3325List<Action> deferredActions = _deferredActions; 3364private List<Action> _deferredActions;
src\Framework\System\Windows\DescendentsWalker.cs (2)
240List<Popup> registeredPopups = Popup.RegisteredPopupsField.GetValue(feParent); 344List<Popup> registeredPopups = Popup.RegisteredPopupsField.GetValue(feParent);
src\Framework\System\windows\Documents\CaretElement.cs (1)
468List<TextSegment> textSegments = _textEditor.Selection.TextSegments;
src\Framework\System\Windows\Documents\DocumentReferenceCollection.cs (1)
187private List<DocumentReference> _internalList;
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
739List<TextSegment> rangeArray = new List<TextSegment>(4);
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (1)
578List<TextSegment> parentSegments = new List<TextSegment>(childSegments.Count);
src\Framework\System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (2)
46internal List<BlockElement> BlockElementList 57internal List<BlockElement> _elementList;
src\Framework\System\Windows\Documents\DocumentStructures\StoryFragments.cs (4)
82internal List<StoryFragment> StoryFragmentList 90private List<StoryFragment> _elementList; 191internal List<BlockElement> BlockElementList 199private List<BlockElement> _elementList;
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
1103List<FixedPage> oldHighlightPages = new List<FixedPage>();
src\Framework\System\Windows\Documents\FixedDSBuilder.cs (5)
74public void ConstructFlowNodes(FixedTextBuilder.FlowModelBuilder flowBuilder, List<FixedNode> fixedNodes) 83List<StoryFragment> StoryFragmentList = StoryFragments.StoryFragmentList; 86List<BlockElement> blockElementList = storyFragme.BlockElementList; 179List<BlockElement> blockElementList = sbe.BlockElementList; 267private List<FixedNode> _fixedNodes;
src\Framework\System\Windows\Documents\FixedFlowMap.cs (8)
174internal void MappingReplace(FlowNode flowOld, List<FlowNode> flowNew) 190List<FixedSOMElement> entry = _GetEntry(fixedp); 383private List<FixedSOMElement> _GetEntry(FixedNode node) 387_cachedEntry = (List<FixedSOMElement>)_mapping[node]; 396List<FixedSOMElement> entry; 399entry = (List<FixedSOMElement>)_mapping[fn]; 418private List<FlowNode> _flowOrder; // Flow Order represents a linear stream of symbols view on the fixed document 427private List<FixedSOMElement> _cachedEntry;
src\Framework\System\Windows\Documents\FixedPageStructure.cs (1)
684public void ConstructFixedSOMPage(List<FixedNode> fixedNodes)
src\Framework\System\Windows\Documents\FixedSOMContainer.cs (5)
192public List<FixedSOMSemanticBox> SemanticBoxes 204public List<FixedNode> FixedNodes 234List<FixedNode> nodes = container.FixedNodes; 265protected List<FixedSOMSemanticBox> _semanticBoxes; 266protected List<FixedNode> _fixedNodes;
src\Framework\System\Windows\Documents\FixedSOMLineCollection.cs (6)
79private void _AddLineToRanges(List<FixedSOMLineRanges> ranges, double line, double start, double end) 119private bool _IsSeparated(List<FixedSOMLineRanges> lines, double parallelLowEnd, double perpLowEnd, double parallelHighEnd, double perpHighEnd) 177public List<FixedSOMLineRanges> HorizontalLines 185public List<FixedSOMLineRanges> VerticalLines 201private List<FixedSOMLineRanges> _horizontals; 202private List<FixedSOMLineRanges> _verticals;
src\Framework\System\Windows\Documents\FixedSOMLineRanges.cs (4)
94public List<double> Start 106public List<double> End 129private List<double> _start; // where lines start. Invariant: _start[i] < _end[i] 130private List<double> _end; // where lines end. Invariant: _end[i] < _start[i+1]
src\Framework\System\Windows\Documents\FixedSOMPage.cs (2)
122internal List<FixedNode> MarkupOrder 152private List<FixedNode> _markupOrder;
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (9)
244public FixedSOMPage ConstructPageStructure(List<FixedNode> fixedNodes) 764List<FixedSOMLineRanges> horizontal = _lines.HorizontalLines; 765List<FixedSOMLineRanges> vertical = _lines.VerticalLines; 770List<FixedSOMTableRow> tableRows = new List<FixedSOMTableRow>(); 882List<FixedSOMSemanticBox> boxes = _fixedSOMPage.SemanticBoxes; 1031private void _FillTables(List<FixedSOMTableRow> tableRows) 1033List<FixedSOMTable> tables = new List<FixedSOMTable>(); 1142List<FixedSOMSemanticBox> groups = new List<FixedSOMSemanticBox>(); 1191private List<FixedNode> _fixedNodes;
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (1)
85List<FixedNode> markupOrder = this.FixedBlock.FixedSOMPage.MarkupOrder;
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (10)
912List<FixedNode> fixedNodes = new List<FixedNode>(); 957List<FixedNode> fixedNodes, // start empty, nodes will be added to this list 1090List<FixedSOMSemanticBox> children = node.SemanticBoxes; 1188private List<FixedPageStructure> _pageStructures; // contain all FixedPageStructure for each page. 1395private List<LogicalHyperlink> _hyperlinks; 1819private List<FixedSOMTextRun> _textRuns; 1820private List<FlowNode> _flowNodes; 1821private List<FixedNode> _fixedNodes; 1822private List<FixedNode> _nodesInLine; 1823private List<FixedLineResult> _lineResults;
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
741List<TextSegment> list = new List<TextSegment>(1);
src\Framework\System\Windows\Documents\Glyphs.cs (2)
350List<ParsedGlyphData> parsedGlyphs; 523out List<ParsedGlyphData> parsedGlyphs,
src\Framework\System\Windows\Documents\Highlights.cs (1)
344List<TextSegment> ranges;
src\Framework\System\Windows\Documents\ITextRange.cs (2)
255List<TextSegment> TextSegments { get; } 383List<TextSegment> _TextSegments { get; set; }
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)
192private List<PageContent> _internalList;
src\Framework\System\Windows\Documents\Serialization\SerializerProvider.cs (1)
62List<SerializerDescriptor> installedSerializers = new List<SerializerDescriptor>();
src\Framework\System\Windows\Documents\SpellerHighlightLayer.cs (1)
202List<TextSegment> list;
src\Framework\System\Windows\Documents\TextEffectResolver.cs (1)
64List<TextEffectTarget> list = new List<TextEffectTarget>();
src\Framework\System\Windows\Documents\TextRange.cs (3)
351List<TextSegment> ITextRange.TextSegments 506List<TextSegment> ITextRange._TextSegments 1891private List<TextSegment> _textSegments;
src\Framework\System\Windows\Documents\TextRangeBase.cs (2)
1234internal static List<TextSegment> GetTextSegments(ITextRange thisRange) 2015List<TextSegment> textSegments;
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (7)
285internal static List<TextSegment> BuildTableRange( 332private static List<TextSegment> BuildCellSelection(TableCell anchorCell, TableCell movingCell) 344List<TextSegment> cellRange = new List<TextSegment>(lastRowIndex - firstRowIndex + 1); 376private static List<TextSegment> BuildCrossTableSelection( 380List<TextSegment> textSegments = new List<TextSegment>(1); 406List<TextSegment> textSegments = range._TextSegments; 977List<TextSegment> textSegments = TextRangeEditTables.BuildTableRange(
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (5)
93List<int> ignoreList = new List<int>(); 201private static void WriteXamlTextSegment(XmlWriter xmlWriter, ITextPointer rangeStart, ITextPointer rangeEnd, XamlTypeMapper xamlTypeMapper, ref int elementLevel, WpfPayload wpfPayload, bool ignoreWriteHyperlinkEnd, List<int> ignoreList, bool preserveTextElements) 350List<TextSegment> textSegments = range.TextSegments; 356List<int> ignoreList = new List<int>(); 427private static int WriteOpeningTags(ITextRange range, ITextPointer thisElement, ITextPointer scope, XmlWriter xmlWriter, XamlTypeMapper xamlTypeMapper, bool reduceElement, out bool ignoreWriteHyperlinkEnd, ref List<int> ignoreList, bool preserveTextElements)
src\Framework\System\windows\Documents\TextSelectionHighlightLayer.cs (3)
91List<TextSegment> textSegments = _selection.TextSegments; 118List<TextSegment> textSegments = _selection.TextSegments; 337List<TextSegment> rangeArray;
src\Framework\System\Windows\Documents\TextStore.cs (2)
3975private List<CompositionEventRecord> CompositionEventList 4489private List<CompositionEventRecord> _compositionEventList;
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (6)
83_customDictionaryFiles = new Dictionary<string, List<string>>(); 603foreach (KeyValuePair<string, List<string>> items in _customDictionaryFiles) 937private Dictionary<string, List<string>> _customDictionaryFiles; 1006List<string> result = new List<string>(); 1015List<SpellChecker.SpellingError> spellingErrors = null; 1143List<SpellerSegment> segments = new List<SpellerSegment>();
src\Framework\System\Windows\Documents\WpfPayload.cs (1)
890private List<Image> _images;
src\Framework\System\Windows\FrameworkContextData.cs (1)
94private List<WalkerEntry> _currentWalkers = new List<WalkerEntry>(4);
src\Framework\System\Windows\FrameworkElementFactory.cs (4)
663List<DependencyObject> affectedChildren, 664ref List<DependencyObject> noChildIndexChildren, 1034List<DependencyObject> affectedChildren, ref List<DependencyObject> noChildIndexChildren )
src\Framework\System\Windows\FrameworkTemplate.cs (5)
571List<DependencyObject> affectedChildren) 905IStyleConnector styleConnector, List<DependencyObject> affectedChildren, UncommonField<Hashtable> templatedNonFeChildrenField) 1531internal List<String> ChildNames 1560private List<String> _childNames = new List<string>(); 1620internal ConditionalWeakTable<DependencyObject,List<DeferredAction>> DeferredActions = null;
src\Framework\System\Windows\Ink\Events.cs (5)
138private List<UIElement> _elements; 156List<UIElement> elements = 197List<UIElement> elements = 327private List<GestureRecognitionResult> _gestureRecognitionResults; 350List<GestureRecognitionResult> results =
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
3727List<WeakReference> _list = new List<WeakReference>(1);
src\Framework\System\Windows\Markup\Baml2006\Baml2006KeyRecord.cs (2)
46public List<Object> StaticResources 91private List<Object> _resources;
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (2)
269internal List<KeyRecord> ReadKeys() 926var staticResources = _context.LastKey.StaticResources;
src\Framework\System\Windows\Markup\Baml2006\Baml2006ReaderContext.cs (1)
46public List<KeyRecord> KeyList { get; set; }
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\Baml6ConstructorInfo.cs (3)
9public Baml6ConstructorInfo(List<Type> types, Func<Object[], object> ctor) 15List<Type> _types; 18public List<Type> Types { get { return _types; } }
src\Framework\System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
331List<XamlType> xTypes = null;
src\Framework\System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (2)
42private List<ThemeKnownTypeHelper> _themeHelpers; 348internal List<ThemeKnownTypeHelper> ThemeKnownTypeHelpers
src\Framework\System\Windows\Markup\Baml2006\WpfXamlType.cs (1)
178List<XamlMember> members = new List<XamlMember>();
src\Framework\System\Windows\Markup\BamlReader.cs (16)
195_reverseXmlnsTable = new Dictionary<String, List<String>>(); 1373List<BamlRecord> srRecords = new List<BamlRecord>(); 1714private void ProcessStaticResourceTree(List<BamlRecord> srRecords) 2680List<String> xmlnsList = GetXmlNamespaceList(typeInfo.ClrNamespace, assemblyFullName); 2694List<String> list; 2709private List<String> GetXmlNamespaceList(string clrNamespace, string assemblyFullName) 2712List<String> xmlnsList=null; 2748private string GetXmlnsPrefix(List<String> xmlnsList) 2808private List<BamlKeyInfo> _deferKeys; 2814private List<BamlRecord> _currentStaticResourceRecords; 2882private Dictionary<String, List<String>> _reverseXmlnsTable; 3070internal List<List<BamlRecord>> StaticResources 3076_staticResources = new List<List<BamlRecord>>(); 3084private List<List<BamlRecord>> _staticResources;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (3)
1736List<object[]> staticResourceValuesList; 1775out List<object[]> staticResourceValuesList) 5719static List<ReaderContextStackData> _stackDataFactoryCache = new List<ReaderContextStackData>();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (9)
1599List<List<ValueDeferRecord>> staticResourceRecordList = keyRecord.StaticResourceRecordList; 1606List<ValueDeferRecord> srRecords = staticResourceRecordList[j]; 1798internal List<List<ValueDeferRecord>> StaticResourceRecordList 1804_staticResourceRecordList = new List<List<ValueDeferRecord>>(1); 1813private List<List<ValueDeferRecord>> _staticResourceRecordList; 1950List<ValueDeferRecord> _staticResourceRecordList; // List of BamlRecords between the start and end of a StaticResource definition (both ends inclusive).
src\Framework\System\Windows\Markup\DependencyPropertyConverter.cs (1)
206List<XamlType> ceilingTypes = new List<XamlType>();
src\Framework\System\Windows\Markup\ParserContext.cs (2)
623internal List<object[]> StaticResourcesStack 865private List<object[]> _staticResourcesStack;
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 (10)
267public List<int> Predecessors; 449private List<Entry> _entries = new List<Entry>(); 507List<int> argumentCompositeIndexes = null; 509List<MarkupProperty> composites = null; 764List<Type> wrapperTypes = GetWrapperTypes(contentProperty.PropertyType); 1100private List<Type> GetWrapperTypes(Type type) 1107List<Type> wrapperTypes = new List<Type>(); 1118private MarkupProperty GetWrappedProperty(List<Type> wrapperTypes, MarkupObject item) 1138private bool IsInTypes(Type type, List<Type> types) 1193List<Type> wrapperTypes = GetWrapperTypes(contentProperty.PropertyType);
src\Framework\System\Windows\Markup\RoutedEventConverter.cs (1)
89List<XamlType> ceilingTypes = new List<XamlType>();
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (4)
2292List<ClrNamespaceAssemblyPair> namespaceAssemblyPair = GetClrNamespacePairFromCache(XamlReaderHelper.DefaultNamespaceURI); 3474List<ClrNamespaceAssemblyPair> namespaceAssemblyPair; 3637internal static List<ClrNamespaceAssemblyPair> GetClrNamespacePairFromCache( 3641List<ClrNamespaceAssemblyPair> mappingArray = null;
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (6)
78List<string> resultList = new List<string>(_sharedSchemaContext.GetAllXamlNamespaces()); 187List<NamespaceMapEntry> list = (List<NamespaceMapEntry>)result[key]; 281private void AddKnownNamespaces(List<string> nsList) 399List<V> list = (List<V>)hashtable[key];
src\Framework\System\Windows\Markup\XmlnsCache.cs (6)
168internal List<ClrNamespaceAssemblyPair> GetMappingArray(string xmlns) 170List<ClrNamespaceAssemblyPair> clrNsMapping =null; 173clrNsMapping = _cacheTable[xmlns] as List<ClrNamespaceAssemblyPair>; 204clrNsMapping = _cacheTable[xmlns] as List<ClrNamespaceAssemblyPair>; 349private List<ClrNamespaceAssemblyPair> GetClrnsToAssemblyNameMappingList( 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\Generated\ThicknessKeyFrameCollection.cs (1)
34private List<ThicknessKeyFrame> _keyFrames;
src\Framework\System\Windows\Media\Animation\Storyboard.cs (7)
575Debug.Assert( mappedObject == null || mappedObject is AnimationClock || mappedObject is List<AnimationClock>, 586List<AnimationClock> clockList = new List<AnimationClock>(); 596List<AnimationClock> clockList = (List<AnimationClock>)mappedObject; 614List<AnimationClock> clockList; 616Debug.Assert( value is AnimationClock || value is List<AnimationClock> , 626clockList = (List<AnimationClock>)value;
src\Framework\System\Windows\Navigation\Journal.cs (3)
83_journalEntryList = (List<JournalEntry>)info.GetValue("_journalEntryList", typeof(List<JournalEntry>)); 684private List<JournalEntry> _journalEntryList = new List<JournalEntry>();
src\Framework\System\Windows\ResourceDictionary.cs (3)
1835List<ResourceDictionary> oldDictionaries = null; 1836List<ResourceDictionary> newDictionaries = null; 2601private List<KeyRecord> _deferredLocationList = null;
src\Framework\System\Windows\ResourcesChangeInfo.cs (4)
71List<ResourceDictionary> oldDictionaries, 72List<ResourceDictionary> newDictionaries, 332private List<ResourceDictionary> _oldDictionaries; 333private List<ResourceDictionary> _newDictionaries;
src\Framework\System\Windows\Shell\JumpList.cs (26)
235public static void ReleaseShellObjects(List<_ShellObjectPair> list) 316private List<JumpItem> _jumpItems; 405public List<JumpItem> JumpItems 572List<JumpItem> successList; 573List<_RejectedJumpItemPair> rejectedList; 576List<List<_ShellObjectPair>> categories = null; 577List<_ShellObjectPair> removedList = null; 616categories = new List<List<_ShellObjectPair>>() { new List<_ShellObjectPair>() }; 658foreach (var list in categories) 702foreach (List<_ShellObjectPair> categoryList in categories) 737foreach (List<_ShellObjectPair> list in categories) 759var items = new List<JumpItem>(rejectedList.Count); 760var reasons = new List<JumpItemRejectionReason>(rejectedList.Count); 773var items = new List<JumpItem>(removedList.Count); 794private static bool ListContainsShellObject(List<_ShellObjectPair> removedList, object shellObject) 883private static List<_ShellObjectPair> GenerateJumpItems(IObjectArray shellObjects) 887var retList = new List<_ShellObjectPair>(); 919private static void AddCategory(ICustomDestinationList cdl, string category, List<_ShellObjectPair> jumpItems, List<JumpItem> successList, List<_RejectedJumpItemPair> rejectionList) 928private static void AddCategory(ICustomDestinationList cdl, string category, List<_ShellObjectPair> jumpItems, List<JumpItem> successList, List<_RejectedJumpItemPair> rejectionList, bool isHeterogenous) 971var linksOnlyList = new List<_ShellObjectPair>(); 1254var reasons = new List<JumpItemRejectionReason>(_jumpItems.Count);
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)
35private readonly List<HANDLE_MESSAGE> _messageTable;
src\Framework\System\Windows\StaticResourceExtension.cs (2)
253List<AmbientPropertyValue> ambientList; 254ambientList = ambientValues as List<AmbientPropertyValue>;
src\Framework\System\Windows\StyleHelper.cs (42)
1080List<TriggerAction> actionsList = null; 1112actionsList = triggerActions[eventTrigger.RoutedEvent] as List<TriggerAction>; 1795List<DependencyObject> affectedChildren = new List<DependencyObject>(lastChildIndex); 1805List<DependencyObject> noChildIndexChildren = null; 1854List<DependencyObject> affectedChildren = new List<DependencyObject>(lastChildIndex); 2142List<DependencyObject> templatedChildren; 2221List<DependencyObject> templateChain, 2513List<TriggerAction> actionsList; 2518? ownerStyle._triggerActions[Event] as List<TriggerAction> 2525? frameworkTemplate._triggerActions[Event] as List<TriggerAction> 3469List<ResourceDictionary> oldStyleTables = StyleHelper.GetResourceDictionariesFromStyle(oldStyle); 3470List<ResourceDictionary> newStyleTables = StyleHelper.GetResourceDictionariesFromStyle(newStyle); 3517List<ResourceDictionary> oldResourceTable = GetResourceDictionaryFromTemplate(oldTemplate); 3518List<ResourceDictionary> newResourceTable = GetResourceDictionaryFromTemplate(newTemplate); 3532private static void SetShouldLookupImplicitStyles(FrameworkObject fo, List<ResourceDictionary> dictionaries) 3550private static List<ResourceDictionary> GetResourceDictionariesFromStyle(Style style) 3552List<ResourceDictionary> dictionaries = null; 3575private static List<ResourceDictionary> GetResourceDictionaryFromTemplate( object template ) 3586List<ResourceDictionary> table = new List<ResourceDictionary>(1); 4067List<DependencyObject> styledChildren = TemplatedFeChildrenField.GetValue(container); 4352Debug.Assert(candidateTrigger is List<TriggerBase>, "Internal data structure error: The FrugalMap [Style/Template].PropertyTriggersWithActions " + 4356List<TriggerBase> triggerList = (List<TriggerBase>)candidateTrigger; 4401List<DependencyObject> styledChildren = TemplatedFeChildrenField.GetValue(container); 4761ConditionalWeakTable<DependencyObject, List<DeferredAction>> deferredActions; 4772deferredActions = new ConditionalWeakTable<DependencyObject, List<DeferredAction>>(); 4785List<DeferredAction> actionList; 4805List<DeferredAction> actionList; 5055List<TriggerBase> newList = new List<TriggerBase>(); 5064Debug.Assert( existing is List<TriggerBase>, 5067List<TriggerBase> existingList = (List<TriggerBase>)existing; 5101List<TriggerBase> newList = new List<TriggerBase>(); 5110Debug.Assert( existing is List<TriggerBase>, 5113List<TriggerBase> existingList = (List<TriggerBase>)existing; 5283Debug.Assert(candidateTrigger is List<TriggerBase>, "Internal data structure error: The HybridDictionary [Style/Template].DataTriggersWithActions " + 5287List<TriggerBase> triggerList = (List<TriggerBase>)candidateTrigger; 5434internal static DependencyObject GetChild(List<DependencyObject> styledChildren, int childIndex) 5642internal static readonly UncommonField<List<DependencyObject>> TemplatedFeChildrenField = new UncommonField<List<DependencyObject>>();
src\Framework\System\Windows\SystemResources.cs (4)
207List<ResourceDictionaryInfo> dictionaries = new List<ResourceDictionaryInfo>(); 238List<ResourceDictionaryInfo> dictionaries = new List<ResourceDictionaryInfo>(); 1288List<SystemResourceKey> keys = new List<SystemResourceKey>(); 1758[ThreadStatic] private static List<DpiUtil.HwndDpiInfo> _dpiAwarenessContextAndDpis;
src\Framework\System\Windows\TemplateContent.cs (5)
255List<PropertyValue> sharedProperties = new List<PropertyValue>(); 346private void UpdateSharedPropertyNames(string name, List<PropertyValue> sharedProperties, XamlType type) 391List<PropertyValue> sharedProperties, 420List<PropertyValue> sharedProperties, 468List<PropertyValue> sharedProperties,
src\Framework\System\Windows\TemplateNameScope.cs (2)
51List<DependencyObject> affectedChildren, 261private List<DependencyObject> _affectedChildren;
src\Framework\System\Windows\ThemeDictionaryExtension.cs (1)
195private static List<ThemeDictionaryInfo> _themeDictionaryInfos;
src\Framework\System\Windows\TriggerActionCollection.cs (1)
321private List<TriggerAction> _rawList;
src\Framework\System\Windows\Window.cs (1)
7054var nativeIcons = new List<NativeMethods.IconHandle>();
PresentationFramework.Aero (1)
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
380private static List<Freezable> _freezableCache;
PresentationFramework.Classic (1)
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
380private static List<Freezable> _freezableCache;
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
380private static List<Freezable> _freezableCache;
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
380private static List<Freezable> _freezableCache;
SMDiagnostics (2)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (2)
84internal List<TraceNode> childNodes = new List<TraceNode>(); 85internal List<AttributeNode> attributes = new List<AttributeNode>();
SMSvcHost (20)
System\ServiceModel\Activation\AppPool.cs (1)
14List<App> apps;
System\ServiceModel\Activation\Diagnostics\ListenerPerfCounters.cs (3)
32static List<PerformanceCounter> perfList; 73static List<PerformanceCounter> PerformanceList 230List<PerformanceCounter> countersToRemove = null;
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\ListenerConfig.cs (1)
123public static List<SecurityIdentifier> GetAllowAccounts(TransportType transportType)
System\ServiceModel\Activation\ListenerConnectionDemuxer.cs (1)
19List<InitialServerConnectionReader> connectionReaders;
System\ServiceModel\Activation\MessageQueue.cs (3)
23static List<MessageQueue> instances = new List<MessageQueue>(); 25List<BaseUriWithWildcard> paths; 41List<WorkerProcess> workers;
System\ServiceModel\Activation\MsmqActivation.cs (2)
307List<QueueMonitor> monitors = new List<QueueMonitor>(); 308List<QueueMonitor> failedMonitors = new List<QueueMonitor>();
System\ServiceModel\Activation\NetPipeSectionData.cs (2)
18List<SecurityIdentifier> allowAccounts; 61public List<SecurityIdentifier> AllowAccounts
System\ServiceModel\Activation\NetTcpSectionData.cs (2)
20List<SecurityIdentifier> allowAccounts; 81public List<SecurityIdentifier> AllowAccounts
System\ServiceModel\Activation\SMSvcHost.cs (2)
96List<ServiceBase> services = new List<ServiceBase>(); 111static void MainIis7(List<ServiceBase> services)
System (92)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
3514List<String> lines = new List<String>();
compmod\microsoft\win32\SystemEvents.cs (7)
96private static Dictionary<object, List<SystemEventInvokeInfo>> _handlers; 340_handlers = new Dictionary<object, List<SystemEventInvokeInfo>>(); 344List<SystemEventInvokeInfo> invokeItems; 1296List<SystemEventInvokeInfo> invokeItems = _handlers[key]; 1325List<SystemEventInvokeInfo> invokeItems = null; 1351List<SystemEventInvokeInfo> invokeItems = (List<SystemEventInvokeInfo>)_handlers[key];
compmod\system\collections\generic\sortedset.cs (7)
165List<T> els = new List<T>(collection); 269List<Node> processQueue = new List<Node>(); 1177List<T> toSave = new List<T>(this.Count); 1643List<T> matches = new List<T>(this.Count); 1823List<T> toRemove = new List<T>(); 1898List<Node> processQueue = new List<Node>(); 1983List<T> toSave = new List<T>(this.Count);
compmod\system\collections\objectmodel\observablecollection.cs (1)
60public ObservableCollection(List<T> list)
compmod\system\componentmodel\EnumConverter.cs (1)
200List<Enum> flagValues = new List<Enum>();
compmod\system\componentmodel\MaskedTextProvider.cs (2)
164private List<CharDescriptor> stringDescriptor; 593List<int> editPositions = new List<int>();
compmod\system\diagnostics\Switch.cs (2)
40private static List<WeakReference> switches = new List<WeakReference>(); 70List<WeakReference> buffer = new List<WeakReference>(switches.Count);
compmod\system\diagnostics\TraceSource.cs (2)
19private static List<WeakReference> tracesources = new List<WeakReference>(); 54List<WeakReference> buffer = new List<WeakReference>(tracesources.Count);
net\System\Net\_AuthenticationManager2.cs (1)
313List<Type> authenticationModuleTypes =
net\System\Net\_AuthenticationManagerDefault.cs (1)
95List<Type> authenticationModuleTypes =
net\System\Net\_Connection.cs (2)
99private List<RequestContext> m_Context; 291private List<WaitListItem> m_WaitList;
net\System\Net\_NTAuthentication.cs (3)
672List<SecurityBuffer> list = new List<SecurityBuffer>(2); 804List<SecurityBuffer> list = new List<SecurityBuffer>(5); 852List<SecurityBuffer> list = new List<SecurityBuffer>(6);
net\System\Net\_ProxyChain.cs (1)
19private List<Uri> m_Cache = new List<Uri>();
net\System\Net\_SafeNetHandles.cs (1)
905private List<IntPtr> unmanagedMemoryList;
net\System\Net\_ServiceNameStore.cs (1)
10private List<string> serviceNames;
net\System\Net\_TimerThread.cs (1)
246List<int> garbage = new List<int>();
net\System\Net\Configuration\AuthenticationModulesSection.cs (3)
106internal List<Type> AuthenticationModules 110List<Type> retval = this.authenticationModules; 144List<Type> authenticationModules = null;
net\System\Net\cookie.cs (1)
589List<int> portList = new List<int>();
net\System\Net\cookiecontainer.cs (3)
710List<string> domainAttributeMatchAnyCookieVariant = new List<string>(); 711List<string> domainAttributeMatchOnlyCookieVariantPlain = new List<string>(); 758private void BuildCookieCollectionFromDomainMatches(Uri uri, bool isSecure, int port, CookieCollection cookies, List<string> domainAttribute, bool matchOnlyPlainCookie) {
net\System\Net\HttpListenerRequest.cs (1)
240private List<TokenBinding> m_TokenBindings = null;
net\System\Net\HttpListenerRequestUriBuilder.cs (1)
44private List<byte> rawOctets;
net\System\Net\HttpListenerResponse.cs (4)
508List<GCHandle> pinnedHeaders = SerializeHeaders(ref m_NativeResponse.Headers, isWebSocketHandshake); 707private List<GCHandle> SerializeHeaders(ref UnsafeNclNativeMethods.HttpApi.HTTP_RESPONSE_HEADERS headers, 710List<GCHandle> pinnedHeaders; 862private void FreePinnedHeaders(List<GCHandle> pinnedHeaders) {
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (7)
125List<TcpConnectionInformation> list = new List<TcpConnectionInformation>(); 126List<SystemTcpConnectionInformation> connections = GetAllTcpConnections(); 137List<IPEndPoint> list = new List<IPEndPoint>(); 138List<SystemTcpConnectionInformation> connections = GetAllTcpConnections(); 151private List<SystemTcpConnectionInformation> GetAllTcpConnections() { 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)
33private static List<TeredoHelper> pendingNotifications;
net\System\Net\SecureProtocols\_SslStream.cs (1)
470List<BufferOffsetSize> arrayList = null;
net\System\Net\ServicePoint.cs (1)
673List<string> connectionGroupNames = null;
net\System\Net\Sockets\_DynamicWinsockMethods.cs (1)
17private static List<DynamicWinsockMethods> s_MethodTable = new List<DynamicWinsockMethods>();
net\System\Net\WebSockets\WebSocketBase.cs (1)
1801List<ArraySegment<byte>> sendBuffers = new List<ArraySegment<byte>>((int)dataBufferCount);
net\System\Net\WebSockets\WebSocketHelpers.cs (1)
91List<string> secWebSocketProtocols = new List<string>();
parent\parent\parent\InternalApis\NDP_Common\inc\PinnableBufferCache.cs (2)
254List<object> notInGen2 = new List<object>(); 438private List<object> m_NotGen2;
regex\system\text\regularexpressions\RegexCharClass.cs (3)
34private List<SingleRange> _rangelist; 515private RegexCharClass(bool negate, List<SingleRange> ranges, StringBuilder categories, RegexCharClass subtraction) { 1011List<SingleRange> ranges = new List<SingleRange>(mySetLength);
regex\system\text\regularexpressions\RegexCode.cs (1)
117internal RegexCode(int [] codes, List<String> stringlist, int trackcount,
regex\system\text\regularexpressions\RegexCompiler.cs (1)
3086List<CustomAttributeBuilder> assemblyAttributes = new List<CustomAttributeBuilder>();
regex\system\text\regularexpressions\RegexNode.cs (1)
120internal List<RegexNode> _children;
regex\system\text\regularexpressions\RegexParser.cs (3)
45internal List<String> _capnamelist; 48internal List<RegexOptions> _optionsStack; 1689List<String> oldcapnamelist;
regex\system\text\regularexpressions\RegexReplacement.cs (8)
28List<String> strings; 29List<Int32> rules; 79internal List<String> _strings; // table of string constants 80internal List<Int32> _rules; // negative -> group #, positive -> string # 124private void ReplacementImplRTL(List<String> al, Match match) { 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)
30internal List<String> _stringtable;
security\system\security\Authentication\ExtendedProtection\Configuration\ExtendedProtectionPolicyElement.cs (1)
66List<string> spnList = new List<string>(spnCollection.Count);
security\system\security\cryptography\x509\x509utils.cs (1)
493List<string> oidStrs = new List<string>();
services\monitoring\system\diagnosticts\EventLog.cs (1)
1019List<EventLog> logs = new List<EventLog>(logNames.Length);
sys\system\collections\concurrent\BlockingCollection.cs (5)
1018List<WaitHandle> handles = GetHandles(collections, externalCancellationToken, true, out collatedCancellationTokens); 1097private static List<WaitHandle> GetHandles(BlockingCollection<T>[] collections, CancellationToken externalCancellationToken, bool isAddOperation, out CancellationToken[] cancellationTokens) 1101List<WaitHandle> handlesList = new List<WaitHandle>(collections.Length + 1); // + 1 for the external token handle to be added 1102List<CancellationToken> tokensList = new List<CancellationToken>(collections.Length + 1); // + 1 for the external token 1428List<WaitHandle> handles = GetHandles(collections, externalCancellationToken, false, out collatedCancellationTokens);
sys\system\collections\concurrent\ConcurrentBag.cs (3)
379List<int> versionsList = new List<int>(); // save the lists version 887private List<T> ToList() 891List<T> list = new List<T>();
System.Activities (207)
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (18)
186List<string> namespaceList = new List<string>(); 187List<AssemblyReference> assemblyList = new List<AssemblyReference>(); 301List<Import> importList = new List<Import>(); 439List<Import> importList = new List<Import>(); 666List<Expression> arguments; 802List<ElementInit> initializers = new List<ElementInit>(tmpInitializers.Count); 911List<MemberBinding> bindings = new List<MemberBinding>(tmpMemberBindings.Count); 936List<Expression> indexes = new List<Expression>(tmpArguments.Count); 992List<Expression> arrayInitializers = new List<Expression>(tmpExpressions.Count); 1009List<Expression> bounds = new List<Expression>(tmpExpressions.Count); 1091List<ParameterExpression> parameterList = new List<ParameterExpression>(tmpVariables.Count); 1103List<Expression> expressionList = new List<Expression>(tmpExpressions.Count); 1157List<ElementInit> initializers = null; 1165List<Expression> arguments = null; 1191List<MemberBinding> bindings = new List<MemberBinding>(tmpBindings.Count); 1326List<Expression> variableList = new List<Expression>(); 1606List<Assembly> assemblies; 1609public VisualBasicScriptAndTypeScope(LocationReferenceEnvironment environmentProvider, List<Assembly> assemblies)
System\Activities\Activity.cs (7)
433internal Dictionary<string, List<RuntimeArgument>> OverloadGroups 447internal List<RuntimeArgument> RequiredArgumentsNotInOverloadGroups 1308public Dictionary<string, List<RuntimeArgument>> OverloadGroups 1314public List<RuntimeArgument> RequiredArgumentsNotInOverloadGroups 1475List<string> overloadGroupNames = GetOverloadGroupNames(propertyDescriptor); 1674List<string> GetOverloadGroupNames(PropertyDescriptor propertyDescriptor) 1676List<string> overloadGroupNames = new List<string>(0);
System\Activities\ActivityLocationReferenceEnvironment.cs (1)
15List<LocationReference> unnamedDeclarations;
System\Activities\Debugger\CharacterSpottingTextReader.cs (9)
24private List<DocumentLocation> startAngleBrackets; 25private List<DocumentLocation> endAngleBrackets; 26private List<DocumentLocation> singleQuotes; 27private List<DocumentLocation> doubleQuotes; 28private List<DocumentLocation> endLines; 92List<DocumentLocation> locationList = this.GetLocationList(c); 118List<DocumentLocation> locationList = this.GetLocationList(c); 154private List<DocumentLocation> GetLocationList(char c) 203List<DocumentLocation> locations = this.GetLocationList(lastCharacterRead);
System\Activities\Debugger\CharacterSpottingTextReader.UnitTest.cs (4)
21List<DocumentLocation> ICharacterSpottingTextReaderForUnitTest.StartBrackets 26List<DocumentLocation> ICharacterSpottingTextReaderForUnitTest.EndBrackets 31List<DocumentLocation> ICharacterSpottingTextReaderForUnitTest.SingleQuotes 36List<DocumentLocation> ICharacterSpottingTextReaderForUnitTest.DoubleQuotes
System\Activities\Debugger\DebugInfo.cs (9)
199List<Variable> allVariables = new List<Variable>(); 200List<RuntimeArgument> allArguments = new List<RuntimeArgument>(); 201List<DelegateArgument> allDelegateArguments = new List<DelegateArgument>(); 258static List<Variable> RemoveHiddenVariables(HashSet<string> existingNames, IEnumerable<Variable> ancestorVariables) 260List<Variable> cleanUpList = new List<Variable>(); 280static List<DelegateArgument> RemoveHiddenDelegateArguments(HashSet<string> existingNames, IEnumerable<DelegateArgument> ancestorDelegateArguments) 282List<DelegateArgument> cleanUpList = new List<DelegateArgument>(); 299static List<RuntimeArgument> RemoveHiddenArguments(HashSet<string> existingNames, IList<RuntimeArgument> ancestorArguments) 301List<RuntimeArgument> cleanUpList = new List<RuntimeArgument>(ancestorArguments.Count);
System\Activities\Debugger\DebugManager.cs (2)
30List<string> temporaryFiles; 111List<Activity> sameSourceActivities = this.instrumentationTracker.GetSameSourceSubRoots(activity);
System\Activities\Debugger\ICharacterSpottingTextReaderForUnitTest.cs (4)
15List<DocumentLocation> StartBrackets { get; } 17List<DocumentLocation> EndBrackets { get; } 19List<DocumentLocation> SingleQuotes { get; } 21List<DocumentLocation> DoubleQuotes { get; }
System\Activities\Debugger\InstrumentationTracker.cs (2)
93public List<Activity> GetSameSourceSubRoots(Activity subRoot) 96List<Activity> sameSourceSubRoots = new List<Activity>();
System\Activities\Debugger\ListExtensions.cs (1)
11internal static BinarySearchResult MyBinarySearch<T>(this List<T> input, T item)
System\Activities\Debugger\SourceLocationProvider.cs (1)
380List<ActivitySymbol> symbols = new List<ActivitySymbol>();
System\Activities\Debugger\StateManager.cs (2)
42List<LogicalThread> threads; 429List<State> states;
System\Activities\DurableInstancing\ActivatableWorkflowsQueryResult.cs (1)
45public List<IDictionary<XName, object>> ActivationParameters
System\Activities\DynamicActivityTypeDescriptor.cs (1)
111List<PropertyDescriptor> propertyDescriptors = new List<PropertyDescriptor>(this.Properties.Count + 2);
System\Activities\DynamicUpdate\EnvironmentUpdateMap.cs (1)
256List<EnvironmentUpdateMapEntry> result = new List<EnvironmentUpdateMapEntry>();
System\Activities\ExclusiveHandle.cs (6)
21List<BookmarkScopeHandle> bookmarkScopes; 56internal List<BookmarkScopeHandle> SerializedBookmarkScopes 266List<Handle> handles = current.Handles; 283List<Handle> executorHandles = this.executor.Handles; 307List<Bookmark> bookmarks; 321internal List<Bookmark> SerializedBookmarks
System\Activities\Hosting\SymbolResolver.cs (2)
42List<object> values = new List<object>(this.symbols.Count); 325List<LocationReference> list = new List<LocationReference>();
System\Activities\Hosting\WorkflowInstanceExtensionCollection.cs (8)
14List<KeyValuePair<WorkflowInstanceExtensionProvider, object>> instanceExtensions; 15List<object> additionalInstanceExtensions; 16List<object> allSingletonExtensions; 24List<IWorkflowInstanceExtension> workflowInstanceExtensions; 75List<Type> typesToRemove = null; 139List<KeyValuePair<Type, WorkflowInstanceExtensionProvider>> extensionProviders = extensionManager.ExtensionProviders; 209public List<IWorkflowInstanceExtension> WorkflowInstanceExtensions 260void SetInstance(List<object> extensionsList)
System\Activities\Hosting\WorkflowInstanceExtensionManager.cs (9)
18internal static List<KeyValuePair<Type, WorkflowInstanceExtensionProvider>> EmptyExtensionProviders = new List<KeyValuePair<Type, WorkflowInstanceExtensionProvider>>(0); 19internal static List<object> EmptySingletonExtensions = new List<object>(0); 22List<object> additionalSingletonExtensions; 23List<object> allSingletonExtensions; 38internal List<object> SingletonExtensions 44internal List<object> AdditionalSingletonExtensions 52internal List<KeyValuePair<Type, WorkflowInstanceExtensionProvider>> ExtensionProviders 145internal List<object> GetAllSingletonExtensions() 181internal static void AddExtensionClosure(object newExtension, ref List<object> targetCollection, ref bool addedTrackingParticipant, ref bool addedPersistenceModule)
System\Activities\HybridCollection.cs (2)
18List<T> multipleItems; 87internal List<T> SerializedMultipleItems
System\Activities\QualifiedId.cs (1)
179List<int> tmpList = new List<int>();
System\Activities\Runtime\ActivityExecutor.cs (8)
51List<ActivityInstance> executingSecondaryRootInstances; 109List<Handle> handles; 619internal List<Handle> SerializedHandles 715internal List<ActivityInstance> SerializedExecutingSecondaryRootInstances 865internal List<Handle> Handles 2581List<BookmarkInfo> bookmarks = CollectExternalBookmarks(); 2593List<BookmarkInfo> CollectExternalBookmarks() 2595List<BookmarkInfo> bookmarks = null;
System\Activities\Runtime\ActivityInstanceMap.cs (12)
89public void GetActivitiesBlockingUpdate(DynamicUpdateMap updateMap, List<ActivityInstance> secondaryRootInstances, ref Collection<ActivityBlockingUpdate> updateErrors) 96private static bool IsNonDefaultSecondaryRoot(ActivityInstance instance, List<ActivityInstance> secondaryRootInstances) 111private static bool CanCompensationOrConfirmationHandlerReferenceAddedSymbols(InstanceList instanceList, DynamicUpdateMap rootUpdateMap, IdSpace rootIdSpace, List<ActivityInstance> secondaryRootInstances, ref Collection<ActivityBlockingUpdate> updateErrors) 133List<int> currentQIDBuilder = new List<int>(); 217List<int> dummyIndexes; 256private IList<InstanceListNeedingUpdate> GetInstanceListsNeedingUpdate(DynamicUpdateMap updateMap, Activity targetDefinition, List<ActivityInstance> secondaryRootInstances, ref Collection<ActivityBlockingUpdate> updateErrors) 362public void UpdateRawInstance(DynamicUpdateMap updateMap, Activity targetDefinition, List<ActivityInstance> secondaryRootInstances, ref Collection<ActivityBlockingUpdate> updateErrors) 422private static bool TryGatherSchedulableExpressions(IList<EnvironmentUpdateMapEntry> entries, out List<int> addedLocationReferenceIndexes) 533List<int> addedArgumentIndexes; 534List<int> addedVariableIndexes; 535List<int> addedPrivateVariableIndexes; 583public void LoadActivityTree(Activity rootActivity, ActivityInstance rootInstance, List<ActivityInstance> secondaryRootInstances, ActivityExecutor executor)
System\Activities\Runtime\BookmarkManager.cs (2)
116List<ExclusiveHandle> handles = owningInstance.PropertyManager.FindAll<ExclusiveHandle>(); 247public void PopulateBookmarkInfo(List<BookmarkInfo> bookmarks)
System\Activities\Runtime\BookmarkScopeManager.cs (6)
21List<BookmarkScope> uninitializedScopes; 22List<InstanceKey> keysToAssociate; 23List<InstanceKey> keysToDisassociate; 94internal List<BookmarkScope> SerializedUninitializedScopes 288public void PopulateBookmarkInfo(ref List<BookmarkInfo> bookmarks) 327List<BookmarkInfo> bookmarks = new List<BookmarkInfo>();
System\Activities\Runtime\ExecutionPropertyManager.cs (4)
23List<ExecutionProperty> threadProperties; 182internal List<T> FindAll<T>() where T : class 185List<T> list = null; 311List<ExecutionProperty> updatedProperties = new List<ExecutionProperty>(this.threadProperties.Count);
System\Activities\Runtime\LocationEnvironment.cs (3)
35List<Handle> handles; 97internal List<Handle> SerializedHandles 175internal List<Handle> Handles
System\Activities\Runtime\MappableObjectManager.cs (2)
17List<MappableLocation> mappableLocations; 38internal List<MappableLocation> SerializedMappableLocations
System\Activities\RuntimeArgument.cs (5)
24List<string> overloadGroupNames; 36public RuntimeArgument(string name, Type argumentType, ArgumentDirection direction, List<string> overloadGroupNames) 46public RuntimeArgument(string name, Type argumentType, ArgumentDirection direction, bool isRequired, List<string> overloadGroupNames) 67internal RuntimeArgument(string name, Type argumentType, ArgumentDirection direction, bool isRequired, List<string> overloadGroups, PropertyDescriptor bindingProperty, object propertyOwner) 74internal RuntimeArgument(string name, Type argumentType, ArgumentDirection direction, bool isRequired, List<string> overloadGroups, Argument argument)
System\Activities\Statements\CompensationExtension.cs (2)
180List<object> list = (List<object>)data;
System\Activities\Statements\ExecutionTracker.cs (2)
14List<CompensationTokenData> executionOrderedList; 30internal List<CompensationTokenData> SerializedExecutionOrderedList
System\Activities\Statements\Flowchart.cs (2)
205List<Activity> children = new List<Activity>(uniqueChildren.Count); 249List<FlowNode> connected = new List<FlowNode>();
System\Activities\Statements\InternalState.cs (1)
526List<Activity> newTriggers = new List<Activity>();
System\Activities\Statements\StateMachine.cs (3)
340Dictionary<Activity, List<Transition>> unconditionalTransitionMapping = new Dictionary<Activity, List<Transition>>(); 394foreach (KeyValuePair<Activity, List<Transition>> unconditionalTransitions in unconditionalTransitionMapping)
System\Activities\Statements\TimerTable.cs (3)
268List<TimerData> list; 278public List<TimerData> Timers 295internal List<TimerData> SerializedList
System\Activities\Tracking\RuntimeTrackingProfile.cs (5)
21List<ActivityScheduledQuery> activityScheduledSubscriptions; 22List<FaultPropagationQuery> faultPropagationSubscriptions; 23List<CancelRequestedQuery> cancelRequestedSubscriptions; 25List<CustomTrackingQuery> customTrackingQuerySubscriptions; 31List<string> activityNames;
System\Activities\Tracking\TrackingProvider.cs (1)
15List<TrackingParticipant> trackingParticipants;
System\Activities\Validation\ActivityValidationServices.cs (5)
88internal static List<Activity> GetChildren(ActivityUtilities.ChildActivity root, ActivityUtilities.ActivityCallStack parentChain, ProcessActivityTreeOptions options) 92List<Activity> listOfChildren = new List<Activity>(); 122List<string> unusedArguments = null; 188Dictionary<string, List<RuntimeArgument>> overloadGroups; 189List<RuntimeArgument> requiredArgumentsNotInOverloadGroups;
System\Activities\Validation\Constraint.cs (3)
35List<ValidationError> validationErrorList = context.Properties.Find(ValidationErrorListPropertyName) as List<ValidationError>; 71List<ValidationError> validationErrorList = new List<ValidationError>(1);
System\Activities\Validation\ValidationContext.cs (2)
35List<Activity> parentsList = new List<Activity>(); 55List<Activity> nodes = ActivityValidationServices.GetChildren(new ActivityUtilities.ChildActivity(currentNode, true), new ActivityUtilities.ActivityCallStack(), this.options);
System\Activities\Validation\ValidationHelper.cs (25)
17public static void ValidateArguments(Activity activity, OverloadGroupEquivalenceInfo equivalenceInfo, Dictionary<string, List<RuntimeArgument>> overloadGroups, List<RuntimeArgument> requiredArgumentsNotInOverloadGroups, IDictionary<string, object> inputs, ref IList<ValidationError> validationErrors) 42foreach (KeyValuePair<string, List<RuntimeArgument>> entry in overloadGroups) 86List<string> disjointGroups = null; 92List<string> overlappingGroups = null; 116List<RuntimeArgument> exceptList = overloadGroupSet.Except(intersectSet).ToList(); 135public static bool GatherAndValidateOverloads(Activity activity, out Dictionary<string, List<RuntimeArgument>> overloadGroups, out List<RuntimeArgument> requiredArgumentsNotInOverloadGroups, out OverloadGroupEquivalenceInfo equivalenceInfo, ref IList<ValidationError> validationErrors) 149overloadGroups = new Dictionary<string, List<RuntimeArgument>>(); 152List<RuntimeArgument> arguments = null; 182static bool ValidateOverloadGroupDefinitions(Activity activity, OverloadGroupEquivalenceInfo equivalenceInfo, Dictionary<string, List<RuntimeArgument>> overloadGroups, ref IList<ValidationError> validationErrors) 191foreach (KeyValuePair<string, List<string>> entry in equivalenceInfo.EquivalentGroupsDictionary) 212foreach (KeyValuePair<string, List<string>> entry in equivalenceInfo.SupersetOfGroupsDictionary) 240static OverloadGroupEquivalenceInfo GetOverloadGroupEquivalence(Dictionary<string, List<RuntimeArgument>> groupDefinitions) 315Dictionary<string, List<string>> equivalentGroupsDictionary; 316Dictionary<string, List<string>> supersetOfGroupsDictionary; 317Dictionary<string, List<string>> overlappingGroupsDictionary; 318Dictionary<string, List<string>> disjointGroupsDictionary; 324public Dictionary<string, List<string>> EquivalentGroupsDictionary 332public Dictionary<string, List<string>> SupersetOfGroupsDictionary 340public Dictionary<string, List<string>> OverlappingGroupsDictionary 348public Dictionary<string, List<string>> DisjointGroupsDictionary 388void AddToDictionary(ref Dictionary<string, List<string>> dictionary, string dictionaryKey, string listEntry) 392dictionary = new Dictionary<string, List<string>>(); 395List<string> listValues = null;
System\Activities\WorkflowApplication.cs (1)
1178List<Handle> workflowExecutionProperties = null;
System\Activities\WorkflowDataContext.cs (2)
78List<PropertyDescriptorImpl> propertyList = new List<PropertyDescriptorImpl>(); 100List<PropertyDescriptorImpl> propertyList)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (5)
462List<KeyValuePair<string, XamlNodeQueue>> defaultValueNodes; 513public void SetProperties(XamlNodeQueue propertyNodes, List<KeyValuePair<string, XamlNodeQueue>> defaultValueNodes) 727List<KeyValuePair<string, XamlNodeQueue>> defaultValueNodes; 1127public List<KeyValuePair<XamlMember, XamlNodeQueue>> Members { get; set; } 1128public List<ActivityPropertyReference> PropertyReferences { get; set; }
System\Activities\XamlIntegration\CompiledLocation.cs (1)
145List<Tuple<string, Type>> durableCache = new List<Tuple<string, Type>>(this.locationReferences.Count);
System\Activities\XamlIntegration\NamespaceTable.cs (5)
12List<NamespaceDeclaration> tempNamespaceList; 13Stack<List<NamespaceDeclaration>> namespaceStack; 19this.namespaceStack = new Stack<List<NamespaceDeclaration>>(); 76List<NamespaceDeclaration> namespaceList = this.namespaceStack.Pop(); 106foreach (List<NamespaceDeclaration> currentNamespaces in this.namespaceStack)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (6)
66List<CompiledExpressionDescriptor> expressionDescriptors; 690List<string> requiredLocationReferences = new List<string>(); 837CodeVariableDeclarationStatement returnLocationsVar = new CodeVariableDeclarationStatement(new CodeTypeReference(typeof(List<string>)), 839new CodeObjectCreateExpression(new CodeTypeReference(typeof(List<string>)))); 2356List<TextExpressionCompilerError> messages = new List<TextExpressionCompilerError>(); 2425List<AssemblyReference> assemblies = this.settings.ForImplementation ?
System.Activities.Core.Presentation (191)
System\Activities\Core\Presentation\DynamicActivityPropertyChooserViewModel.cs (1)
99List<DynamicActivityProperty> list = new List<DynamicActivityProperty>();
System\Activities\Core\Presentation\FlowchartConnectionPointsAdorner.cs (1)
22public FlowchartConnectionPointsAdorner(UIElement adornedElement, List<ConnectionPoint> connectionPointsToShow, bool isParentShapeSelected, bool isTextRightToLeft)
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (19)
41public object OnItemsCopied(List<ModelItem> itemsToCopy) 65List<FlowNode> metaData = new List<FlowNode>(clonedFlowElements.Values); 69public List<ModelItem> SortSelectedItems(List<ModelItem> selectedItems) 80public void OnItemsMoved(List<ModelItem> movedItems) 98public object OnItemsCut(List<ModelItem> itemsToCut) 109public void OnItemsDelete(List<ModelItem> itemsToDelete) 114public void OnItemsDelete(List<ModelItem> itemsToDelete, HashSet<ModelItem> updatedItems) 251public bool CanPasteItems(List<object> itemsToPaste) 267public void OnItemsPasted(List<object> itemsToPaste, List<object> metaData, Point pastePoint, WorkflowViewElement pastePointReference) 271List<ModelItem> modelItemsToSelect = new List<ModelItem>(); 279List<ModelItem> modelItemsPerMetaData = new List<ModelItem>(); 282if (designerMetaData is List<FlowNode>) 285foreach (FlowNode element in designerMetaData as List<FlowNode>) 386void UpdateViewStateToAvoidOverlapOnPaste(List<ModelItem> modelItemsPerMetaData) 425void UpdateViewStateOnPastePoint(List<ModelItem> modelItemsInMetaData, Point newOrigin) 504void OffSetViewState(Vector offsetVector, List<ModelItem> modelItemsInMetaData) 518List<Connector> attachedConnectors = GetAttachedConnectors(deleteElement);
System\Activities\Core\Presentation\FlowchartDesigner.Helpers.cs (26)
56List<ConnectionPoint> srcConnPoints, 57List<ConnectionPoint> destConnPoints, 67List<ConnectionPoint> candidateSrcConnPoints = FindCandidatePointsForLink(srcConnPoints, ConnectionPointKind.Incoming); 68List<ConnectionPoint> candidateDestConnPoints = FindCandidatePointsForLink(destConnPoints, ConnectionPointKind.Outgoing); 85private static List<ConnectionPoint> FindCandidatePointsForLink(List<ConnectionPoint> destConnPoints, ConnectionPointKind excludePointType) 87List<ConnectionPoint> candidateDestConnPoints; 121List<ConnectionPoint> destConnPoints = FlowchartDesigner.GetConnectionPoints(dest); 134List<ConnectionPoint> candidateDestConnPoints = FindCandidatePointsForLink(destConnPoints, ConnectionPointKind.Outgoing); 140internal ConnectionPoint FindClosestConnectionPoint(ConnectionPoint srcConnPoint, List<ConnectionPoint> destConnPoints, out double minDist) 145internal ConnectionPoint FindClosestConnectionPoint(Point srcConnPointLocation, List<ConnectionPoint> destConnPoints, out double minDist) 150ConnectionPoint FindClosestConnectionPointNotOfType(ConnectionPoint srcConnectionPoint, List<ConnectionPoint> targetConnectionPoints, ConnectionPointKind illegalConnectionPointKind) 153List<ConnectionPoint> filteredConnectionPoints = new List<ConnectionPoint>(); 204List<ConnectionPoint> connectionPoints = new List<ConnectionPoint>(); 205List<ConnectionPoint> defaultConnectionPoints = FlowchartDesigner.GetConnectionPoints(element); 217List<Connector> GetAttachedConnectors(UIElement shape) 220List<ConnectionPoint> allConnectionPoints = GetAllConnectionPoints(shape); 234List<Connector> GetOutGoingConnectors(UIElement shape) 236List<Connector> outGoingConnectors = new List<Connector>(); 237List<ConnectionPoint> allConnectionPoints = GetAllConnectionPoints(shape); 248List<Connector> GetInComingConnectors(UIElement shape) 250List<Connector> inComingConnectors = new List<Connector>(); 251List<ConnectionPoint> allConnectionPoints = GetAllConnectionPoints(shape); 262static List<ConnectionPoint> GetAllConnectionPoints(UIElement shape) 264List<ConnectionPoint> allConnectionPoints = new List<ConnectionPoint>(6); 323void CreateLinks(List<ModelItem> modelItems)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChangeReactions.cs (10)
355List<Connector> oldIncomingConnectors = new List<Connector>(); 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>>(); 525List<Tuple<UIElement, UIElement, ModelItem>> elem2elemConnections, 526List<Tuple<ConnectionPoint, UIElement, ModelItem>> point2elemConnections) 528List<Connector> connectorList = new List<Connector>(); 568List<Connector> attachedConnectors = GetAttachedConnectors(deleteShape); 576List<ConnectionPoint> connectionPoints = GetConnectionPoints(deleteShape); 667List<Connector> outGoingConnectors = null;
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (23)
35public static readonly DependencyProperty ConnectionPointsProperty = DependencyProperty.RegisterAttached("ConnectionPoints", typeof(List<ConnectionPoint>), typeof(FlowchartDesigner), new FrameworkPropertyMetadata()); 362internal static List<ConnectionPoint> GetConnectionPoints(DependencyObject obj) 364return (List<ConnectionPoint>)obj.GetValue(FlowchartDesigner.ConnectionPointsProperty); 469List<Point> segments = new List<Point>(points); 492static void SetConnectionPoints(DependencyObject obj, List<ConnectionPoint> connectionPoints) 545List<ConnectionPoint> ConnectionPointsToShow(UIElement element, ModelItem model) 554List<ConnectionPoint> connectionPointsToShow = new List<ConnectionPoint>(); 570List<Connector> outGoingConnectors = GetOutGoingConnectors(element); 594List<Connector> outGoingConnectors = GetOutGoingConnectors(element); 1120List<ConnectionPoint> connectionPoints; 1278List<ConnectionPoint> srcConnectionPoints = FlowchartDesigner.GetConnectionPoints(source); 1279List<ConnectionPoint> destConnectionPoints = FlowchartDesigner.GetConnectionPoints(dest); 1531List<WorkflowViewElement> movedViewElements = new List<WorkflowViewElement>(); 2089List<ModelItem> selectedFlowchartItems = new List<ModelItem>(this.Context.Items.GetValue<Selection>().SelectedObjects); 2153List<Adorner> adornerList = new List<Adorner>(); 2180private static ConnectionPoint GetConnectionPointForAutoConnect(List<ConnectionPoint> availableConnectionPoints) 2187List<ConnectionPoint> connectionPoints = new List<ConnectionPoint>(availableConnectionPoints.Where<ConnectionPoint>((p) => 2203List<ConnectionPoint> connectionPoints = FlowchartDesigner.GetAllConnectionPoints(designer); 2233List<ConnectionPoint> destConnectionPoints = new List<ConnectionPoint>(FlowchartDesigner.GetConnectionPoints(dest).Where<ConnectionPoint>((p) => 2333List<Type> draggedTypes = DragDropHelper.GetDraggedTypes(e.Data); 2405List<ConnectionPoint> list = FlowchartDesigner.GetAllConnectionPoints(element); 2411List<ConnectionPoint> list = FlowchartDesigner.GetAllConnectionPoints(element); 2536List<ConnectionPoint> connectionPoints = FlowchartDesigner.GetAllConnectionPoints(designer);
System\Activities\Core\Presentation\InvokeDelegateValidationFeature.cs (1)
24private List<Constraint> constraints;
System\Activities\Core\Presentation\PickValidationErrorSourceLocator.cs (7)
13public List<object> FindSourceDetailFromActivity(Activity errorSource, object errorSourceDetail) 25public void ReplaceParentChainWithSource(Activity parentActivity, List<object> parentChain) 41List<object> path = FindRelativePath(pick, targetActivity); 50private static List<object> FindRelativePath(Pick pickActivity, object descendent) 52List<object> path = FindDescendentFromPick(pickActivity, descendent); 57private static List<object> FindDescendentFromPick(Pick pickActivity, object descendent) 59List<object> path = new List<object>();
System\Activities\Core\Presentation\RegisterMetadataDelayedWorker.cs (7)
16private Dictionary<string, List<Action<AttributeTableBuilder>>> delayedWorkItems; 19public Dictionary<string, List<Action<AttributeTableBuilder>>> DelayedWorkItems 25this.delayedWorkItems = new Dictionary<string, List<Action<AttributeTableBuilder>>>(); 42List<Action<AttributeTableBuilder>> currentDelayedWorkItems; 75List<Action<AttributeTableBuilder>> currentDelayedWorkItems; 90private List<Action<AttributeTableBuilder>> currentDelayedWorkItems; 92public DelayedRegisterMetadataWorkContext(List<Action<AttributeTableBuilder>> currentDelayedWorkItems)
System\Activities\Core\Presentation\StateContainerEditor.CompositeView.cs (18)
47public object OnItemsCopied(List<ModelItem> itemsToCopy) 87public object OnItemsCut(List<ModelItem> itemsToCut) 94public void OnItemsDelete(List<ModelItem> itemsToDelete) 99void DoDeleteItems(List<ModelItem> itemsToDelete, bool removeIncomingConnectors) 112List<ModelItem> allStateModelItemsToDelete = new List<ModelItem>(); 125List<Connector> incomingConnectors = StateContainerEditor.GetIncomingConnectors(GetStateView(modelItem)); 165public bool CanPasteItems(List<object> itemsToPaste) 265public void OnItemsPasted(List<object> itemsToPaste, List<object> metaData, Point pastePoint, WorkflowViewElement pastePointReference) 339List<ModelItem> modelItemsPasted = new List<ModelItem>(); 340List<State> states = new List<State>(); 420public List<ModelItem> SortSelectedItems(List<ModelItem> selectedItems) 431public void OnItemsMoved(List<ModelItem> movedItems) 442void UpdateLocationViewStatesByPoint(List<ModelItem> itemsPasted, Point point) 458void UpdateLocationViewStatesByMetaData(List<ModelItem> itemsPasted, List<object> metaData, StateContainerEditor container) 532void UpdateLocationViewStatesToAvoidOverlap(List<ModelItem> itemsPasted)
System\Activities\Core\Presentation\StateContainerEditor.Utilities.cs (27)
35internal static List<ConnectionPoint> GetConnectionPoints(DependencyObject obj) 39return (List<ConnectionPoint>)obj.GetValue(StateContainerEditor.ConnectionPointsProperty); 45return (List<ConnectionPoint>)obj.GetValue(StateContainerEditor.ConnectionPointsProperty); 48static void SetConnectionPoints(DependencyObject obj, List<ConnectionPoint> connectionPoints) 172List<Adorner> adornersRemoved = new List<Adorner>(); 192internal static List<Connector> GetAttachedConnectors(UIElement shape) 195List<ConnectionPoint> allConnectionPoints = GetConnectionPoints(shape); 212static List<Connector> GetOutgoingConnectors(UIElement shape) 214List<Connector> outgoingConnectors = new List<Connector>(); 215List<ConnectionPoint> allConnectionPoints = GetConnectionPoints(shape); 226static List<Connector> GetIncomingConnectors(UIElement shape) 228List<Connector> incomingConnectors = new List<Connector>(); 229List<ConnectionPoint> allConnectionPoints = GetConnectionPoints(shape); 243List<ConnectionPoint> connectionPoints = StateContainerEditor.GetConnectionPoints(element); 249List<ConnectionPoint> connectionPoints = StateContainerEditor.GetConnectionPoints(element); 309static internal ConnectionPoint GetClosestConnectionPoint(ConnectionPoint srcConnPoint, List<ConnectionPoint> destConnPoints, out double minDist) 331static ConnectionPoint GetClosestConnectionPointNotOfType(ConnectionPoint srcConnectionPoint, List<ConnectionPoint> targetConnectionPoints, ConnectionPointKind illegalConnectionPointKind) 334List<ConnectionPoint> filteredConnectionPoints = new List<ConnectionPoint>(); 345static void GetClosestConnectionPointPair(List<ConnectionPoint> srcConnPoints, List<ConnectionPoint> destConnPoints, out ConnectionPoint srcConnPoint, out ConnectionPoint destConnPoint) 370List<ConnectionPoint> srcConnectionPoints = GetEmptyConnectionPoints(source); 371List<ConnectionPoint> destConnectionPoints = GetEmptyConnectionPoints(dest); 378internal static List<ConnectionPoint> GetEmptyConnectionPoints(UIElement designer) 380List<ConnectionPoint> connectionPoints = StateContainerEditor.GetConnectionPoints(designer); 414List<Connector> connectors = StateContainerEditor.GetOutgoingConnectors(sourceDesigner); 472static List<ModelItem> GetTransitionModelItems(IEnumerable<ModelItem> stateModelItems) 474List<ModelItem> transitionModelItems = new List<ModelItem>();
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (27)
76List<ModelItem> transitionModelItemsAdded; 77List<ModelItem> transitionModelItemsRemoved; 166typeof(List<ConnectionPoint>), 506List<Connector> attachedConnectors = StateContainerEditor.GetAttachedConnectors(this.initialNode); 604List<UIElement> viewsAdded = new List<UIElement>(); 649List<UIElement> removedStateDesigners = new List<UIElement>(); 657List<ConnectionPoint> connectionPoints = GetConnectionPoints(designer); 731List<ModelItem> transitions = new List<ModelItem>(); 838List<ConnectionPoint> srcConnPoints = GetConnectionPoints(source); 853List<ConnectionPoint> destConnPoints = GetConnectionPoints(dest); 880List<ConnectionPoint> srcConnectionPoints = GetEmptyConnectionPoints(source); 889List<ConnectionPoint> destConnectionPoints = GetEmptyConnectionPoints(dest); 1066List<ConnectionPoint> connectionPoints = new List<ConnectionPoint>(); 1090List<ConnectionPoint> ConnectionPointsToShow(UIElement element) 1093List<ConnectionPoint> connectionPointsToShow = new List<ConnectionPoint>(); 1123List<ConnectionPoint> connectionPoints = StateContainerEditor.GetConnectionPoints(element); 1158private List<ConnectionPoint> GetAvailableConnectionPoint(UIElement designer) 1160List<ConnectionPoint> connectionPoints = new List<ConnectionPoint>(StateContainerEditor.GetConnectionPoints(designer)); 1161List<ConnectionPoint> usedConnectionPoints = new List<ConnectionPoint>(); 1195List<ConnectionPoint> connectionPoints = GetAvailableConnectionPoint(this.activeConnectionPointsAdorner.AdornedElement); 1706List<Point> segments = new List<Point>(points); 1800List<Connector> connectors = StateContainerEditor.GetIncomingConnectors(view); 1884List<ModelItem> modelItemsToSelect = new List<ModelItem>(); 2417List<Type> types = DragDropHelper.GetDraggedTypes(e.Data); 2449List<ConnectionPoint> connectionPoints = this.GetAvailableConnectionPoint(designer); 2453static ConnectionPoint GetConnectionPointClosestToEdgeMidPoint(UIElement designer, List<ConnectionPoint> connectionPoints, EdgeLocation edgeLocation) 2603List<Type> draggedTypes = DragDropHelper.GetDraggedTypes(e.Data);
System\Activities\Core\Presentation\StateMachineConnetionPointsAdorner.cs (1)
21public StateMachineConnectionPointsAdorner(UIElement adornedElement, List<ConnectionPoint> connectionPointsToShow, bool isParentShapeSelected)
System\Activities\Core\Presentation\StateMachineValidationErrorSourceLocator.cs (7)
14public List<object> FindSourceDetailFromActivity(Activity errorSource, object errorSourceDetail) 28public void ReplaceParentChainWithSource(Activity parentActivity, List<object> parentChain) 54List<object> path = FindRelativePath(stateMachine, targetActivity); 63private static List<object> FindRelativePath(StateMachine machine, object descendent) 65List<object> path = FindDescendentFromStateMachine(machine, descendent); 70private static List<object> FindDescendentFromStateMachine(StateMachine machine, object descendent) 72List<object> path = new List<object>();
System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (2)
120static List<Type> defaultTypes; 121static List<Type> DefaultTypes
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\ContentCorrelationTypeExpander.xaml.cs (1)
196var members = new List<MemberInfo>(1);
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\CorrelationInitializerDesigner.xaml.cs (1)
238bool ValidateCorrelationType(object value, List<string> errors)
System\ServiceModel\Activities\Presentation\MessageQueryEditor.xaml.cs (1)
215var items = new List<ExpanderTypeEntry>();
System\ServiceModel\Activities\Presentation\MessageQuerySetDesigner.xaml.cs (2)
182var result = new List<KeyValuePair<string, Type>>(); 312bool ValidateKey(object newValue, List<string> errors)
System\ServiceModel\Activities\Presentation\ReceiveReplyValidationFeature.cs (1)
18List<Constraint> constraints;
System\ServiceModel\Activities\Presentation\SendReplyValidationFeature.cs (1)
18List<Constraint> constraints;
System.Activities.DurableInstancing (25)
System\Activities\DurableInstancing\CorrelationKey.cs (4)
62public static List<CorrelationKey> BuildKeyList(ICollection<Guid> keys) 64List<CorrelationKey> result = null; 83public static List<CorrelationKey> BuildKeyList(IDictionary<Guid, IDictionary<XName, InstanceValue>> keys, InstanceEncodingOption encodingOption) 85List<CorrelationKey> result = new List<CorrelationKey>();
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (1)
50List<CorrelationKey> keysToAssociate
System\Activities\DurableInstancing\LoadWorkflowByKeyAsyncResult.cs (1)
34List<CorrelationKey> keysToAssociate = CorrelationKey.BuildKeyList(keyLoadCommand.InstanceKeysToAssociate, base.Store.InstanceEncodingOption);
System\Activities\DurableInstancing\QueryActivatableWorkflowAsyncResult.cs (1)
41List<IDictionary<XName, object>> activationParametersList = new List<IDictionary<XName, object>>();
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (5)
498List<CorrelationKey> keysToAssociate = CorrelationKey.BuildKeyList(saveWorkflowCommand.InstanceKeysToAssociate, base.Store.InstanceEncodingOption); 499List<CorrelationKey> keysToComplete = CorrelationKey.BuildKeyList(saveWorkflowCommand.InstanceKeysToComplete); 500List<CorrelationKey> keysToFree = CorrelationKey.BuildKeyList(saveWorkflowCommand.InstanceKeysToFree); 536foreach (KeyValuePair<string, Tuple<List<XName>, List<XName>>> promotion in base.Store.Promotions)
System\Activities\DurableInstancing\SerializationUtilities.cs (2)
24public static byte[] CreateKeyBinaryBlob(List<CorrelationKey> correlationKeys) 45public static object CreateCorrelationKeyXmlBlob(List<CorrelationKey> correlationKeys)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (10)
31Dictionary<string, Tuple<List<XName>, List<XName>>> definedPromotions; 63this.definedPromotions = new Dictionary<string, Tuple<List<XName>, List<XName>>>(); 204internal Dictionary<string, Tuple<List<XName>, List<XName>>> Promotions 285List<XName> variant = new List<XName>(); 306List<XName> binary = new List<XName>(); 327this.definedPromotions.Add(name, new Tuple<List<XName>, List<XName>>(variant, binary));
TD.Designer.cs (1)
473System.Collections.Generic.List<ushort> e2eEvents = new System.Collections.Generic.List<ushort>(7);
System.Activities.Presentation (463)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (1)
31List<NamespaceDeclaration> localNamespacesWithAssemblyInfo;
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)
24private List<Tuple<int, int>> indexCache;
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 (1)
145List<NamespaceDeclaration> localAsmNamespaces = null;
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (2)
34private static List<Type> supportedTypes; 35private static List<Type> conversionRequiredTypes;
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\XamlTypeWithExplicitNamespace.cs (1)
12List<string> explicitNamespaces;
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\XamlTypeWithExtraPropertiesRemoved.cs (1)
36List<XamlMember> members = new List<XamlMember>();
System.Activities.Presentation\System\Activities\Presentation\ActivityDelegateUtilities.cs (4)
64public static List<ActivityDelegateInfo> CreateActivityDelegateInfo(ModelItem activity) 66List<ActivityDelegateInfo> list = new List<ActivityDelegateInfo>(); 82private static List<PropertyInfo> GetPropertiesByHeuristics(Type activityType) 84List<PropertyInfo> result = new List<PropertyInfo>();
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (1)
98List<ActivityDelegateInfo> list = ActivityDelegateUtilities.CreateActivityDelegateInfo(modelItem);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (1)
515List<string> errors = null;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (9)
99private List<AutomationPeer> GetChildrenCore() 101List<AutomationPeer> children = new List<AutomationPeer>(); 125private static void AddCategoryEditors(List<AutomationPeer> peers, ItemsControl editors, string containerDisplayName) 137private static void AddCategoryProperties(List<AutomationPeer> peers, ItemsControl properties) 329private List<AutomationPeer> _children; 347protected override List<AutomationPeer> GetChildrenCore() 472private List<AutomationPeer> _children; 496protected override List<AutomationPeer> GetChildrenCore() 627protected override List<AutomationPeer> GetChildrenCore()
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryListAutomationPeer.cs (1)
34private List<AutomationPeer> _children;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\PropertyInspectorAutomationPeer.cs (2)
25private List<AutomationPeer> _children; 45protected override List<AutomationPeer> GetChildrenCore()
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\SubPropertyEditorAutomationPeer.cs (2)
28List<AutomationPeer> _children; 78protected override List<AutomationPeer> GetChildrenCore()
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (15)
186List<Type> editorTypes = null; 344public static bool IsReadOnly(List<ModelProperty> properties, IsMixedValueEvaluator isMixedValueEvaluator) 453public static List<NewItemTypesAttribute> GetNewItemTypesAttributes(ModelProperty property) 456List<NewItemTypesAttribute> newItemTypesList = new List<NewItemTypesAttribute>(); 490List<NewItemTypesAttribute> attributes = GetNewItemTypesAttributes(modelProperty); 531public static List<ModelProperty> GetSubProperties(ModelItem item) 550public static List<ModelProperty> GetSubProperties(ModelProperty property) 673private static bool OrReadOnlyValues(List<ModelProperty> properties) 723private static List<ModelProperty> GetTypeConverterSubProperties(ModelItem item) 729private static List<ModelProperty> GetTypeConverterSubProperties(ModelProperty property) 735private static List<ModelProperty> GetTypeConverterSubPropertiesHelper(ModelItem item, TypeConverter customConverter) 743List<ModelProperty> subProperties = null; 785private static List<ModelProperty> GetAllSubProperties(ModelItem item) 799List<ModelProperty> subProperties = null; 818private static List<ModelProperty> GetAllSubProperties(ModelProperty property)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\ComposingConverter.cs (2)
18private List<IValueConverter> converters = new List<IValueConverter>(); 21public List<IValueConverter> Converters
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\ObservableCollection.cs (6)
25public ObservableCollectionWorkaround(List<T> list) 40return ((List<T>)base.Items).BinarySearch(value, comparer); 45((List<T>)base.Items).Sort(); 52((List<T>)base.Items).Sort(comparer); 59((List<T>)base.Items).Sort(comparison); 66((List<T>)base.Items).Reverse();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\SwitchConverter.cs (2)
28private List<SwitchCase> cases; 35public List<SwitchCase> Cases
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>(); 519List<ModelProperty> textBlockTextProperties = null; 732private static readonly List<Type> NoCategoryEditorTypes = new List<Type>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntryCollection.cs (2)
22List<ModelPropertyEntry> _properties; 105List<ModelProperty> subProperties = ExtensibilityAccessor.GetSubProperties(parentCollectionItem.ModelItem);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValueCollection.cs (1)
27private List<ModelPropertyIndexer> _values;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (2)
52private List<ModelEditingScope> _pendingTransactions = new List<ModelEditingScope>(); 786List<Type> editorTypesToRemove = null;
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)
166List<Type> toRemove = null; 362List<Object> attrList = new List<Object>(attrs);
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)
26internal List<UndoUnit> DoList 32internal List<UndoUnit> RedoList
System.Activities.Presentation\System\Activities\Presentation\ClipboardData.cs (2)
16public List<object> Data { get; set; } 20public List<object> Metadata { get; set; }
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (27)
136internal static IList<object> SortFromMetaData(IList<object> itemsToPaste, List<object> metaData) 150internal static IList<object> SortFromMetaDataOnly(List<object> metaData) 152List<object> mergedItemsToPaste = new List<object>(); 160List<object> orderedItemsMetaData = metaDataObject as List<object>; 186List<ModelItem> modelItemsToCut = new List<ModelItem>(currentSelection.SelectedObjects); 190internal static void DoCut(List<ModelItem> modelItemsToCut, EditingContext context) 236List<ModelItem> modelItemsToCopy = new List<ModelItem>(currentSelection.SelectedObjects); 240private static void DoCopy(List<ModelItem> modelItemsToCopy, EditingContext context) 268static void CutCopyOperation(List<ModelItem> modelItemsToCutCopy, EditingContext context, bool isCutOperation) 270List<object> objectsOnClipboard = null; 271List<object> metaData = null; 276Dictionary<ICompositeView, List<ModelItem>> notifyDictionary = new Dictionary<ICompositeView, List<ModelItem>>(); 377List<WorkflowViewElement> parentViewElements = GetSelectableParentViewElements(modelItem.View as WorkflowViewElement); 389static List<WorkflowViewElement> GetSelectableParentViewElements(WorkflowViewElement childElement) 391List<WorkflowViewElement> parentViewElements = new List<WorkflowViewElement>(); 430List<object> metaData = null; 431List<object> clipboardObjects = GetFromClipboard(out metaData, context); 534private static void PutOnClipBoard(List<object> selectedData, List<object> metaData, FrameworkName targetFramework) 573List<object> data = new List<object>(); 613private static List<object> GetFromClipboard(out List<object> metaData, EditingContext editingContext) 620List<object> workflowData = null; 752List<object> metaData = null; 753List<object> itemsToPaste = null;
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (3)
374List<SourceLocation> unmappedLocations = new List<SourceLocation>(); 641List<KeyValuePair<object, SourceLocation>> unresolvedEntries = this.instanceToSourceLocationMapping.Where(entry => IsUnresolved(entry.Value)).ToList(); 732List<KeyValuePair<ModelItem, SourceLocation>> resolvedEntries = this.modelItemToSourceLocation.Where(entry => !IsUnresolved(entry.Value)).ToList();
System.Activities.Presentation\System\Activities\Presentation\DefaultCommandExtensionCallback.cs (3)
20Dictionary<ICommand, List<KeyGesture>> defaultGestures = new Dictionary<ICommand, List<KeyGesture>>(); 97List<KeyGesture> gestures = null;
System.Activities.Presentation\System\Activities\Presentation\DeleteHelper.cs (3)
48Dictionary<ICompositeView, List<ModelItem>> containerToModelItemsDict = new Dictionary<ICompositeView, List<ModelItem>>(); 49List<ModelItem> modelItemsPerContainer;
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (3)
307List<DesignObjectPropertyDescriptor> descriptors = new List<DesignObjectPropertyDescriptor>(properties.Length); 654List<string> errors = new List<string>(); 717public Func<DesignObjectWrapper, object, List<string>, bool> PropertyValidator { get; set; }
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (14)
82List<ModelItem> draggedModelItems = new List<ModelItem>(); 154List<ModelItem> draggedModelItems = new List<ModelItem>(); 207List<Type> draggedTypes = GetDraggedTypes(draggedDataObject); 277internal static List<Type> GetDraggedTypes(IDataObject draggedDataObject) 279List<Type> types = new List<Type>(); 324List<object> droppedObjects = new List<object>(); 590internal static List<object> SortSelectedObjects(IEnumerable<object> selectedObjects) 593Dictionary<ICompositeView, List<ModelItem>> viewItemListDictionary = new Dictionary<ICompositeView, List<ModelItem>>(); 594List<object> nonCompositeView = new List<object>(); 595List<object> retList = new List<object>(); 622foreach (KeyValuePair<ICompositeView, List<ModelItem>> pair in viewItemListDictionary) 625List<ModelItem> sortedList = view2 == null ? 770List<WorkflowViewElement> draggedViewElements = new List<WorkflowViewElement>();
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoConnectHelper.cs (9)
86internal static List<Rect> CreateHitTestRects(Point targetLocation, Size targetSize) 88List<Rect> rects = new List<Rect>(); 176internal static DependencyObject GetShapeContainingPoint(Point point, List<DependencyObject> shapes) 202List<DependencyObject> childShapes = this.panel.GetChildShapes(dragged); 264private static void RemoveDirectionsInCollision(List<DependencyObject> childShapes, DependencyObject target, List<Rect> hitTestRects, ref AutoConnectDirections directions) 292private void RemoveDirectionsOutsideOfPanel(List<Rect> hitTestRects, ref AutoConnectDirections directions) 304private AutoConnectDirections GetAutoConnectDirections(AutoConnectDirections directions, List<DependencyObject> childShapes, DependencyObject target) 307List<Rect> hitTestRects = CreateHitTestRects(FreeFormPanel.GetLocation(target), FreeFormPanel.GetChildSize(target));
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectionPoint.cs (4)
15private List<Connector> attachedConnectors; 34public List<Connector> AttachedConnectors 109public List<Point> Edge 145public static ConnectionPoint GetClosestConnectionPoint(List<ConnectionPoint> connectionPoints, Point refPoint, out double minDist)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectionPointConverter.cs (2)
25List<object> parameters = (List<object>)parameter;
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectionPointsAdorner.cs (3)
21protected List<ConnectionPoint> connectionPoints; 23internal List<ConnectionPoint> ConnectionPoints 28public ConnectionPointsAdorner(UIElement adornedElement, List<ConnectionPoint> connectionPointsToShow, bool isParentShapeSelected)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorCreationAdorner.cs (2)
16List<Point> linkPoints; 17public ConnectorCreationAdorner(UIElement adornedElement, List<Point> linkPoints)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorEditor.cs (12)
28List<EditPoint> editPoints; 91List<EditPoint> EditPoints 99public List<Point> ConnectorEditorLocation 140List<Point> segments = new List<Point>(); 195List<Point> segments = new List<Point>(this.editedConnector.Points); 235List<Point> GetPointsFromEditPoints() 237List<Point> segments = new List<Point>(); 275List<EditPoint> editPointsToRetain = new List<EditPoint>(this.editPoints.Count); 306void RemoveEditPointSegmentsWithinTolerance(List<EditPoint> pointsToRetain) 340void RemoveCoincidingEditPoints(List<EditPoint> pointsToRetain) 364List<EditPoint> editPointsToRemove = new List<EditPoint>(); 492List<EditPoint> newEditPoints = new List<EditPoint>();
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorMovedEventArgs.cs (3)
13List<Point> newConnectorLocation; 15public ConnectorMovedEventArgs(List<Point> newConnectorLocation) 20public List<Point> NewConnectorLocation
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (63)
120static void AddExcludedAndSrcDestRects(FreeFormPanel outmostPanel, FreeFormPanel panel, Point srcPoint, Point destPoint, UIElement srcElement, UIElement destElement, List<Rect> excludedRects, List<Rect> srcDestRects) 163internal static Point[] Route(FreeFormPanel panel, Point srcPoint, Point destPoint, List<Point> srcEdge, List<Point> destEdge, UIElement srcElement, UIElement destElement) 169List<Rect> excludedRects = new List<Rect>(); 170List<Rect> srcDestRects = new List<Rect>(); 171List<Point> excludedLines = new List<Point>(); 190internal static Point[] Route(Point srcPoint, Point destPoint, List<Point> srcEdge, List<Point> destEdge, List<Rect> excludedRects, List<Point> excludedLines, List<Rect> srcDestRects) 218static Point[] TryRoute(Point srcPoint, Point destPoint, List<Rect> excludedRects, List<Point> excludedLines, List<Rect> srcDestRects) 246internal static Point[] RemoveRedundantPoints(List<Point> points) 256List<int> toRemove = new List<int>(); 286static void AddBoundPoint(ref List<DistanceFromPoint> extremitiesList, Point p, ConnectorSegment segment, Point Z) 314ref List<Point> escapePointsA, ref List<ConnectorSegment> horizontalSegmentsA, ref List<ConnectorSegment> verticalSegmentsA, ref List<ConnectorSegment> horizontalSegmentsB, ref List<ConnectorSegment> verticalSegmentsB, 537List<DistanceFromPoint> extremitiesList = new List<DistanceFromPoint>(4); 604static Nullable<Point> EscapeProcessII(CoverSet coverSet, Orientation orientation, ref List<Point> escapePointsA, 605ref List<ConnectorSegment> horizontalSegmentsA, ref List<ConnectorSegment> verticalSegmentsA, ref List<ConnectorSegment> horizontalSegmentsB, ref List<ConnectorSegment> verticalSegmentsB, 684static List<Point> FirstRefinementAlgorithm(List<Point> points, ConnectorSegment intersectionSegment) 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>(); 782List<Point> tempList = escapePointsA; 798List<ConnectorSegment> tempListSegm = horizontalEscapeSegmentsA; 821List<Point> tempList = escapePointsA; 837List<ConnectorSegment> tempListSegm = horizontalEscapeSegmentsA; 853List<Point> refinedPath = new List<Point>(); 883static void EraseRedundentWarps(CoverSet coverSet, ref List<Point> refinedPath) 889List<Point> newPath = new List<Point>(); 920List<Point> temp = refinedPath; 937static void SecondRefinementAlgorithm(CoverSet coverSet, ref List<Point> refinedPath, Size margin) 940List<Point> newPath = new List<Point>(); 989List<Point> temp = refinedPath; 1014static List<ConnectorSegment> GetSegmentsForOrientation(CoverSet coverSet, Orientation orientation) 1016List<ConnectorSegment> connectorSegments = null; 1030List<ConnectorSegment> connectorSegments = GetSegmentsForOrientation(coverSet, orientation); 1039List<ConnectorSegment> connectorSegments = GetSegmentsForOrientation(coverSet, orientation); 1289List<ConnectorSegment> horizontalCovers = new List<ConnectorSegment>(); 1290List<ConnectorSegment> usedEscapeLine = new List<ConnectorSegment>(); 1291List<ConnectorSegment> verticalCovers = new List<ConnectorSegment>(); 1293public List<ConnectorSegment> HorizontalCovers 1298public List<ConnectorSegment> VerticalCovers 1321List<ConnectorSegment> covers = (cover.Orientation == Orientation.Vertical) ? this.verticalCovers : this.horizontalCovers; 1406public List<ConnectorSegment> GetCovers(Point p, DesignerEdges side) 1408List<ConnectorSegment> covers = new List<ConnectorSegment>(); 1456List<ConnectorSegment> newCovers = this.GetCovers(escape, side); 1491public static void Sort(ref List<DistanceFromPoint> distances)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (7)
212internal List<DependencyObject> GetChildShapes(DependencyObject excluded) 214List<DependencyObject> children = new List<DependencyObject>(); 249public void UpdateConnectorPoints(Connector connector, List<Point> points) 260static public List<Point> GetEdgeRelativeToOutmostPanel(ConnectionPoint connectionPoint) 306internal static ConnectionPoint ConnectionPointHitTest(Point hitPoint, List<ConnectionPoint> connectionPoints, FreeFormPanel panel) 598List<Point> points = new List<Point>(pts); 614List<Point> points = this.connectorEditor.ConnectorEditorLocation;
System.Activities.Presentation\System\Activities\Presentation\ICompositeView.cs (6)
15object OnItemsCut(List<ModelItem> itemsToCut); 16object OnItemsCopied(List<ModelItem> itemsToCopy); 17void OnItemsPasted(List<object> itemsToPaste, List<object> metadata, Point pastePoint, WorkflowViewElement pastePointReference); 18void OnItemsDelete(List<ModelItem> itemsToDelete); 19bool CanPasteItems(List<object> itemsToPaste);
System.Activities.Presentation\System\Activities\Presentation\IMultipleDragEnabledCompositeView.cs (3)
25List<ModelItem> SortSelectedItems(List<ModelItem> selectedItems); 34void OnItemsMoved(List<ModelItem> movedItems);
System.Activities.Presentation\System\Activities\Presentation\Metadata\ActivityArgumentHelper.cs (7)
87List<ExpressionReplacement> expressionReplacements = ComputeExpressionReplacements(args.Errors.Select(error => error.Source).OfType<ActivityWithResult>(), args.Context, argumentAccessorWrapperCache); 130internal static List<ExpressionReplacement> ComputeExpressionReplacements(IEnumerable<ActivityWithResult> expressions, EditingContext context, ArgumentAccessorWrapperCache argumentAccessorWrapperCache) 138List<ExpressionReplacement> expressionReplacements = new List<ExpressionReplacement>(); 273private Dictionary<Activity, List<ArgumentAccessorWrapper>> argumentAccessorWrappersCache; 277this.argumentAccessorWrappersCache = new Dictionary<Activity, List<ArgumentAccessorWrapper>>(); 280public List<ArgumentAccessorWrapper> GetArgumentAccessorWrappers(Activity activity) 284List<ArgumentAccessorWrapper> argumentAccessorWrappers = null;
System.Activities.Presentation\System\Activities\Presentation\Model\AttachedPropertiesService.cs (1)
15List<AttachedProperty> properties;
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 (5)
20List<Change> changes; 21List<Change> appliedChanges; 111public List<Change> Changes 177List<Change> changesToApply = this.Changes.GetRange(startIndex, this.Changes.Count - startIndex); 251List<Change> revertChanges = new List<Change>();
System.Activities.Presentation\System\Activities\Presentation\Model\IModelTreeItem.cs (1)
34List<BackPointer> ExtraPropertyBackPointers { get; }
System.Activities.Presentation\System\Activities\Presentation\Model\ModelChangedEventArgsImpl.cs (9)
14List<ModelItem> itemsAdded; 15List<ModelItem> itemsRemoved; 16List<ModelProperty> propertiesChanged; 19public ModelChangedEventArgsImpl(List<ModelItem> itemsAdded, List<ModelItem> itemsRemoved, List<ModelProperty> propertiesChanged) 24public ModelChangedEventArgsImpl(List<ModelItem> itemsAdded, List<ModelItem> itemsRemoved, List<ModelProperty> propertiesChanged, ModelChangeInfo modelChangeInfo)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (8)
26List<ModelItem> modelItems; 30List<ModelItem> parents; 32List<ModelProperty> sources; 34List<ModelItem> subTreeNodesThatNeedBackLinkPatching; 188List<ModelItem> list = new List<ModelItem>(); 209internal List<ModelItem> Items 390List<BackPointer> IModelTreeItem.ExtraPropertyBackPointers 542List<ModelItem> modelItemsRemoved = new List<ModelItem>(this.modelItems);
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (7)
31List<ModelItem> parents; 33List<ModelProperty> sources; 35List<ModelItem> subTreeNodesThatNeedBackLinkPatching; 359List<ModelItem> list = new List<ModelItem>(); 620List<BackPointer> IModelTreeItem.ExtraPropertyBackPointers 829List<ModelItem> removedItems = new List<ModelItem>(this.modelItems.Keys.Concat(this.modelItems.Values).Distinct()); 1263List<PropertyDescriptor> properties = new List<PropertyDescriptor>();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (4)
39List<ModelItem> subTreeNodesThatNeedBackLinkPatching; 182List<ModelItem> list = new List<ModelItem>(); 308List<BackPointer> IModelTreeItem.ExtraPropertyBackPointers 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 (3)
41List<SearchableEntry> entries = new List<SearchableEntry>(); 163List<string> searchableTexts = new List<string>(); 418List<string> results = new List<string>();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelServiceImpl.cs (4)
74List<ModelItem> modelItemsAdded = new List<ModelItem>(1); 86List<ModelItem> modelItemsRemoved = new List<ModelItem>(1); 109List<ModelItem> modelItemsRemoved = new List<ModelItem>(); 123List<ModelProperty> propertiesChanged = new List<ModelProperty>(1);
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeItemHelper.cs (2)
16private List<BackPointer> extraPropertyBackPointers; 23public List<BackPointer> ExtraPropertyBackPointers
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (10)
261List<ModelItem> removedItems = new List<ModelItem>(); 406List<ModelItem> foundItems = new List<ModelItem>(); 423List<ModelItem> neighbors = GetNeighbors(currentModelItem, shouldSearchThroughProperties); 438private static List<ModelItem> GetNeighbors(ModelItem currentModelItem, Predicate<ModelItem> extraShouldSearchThroughProperties) 440List<ModelItem> neighbors = new List<ModelItem>(); 543List<ModelItem> neighbors = GetNeighbors(currentModelItem, extraShouldSearchThroughProperties); 902List<ModelItem> neighbors = GetNeighbors(currentItem, (m) => true); 998List<Edge> edges = new List<Edge>(); 1023List<ModelItem> items = new List<ModelItem>(dictionary.Keys); 1040List<BackPointer> backPointers = new List<BackPointer>();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeConverter.cs (1)
142List<PropertyDescriptor> newProps = new List<PropertyDescriptor>(props.Count);
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>(); 205List<WeakKey> lostKeys = null; 250List<WeakKey> lostKeys = null;
System.Activities.Presentation\System\Activities\Presentation\NamespaceHelper.cs (5)
17private static readonly List<string> BlackListedAssemblies = new List<string> 66List<string> assemblyNames = new List<string>(); 98Dictionary<string, List<string>> visualBasicImports = new Dictionary<string, List<string>>(); 155foreach (KeyValuePair<string, List<string>> entries in visualBasicImports)
System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (9)
153List<NamespaceData> uniqueNamespaces; 154Dictionary<string, List<string>> availableNamespaces; 156protected List<NamespaceData> UniqueNamespaces 168public Dictionary<string, List<string>> AvailableNamespaces 174availableNamespaces = new Dictionary<string, List<string>>(); 400List<VisualBasicImportReference> imports = new List<VisualBasicImportReference>(); 401List<string> assemblies; 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\UndoEngine.cs (2)
19List<UndoUnit> undoBuffer; 20List<UndoUnit> redoBuffer;
System.Activities.Presentation\System\Activities\Presentation\Validation\IValidationErrorSourceLocator.cs (2)
15List<object> FindSourceDetailFromActivity(Activity errorSource, object errorSourceDetail); 17void ReplaceParentChainWithSource(Activity parentActivity, List<object> parentChain);
System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (16)
30List<Guid> acquiredObjectReferences; 448List<ValidationError> validationErrors = null; 459List<ValidationErrorInfo> errors = new List<ValidationErrorInfo>(); 557internal static List<Activity> GetParentChain(Activity activity) 559List<Activity> parentChain = new List<Activity>(); 571private List<object> GetParentChainWithSource(Activity activity) 573List<object> parentChain = new List<object>(); 613List<object> errorSourcePath = this.GetValidationErrorSourcePath(error.Source, error.SourceDetail); 621List<object> errorSourcePath = this.GetValidationErrorSourcePath((Activity)error.SourceDetail, null); 626List<object> errorSourcePath = this.GetValidationErrorSourcePath(rootActivity, error.SourceDetail); 635private void MarkError(ValidationError validationError, List<object> errorSourcePath) 716List<Activity> parentChain = GetParentChain(errorTarget); 937List<object> GetValidationErrorSourcePath(Activity violatingActivity, object sourceDetail) 993List<Guid> AcquiredObjectReferences 1024internal ValidationErrorState(List<string> errorMessages, ValidationState validationState) 1030internal List<string> ErrorMessages { get; set; }
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (4)
245List<ModelItem> newSelection = new List<ModelItem>(); 616List<ModelItem> list = new List<ModelItem>(); 1282internal bool ValidateArgumentName(object value, List<string> errors) 1317bool ValidateArgumentValue(object value, List<string> errors)
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.Commands.cs (4)
1432List<object> itemsToPaste = new List<object>(1); 1490List<object> itemsToPaste = new List<object>(1); 1491List<object> metaData = new List<object>(1); 1494List<FlowNode> flowchartMetaData = new List<FlowNode>(1);
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (4)
1356var selectionPathList = new List<string>(); 1381var selectionPathList = service.GetData(selectionKey) as List<string>; 1384var modelItemList = new List<ModelItem>();
System.Activities.Presentation\System\Activities\Presentation\View\IExpressionEditorService.cs (4)
17IExpressionEditorInstance CreateExpressionEditor(AssemblyContextControlItem assemblies, ImportedNamespaceContextItem importedNamespaces, List<ModelItem> variables, string text, Type expressionType); 18IExpressionEditorInstance CreateExpressionEditor(AssemblyContextControlItem assemblies, ImportedNamespaceContextItem importedNamespaces, List<ModelItem> variables, string text, Type expressionType, Size initialSize); 19IExpressionEditorInstance CreateExpressionEditor(AssemblyContextControlItem assemblies, ImportedNamespaceContextItem importedNamespaces, List<ModelItem> variables, string text); 20IExpressionEditorInstance CreateExpressionEditor(AssemblyContextControlItem assemblies, ImportedNamespaceContextItem importedNamespaces, List<ModelItem> variables, string text, Size initialSize);
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (4)
66IDictionary<string, List<string>> availableNamespaces; 458this.availableNamespaces = this.importsModelItem.Properties[NamespaceListPropertyDescriptor.AvailableNamespacesPropertyName].ComputedValue as Dictionary<string, List<string>>; 567List<string> assemblyList; 623List<string> assemblyList;
System.Activities.Presentation\System\Activities\Presentation\View\ParserContext.cs (4)
107List<NamespaceDeclaration> namespacePrefixes = new List<NamespaceDeclaration>(); 114List<LocationReference> toReturn = new List<LocationReference>(); 117List<ModelItem> declaredVariables = VisualBasicEditor.GetVariablesInScope(this.baseModelItem); 247void LoadNameSpace(List<NamespaceDeclaration> result)
System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (3)
110List<QuadNode> result = new List<QuadNode>(); 404internal void GetIntersectingNodes(List<QuadNode> nodes, Rect bounds) 449static void GetIntersectingNodes(QuadNode last, List<QuadNode> nodes, Rect bounds)
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 (7)
47List<ModelItem> selection = new List<ModelItem>(); 64List<ModelItem> selection = new List<ModelItem>(); 84List<ModelItem> selection = new List<ModelItem>(); 107List<ModelItem> selection = new List<ModelItem>(); 199List<ModelItem> list = new List<ModelItem>(existing.SelectedObjects); 279List<ModelItem> list = new List<ModelItem>(existing.SelectedObjects); 315List<ModelItem> list = new List<ModelItem>(existing.SelectedObjects);
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (2)
18public List<INotifyCollectionChanged> TrackedCollection { get; set; } 19public List<TreeViewItemViewModel> ChildViewModels { get; set; }
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (2)
109static List<Type> defaultTypes = null; 112internal static List<Type> DefaultTypes
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (21)
53List<ModelItem> scopesList = new List<ModelItem>(); 107public List<ModelItem> ScopesList 253var allVariables = VariableHelper.FindDeclaredVariables(workflowElement, this.scopesList); 315List<ModelItem> newSelection = new List<ModelItem>(); 626List<ModelItem> list = new List<ModelItem>(); 789internal static List<ModelItem> FindDeclaredVariables(this ModelItem element, IList<ModelItem> scopeList) 791var variables = VariableHelper.FindVariablesInScope(element, scopeList); 804internal static List<ModelItem> FindDeclaredVariables(this ModelItem element) 809internal static List<ModelItem> FindActivityDelegateArgumentsInScope(this ModelItem workflowElement) 811List<ModelItem> variables = new List<ModelItem>(); 824internal static List<ModelItem> FindActivityDelegateArguments(this ModelItem element) 826List<ModelItem> delegateArguments = new List<ModelItem>(); 840internal static List<ModelItem> FindVariablesInScope(this ModelItem element, IList<ModelItem> scopeList) 842List<ModelItem> variables = new List<ModelItem>(); 867internal static List<ModelItem> FindUniqueVariablesInScope(ModelItem element) 890internal static List<ModelItem> FindVariablesInScope(ModelItem element) 928var variables = VariableHelper.FindVariablesInScope(variableContainer); 958var scope1List = scope1.GetParentEnumerator().Where(p => null != VariableHelper.GetVariableCollection(p)).ToList(); 959var scope2List = scope2.GetParentEnumerator().Where(p => null != VariableHelper.GetVariableCollection(p)).ToList(); 1396bool ValidateVariableName(object newValue, List<string> errors) 1429bool ValidateVariableScope(object newValue, List<string> errors)
System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (1)
292List<VirtualizingContainer> children;
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (9)
517List<ModelItem> declaredVariables = VisualBasicEditor.GetVariablesInScope(this.OwnerActivity); 1954private static List<ModelItem> GetVariablesInScopeWithShadowing(ModelItem ownerActivity, bool includeArguments) 1956List<ModelItem> variablesInScope = new List<ModelItem>(); 1976List<ModelItem> variables = new List<ModelItem>(); 1999List<ModelItem> arguments = VisualBasicEditor.GetVariablesForArguments(ownerActivity.Root); 2007private static List<ModelItem> GetVariablesForArguments(ModelItem modelItem) 2009List<ModelItem> arguments = new List<ModelItem>(); 2026internal static List<ModelItem> GetVariablesInScope(ModelItem ownerActivity) 2028List<ModelItem> declaredVariables = new List<ModelItem>();
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (15)
37public List<Activity> ActivitiesToBeInserted { get; set; } 116List<Activity> ObjectList2ActivityList(IEnumerable<object> droppedObjects) 118List<Activity> activityList = new List<Activity>(); 138private List<WorkflowViewElement> ObjectList2WorkflowViewElementList(IEnumerable<object> droppedObjects) 140List<WorkflowViewElement> movedViewElements = new List<WorkflowViewElement>(); 159List<Activity> activityList = ObjectList2ActivityList(droppedObjects); 230List<WorkflowViewElement> movedViewElements = ObjectList2WorkflowViewElementList(droppedObjects); 535List<object> GetSortedObjectList(DragEventArgs args) 572List<object> droppedObjects = this.GetSortedObjectList(e); 693object ICompositeView.OnItemsCut(List<ModelItem> itemsToCut) 701object ICompositeView.OnItemsCopied(List<ModelItem> itemsToCopy) 706void ICompositeView.OnItemsPasted(List<object> itemsToPaste, List<object> metaData, Point pastePoint, WorkflowViewElement pastePointReference) 722void ICompositeView.OnItemsDelete(List<ModelItem> itemsToDelete) 731bool ICompositeView.CanPasteItems(List<object> itemsToPaste)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (23)
451private IList<object> GetOrderMetaData(List<ModelItem> items) 453List<ModelItem> sortedList = this.SortSelectedItems(new List<ModelItem>(items)); 535private bool ShouldMoveItems(List<ModelItem> sortedModelItems, int index) 552private bool AreItemsConsecutive(List<ModelItem> sortedModelItems) 567public List<ModelItem> SortSelectedItems(List<ModelItem> selectedItems) 578List<ModelItem> list = new List<ModelItem>(); 601public void OnItemsMoved(List<ModelItem> movedItems) 617List<object> droppedObjects = new List<object>(DragDropHelper.GetDroppedObjects(this, e, Context)); 618List<WorkflowViewElement> movedViewElements = new List<WorkflowViewElement>(); 620List<object> externalMoveList = new List<object>(); 621List<ModelItem> internalMoveList = new List<ModelItem>(); 624List<object> sortedDroppingList = DragDropHelper.SortSelectedObjects(droppedObjects); 687private void CheckListConsistentAndThrow(List<ModelItem> src, List<ModelItem> copied) 817public object OnItemsCut(List<ModelItem> itemsToCut) 819List<object> orderMetaData = GetOrderMetaData(itemsToCut).ToList(); 828public object OnItemsCopied(List<ModelItem> itemsToCopy) 833public void OnItemsPasted(List<object> itemsToPaste, List<object> metaData, Point pastePoint, WorkflowViewElement pastePointReference) 855List<ModelItem> modelItemsToSelect = new List<ModelItem>(); 885public void OnItemsDelete(List<ModelItem> itemsToDelete) 900public bool CanPasteItems(List<object> itemsToPaste)
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (4)
130List<ICompositeView> compositeViews; 957Dictionary<ICompositeView, List<ModelItem>> containerMovedModelItemList = new Dictionary<ICompositeView, List<ModelItem>>(); 972foreach (KeyValuePair<ICompositeView, List<ModelItem>> pair in containerMovedModelItemList)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ActivityBuilderHelper.cs (2)
21internal static List<Variable> GetVariables(object input) 42List<Variable> variables = new List<Variable>();
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (3)
52List<NameScopeFrame> poppedNameScopes; 1156private List<NameReference> neededNames; 1160public List<NameReference> NeededNames { get { return this.neededNames; } }
System.AddIn (63)
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 (2)
29private List<AddIn> _addins; 39internal List<AddIn> AddIns {
System\Addin\Hosting\AddInStore.cs (16)
285List<int> fileCounts = state.FileCounts; 344private static List<string> GetExecutableFiles(string path) 346List<string> result = new List<string>(); 432internal static List<PartialToken> GetPartialTokens(String pipelineRoot) 507List<PartialToken> partialTokens = pipelineState.PartialTokens; 512List<String> locationsInOrder = new List<String>(); 533List<AddInToken> validPipelines = ConnectPipelinesWithAddIns(partialTokens, havTypeInfo, addInState); 924List<AddIn> foundAddIns = new List<AddIn>(); 1166List<PipelineComponent> pipelineComponents = results.Components; 1200private static void DiscoverHostAdapters(String assemblyFileName, List<HostAdapter> container, String rootDir, Collection<String> warnings) 1298private static bool DiscoverAddIns(String assemblyFileName, List<AddIn> container, String rootDir, Collection<String> warnings) 1351private static List<AddInToken> ConnectPipelinesWithAddIns(List<PartialToken> partialTokens, TypeInfo havType, 1354List<AddInToken> validPipelines = new List<AddInToken>(); 1397private static void RemoveDuplicatePipelines(ref List<AddInToken> validPipelines) 1401List<AddInToken> result = new List<AddInToken>(validPipelines.Count);
System\Addin\Hosting\AddInToken.cs (1)
46private List<QualificationDataItem> _qualificationDataItems;
System\Addin\Hosting\InspectionWorker.cs (3)
31internal List<PipelineComponent> Components; 81List<String> dirsToLookIn = new List<String>(); 128List<String> potentialFileNames = new List<string>(dirsToLookIn.Count * 2);
System\Addin\Hosting\PipelineDeploymentState.cs (13)
29private List<HostAdapter> _hostAdapters; 30private List<ContractComponent> _contracts; 31private List<AddInAdapter> _addinAdapters; 32private List<AddInBase> _addinBases; 34private List<PartialToken> _partialTokens; 35private List<int> _fileCounts; 47internal List<HostAdapter> HostAdapters { 51internal List<ContractComponent> Contracts { 55internal List<AddInAdapter> AddInAdapters { 59internal List<AddInBase> AddInBases { 63internal List<PartialToken> PartialTokens { 67internal List<int> FileCounts { 73List<PartialToken> result = new List<PartialToken>();
System\Addin\Hosting\Store\AddInAdapter.cs (4)
28private List<TypeInfo> _contracts; 29private List<TypeInfo> _constructors; 37public List<TypeInfo> Constructors { 41public List<TypeInfo> Contracts {
System\Addin\Hosting\Store\HostAdapter.cs (2)
33private List<TypeInfo> _constructors; 41public List<TypeInfo> Constructors
System\Addin\Hosting\Store\PipelineComponent.cs (1)
266List<TypeInfo> infos = new List<TypeInfo>();
System\Addin\Hosting\Utils.cs (2)
217internal static Assembly LoadAssemblyFrom(List<String> dirsToLookIn, String assemblyRef) 224List<String> potentialFileNames = new List<string>(dirsToLookIn.Count * 2);
System\Addin\MiniReflection\MetadataReader\Metadata.cs (1)
388List<byte> bytes = new List<byte>();
System\Addin\MiniReflection\MiniAssembly.cs (3)
36private List<String> _dependencyDirs; 57public List<String> DependencyDirs 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\ContractAdapter.cs (1)
81List<PartialToken> partialTokens = AddInStore.GetPartialTokens(pipelineRoot);
System\Addin\Pipeline\ContractBase.cs (3)
34private List<int> m_lifetimeTokens = new List<int>(); 35private List<String> m_contractIdentifiers; 75List<String> identifiers = new List<String>(interfaces.Length);
System.ComponentModel.DataAnnotations (6)
DataAnnotations\AssociatedMetadataTypeTypeDescriptor.cs (1)
45List<PropertyDescriptor> tempPropertyDescriptors = new List<PropertyDescriptor>();
DataAnnotations\ValidationAttributeStore.cs (1)
232List<Attribute> attributes = new List<Attribute>(propertyDescriptor.Attributes.Cast<Attribute>());
DataAnnotations\Validator.cs (4)
346List<ValidationError> errors = new List<ValidationError>(); 389List<ValidationError> errors = new List<ValidationError>(); 444List<KeyValuePair<ValidationContext, object>> items = new List<KeyValuePair<ValidationContext, object>>(properties.Count); 477List<ValidationError> errors = new List<ValidationError>();
System.Configuration (34)
System\Configuration\BaseConfigurationRecord.cs (8)
401Dictionary<string, List<SectionInput>> indirectLocationInputs = null; 457indirectLocationInputs = new Dictionary<string, List<SectionInput>>(1); 483foreach(KeyValuePair<string, List<SectionInput>> keyValuePair in indirectLocationInputs) { 484List<SectionInput> inputsPerConfigKey = keyValuePair.Value; 707List<SectionRecord> removes = null; 1541List<SectionInput> locationInputs = sectionRecord.LocationInputs; 1542List<SectionInput> indirectLocationInputs = sectionRecord.IndirectLocationInputs; 3196List<ConfigurationException> localErrors = xmlUtil.SchemaErrors.RetrieveAndResetLocalErrors(isFileInput);
System\Configuration\ConfigurationSchemaErrors.cs (5)
18private List<ConfigurationException> _errorsLocal; 21private List<ConfigurationException> _errorsGlobal; 26private List<ConfigurationException> _errorsAll; 120internal List<ConfigurationException> RetrieveAndResetLocalErrors(bool keepLocalErrors) { 121List<ConfigurationException> list = _errorsLocal;
System\Configuration\ErrorsHelper.cs (6)
14static internal int GetErrorCount(List<ConfigurationException> errors) { 18static internal bool GetHasErrors(List<ConfigurationException> errors) { 22static internal void AddError(ref List<ConfigurationException> errors, ConfigurationException e) { 45static internal void AddErrors(ref List<ConfigurationException> errors, ICollection<ConfigurationException> coll) { 56static internal ConfigurationErrorsException GetErrorsException(List<ConfigurationException> errors) { 65static internal void ThrowOnErrors(List<ConfigurationException> errors) {
System\Configuration\FactoryRecord.cs (2)
39private List<ConfigurationException> _errors; // errors 297internal List<ConfigurationException> Errors {
System\Configuration\LocationSectionRecord.cs (3)
21List<ConfigurationException> _errors; // errors 23internal LocationSectionRecord(SectionXmlInfo sectionXmlInfo, List<ConfigurationException> errors) { 45internal List<ConfigurationException> ErrorsList {
System\Configuration\MgmtConfigurationRecord.cs (1)
921List<string> streamsToRemove = new List<string>();
System\Configuration\SectionInput.cs (2)
39private List<ConfigurationException> _errors; 41internal SectionInput(SectionXmlInfo sectionXmlInfo, List<ConfigurationException> errors) {
System\Configuration\SectionRecord.cs (7)
69private List<SectionInput> _locationInputs; 79private List<SectionInput> _indirectLocationInputs; 142internal List<SectionInput> LocationInputs { 224internal List<SectionInput> IndirectLocationInputs { 246List<SectionInput> inputs = isIndirectLocation ? 365private List<ConfigurationException> GetAllErrors() { 366List<ConfigurationException> allErrors = null;
System.Core (107)
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 (5)
31private Dictionary<int, List<WeakReference>> _transitions; // cached transitions 66List<WeakReference> infos = GetTransitionList(hashCode); 97private List<WeakReference> GetTransitionList(int hashCode) { 99_transitions = new Dictionary<int, List<WeakReference>>(); 102List<WeakReference> infos;
Microsoft\Scripting\Ast\BinaryExpression.cs (3)
263var vars = new List<ParameterExpression>(index.Arguments.Count + 2); 264var exprs = new List<Expression>(index.Arguments.Count + 3); 270var tempArgs = new List<Expression>(index.Arguments.Count);
Microsoft\Scripting\Compiler\BoundConstants.cs (1)
69private readonly List<object> _values = new List<object>();
Microsoft\Scripting\Compiler\CompilerScope.cs (2)
180var indexes = new List<long>(vars.Count); 437var list = new List<ParameterExpression>(vars);
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 (7)
197List<WriteBack> wb = EmitArguments(lambda.Type.GetMethod("Invoke"), invoke); 342List<WriteBack> wb = EmitArguments(mi, args); 423private List<WriteBack> EmitArguments(MethodBase method, IArgumentProvider args) { 432private List<WriteBack> EmitArguments(MethodBase method, IArgumentProvider args, int skipParameters) { 436var writeBacks = new List<WriteBack>(); 509List<WriteBack> wb = EmitArguments(invoke, node, 1); 518List<WriteBack> wb = EmitArguments(node.Constructor, node);
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (16)
259private static bool FitsInBucket(List<SwitchLabel> buckets, decimal key, int count) { 269private static void MergeBuckets(List<List<SwitchLabel>> buckets) { 271List<SwitchLabel> first = buckets[buckets.Count - 2]; 272List<SwitchLabel> second = buckets[buckets.Count - 1]; 285private static void AddToBuckets(List<List<SwitchLabel>> buckets, SwitchLabel key) { 287List<SwitchLabel> last = buckets[buckets.Count - 1]; 348var keys = new List<SwitchLabel>(); 371var buckets = new List<List<SwitchLabel>>(); 466private void EmitSwitchBuckets(SwitchInfo info, List<List<SwitchLabel>> buckets, int first, int last) { 493private void EmitSwitchBucket(SwitchInfo info, List<SwitchLabel> bucket) { 581var initializers = new List<ElementInit>(tests); 582var cases = new List<SwitchCase>(node.Cases.Count);
Microsoft\Scripting\Compiler\StackSpiller.Temps.cs (5)
39private List<ParameterExpression> _freeTemps; 49private List<ParameterExpression> _temps = new List<ParameterExpression>(); 51internal List<ParameterExpression> Temps { 134private List<Expression> _comma; 181List<Expression> comma = new List<Expression>(count + 1);
System\Diagnostics\Eventing\Reader\EventLogPropertySelector.cs (1)
54List<string> queries;
System\Diagnostics\Eventing\Reader\EventLogReader.cs (1)
329List<EventLogStatus> list = null;
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (1)
344List<EventProperty> list = new List<EventProperty>();
System\Diagnostics\Eventing\Reader\EventLogSession.cs (2)
194List<string> namesList = new List<string>(100); 216List<string> namesList = new List<string>(100);
System\Diagnostics\Eventing\Reader\EventMetadata.cs (1)
105List<EventKeyword> list = new List<EventKeyword>();
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (2)
939List<object> valuesList = new List<object>(propCount); 1016List<string> keywordsList = new List<string>();
System\Diagnostics\Eventing\Reader\ProviderMetadata.cs (18)
175List<EventLogLink> channelList = new List<EventLogLink>(arraySize); 246this.standardLevels = (List<EventLevel>)GetProviderListProperty(this.defaultProviderHandle, UnsafeNativeMethods.EvtPublisherMetadataPropertyId.EvtPublisherMetadataLevels); 256this.standardOpcodes = (List<EventOpcode>)GetProviderListProperty(this.defaultProviderHandle, UnsafeNativeMethods.EvtPublisherMetadataPropertyId.EvtPublisherMetadataOpcodes); 266this.standardKeywords = (List<EventKeyword>)GetProviderListProperty(this.defaultProviderHandle, UnsafeNativeMethods.EvtPublisherMetadataPropertyId.EvtPublisherMetadataKeywords); 276this.standardTasks = (List<EventTask>)GetProviderListProperty(this.defaultProviderHandle, UnsafeNativeMethods.EvtPublisherMetadataPropertyId.EvtPublisherMetadataTasks); 297List<EventLevel> levelList = null; 298List<EventOpcode> opcodeList = null; 299List<EventKeyword> keywordList = null; 300List<EventTask> taskList = null; 431List<EventLevel> el; 436el = (List<EventLevel>)this.GetProviderListProperty( this.handle, UnsafeNativeMethods.EvtPublisherMetadataPropertyId.EvtPublisherMetadataLevels); 446List<EventOpcode> eo; 451eo = (List<EventOpcode>)this.GetProviderListProperty(this.handle, UnsafeNativeMethods.EvtPublisherMetadataPropertyId.EvtPublisherMetadataOpcodes); 460List<EventKeyword> ek; 465ek = (List<EventKeyword>)this.GetProviderListProperty(this.handle, UnsafeNativeMethods.EvtPublisherMetadataPropertyId.EvtPublisherMetadataKeywords); 475List<EventTask> et; 480et = (List<EventTask>)this.GetProviderListProperty(this.handle, UnsafeNativeMethods.EvtPublisherMetadataPropertyId.EvtPublisherMetadataTasks); 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 (15)
20if (source is List<TSource>) return new WhereListIterator<TSource>((List<TSource>)source, predicate); 43if (source is List<TSource>) return new WhereSelectListIterator<TSource, TResult>((List<TSource>)source, null, selector); 210List<TSource> source; 212List<TSource>.Enumerator enumerator; 214public WhereListIterator(List<TSource> source, Func<TSource, bool> predicate) { 329public List<TResult> ToList() 331var list = new List<TResult>(); 461List<TSource> source; 464List<TSource>.Enumerator enumerator; 466public WhereSelectListIterator(List<TSource> source, Func<TSource, bool> predicate, Func<TSource, TResult> selector) { 947public static List<TSource> ToList<TSource>(this IEnumerable<TSource> source) { 2728List<T> tempList = new List<T>(); 2788List<object> tempList = new List<object>();
System\Linq\Expressions\ExpressionVisitor.cs (3)
173List<Expression> list = null; 217List<MemberBinding> list = null; 238List<ElementInit> list = null;
System\Linq\Parallel\Merging\DefaultMergeHelper.cs (1)
166List<TInputOutput> output = new List<TInputOutput>();
System\Linq\Parallel\QueryOperators\Unary\ReverseQueryOperator.cs (1)
114private List<Pair<TSource, TKey>> m_buffer; // Our buffer. [allocate in moveNext to avoid false-sharing]
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (2)
164private List<Pair<TResult, TKey>> m_buffer; // Our buffer. 204List<Pair<TResult, TKey>> buffer = new List<Pair<TResult, TKey>>();
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs (2)
222private List<Pair<TResult, TKey>> m_buffer; // Our buffer. 262List<Pair<TResult, TKey>> buffer = new List<Pair<TResult, TKey>>();
System\Linq\Parallel\Utils\Sorting.cs (3)
196List<TInputOutput> sourceValues = null; 225private void BuildKeysFromSource(ref GrowingArray<TKey> keys, ref List<TInputOutput> values) 273private void QuickSortIndicesInPlace(GrowingArray<TKey> keys, List<TInputOutput> values, OrdinalIndexState ordinalIndexState)
System\Linq\ParallelEnumerable.cs (2)
4886public static List<TSource> ToList<TSource>(this ParallelQuery<TSource> source) 4891List<TSource> list = new List<TSource>();
System\Linq\SequenceQuery.cs (2)
225List<Expression> newArgs = null; 260List<Expression> exprs = new List<Expression>(na.Expressions.Count);
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 (610)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (1)
31List<NamespaceDeclaration> localNamespacesWithAssemblyInfo;
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)
24private List<Tuple<int, int>> indexCache;
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 (1)
145List<NamespaceDeclaration> localAsmNamespaces = null;
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (2)
34private static List<Type> supportedTypes; 35private static List<Type> conversionRequiredTypes;
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\XamlTypeWithExplicitNamespace.cs (1)
12List<string> explicitNamespaces;
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 (2)
120static List<Type> defaultTypes; 121static List<Type> DefaultTypes
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ActivityDelegateUtilities.cs (4)
64public static List<ActivityDelegateInfo> CreateActivityDelegateInfo(ModelItem activity) 66List<ActivityDelegateInfo> list = new List<ActivityDelegateInfo>(); 82private static List<PropertyInfo> GetPropertiesByHeuristics(Type activityType) 84List<PropertyInfo> result = new List<PropertyInfo>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (1)
98List<ActivityDelegateInfo> list = ActivityDelegateUtilities.CreateActivityDelegateInfo(modelItem);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (1)
515List<string> errors = null;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (9)
99private List<AutomationPeer> GetChildrenCore() 101List<AutomationPeer> children = new List<AutomationPeer>(); 125private static void AddCategoryEditors(List<AutomationPeer> peers, ItemsControl editors, string containerDisplayName) 137private static void AddCategoryProperties(List<AutomationPeer> peers, ItemsControl properties) 329private List<AutomationPeer> _children; 347protected override List<AutomationPeer> GetChildrenCore() 472private List<AutomationPeer> _children; 496protected override List<AutomationPeer> GetChildrenCore() 627protected override List<AutomationPeer> GetChildrenCore()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryListAutomationPeer.cs (1)
34private List<AutomationPeer> _children;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\PropertyInspectorAutomationPeer.cs (2)
25private List<AutomationPeer> _children; 45protected override List<AutomationPeer> GetChildrenCore()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\SubPropertyEditorAutomationPeer.cs (2)
28List<AutomationPeer> _children; 78protected override List<AutomationPeer> GetChildrenCore()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (15)
186List<Type> editorTypes = null; 344public static bool IsReadOnly(List<ModelProperty> properties, IsMixedValueEvaluator isMixedValueEvaluator) 453public static List<NewItemTypesAttribute> GetNewItemTypesAttributes(ModelProperty property) 456List<NewItemTypesAttribute> newItemTypesList = new List<NewItemTypesAttribute>(); 490List<NewItemTypesAttribute> attributes = GetNewItemTypesAttributes(modelProperty); 531public static List<ModelProperty> GetSubProperties(ModelItem item) 550public static List<ModelProperty> GetSubProperties(ModelProperty property) 673private static bool OrReadOnlyValues(List<ModelProperty> properties) 723private static List<ModelProperty> GetTypeConverterSubProperties(ModelItem item) 729private static List<ModelProperty> GetTypeConverterSubProperties(ModelProperty property) 735private static List<ModelProperty> GetTypeConverterSubPropertiesHelper(ModelItem item, TypeConverter customConverter) 743List<ModelProperty> subProperties = null; 785private static List<ModelProperty> GetAllSubProperties(ModelItem item) 799List<ModelProperty> subProperties = null; 818private static List<ModelProperty> GetAllSubProperties(ModelProperty property)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\ComposingConverter.cs (2)
18private List<IValueConverter> converters = new List<IValueConverter>(); 21public List<IValueConverter> Converters
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\ObservableCollection.cs (6)
25public ObservableCollectionWorkaround(List<T> list) 40return ((List<T>)base.Items).BinarySearch(value, comparer); 45((List<T>)base.Items).Sort(); 52((List<T>)base.Items).Sort(comparer); 59((List<T>)base.Items).Sort(comparison); 66((List<T>)base.Items).Reverse();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\SwitchConverter.cs (2)
28private List<SwitchCase> cases; 35public List<SwitchCase> Cases
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>(); 519List<ModelProperty> textBlockTextProperties = null; 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 (2)
22List<ModelPropertyEntry> _properties; 105List<ModelProperty> subProperties = ExtensibilityAccessor.GetSubProperties(parentCollectionItem.ModelItem);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValueCollection.cs (1)
27private List<ModelPropertyIndexer> _values;
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>(); 786List<Type> editorTypesToRemove = null;
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)
166List<Type> toRemove = null; 362List<Object> attrList = new List<Object>(attrs);
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)
26internal List<UndoUnit> DoList 32internal List<UndoUnit> RedoList
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ClipboardData.cs (2)
16public List<object> Data { get; set; } 20public List<object> Metadata { get; set; }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (27)
136internal static IList<object> SortFromMetaData(IList<object> itemsToPaste, List<object> metaData) 150internal static IList<object> SortFromMetaDataOnly(List<object> metaData) 152List<object> mergedItemsToPaste = new List<object>(); 160List<object> orderedItemsMetaData = metaDataObject as List<object>; 186List<ModelItem> modelItemsToCut = new List<ModelItem>(currentSelection.SelectedObjects); 190internal static void DoCut(List<ModelItem> modelItemsToCut, EditingContext context) 236List<ModelItem> modelItemsToCopy = new List<ModelItem>(currentSelection.SelectedObjects); 240private static void DoCopy(List<ModelItem> modelItemsToCopy, EditingContext context) 268static void CutCopyOperation(List<ModelItem> modelItemsToCutCopy, EditingContext context, bool isCutOperation) 270List<object> objectsOnClipboard = null; 271List<object> metaData = null; 276Dictionary<ICompositeView, List<ModelItem>> notifyDictionary = new Dictionary<ICompositeView, List<ModelItem>>(); 377List<WorkflowViewElement> parentViewElements = GetSelectableParentViewElements(modelItem.View as WorkflowViewElement); 389static List<WorkflowViewElement> GetSelectableParentViewElements(WorkflowViewElement childElement) 391List<WorkflowViewElement> parentViewElements = new List<WorkflowViewElement>(); 430List<object> metaData = null; 431List<object> clipboardObjects = GetFromClipboard(out metaData, context); 534private static void PutOnClipBoard(List<object> selectedData, List<object> metaData, FrameworkName targetFramework) 573List<object> data = new List<object>(); 613private static List<object> GetFromClipboard(out List<object> metaData, EditingContext editingContext) 620List<object> workflowData = null; 752List<object> metaData = null; 753List<object> itemsToPaste = null;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (3)
374List<SourceLocation> unmappedLocations = new List<SourceLocation>(); 641List<KeyValuePair<object, SourceLocation>> unresolvedEntries = this.instanceToSourceLocationMapping.Where(entry => IsUnresolved(entry.Value)).ToList(); 732List<KeyValuePair<ModelItem, SourceLocation>> resolvedEntries = this.modelItemToSourceLocation.Where(entry => !IsUnresolved(entry.Value)).ToList();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DefaultCommandExtensionCallback.cs (3)
20Dictionary<ICommand, List<KeyGesture>> defaultGestures = new Dictionary<ICommand, List<KeyGesture>>(); 97List<KeyGesture> gestures = null;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DeleteHelper.cs (3)
48Dictionary<ICompositeView, List<ModelItem>> containerToModelItemsDict = new Dictionary<ICompositeView, List<ModelItem>>(); 49List<ModelItem> modelItemsPerContainer;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (3)
307List<DesignObjectPropertyDescriptor> descriptors = new List<DesignObjectPropertyDescriptor>(properties.Length); 654List<string> errors = new List<string>(); 717public Func<DesignObjectWrapper, object, List<string>, bool> PropertyValidator { get; set; }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (14)
82List<ModelItem> draggedModelItems = new List<ModelItem>(); 154List<ModelItem> draggedModelItems = new List<ModelItem>(); 207List<Type> draggedTypes = GetDraggedTypes(draggedDataObject); 277internal static List<Type> GetDraggedTypes(IDataObject draggedDataObject) 279List<Type> types = new List<Type>(); 324List<object> droppedObjects = new List<object>(); 590internal static List<object> SortSelectedObjects(IEnumerable<object> selectedObjects) 593Dictionary<ICompositeView, List<ModelItem>> viewItemListDictionary = new Dictionary<ICompositeView, List<ModelItem>>(); 594List<object> nonCompositeView = new List<object>(); 595List<object> retList = new List<object>(); 622foreach (KeyValuePair<ICompositeView, List<ModelItem>> pair in viewItemListDictionary) 625List<ModelItem> sortedList = view2 == null ? 770List<WorkflowViewElement> draggedViewElements = new List<WorkflowViewElement>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoConnectHelper.cs (9)
86internal static List<Rect> CreateHitTestRects(Point targetLocation, Size targetSize) 88List<Rect> rects = new List<Rect>(); 176internal static DependencyObject GetShapeContainingPoint(Point point, List<DependencyObject> shapes) 202List<DependencyObject> childShapes = this.panel.GetChildShapes(dragged); 264private static void RemoveDirectionsInCollision(List<DependencyObject> childShapes, DependencyObject target, List<Rect> hitTestRects, ref AutoConnectDirections directions) 292private void RemoveDirectionsOutsideOfPanel(List<Rect> hitTestRects, ref AutoConnectDirections directions) 304private AutoConnectDirections GetAutoConnectDirections(AutoConnectDirections directions, List<DependencyObject> childShapes, DependencyObject target) 307List<Rect> hitTestRects = CreateHitTestRects(FreeFormPanel.GetLocation(target), FreeFormPanel.GetChildSize(target));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectionPoint.cs (4)
15private List<Connector> attachedConnectors; 34public List<Connector> AttachedConnectors 109public List<Point> Edge 145public static ConnectionPoint GetClosestConnectionPoint(List<ConnectionPoint> connectionPoints, Point refPoint, out double minDist)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectionPointConverter.cs (2)
25List<object> parameters = (List<object>)parameter;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectionPointsAdorner.cs (3)
21protected List<ConnectionPoint> connectionPoints; 23internal List<ConnectionPoint> ConnectionPoints 28public ConnectionPointsAdorner(UIElement adornedElement, List<ConnectionPoint> connectionPointsToShow, bool isParentShapeSelected)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorCreationAdorner.cs (2)
16List<Point> linkPoints; 17public ConnectorCreationAdorner(UIElement adornedElement, List<Point> linkPoints)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorEditor.cs (12)
28List<EditPoint> editPoints; 91List<EditPoint> EditPoints 99public List<Point> ConnectorEditorLocation 140List<Point> segments = new List<Point>(); 195List<Point> segments = new List<Point>(this.editedConnector.Points); 235List<Point> GetPointsFromEditPoints() 237List<Point> segments = new List<Point>(); 275List<EditPoint> editPointsToRetain = new List<EditPoint>(this.editPoints.Count); 306void RemoveEditPointSegmentsWithinTolerance(List<EditPoint> pointsToRetain) 340void RemoveCoincidingEditPoints(List<EditPoint> pointsToRetain) 364List<EditPoint> editPointsToRemove = new List<EditPoint>(); 492List<EditPoint> newEditPoints = new List<EditPoint>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorMovedEventArgs.cs (3)
13List<Point> newConnectorLocation; 15public ConnectorMovedEventArgs(List<Point> newConnectorLocation) 20public List<Point> NewConnectorLocation
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (63)
120static void AddExcludedAndSrcDestRects(FreeFormPanel outmostPanel, FreeFormPanel panel, Point srcPoint, Point destPoint, UIElement srcElement, UIElement destElement, List<Rect> excludedRects, List<Rect> srcDestRects) 163internal static Point[] Route(FreeFormPanel panel, Point srcPoint, Point destPoint, List<Point> srcEdge, List<Point> destEdge, UIElement srcElement, UIElement destElement) 169List<Rect> excludedRects = new List<Rect>(); 170List<Rect> srcDestRects = new List<Rect>(); 171List<Point> excludedLines = new List<Point>(); 190internal static Point[] Route(Point srcPoint, Point destPoint, List<Point> srcEdge, List<Point> destEdge, List<Rect> excludedRects, List<Point> excludedLines, List<Rect> srcDestRects) 218static Point[] TryRoute(Point srcPoint, Point destPoint, List<Rect> excludedRects, List<Point> excludedLines, List<Rect> srcDestRects) 246internal static Point[] RemoveRedundantPoints(List<Point> points) 256List<int> toRemove = new List<int>(); 286static void AddBoundPoint(ref List<DistanceFromPoint> extremitiesList, Point p, ConnectorSegment segment, Point Z) 314ref List<Point> escapePointsA, ref List<ConnectorSegment> horizontalSegmentsA, ref List<ConnectorSegment> verticalSegmentsA, ref List<ConnectorSegment> horizontalSegmentsB, ref List<ConnectorSegment> verticalSegmentsB, 537List<DistanceFromPoint> extremitiesList = new List<DistanceFromPoint>(4); 604static Nullable<Point> EscapeProcessII(CoverSet coverSet, Orientation orientation, ref List<Point> escapePointsA, 605ref List<ConnectorSegment> horizontalSegmentsA, ref List<ConnectorSegment> verticalSegmentsA, ref List<ConnectorSegment> horizontalSegmentsB, ref List<ConnectorSegment> verticalSegmentsB, 684static List<Point> FirstRefinementAlgorithm(List<Point> points, ConnectorSegment intersectionSegment) 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>(); 782List<Point> tempList = escapePointsA; 798List<ConnectorSegment> tempListSegm = horizontalEscapeSegmentsA; 821List<Point> tempList = escapePointsA; 837List<ConnectorSegment> tempListSegm = horizontalEscapeSegmentsA; 853List<Point> refinedPath = new List<Point>(); 883static void EraseRedundentWarps(CoverSet coverSet, ref List<Point> refinedPath) 889List<Point> newPath = new List<Point>(); 920List<Point> temp = refinedPath; 937static void SecondRefinementAlgorithm(CoverSet coverSet, ref List<Point> refinedPath, Size margin) 940List<Point> newPath = new List<Point>(); 989List<Point> temp = refinedPath; 1014static List<ConnectorSegment> GetSegmentsForOrientation(CoverSet coverSet, Orientation orientation) 1016List<ConnectorSegment> connectorSegments = null; 1030List<ConnectorSegment> connectorSegments = GetSegmentsForOrientation(coverSet, orientation); 1039List<ConnectorSegment> connectorSegments = GetSegmentsForOrientation(coverSet, orientation); 1289List<ConnectorSegment> horizontalCovers = new List<ConnectorSegment>(); 1290List<ConnectorSegment> usedEscapeLine = new List<ConnectorSegment>(); 1291List<ConnectorSegment> verticalCovers = new List<ConnectorSegment>(); 1293public List<ConnectorSegment> HorizontalCovers 1298public List<ConnectorSegment> VerticalCovers 1321List<ConnectorSegment> covers = (cover.Orientation == Orientation.Vertical) ? this.verticalCovers : this.horizontalCovers; 1406public List<ConnectorSegment> GetCovers(Point p, DesignerEdges side) 1408List<ConnectorSegment> covers = new List<ConnectorSegment>(); 1456List<ConnectorSegment> newCovers = this.GetCovers(escape, side); 1491public static void Sort(ref List<DistanceFromPoint> distances)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (7)
212internal List<DependencyObject> GetChildShapes(DependencyObject excluded) 214List<DependencyObject> children = new List<DependencyObject>(); 249public void UpdateConnectorPoints(Connector connector, List<Point> points) 260static public List<Point> GetEdgeRelativeToOutmostPanel(ConnectionPoint connectionPoint) 306internal static ConnectionPoint ConnectionPointHitTest(Point hitPoint, List<ConnectionPoint> connectionPoints, FreeFormPanel panel) 598List<Point> points = new List<Point>(pts); 614List<Point> points = this.connectorEditor.ConnectorEditorLocation;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ICompositeView.cs (6)
15object OnItemsCut(List<ModelItem> itemsToCut); 16object OnItemsCopied(List<ModelItem> itemsToCopy); 17void OnItemsPasted(List<object> itemsToPaste, List<object> metadata, Point pastePoint, WorkflowViewElement pastePointReference); 18void OnItemsDelete(List<ModelItem> itemsToDelete); 19bool CanPasteItems(List<object> itemsToPaste);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\IMultipleDragEnabledCompositeView.cs (3)
25List<ModelItem> SortSelectedItems(List<ModelItem> selectedItems); 34void OnItemsMoved(List<ModelItem> movedItems);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Metadata\ActivityArgumentHelper.cs (7)
87List<ExpressionReplacement> expressionReplacements = ComputeExpressionReplacements(args.Errors.Select(error => error.Source).OfType<ActivityWithResult>(), args.Context, argumentAccessorWrapperCache); 130internal static List<ExpressionReplacement> ComputeExpressionReplacements(IEnumerable<ActivityWithResult> expressions, EditingContext context, ArgumentAccessorWrapperCache argumentAccessorWrapperCache) 138List<ExpressionReplacement> expressionReplacements = new List<ExpressionReplacement>(); 273private Dictionary<Activity, List<ArgumentAccessorWrapper>> argumentAccessorWrappersCache; 277this.argumentAccessorWrappersCache = new Dictionary<Activity, List<ArgumentAccessorWrapper>>(); 280public List<ArgumentAccessorWrapper> GetArgumentAccessorWrappers(Activity activity) 284List<ArgumentAccessorWrapper> argumentAccessorWrappers = null;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\AttachedPropertiesService.cs (1)
15List<AttachedProperty> properties;
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 (5)
20List<Change> changes; 21List<Change> appliedChanges; 111public List<Change> Changes 177List<Change> changesToApply = this.Changes.GetRange(startIndex, this.Changes.Count - startIndex); 251List<Change> revertChanges = new List<Change>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\IModelTreeItem.cs (1)
34List<BackPointer> ExtraPropertyBackPointers { get; }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelChangedEventArgsImpl.cs (9)
14List<ModelItem> itemsAdded; 15List<ModelItem> itemsRemoved; 16List<ModelProperty> propertiesChanged; 19public ModelChangedEventArgsImpl(List<ModelItem> itemsAdded, List<ModelItem> itemsRemoved, List<ModelProperty> propertiesChanged) 24public ModelChangedEventArgsImpl(List<ModelItem> itemsAdded, List<ModelItem> itemsRemoved, List<ModelProperty> propertiesChanged, ModelChangeInfo modelChangeInfo)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (8)
26List<ModelItem> modelItems; 30List<ModelItem> parents; 32List<ModelProperty> sources; 34List<ModelItem> subTreeNodesThatNeedBackLinkPatching; 188List<ModelItem> list = new List<ModelItem>(); 209internal List<ModelItem> Items 390List<BackPointer> IModelTreeItem.ExtraPropertyBackPointers 542List<ModelItem> modelItemsRemoved = new List<ModelItem>(this.modelItems);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (7)
31List<ModelItem> parents; 33List<ModelProperty> sources; 35List<ModelItem> subTreeNodesThatNeedBackLinkPatching; 359List<ModelItem> list = new List<ModelItem>(); 620List<BackPointer> IModelTreeItem.ExtraPropertyBackPointers 829List<ModelItem> removedItems = new List<ModelItem>(this.modelItems.Keys.Concat(this.modelItems.Values).Distinct()); 1263List<PropertyDescriptor> properties = new List<PropertyDescriptor>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (4)
39List<ModelItem> subTreeNodesThatNeedBackLinkPatching; 182List<ModelItem> list = new List<ModelItem>(); 308List<BackPointer> IModelTreeItem.ExtraPropertyBackPointers 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 (3)
41List<SearchableEntry> entries = new List<SearchableEntry>(); 163List<string> searchableTexts = new List<string>(); 418List<string> results = new List<string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelServiceImpl.cs (4)
74List<ModelItem> modelItemsAdded = new List<ModelItem>(1); 86List<ModelItem> modelItemsRemoved = new List<ModelItem>(1); 109List<ModelItem> modelItemsRemoved = new List<ModelItem>(); 123List<ModelProperty> propertiesChanged = new List<ModelProperty>(1);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeItemHelper.cs (2)
16private List<BackPointer> extraPropertyBackPointers; 23public List<BackPointer> ExtraPropertyBackPointers
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (10)
261List<ModelItem> removedItems = new List<ModelItem>(); 406List<ModelItem> foundItems = new List<ModelItem>(); 423List<ModelItem> neighbors = GetNeighbors(currentModelItem, shouldSearchThroughProperties); 438private static List<ModelItem> GetNeighbors(ModelItem currentModelItem, Predicate<ModelItem> extraShouldSearchThroughProperties) 440List<ModelItem> neighbors = new List<ModelItem>(); 543List<ModelItem> neighbors = GetNeighbors(currentModelItem, extraShouldSearchThroughProperties); 902List<ModelItem> neighbors = GetNeighbors(currentItem, (m) => true); 998List<Edge> edges = new List<Edge>(); 1023List<ModelItem> items = new List<ModelItem>(dictionary.Keys); 1040List<BackPointer> backPointers = new List<BackPointer>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeConverter.cs (1)
142List<PropertyDescriptor> newProps = new List<PropertyDescriptor>(props.Count);
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>(); 205List<WeakKey> lostKeys = null; 250List<WeakKey> lostKeys = null;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceHelper.cs (5)
17private static readonly List<string> BlackListedAssemblies = new List<string> 66List<string> assemblyNames = new List<string>(); 98Dictionary<string, List<string>> visualBasicImports = new Dictionary<string, List<string>>(); 155foreach (KeyValuePair<string, List<string>> entries in visualBasicImports)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (9)
153List<NamespaceData> uniqueNamespaces; 154Dictionary<string, List<string>> availableNamespaces; 156protected List<NamespaceData> UniqueNamespaces 168public Dictionary<string, List<string>> AvailableNamespaces 174availableNamespaces = new Dictionary<string, List<string>>(); 400List<VisualBasicImportReference> imports = new List<VisualBasicImportReference>(); 401List<string> assemblies; 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\UndoEngine.cs (2)
19List<UndoUnit> undoBuffer; 20List<UndoUnit> redoBuffer;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\IValidationErrorSourceLocator.cs (2)
15List<object> FindSourceDetailFromActivity(Activity errorSource, object errorSourceDetail); 17void ReplaceParentChainWithSource(Activity parentActivity, List<object> parentChain);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (16)
30List<Guid> acquiredObjectReferences; 448List<ValidationError> validationErrors = null; 459List<ValidationErrorInfo> errors = new List<ValidationErrorInfo>(); 557internal static List<Activity> GetParentChain(Activity activity) 559List<Activity> parentChain = new List<Activity>(); 571private List<object> GetParentChainWithSource(Activity activity) 573List<object> parentChain = new List<object>(); 613List<object> errorSourcePath = this.GetValidationErrorSourcePath(error.Source, error.SourceDetail); 621List<object> errorSourcePath = this.GetValidationErrorSourcePath((Activity)error.SourceDetail, null); 626List<object> errorSourcePath = this.GetValidationErrorSourcePath(rootActivity, error.SourceDetail); 635private void MarkError(ValidationError validationError, List<object> errorSourcePath) 716List<Activity> parentChain = GetParentChain(errorTarget); 937List<object> GetValidationErrorSourcePath(Activity violatingActivity, object sourceDetail) 993List<Guid> AcquiredObjectReferences 1024internal ValidationErrorState(List<string> errorMessages, ValidationState validationState) 1030internal List<string> ErrorMessages { get; set; }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (4)
245List<ModelItem> newSelection = new List<ModelItem>(); 616List<ModelItem> list = new List<ModelItem>(); 1282internal bool ValidateArgumentName(object value, List<string> errors) 1317bool ValidateArgumentValue(object value, List<string> errors)
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.Commands.cs (4)
1432List<object> itemsToPaste = new List<object>(1); 1490List<object> itemsToPaste = new List<object>(1); 1491List<object> metaData = new List<object>(1); 1494List<FlowNode> flowchartMetaData = new List<FlowNode>(1);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (4)
1356var selectionPathList = new List<string>(); 1381var selectionPathList = service.GetData(selectionKey) as List<string>; 1384var modelItemList = new List<ModelItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\IExpressionEditorService.cs (4)
17IExpressionEditorInstance CreateExpressionEditor(AssemblyContextControlItem assemblies, ImportedNamespaceContextItem importedNamespaces, List<ModelItem> variables, string text, Type expressionType); 18IExpressionEditorInstance CreateExpressionEditor(AssemblyContextControlItem assemblies, ImportedNamespaceContextItem importedNamespaces, List<ModelItem> variables, string text, Type expressionType, Size initialSize); 19IExpressionEditorInstance CreateExpressionEditor(AssemblyContextControlItem assemblies, ImportedNamespaceContextItem importedNamespaces, List<ModelItem> variables, string text); 20IExpressionEditorInstance CreateExpressionEditor(AssemblyContextControlItem assemblies, ImportedNamespaceContextItem importedNamespaces, List<ModelItem> variables, string text, Size initialSize);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (4)
66IDictionary<string, List<string>> availableNamespaces; 458this.availableNamespaces = this.importsModelItem.Properties[NamespaceListPropertyDescriptor.AvailableNamespacesPropertyName].ComputedValue as Dictionary<string, List<string>>; 567List<string> assemblyList; 623List<string> assemblyList;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ParserContext.cs (4)
107List<NamespaceDeclaration> namespacePrefixes = new List<NamespaceDeclaration>(); 114List<LocationReference> toReturn = new List<LocationReference>(); 117List<ModelItem> declaredVariables = VisualBasicEditor.GetVariablesInScope(this.baseModelItem); 247void LoadNameSpace(List<NamespaceDeclaration> result)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (3)
110List<QuadNode> result = new List<QuadNode>(); 404internal void GetIntersectingNodes(List<QuadNode> nodes, Rect bounds) 449static void GetIntersectingNodes(QuadNode last, List<QuadNode> nodes, Rect bounds)
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 (7)
47List<ModelItem> selection = new List<ModelItem>(); 64List<ModelItem> selection = new List<ModelItem>(); 84List<ModelItem> selection = new List<ModelItem>(); 107List<ModelItem> selection = new List<ModelItem>(); 199List<ModelItem> list = new List<ModelItem>(existing.SelectedObjects); 279List<ModelItem> list = new List<ModelItem>(existing.SelectedObjects); 315List<ModelItem> list = new List<ModelItem>(existing.SelectedObjects);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (2)
18public List<INotifyCollectionChanged> TrackedCollection { get; set; } 19public List<TreeViewItemViewModel> ChildViewModels { get; set; }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (2)
109static List<Type> defaultTypes = null; 112internal static List<Type> DefaultTypes
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (21)
53List<ModelItem> scopesList = new List<ModelItem>(); 107public List<ModelItem> ScopesList 253var allVariables = VariableHelper.FindDeclaredVariables(workflowElement, this.scopesList); 315List<ModelItem> newSelection = new List<ModelItem>(); 626List<ModelItem> list = new List<ModelItem>(); 789internal static List<ModelItem> FindDeclaredVariables(this ModelItem element, IList<ModelItem> scopeList) 791var variables = VariableHelper.FindVariablesInScope(element, scopeList); 804internal static List<ModelItem> FindDeclaredVariables(this ModelItem element) 809internal static List<ModelItem> FindActivityDelegateArgumentsInScope(this ModelItem workflowElement) 811List<ModelItem> variables = new List<ModelItem>(); 824internal static List<ModelItem> FindActivityDelegateArguments(this ModelItem element) 826List<ModelItem> delegateArguments = new List<ModelItem>(); 840internal static List<ModelItem> FindVariablesInScope(this ModelItem element, IList<ModelItem> scopeList) 842List<ModelItem> variables = new List<ModelItem>(); 867internal static List<ModelItem> FindUniqueVariablesInScope(ModelItem element) 890internal static List<ModelItem> FindVariablesInScope(ModelItem element) 928var variables = VariableHelper.FindVariablesInScope(variableContainer); 958var scope1List = scope1.GetParentEnumerator().Where(p => null != VariableHelper.GetVariableCollection(p)).ToList(); 959var scope2List = scope2.GetParentEnumerator().Where(p => null != VariableHelper.GetVariableCollection(p)).ToList(); 1396bool ValidateVariableName(object newValue, List<string> errors) 1429bool ValidateVariableScope(object newValue, List<string> errors)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (1)
292List<VirtualizingContainer> children;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (9)
517List<ModelItem> declaredVariables = VisualBasicEditor.GetVariablesInScope(this.OwnerActivity); 1954private static List<ModelItem> GetVariablesInScopeWithShadowing(ModelItem ownerActivity, bool includeArguments) 1956List<ModelItem> variablesInScope = new List<ModelItem>(); 1976List<ModelItem> variables = new List<ModelItem>(); 1999List<ModelItem> arguments = VisualBasicEditor.GetVariablesForArguments(ownerActivity.Root); 2007private static List<ModelItem> GetVariablesForArguments(ModelItem modelItem) 2009List<ModelItem> arguments = new List<ModelItem>(); 2026internal static List<ModelItem> GetVariablesInScope(ModelItem ownerActivity) 2028List<ModelItem> declaredVariables = new List<ModelItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (15)
37public List<Activity> ActivitiesToBeInserted { get; set; } 116List<Activity> ObjectList2ActivityList(IEnumerable<object> droppedObjects) 118List<Activity> activityList = new List<Activity>(); 138private List<WorkflowViewElement> ObjectList2WorkflowViewElementList(IEnumerable<object> droppedObjects) 140List<WorkflowViewElement> movedViewElements = new List<WorkflowViewElement>(); 159List<Activity> activityList = ObjectList2ActivityList(droppedObjects); 230List<WorkflowViewElement> movedViewElements = ObjectList2WorkflowViewElementList(droppedObjects); 535List<object> GetSortedObjectList(DragEventArgs args) 572List<object> droppedObjects = this.GetSortedObjectList(e); 693object ICompositeView.OnItemsCut(List<ModelItem> itemsToCut) 701object ICompositeView.OnItemsCopied(List<ModelItem> itemsToCopy) 706void ICompositeView.OnItemsPasted(List<object> itemsToPaste, List<object> metaData, Point pastePoint, WorkflowViewElement pastePointReference) 722void ICompositeView.OnItemsDelete(List<ModelItem> itemsToDelete) 731bool ICompositeView.CanPasteItems(List<object> itemsToPaste)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (23)
451private IList<object> GetOrderMetaData(List<ModelItem> items) 453List<ModelItem> sortedList = this.SortSelectedItems(new List<ModelItem>(items)); 535private bool ShouldMoveItems(List<ModelItem> sortedModelItems, int index) 552private bool AreItemsConsecutive(List<ModelItem> sortedModelItems) 567public List<ModelItem> SortSelectedItems(List<ModelItem> selectedItems) 578List<ModelItem> list = new List<ModelItem>(); 601public void OnItemsMoved(List<ModelItem> movedItems) 617List<object> droppedObjects = new List<object>(DragDropHelper.GetDroppedObjects(this, e, Context)); 618List<WorkflowViewElement> movedViewElements = new List<WorkflowViewElement>(); 620List<object> externalMoveList = new List<object>(); 621List<ModelItem> internalMoveList = new List<ModelItem>(); 624List<object> sortedDroppingList = DragDropHelper.SortSelectedObjects(droppedObjects); 687private void CheckListConsistentAndThrow(List<ModelItem> src, List<ModelItem> copied) 817public object OnItemsCut(List<ModelItem> itemsToCut) 819List<object> orderMetaData = GetOrderMetaData(itemsToCut).ToList(); 828public object OnItemsCopied(List<ModelItem> itemsToCopy) 833public void OnItemsPasted(List<object> itemsToPaste, List<object> metaData, Point pastePoint, WorkflowViewElement pastePointReference) 855List<ModelItem> modelItemsToSelect = new List<ModelItem>(); 885public void OnItemsDelete(List<ModelItem> itemsToDelete) 900public bool CanPasteItems(List<object> itemsToPaste)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (4)
130List<ICompositeView> compositeViews; 957Dictionary<ICompositeView, List<ModelItem>> containerMovedModelItemList = new Dictionary<ICompositeView, List<ModelItem>>(); 972foreach (KeyValuePair<ICompositeView, List<ModelItem>> pair in containerMovedModelItemList)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ActivityBuilderHelper.cs (2)
21internal static List<Variable> GetVariables(object input) 42List<Variable> variables = new List<Variable>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (3)
52List<NameScopeFrame> poppedNameScopes; 1156private List<NameReference> neededNames; 1160public List<NameReference> NeededNames { get { return this.neededNames; } }
fx\src\data\System\Data\Common\DataColumnMappingCollection.cs (2)
19private List<DataColumnMapping> items; // delay creation until AddWithoutEvents, Insert, CopyTo, GetEnumerator 168private List<DataColumnMapping> ArrayList() {
fx\src\data\System\Data\Common\DataTableMappingCollection.cs (2)
23private List<DataTableMapping> items; // delay creation until AddWithoutEvents, Insert, CopyTo, GetEnumerator 171private List<DataTableMapping> ArrayList() {
fx\src\data\System\Data\Common\DBConnectionString.cs (4)
344List<string> newlist = null; 362List<string> newlist = null; 386List<string> newlist = new List<string>(a.Length + b.Length); 407List<string> restrictionValues = new List<string>();
fx\src\data\System\Data\Common\DbDataAdapter.cs (1)
1173List<DataRow> rows = null;
fx\src\data\System\Data\DataColumn.cs (1)
63internal List<DataColumn> dependentColumns = null;
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 (23)
68internal readonly List<Index> indexes; 70private List<Index> shadowIndexes; 139internal List<DataColumn> dependentColumns = null; 165internal readonly List<DataView> delayedViews = new List<DataView>(); 166private readonly List<DataViewListener> _dataViewListeners = new List<DataViewListener>(); 342List<DataTable> list = new List<DataTable>(); 1005internal List<Index> LiveIndexes { 1492List<DataRelation> nestedParents = null; 1725private string GetInheritedNamespace(List<DataTable> visitedTables){ 2887List<DataRow> errorList = new List<DataRow>(); 2933internal List<DataViewListener> GetListeners() { 3904List<DataRow> cachedRows = null; 4942List<DataTable> tableList = new List<DataTable>(); 4950private bool CheckForClosureOnExpressionTables(List<DataTable> tableList) { 5647List<DataTable> tableList = new List<DataTable>(); 5772List<DataTable> tableList = new List<DataTable>(); 5775List<DataRelation> relationList = new List<DataRelation>(); 5867private void CreateTableList(DataTable currentTable, List<DataTable> tableList) { 5875private void CreateRelationList(List<DataTable> tableList, List<DataRelation> relationList) { 6187internal void EvaluateExpressions(DataRow row, DataRowAction action, List<DataRow> cachedRows) { 6309internal void EvaluateDependentExpressions(List<DataColumn> columns, DataRow row, DataRowVersion version, List<DataRow> cachedRows) {
fx\src\data\System\Data\DataTableCollection.cs (1)
556internal void ReplaceFromInference(System.Collections.Generic.List<DataTable> tableList) {
fx\src\data\System\Data\DataView.cs (2)
1702List<object[]> rowlist = new List<object[]>(); 1728private bool RowExist(List<object[]> arraylist, object[] objectArray) {
fx\src\data\System\Data\DataViewListener.cs (2)
127List<DataViewListener> listeners = table.GetListeners(); 166List<DataViewListener> listeners = table.GetListeners();
fx\src\data\System\Data\Filter\AggregateNode.cs (3)
74internal override void Bind(DataTable table, List<DataColumn> list) { 131internal static void Bind(DataRelation relation, List<DataColumn> list) 177List<int> recordList = new List<int>();
fx\src\data\System\Data\Filter\BinaryNode.cs (1)
31internal override void Bind(DataTable table, List<DataColumn> list) {
fx\src\data\System\Data\Filter\ConstNode.cs (1)
67internal override void Bind(DataTable table, List<DataColumn> list) {
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\Filter\ExpressionNode.cs (1)
44internal abstract void Bind(DataTable table, List<DataColumn> list);
fx\src\data\System\Data\Filter\FunctionNode.cs (1)
77internal override void Bind(DataTable table, List<DataColumn> list) {
fx\src\data\System\Data\Filter\LookupNode.cs (1)
28internal override void Bind(DataTable table, List<DataColumn> list) {
fx\src\data\System\Data\Filter\NameNode.cs (1)
39internal override void Bind(DataTable table, List<DataColumn> list) {
fx\src\data\System\Data\Filter\UnaryNode.cs (1)
28internal override void Bind(DataTable table, List<DataColumn> list) {
fx\src\data\System\Data\Filter\ZeroOpNode.cs (1)
28internal override void Bind(DataTable table, List<DataColumn> list) {
fx\src\data\System\Data\Merger.cs (1)
57List<DataColumn> existingColumns = null;// 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 (3)
1308List<Byte[]> junkArray = new List<Byte[]>(); 1761List<string> qrytables; 1896List<string>.Enumerator tablesEnum = qrytables.GetEnumerator();
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (2)
416List<Guid> listPropertySets= new List<Guid>(); 634System.Collections.Generic.List<string> providerNames = new System.Collections.Generic.List<string>(table.Rows.Count);
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (2)
1107List<OleDbException> exceptions = null; // WebData 104564 2010List<MetaData> metainfo = new List<MetaData>();
fx\src\data\System\Data\OleDb\OleDbException.cs (1)
118static internal OleDbException CombineExceptions(List<OleDbException> exceptions) {
fx\src\data\System\Data\ProviderBase\DbConnectionFactory.cs (2)
21private readonly List<DbConnectionPool> _poolsToRelease; 22private readonly List<DbConnectionPoolGroup> _poolGroupsToRelease;
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (2)
457private readonly List<DbConnectionInternal> _objectList; 1694List<DbConnectionInternal> reclaimedObjects = new List<DbConnectionInternal>();
fx\src\Data\System\Data\ProviderBase\DbParameterCollectionHelper.cs (7)
21private List<PARAMETEROBJECTNAME> _items; // the collection of parameters 30private List<PARAMETEROBJECTNAME> InnerList { 32List<PARAMETEROBJECTNAME> items = _items; 101List<PARAMETEROBJECTNAME> items = InnerList; 166List<PARAMETEROBJECTNAME> items = InnerList; 219List<PARAMETEROBJECTNAME> items = InnerList; 227List<PARAMETEROBJECTNAME> items = InnerList;
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (4)
448private void AddItemToAllowRollback(ref List<object> items, object value) { 455private void RollbackAddedItems(List<object> items) { 487List<object> addedItems = null; 672List<object> addedItems = null;
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 (5)
497List<object[]> list = new List<object[]>(); 941private void GetUniqueKeyValues(List<object[]> list, int curNodeId) { 956internal static int IndexOfReference<T>(List<T> list, T item) where T : class { 966internal static bool ContainsReference<T>(List<T> list, T item) where T : class { 973private readonly List<TElem> listeners;
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
250private List<_ColumnMapping> _sortedColumnMappings;
fx\src\data\System\Data\SqlClient\SqlCachedBuffer.cs (5)
31private List<byte[]> _cachedBytes; 37private SqlCachedBuffer(List<byte[]> cachedBytes) { 41internal List<byte[]> CachedBytes { 51List<byte[]> cachedBytes = new List<byte[]>(); 87private static void AddByteOrderMark(byte[] byteArr, List<byte[]> cachedBytes) {
fx\src\data\System\Data\SqlClient\SqlCommand.cs (4)
277private List<_SqlRPC> _RPCList; 280private List<SqlParameterCollection> _parameterCollectionList; 2811List<SqlParameter> parameters = new List<SqlParameter>(); 6101List<_SqlRPC> rpcList = _RPCList;
fx\src\data\System\Data\SqlClient\SqlCommandSet.cs (4)
26private List<LocalCommand> _commandList = new List<LocalCommand>(); 70private List<LocalCommand> CommandList { 72List<LocalCommand> commandList = _commandList; 233List<LocalCommand> commandList = _commandList;
fx\src\data\System\Data\SqlClient\SqlConnection.cs (2)
248static internal List<string> GetColumnEncryptionSystemKeyStoreProviders() { 257static internal List<string> GetColumnEncryptionCustomKeyStoreProviders() {
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
1395List<string> values = new List<string>();
fx\src\data\System\Data\SqlClient\SqlDependency.cs (13)
233private List<EventContextPair> _eventList = new List<EventContextPair>(); 241private List<string> _serverList = new List<string>(); 252private static Dictionary<string, Dictionary<IdentityUserNamePair, List<DatabaseServicePair>>> _serverUserHash = 253new Dictionary<string, Dictionary<IdentityUserNamePair, List<DatabaseServicePair>>>(StringComparer.OrdinalIgnoreCase); 799Dictionary<IdentityUserNamePair, List<DatabaseServicePair>> identityDatabaseHash; 803identityDatabaseHash = new Dictionary<IdentityUserNamePair, List<DatabaseServicePair>>(); 810List<DatabaseServicePair> databaseServiceList; 843Dictionary<IdentityUserNamePair, List<DatabaseServicePair>> identityDatabaseHash; 848List<DatabaseServicePair> databaseServiceList; 913Dictionary<IdentityUserNamePair, List<DatabaseServicePair>> identityDatabaseHash = _serverUserHash[server]; 915List<DatabaseServicePair> databaseList = null; 925foreach (KeyValuePair<IdentityUserNamePair, List<DatabaseServicePair>> entry in identityDatabaseHash) { 1031List<EventContextPair> eventList = null;
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (1)
1394List<SqlConnectionContainerHashHelper> containersToRemove = new List<SqlConnectionContainerHashHelper>();
fx\src\data\System\Data\SqlClient\SqlDependencyUtils.cs (5)
236List<SqlDependency> dependencyList = null; 287List<SqlDependency> dependencies = new List<SqlDependency>(); 383private List<SqlDependency> LookupCommandEntryWithRemove(string notificationId) { 421List<string> notificationIdsToRemove = new List<string>(); 422List<string> commandHashesToRemove = new List<string>();
fx\src\data\System\Data\SqlClient\SqlParameter.cs (2)
490List<SmiExtendedMetaData> fields = null; 1089private void GetActualFieldsAndProperties(out List<MSS.SmiExtendedMetaData> fields, out SmiMetaDataPropertyCollection props, out ParameterPeekAheadValue peekAhead) {
fx\src\data\System\Data\SqlClient\SqlStream.cs (1)
273List<byte[]> _cachedBytes;
fx\src\data\System\Data\SqlClient\SqlUtil.cs (4)
1164static internal Exception InvalidKeyStoreProviderName(string providerName, List<string> systemProviders, List<string> customProviders) { 1335static internal Exception UnrecognizedKeyStoreProviderName(string providerName, List<string> systemProviders, List<string> customProviders) {
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
9095List<TdsOrderUnique> columnList = new List<TdsOrderUnique>(metaData.FieldMetaData.Count);
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (3)
108private readonly List<SqlEncryptionKeyInfo> _columnEncryptionKeyValues; 183internal List<SqlEncryptionKeyInfo> ColumnEncryptionKeyValues { 611private readonly List<_SqlMetaDataSet> altMetaDataSetArray;
fx\src\data\System\Data\SqlClient\TdsParserSessionPool.cs (1)
36private readonly List<TdsParserStateObject> _cache; // collection of all known sessions
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (2)
153internal List<SqlError> _pendingInfoEvents = null; 3541private List<PacketData> _snapshotInBuffs;
fx\src\data\System\Data\XMLSchema.cs (7)
139Dictionary <DataTable, List<DataTable>> tableDictionary; 599tableDictionary = new Dictionary <DataTable, List<DataTable>>() ; 635List<XmlQualifiedName> qnames = new List<XmlQualifiedName>(); 2218List<DataTable> tableSequenceList = new List<DataTable>(); 2344List<DataTable> _tableList = new List<DataTable>(_ds.Tables.Count); 2352private void AddTablesToList(List<DataTable> tableList, DataTable dt) { // kind of depth _first travarsal 2478private List<string> namespacesToIgnore;
fx\src\data\System\NewXml\XmlDataDocument.cs (2)
2755List<DataTable> tableList = new List<DataTable>(); 2787List<DataTable> tableList = new List<DataTable>();
System.Data.DataSetExtensions (10)
System\Data\EnumerableRowCollection.cs (3)
47private readonly List<Func<TRow, bool>> _listOfPredicates; 261(List<object>)key, 294return _sortExpression.Compare((List<object>)key, _sortExpression.Select((TRow)(object)row));
System\Data\LinqDataView.cs (2)
147List<object> keyList = new List<object>(); 182List<object> keyList = new List<object>();
System\Data\SortExpressionBuilder.cs (5)
24internal class SortExpressionBuilder<T> : IComparer<List<object>> 88public List<object> Select(T row) 90List<object> result = new List<object>(); 108public int Compare(List<object> a, List<object> b)
System.Data.Entity (1354)
System\Data\Common\CommandTrees\DbFunctionCommandTree.cs (2)
50List<string> paramNames = new List<string>(); 51List<TypeUsage> paramTypes = new List<TypeUsage>();
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (3)
231List<TElement> newList = null; 974var boundKeys = groupOutput.Properties.Take(newKeys.Count).Select(p => p.Name).Zip(newKeys).ToList(); 975var boundAggs = groupOutput.Properties.Skip(newKeys.Count).Select(p => p.Name).Zip(newAggs).ToList();
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (4)
1805private static bool TryGetAnonymousTypeValues<TInstance, TRequired>(object instance, out List<KeyValuePair<string, TRequired>> values) 1819List<KeyValuePair<string, TRequired>> foundValues = null; 1897List<KeyValuePair<string, DbExpression>> columnValues; 2505List<DbSortClause> newSortOrder = new List<DbSortClause>(source.SortOrder.Count + 1);
System\Data\Common\CommandTrees\ExpressionBuilder\EdmFunctions.cs (1)
30List<EdmFunction> functions = new List<EdmFunction>(
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (13)
175private static EnumerableValidator<TElementIn, TElementOut, TResult> CreateValidator<TElementIn, TElementOut, TResult>(IEnumerable<TElementIn> argument, string argumentName, Func<TElementIn, int, TElementOut> convertElement, Func<List<TElementOut>, TResult> createResult) 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>>(); 547List<KeyValuePair<string, TypeUsage>> columns = new List<KeyValuePair<string, TypeUsage>>(2); 571List<KeyValuePair<string, TypeUsage>> columns = new List<KeyValuePair<string, TypeUsage>>(); 1154var keyColumns = keyValueValidator.Validate(); 1571List<KeyValuePair<string, TypeUsage>> columnTypes = new List<KeyValuePair<string, TypeUsage>>(); 1605List<TypeUsage> expectedTypes = GetStructuralMemberTypes(instanceType); 1616private static List<TypeUsage> GetStructuralMemberTypes(TypeUsage instanceType) 1635List<TypeUsage> memberTypes = new List<TypeUsage>(members.Count); 1654List<DbRelatedEntityRef> relatedRefs = new List<DbRelatedEntityRef>(relationships.Count); 1984private static TypeUsage CreateCollectionOfRowResultType(List<KeyValuePair<string, TypeUsage>> columns)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\EnumerableValidator.cs (4)
38private Func<List<TElementOut>, TResult> collect; 67public Func<List<TElementOut>, TResult> CreateResult { get { return this.collect; } set { this.collect = value; } } 103Func<List<TElementOut>, TResult> collect, 120List<TElementOut> validatedElements = new List<TElementOut>();
System\Data\Common\CommandTrees\Internal\DbExpressionRules.cs (2)
79private static Tuple<DbExpression, DbExpressionRule.ProcessedAction> ProcessRules(DbExpression expression, List<DbExpressionRule> rules) 115List<DbExpressionRule> currentRules = this.GetRules().ToList();
System\Data\Common\CommandTrees\Internal\ExpressionCopier.cs (2)
68List<TypeUsage> paramTypes = new List<TypeUsage>(function.Parameters.Count); 135List<KeyValuePair<string, TypeUsage>> mappedPropInfo = null;
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (5)
372private List<TreeNode> VisitParams(IList<string> paramInfo, IList<DbExpression> args) 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 (12)
123var relSets = 197List<DbNewInstanceExpression> constructors = new List<DbNewInstanceExpression>(); 198List<DbExpression> conditions = null; 223List<DbRelatedEntityRef> relatedRefs = 257List<DbExpression> whens = new List<DbExpression>(conditions.Count); 258List<DbExpression> thens = new List<DbExpression>(conditions.Count); 420List<DbExpression> predicates = FlattenOr(booleanColumnFilter.Predicate).ToList(); 421List<DbPropertyExpression> propertyPredicates = 430List<string> predicateColumnNames = propertyPredicates.Select(px => px.Property.Name).ToList(); 487List<DbExpression> newWhens = new List<DbExpression>(entitySelector.When.Count); 488List<DbExpression> newThens = new List<DbExpression>(entitySelector.Then.Count); 568List<DbExpression> rewrittenPredicates = new List<DbExpression>(caseExpression.When.Count);
System\Data\Common\DataRecord.cs (1)
492List<PropertyDescriptor> pdList = new List<PropertyDescriptor>();
System\Data\Common\DataRecordInfo.cs (1)
36List<FieldMetadata> fieldList = new List<FieldMetadata>(members.Count);
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\CqlErrorHelper.cs (1)
25internal static void ReportFunctionOverloadError(AST.MethodExpr functionExpr, EdmFunction functionType, List<TypeUsage> argTypes)
System\Data\Common\EntitySql\FunctionOverloadResolver.cs (3)
97List<TypeUsage> argTypesFlat = new List<TypeUsage>(argTypes.Count); 108List<int[]> ranks = new List<int[]>(functionsMetadata.Count); 214List<TypeUsage> flatOverloadParamList = new List<TypeUsage>(flatArgumentList.Count);
System\Data\Common\EntitySql\ParseResult.cs (1)
27internal ParseResult(DbCommandTree commandTree, List<FunctionDefinition> functionDefs)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (63)
103List<FunctionDefinition> functionDefs; 133List<Tuple<string, MetadataNamespace, ErrorContext>> aliasedNamespaceImports = new List<Tuple<string, MetadataNamespace, ErrorContext>>(); 134List<Tuple<MetadataNamespace, ErrorContext>> namespaceImports = new List<Tuple<MetadataNamespace, ErrorContext>>(); 239List<FunctionDefinition> functionDefs; 261private static DbExpression ConvertQueryStatementToDbExpression(AST.Statement astStatement, SemanticResolver sr, out List<FunctionDefinition> functionDefs) 343private static List<FunctionDefinition> ConvertInlineFunctionDefinitions(AST.NodeList<AST.FunctionDefinition> functionDefList, SemanticResolver sr) 345List<FunctionDefinition> functionDefinitions = new List<FunctionDefinition>(); 352List<InlineFunctionInfo> inlineFunctionInfos = new List<InlineFunctionInfo>(); 364List<DbVariableReferenceExpression> parameters = ConvertInlineFunctionParameterDefs(functionDefAst.Parameters, sr); 392private static List<DbVariableReferenceExpression> ConvertInlineFunctionParameterDefs(AST.NodeList<AST.PropDefinition> parameterDefs, SemanticResolver sr) 394List<DbVariableReferenceExpression> paramList = new List<DbVariableReferenceExpression>(); 433internal InlineFunctionInfoImpl(AST.FunctionDefinition functionDef, List<DbVariableReferenceExpression> parameters) 926List<TypeUsage> argTypes; 927var args = ConvertFunctionArguments(methodExpr.Args, sr, out argTypes); 998List<DbRelatedEntityRef> relshipExprList = null; 1033List<TypeUsage> argTypes; 1114List<TypeUsage> argTypes; 1183out List<TypeUsage> argTypes, 1189var args = ConvertFunctionArguments(methodExpr.Args, sr, out argTypes); 1230List<TypeUsage> argTypes, 1266List<DbExpression> args; 1270List<TypeUsage> aggArgTypes; 1326List<DbExpression> args, 1327List<DbRelatedEntityRef> relshipExprList, 1453List<TypeUsage> argTypes; 1454var args = ConvertFunctionArguments(methodExpr.Args, sr, out argTypes); 1500private static List<DbExpression> ConvertFunctionArguments(AST.NodeList<AST.Node> astExprList, SemanticResolver sr, out List<TypeUsage> argTypes) 1502List<DbExpression> convertedArgs = new List<DbExpression>(); 1517List<DbExpression> args, 2535List<DbExpression> fieldExprs = new List<DbExpression>(rowExpr.AliasedExprList.Count); 2627List<DbExpression> whenExprList = new List<DbExpression>(caseExpr.WhenThenExprList.Count); 2628List<DbExpression> thenExprList = new List<DbExpression>(caseExpr.WhenThenExprList.Count); 2659var resultTypes = thenExprList.Where(e => e != null).Select(e => e.ResultType).ToList(); 2805var projectionItems = ConvertSelectClauseItems(queryExpr, sr); 2852private static List<KeyValuePair<string, DbExpression>> ConvertSelectClauseItems(AST.QueryExpr queryExpr, SemanticResolver sr) 2879List<KeyValuePair<string, DbExpression>> projectionItems = new List<KeyValuePair<string, DbExpression>>(selectClause.Items.Count); 2914private static DbExpression CreateProjectExpression(DbExpressionBinding source, AST.SelectClause selectClause, List<KeyValuePair<string, DbExpression>> projectionItems) 2958private static void ValidateDistinctProjection(TypeUsage projectExpressionResultType, ErrorContext defaultErrCtx, List<ErrorContext> projectionItemErrCtxs) 3012List<SourceScopeEntry> fromClauseEntries = new List<SourceScopeEntry>(); 3018List<SourceScopeEntry> fromClauseItemEntries; 3046private static DbExpressionBinding ProcessFromClauseItem(AST.FromClauseItem fromClauseItem, SemanticResolver sr, out List<SourceScopeEntry> scopeEntries) 3075private static DbExpressionBinding ProcessAliasedFromClauseItem(AST.AliasedExpr aliasedExpr, SemanticResolver sr, out List<SourceScopeEntry> scopeEntries) 3134private static DbExpressionBinding ProcessJoinClauseItem(AST.JoinClauseItem joinClause, SemanticResolver sr, out List<SourceScopeEntry> scopeEntries) 3159List<SourceScopeEntry> leftExprScopeEntries; 3176List<SourceScopeEntry> rightExprScopeEntries; 3250private static DbExpressionBinding ProcessApplyClauseItem(AST.ApplyClauseItem applyClause, SemanticResolver sr, out List<SourceScopeEntry> scopeEntries) 3257List<SourceScopeEntry> leftExprScopeEntries; 3263List<SourceScopeEntry> rightExprScopeEntries; 3422List<GroupKeyInfo> groupKeys = new List<GroupKeyInfo>(groupKeysCount); 3726List<KeyValuePair<string, DbAggregate>> aggregates = new List<KeyValuePair<string, DbAggregate>>(sr.CurrentScopeRegion.GroupAggregateInfos.Count); 3780List<KeyValuePair<string, DbExpression>> projectionItems = ProcessGroupPartitionDefinitions( 3886private static List<KeyValuePair<string, DbExpression>> ProcessGroupPartitionDefinitions( 3887List<GroupAggregateInfo> groupAggregateInfos, 3894List<KeyValuePair<string, DbExpression>> groupPartitionDefinitions = new List<KeyValuePair<string, DbExpression>>(); 4094var projectionItems = ConvertSelectClauseItems(queryExpr, sr); 4159List<DbSortClause> sortKeys = new List<DbSortClause>(orderByClause.OrderByClauseItem.Count); 4318List<DbExpression> args = new List<DbExpression>(predicates); 4402List<TypeUsage> argTypes = new List<TypeUsage>(2); 4770List<DbExpression> whenExpr = new List<DbExpression>(1); 4772List<DbExpression> thenExpr = new List<DbExpression>(1); 4805List<DbExpression> whenExpr = new List<DbExpression>(1); 4807List<DbExpression> thenExpr = new List<DbExpression>(1);
System\Data\Common\EntitySql\SemanticResolver.cs (7)
104private readonly List<ScopeRegion> _scopeRegions = new List<ScopeRegion>(); 1381private List<GroupAggregateInfo> _containedAggregates; 1499internal InlineFunctionInfo(AST.FunctionDefinition functionDef, List<DbVariableReferenceExpression> parameters) 1506internal readonly List<DbVariableReferenceExpression> Parameters; 1585internal List<GroupAggregateInfo> GroupAggregateInfos 1589private List<GroupAggregateInfo> _groupAggregateInfos = new List<GroupAggregateInfo>(); 1641List<KeyValuePair<string, ScopeEntry>> updatedEntries = null;
System\Data\Common\EntitySql\StaticContext.cs (2)
155private List<string> _propRefs; 430private readonly List<Scope> _scopes = new List<Scope>();
System\Data\Common\EntitySql\TypeResolver.cs (4)
181private readonly Dictionary<string, List<InlineFunctionInfo>> _functionDefinitions; 196_functionDefinitions = new Dictionary<string, List<InlineFunctionInfo>>(parserOptions.NameComparer); 276List<InlineFunctionInfo> overloads; 591List<InlineFunctionInfo> inlineFunctionMetadata;
System\Data\Common\EntityUtil.cs (2)
208requestedType, typeof(List<>).MakeGenericType(elementType))); 223var listOfT = typeof(List<>).MakeGenericType(elementType);
System\Data\Common\Internal\Materialization\Coordinator.cs (3)
193private List<IEntityWrapper> _wrappedElements; 200private Action<Shaper, List<IEntityWrapper>> _handleClose; 314internal void RegisterCloseHandler(Action<Shaper, List<IEntityWrapper>> closeHandler)
System\Data\Common\Internal\Materialization\CoordinatorScratchpad.cs (4)
34private readonly List<CoordinatorScratchpad> _nestedCoordinatorScratchpads; 114private List<RecordStateScratchpad> _recordStateScratchpads; 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 (2)
260List<IEntityWrapper> spannedEntities = null; 732int count = ObjectStateManager.UpdateRelationships(this.Context, this.MergeOption, (AssociationSet)relatedEnd.RelationshipSet, sourceMember, sourceKey, wrappedSource, targetMember, (List<T_TargetEntity>)spannedEntities, true);
System\Data\Common\Internal\Materialization\Translator.cs (10)
903List<Expression> keyReaders = new List<Expression>(entityIdentity.Keys.Length); 1171List<MemberBinding> propertyBindings = CreatePropertyBindings(columnMap, clrType, complexType.Properties); 1225List<MemberBinding> propertyBindings = CreatePropertyBindings(columnMap, clrType, cSpaceType.Properties); 1353private List<MemberBinding> CreatePropertyBindings(StructuredColumnMap columnMap, Type clrType, ReadOnlyMetadataCollection<EdmProperty> properties) 1355List<MemberBinding> result = new List<MemberBinding>(columnMap.Properties.Length); 1502List<Expression> elementDelegates = new List<Expression>(); 1662List<TranslatorResult> propertyReaders = new List<TranslatorResult>(columnMap.Properties.Length); 1894Type listOfElementType = typeof(List<>).MakeGenericType(innerElementType); 1988List<Expression> setKeyTerms = new List<Expression>(keyReaders.Length); 1989List<Expression> checkKeyTerms = new List<Expression>(keyReaders.Length);
System\Data\Common\Internal\MultipartIdentifier.cs (3)
37private static void IncrementStringCount(List<string> ary, ref int position) 61internal static List<string> ParseMultipartIdentifier(string name, string leftQuote, string rightQuote, char separator) 65List<string> parsedNames = new List<string>();
System\Data\Common\QueryCache\QueryCacheManager.cs (1)
287List<QueryCacheKey> cacheKeys = new List<QueryCacheKey>(_cacheData.Count);
System\Data\Common\Utils\Boolean\BoolExpr.cs (1)
117internal List<TermExpr<T_Identifier>> GetTerms()
System\Data\Common\Utils\Boolean\KnowledgeBase.cs (1)
37private readonly List<BoolExpr<T_Identifier>> _facts;
System\Data\Common\Utils\Boolean\Simplifier.cs (3)
62List<BoolExpr<T_Identifier>> simplifiedChildren = new List<BoolExpr<T_Identifier>>(tree.Children.Count); 80List<BoolExpr<T_Identifier>> otherChildren = new List<BoolExpr<T_Identifier>>(tree.Children.Count); 103List<BoolExpr<T_Identifier>> children = new List<BoolExpr<T_Identifier>>();
System\Data\Common\Utils\Boolean\Visitor.cs (2)
121readonly List<TermExpr<T_Identifier>> _terms; 128internal static List<TermExpr<T_Identifier>> GetTerms(BoolExpr<T_Identifier> expression)
System\Data\Common\Utils\Helpers.cs (1)
176List<TNode> childNodes = new List<TNode>(getImmediateSubNodes(current));
System\Data\Common\Utils\KeyToListMap.cs (6)
30m_map = new Dictionary<TKey, List<TValue>>(comparer); 36private Dictionary<TKey, List<TValue>> m_map; 58internal IEnumerable<KeyValuePair<TKey, List<TValue>>> KeyValuePairs { 74List<TValue> valueList; 107List<TValue> list; 121List<TValue> values;
System\Data\Common\Utils\MetadataHelper.cs (4)
591internal static List<AssociationSet> GetAssociationsForEntitySets(EntitySet entitySet1, EntitySet entitySet2) 597List<AssociationSet> result = new List<AssociationSet>(); 649internal static List<AssociationSet> GetAssociationsForEntitySet(EntitySetBase entitySet) 653List<AssociationSet> result = new List<AssociationSet>();
System\Data\Common\Utils\ModifiableIteratorCollection.cs (1)
40private List<TElement> m_elements;
System\Data\Common\Utils\StringUtil.cs (1)
128List<string> elementStrings = new List<string>();
System\Data\Common\Utils\ThreadSafeList.cs (1)
18private List<T> _list;
System\Data\Common\Utils\TreePrinter.cs (3)
25private List<TreeNode> _children = new List<TreeNode>(); 57internal TreeNode(string text, List<TreeNode> children) 91private List<TreeNode> _scopes = new List<TreeNode>();
System\Data\EntityClient\DbParameterCollectionHelper.cs (7)
23private List<EntityParameter> _items; 32private List<EntityParameter> InnerList { 34List<EntityParameter> items = _items; 103List<EntityParameter> items = InnerList; 168List<EntityParameter> items = InnerList; 221List<EntityParameter> items = InnerList; 229List<EntityParameter> items = InnerList;
System\Data\EntityClient\EntityCommandDefinition.cs (5)
36private readonly List<DbCommandDefinition> _mappedCommandDefinitions; 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 (2)
394private bool ShouldRecalculateMetadataArtifactLoader(List<MetadataArtifactLoader> loaders) 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)
24private List<PropertyRefElement> _keyProperties;
System\Data\EntityModel\SchemaObjectModel\Function.cs (1)
38protected List<ReturnType> _returnTypeList = null;
System\Data\EntityModel\SchemaObjectModel\ItemType.cs (1)
27private static List<PropertyRefElement> EmptyKeyProperties = new List<PropertyRefElement>(0);
System\Data\EntityModel\SchemaObjectModel\ReferentialConstraintRoleElement.cs (1)
23private List<PropertyRefElement> _roleProperties;
System\Data\EntityModel\SchemaObjectModel\Relationship.cs (1)
25private List<ReferentialConstraint> _constraints;
System\Data\EntityModel\SchemaObjectModel\RelationshipEnd.cs (1)
25private List<OnOperation> _operations;
System\Data\EntityModel\SchemaObjectModel\RelationshipEndCollection.cs (4)
25private List<string> _keysInDefOrder = null; 187private List<string> KeysInDefOrder 265private List<string>.Enumerator _Enumerator; 273public Enumerator(Dictionary<string, IRelationshipEnd> data, List<string> keysInDefOrder)
System\Data\EntityModel\SchemaObjectModel\RowTypeElement.cs (1)
96var listOfProperties = new List<EdmProperty>();
System\Data\EntityModel\SchemaObjectModel\Schema.cs (11)
35private List<EdmSchemaError> _errors = new List<EdmSchemaError>(); 39private List<Function> _functions = null; 46private List<SchemaType> _schemaTypes = null; 151List<string> expectedNamespaces = SomSchemaSetHelper.GetPrimarySchemaNamespaces(DataModel); 588internal List<SchemaType> SchemaTypes 610private List<Function> Functions 1144private List<EdmSchemaError> ResetErrors() 1146List<EdmSchemaError> errors = _errors; 1205internal static List<string> GetPrimarySchemaNamespaces(SchemaDataModelOption dataModel) 1207List<string> namespaces = new List<string>(); 1236List<string> namespaceNames = GetPrimarySchemaNamespaces(dataModel);
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (2)
41private List<MetadataProperty> _otherContent; 156public List<MetadataProperty> OtherContent
System\Data\EntityModel\SchemaObjectModel\SchemaElementLookUpTable.cs (1)
26private List<string> _keysInDefOrder = new List<string>();
System\Data\EntityModel\SchemaObjectModel\SchemaElementLookUpTableEnumerator.cs (2)
27private List<string>.Enumerator _enumerator; 36public SchemaElementLookUpTableEnumerator(Dictionary<string,S> data,List<string> keysInOrder)
System\Data\EntityModel\SchemaObjectModel\SchemaLookupTable.cs (1)
24private List<UsingElement> _usingElementCollection = new List<UsingElement>();
System\Data\EntityModel\SchemaObjectModel\SchemaManager.cs (4)
118var errorCollection = new List<EdmSchemaError>(); 122List<string> filePathList; 274private static bool CheckIsSameVersion(Schema schemaToBeAdded, IEnumerable<Schema> schemaCollection, List<EdmSchemaError> errorCollection) 372private static bool UpdateErrorCollectionAndCheckForMaxErrors(List<EdmSchemaError> errorCollection,
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 (3)
74var normalizedEntityTypeMappings = new List<FunctionImportNormalizedEntityTypeMapping>(); 111var columnMappings = new List<FunctionImportEntityTypeMappingCondition>(this.DiscriminatorColumns.Count); 518List<FunctionImportEntityTypeMappingCondition> columnConditions, BitArray impliedEntityTypes)
System\Data\Mapping\FunctionImportMappingComposable.cs (16)
33List<Tuple<StructuralType, List<StorageConditionPropertyMapping>, List<StoragePropertyMapping>>> structuralTypeMappings, 74private readonly List<Tuple<StructuralType, List<StorageConditionPropertyMapping>, List<StoragePropertyMapping>>> m_structuralTypeMappings; 98var viewGenErrors = new List<EdmSchemaError>(); 287var conditions = mapping.Item2; 288var propertyMappings = mapping.Item3; 311List<DbExpression> structuralTypePredicates = m_structuralTypeMappings.Select(m => GenerateStructuralTypeConditionsPredicate(m.Item2, binding.Variable)).ToList(); 317List<DbExpression> structuralTypeMappingViews = new List<DbExpression>(m_structuralTypeMappings.Count); 321var propertyMappings = mapping.Item3; 357private DbExpression GenerateStructuralTypeMappingView(StructuralType structuralType, List<StoragePropertyMapping> propertyMappings, DbExpression row, IList<EdmSchemaError> errors) 362var constructorArgs = new List<DbExpression>(properties.Count); 385private DbExpression GenerateStructuralTypeConditionsPredicate(List<StorageConditionPropertyMapping> conditions, DbExpression row) 407private DbExpression GeneratePropertyMappingView(StoragePropertyMapping mapping, DbExpression row, List<string> context, IList<EdmSchemaError> errors)
System\Data\Mapping\FunctionImportMappingNonComposable.cs (2)
29List<List<FunctionImportStructuralTypeMapping>> structuralTypeMappingsList,
System\Data\Mapping\MetadataMappingHasherVisitor.HashSourceBuilder.cs (1)
99List<string> _strings = new List<string>();
System\Data\Mapping\StorageComplexPropertyMapping.cs (1)
72private List<StorageComplexTypeMapping> m_typeMappings;
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\StorageEntityContainerMapping.cs (4)
457List<CellGroup> cellGroups = partitioner.GroupRelatedCells(); 547internal List<Cell> Cells; 549internal List<CellGroup> CellGroups; 550internal List<ForeignConstraint> ForeignKeyConstraints;
System\Data\Mapping\StorageEntitySetMapping.cs (2)
51private readonly List<StorageEntityTypeModificationFunctionMapping> m_modificationFunctionMappings; 52private readonly List<AssociationSetEnd> m_implicitlyMappedAssociationSetEnds;
System\Data\Mapping\StorageMappingFragment.cs (2)
93List<StoragePropertyMapping> m_properties = new List<StoragePropertyMapping>(); 128List<StoragePropertyMapping> properties = new List<StoragePropertyMapping>();
System\Data\Mapping\StorageMappingItemCollection.cs (17)
94List<XmlReader> readers = null; 152List<string> filePaths, 178List<string> filePaths) 196List<string> filePaths, 211List<EdmSchemaError> errors = new List<EdmSchemaError>(); 428((List<EdmSchemaError>)errors).AddRange(viewGenResults.Errors); 431foreach (KeyValuePair<EntitySetBase, List<GeneratedView>> extentViewPair in extentMappingViews.KeyValuePairs) 433List<GeneratedView> generatedViews = extentViewPair.Value; 476var interestingMembers = new List<EdmMember>(); 516private static void FindInterestingAssociationMappingMembers(StorageAssociationTypeMapping associationTypeMapping, List<EdmMember> interestingMembers) 537private static void FindInterestingEntityMappingMembers(StorageEntityTypeMapping entityTypeMapping, InterestingMembersKind interestingMembersKind, List<EdmMember> interestingMembers) 633private void FindForeignKeyProperties(EntitySetBase entitySetBase, EntityTypeBase entityType, List<EdmMember> interestingMembers) 653private static void FindInterestingFunctionMappingMembers(StorageEntityTypeModificationFunctionMapping functionMappings, InterestingMembersKind interestingMembersKind, ref List<EdmMember> interestingMembers) 731private List<EdmSchemaError> LoadItems(IEnumerable<XmlReader> xmlReaders, 732List<string> mappingSchemaUris, 739List<EdmSchemaError> errors = new List<EdmSchemaError>(); 892private static void CheckForDuplicateItems(EdmItemCollection edmItemCollection, StoreItemCollection storeItemCollection, List<EdmSchemaError> errorCollection)
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (5)
42private List<Assembly> m_knownViewGenAssemblies = new List<Assembly>(); 141foreach (KeyValuePair<EntitySetBase, List<GeneratedView>> keyValuePair in extentMappingViews.KeyValuePairs) 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 (30)
140private List<EdmSchemaError> m_parsingErrors; 584List<string> violationNames = new List<string>(); 681List<EntitySetBase> newNodes = new List<EntitySetBase>(); 1560var typeMappingsList = new List<List<FunctionImportStructuralTypeMapping>>(); 1568List<FunctionImportStructuralTypeMapping> typeMappings = GetFunctionImportMappingResultMapping(nav.Clone(), lineInfo, targetFunction, functionImport, resultSetIndex, typeMappingsList); 1603var typeMappings = typeMappingsList.Count > 0 ? typeMappingsList[0] : new List<FunctionImportStructuralTypeMapping>(); 1832private List<FunctionImportStructuralTypeMapping> GetFunctionImportMappingResultMapping( 1838List<List<FunctionImportStructuralTypeMapping>> typeMappingsList) 1840List<FunctionImportStructuralTypeMapping> typeMappings = new List<FunctionImportStructuralTypeMapping>(); 1986List<FunctionImportEntityTypeMappingCondition> conditions = new List<FunctionImportEntityTypeMappingCondition>(); 2001List<FunctionImportEntityTypeMappingCondition> conditions) 2080List<FunctionImportStructuralTypeMapping> typeMappings, 2126var structuralTypeMappings = new List<Tuple<StructuralType, List<StorageConditionPropertyMapping>, List<StoragePropertyMapping>>>(); 2139List<StorageConditionPropertyMapping> typeConditions; 2140List<StoragePropertyMapping> propertyMappings; 2172List<StoragePropertyMapping> propertyMappings; 2199internal static bool TryInferTVFKeys(List<Tuple<StructuralType, List<StorageConditionPropertyMapping>, List<StoragePropertyMapping>>> structuralTypeMappings, out EdmProperty[] keys) 2241private static bool TryInferTVFKeysForEntityType(EntityType entityType, List<StoragePropertyMapping> propertyMappings, out EdmProperty[] keys) 2316private void LoadFunctionImportEntityTypeMappingCondition(XPathNavigator nav, List<FunctionImportEntityTypeMappingCondition> conditions) 2358out List<StorageConditionPropertyMapping> typeConditions, 2359out List<StoragePropertyMapping> propertyMappings) 2445out List<StoragePropertyMapping> propertyMappings) 3816List<StorageModificationFunctionResultBinding> resultBindings = new List<StorageModificationFunctionResultBinding>(); 3887List<StorageModificationFunctionParameterBinding> parameterBindings = new List<StorageModificationFunctionParameterBinding>(
System\Data\Mapping\StorageModificationFunctionMapping.cs (1)
146List<StorageModificationFunctionResultBinding> bindings = resultBindings.ToList();
System\Data\Mapping\StorageSetMapping.cs (1)
72private List<StorageTypeMapping> m_typeMappings;
System\Data\Mapping\StorageTypeMapping.cs (1)
70List<StorageMappingFragment> m_fragments;
System\Data\Mapping\Update\Internal\ChangeNode.cs (4)
52private List<PropagatorResult> m_inserted = new List<PropagatorResult>(); 53private List<PropagatorResult> m_deleted = new List<PropagatorResult>(); 67internal List<PropagatorResult> Inserted { get { return m_inserted; } } 72internal List<PropagatorResult> Deleted { get { return m_deleted; } }
System\Data\Mapping\Update\Internal\DynamicUpdateCommand.cs (5)
28private readonly List<KeyValuePair<int, DbSetClause>> m_inputIdentifiers; 97internal override long Execute(UpdateTranslator translator, EntityConnection connection, Dictionary<int, object> identifierValues, List<KeyValuePair<PropagatorResult, object>> generatedValues) 227private List<DbModificationClause> ReplaceClauses(IList<DbModificationClause> originalClauses, Dictionary<DbSetClause, DbSetClause> mappings) 229List<DbModificationClause> result = new List<DbModificationClause>(originalClauses.Count); 286List<IEntityStateEntry> stateEntries = new List<IEntityStateEntry>(2);
System\Data\Mapping\Update\Internal\FunctionUpdateCommand.cs (3)
65private List<KeyValuePair<string, PropagatorResult>> m_resultColumns; 71private List<KeyValuePair<int, DbParameter>> m_inputIdentifiers; 210List<KeyValuePair<PropagatorResult, object>> generatedValues)
System\Data\Mapping\Update\Internal\KeyManager.cs (3)
27private readonly List<IdentifierInfo> _identifiers = new List<IdentifierInfo>() { new IdentifierInfo() }; 377List<IEntityStateEntry> stateEntriesInCycle = new List<IEntityStateEntry>(); 448private readonly List<int> _nodeIds;
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)
47private readonly List<DbExpression> m_leftKeySelectors; 48private readonly List<DbExpression> m_rightKeySelectors;
System\Data\Mapping\Update\Internal\RelationshipConstraintValidator.cs (3)
36m_referencingRelationshipSets = new Dictionary<EntitySet, List<AssociationSet>>(EqualityComparer<EntitySet>.Default); 55private readonly Dictionary<EntitySet, List<AssociationSet>> m_referencingRelationshipSets; 315List<AssociationSet> relationshipSets;
System\Data\Mapping\Update\Internal\SourceInterpreter.cs (1)
31private readonly List<IEntityStateEntry> m_stateEntries;
System\Data\Mapping\Update\Internal\TableChangeProcessor.cs (4)
104internal List<UpdateCommand> CompileCommands(ChangeNode changeNode, UpdateCompiler compiler) 113List<UpdateCommand> commands = new List<UpdateCommand>(deleteResults.Count + insertResults.Count); 155List<IEntityStateEntry> stateEntries = new List<IEntityStateEntry>(); 179private Dictionary<CompositeKey, PropagatorResult> ProcessKeys(UpdateCompiler compiler, List<PropagatorResult> changes, Set<CompositeKey> keys)
System\Data\Mapping\Update\Internal\UpdateCommand.cs (1)
191List<KeyValuePair<PropagatorResult, object>> generatedValues);
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (1)
356List<UpdateCommand> commandsRequiringKey = keyAndCommands.Value;
System\Data\Mapping\Update\Internal\UpdateCompiler.cs (5)
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>>(); 332List<DbModificationClause> result = new List<DbModificationClause>(setClauses.Count);
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (10)
55m_functionChanges = new Dictionary<EntitySetBase, List<ExtractedStateEntry>>(); 88private readonly Dictionary<EntitySetBase, List<ExtractedStateEntry>> m_functionChanges; 89private readonly List<IEntityStateEntry> m_stateEntries; 114private static readonly List<string> s_emptyMemberList = new List<string>(); 386List<KeyValuePair<PropagatorResult, object>> generatedValues = new List<KeyValuePair<PropagatorResult, object>>(); 470private void BackPropagateServerGen(List<KeyValuePair<PropagatorResult, object>> generatedValues) 691List<EdmProperty> properties = new List<EdmProperty>(functionMapping.ResultBindings.Count); 1097List<ExtractedStateEntry> functionEntries = GetExtentFunctionModifications(extent); 1130internal List<ExtractedStateEntry> GetExtentFunctionModifications(EntitySetBase extent) 1135List<ExtractedStateEntry> entries;
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (4)
34internal BasicViewGenerator(MemberProjectionIndex projectedSlotMap, List<LeftCellWrapper> usedCells, FragmentQuery activeDomain, 50private List<LeftCellWrapper> m_usedCells; 267var children = new List<CellTreeNode>(); 491List<CellTreeNode> children = rootNode.Children;
System\Data\Mapping\ViewGeneration\CellCreator.cs (11)
63internal List<Cell> GenerateCells(ConfigViewGenerator config) 65List<Cell> cells = new List<Cell>(); 96private void ExpandCells(List<Cell> cells) 208List<ProjectedSlot> leftSlots = new List<ProjectedSlot>(); 209List<ProjectedSlot> rightSlots = new List<ProjectedSlot>(); 268private void ExtractCells(List<Cell> cells) 319Set<EdmType> allTypes, List<Cell> cells) 325List<ProjectedSlot> cSlots = new List<ProjectedSlot>(); 336List<ProjectedSlot> sSlots = new List<ProjectedSlot>(); 364MemberPath cNode, List<ProjectedSlot> cSlots, 367List<ProjectedSlot> sSlots,
System\Data\Mapping\ViewGeneration\CellPartitioner.cs (5)
50internal List<CellGroup> GroupRelatedCells() 62List<Cell> alreadyAddedCells = new List<Cell>(); 94List<CellGroup> result = GenerateConnectedComponents(graph); 120private static List<CellGroup> GenerateConnectedComponents(UndirectedGraph<Cell> graph) 125List<CellGroup> result = new List<CellGroup>();
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (17)
71List<CellTreeNode> children = rootNode.Children; 152List<CellTreeNode> children = rootNode.Children; 180List<OpCellTreeNode> newChildren = new List<OpCellTreeNode>(children.Count); 185List<LeafCellTreeNode> newGrandChildren = new List<LeafCellTreeNode>(child.Children.Count); 220private static Set<LeafCellTreeNode> GetCommonGrandChildren(List<CellTreeNode> nodes) 281private static List<CellTreeNode> GroupLeafChildrenByExtent(List<CellTreeNode> nodes) 287List<CellTreeNode> newNodes = new List<CellTreeNode>(); 310private static List<CellTreeNode> GroupNonAssociativeLeafChildren(List<CellTreeNode> nodes) 316List<CellTreeNode> newNodes = new List<CellTreeNode>(); 317List<CellTreeNode> nonLeafNodes = new List<CellTreeNode>(); 511List<BoolExpression> boolExprs = 551static private List<BoolExpression> 556List<BoolExpression> bools1 = query1.BoolVars; 557List<BoolExpression> bools2 = query2.BoolVars; 572List<BoolExpression> bools = new List<BoolExpression>();
System\Data\Mapping\ViewGeneration\CqlGeneration\CqlBlock.cs (1)
33protected CqlBlock(SlotInfo[] slotInfos, List<CqlBlock> children, BoolExpression whereClause, CqlIdentifiers identifiers, int blockAliasNum)
System\Data\Mapping\ViewGeneration\CqlGeneration\ExtentCqlBlock.cs (1)
48private static readonly List<CqlBlock> EmptyChildren = new List<CqlBlock>();
System\Data\Mapping\ViewGeneration\CqlGeneration\JoinCqlBlock.cs (5)
32List<CqlBlock> children, 33List<OnClause> onClauses, 45private readonly List<OnClause> m_onClauses; 99List<string> joinTreeCtxParentQualifiers = new List<string>(); 159private readonly List<SingleClause> m_singleClauses;
System\Data\Mapping\ViewGeneration\CqlGeneration\UnionCqlBlock.cs (1)
29internal UnionCqlBlock(SlotInfo[] slotInfos, List<CqlBlock> children, CqlIdentifiers identifiers, int blockAliasNum)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (1)
133List<WithRelationship> withRelationships = new List<WithRelationship>();
System\Data\Mapping\ViewGeneration\DiscriminatorMap.cs (7)
60List<KeyValuePair<object, EntityType>> typeMap, 96var typeMap = new List<KeyValuePair<object, EntityType>>(); 99var typeToRelPropertyMap = new Dictionary<EntityType, List<Query.InternalTrees.RelProperty>>(); 159Dictionary<EntityType, List<Query.InternalTrees.RelProperty>> typeToRelPropertyMap) 169foreach (KeyValuePair<EntityType, List<Query.InternalTrees.RelProperty>> kv in typeToRelPropertyMap) 186Dictionary<EntityType, List<Query.InternalTrees.RelProperty>> typeToRelPropertyMap, 217List<Query.InternalTrees.RelProperty> relPropertyList;
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryKB.cs (1)
184List<Constant> childDomain = new List<Constant>(domainMap.GetDomain(childPath));
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (14)
52List<MemberPath> _keyAttributes; 54List<FragmentQuery> _fragmentQueries = new List<FragmentQuery>(); 55List<Tile<FragmentQuery>> _views = new List<Tile<FragmentQuery>>(); 60List<LeftCellWrapper> _usedCells = new List<LeftCellWrapper>(); 193internal List<LeftCellWrapper> UsedCells 243List<MemberPath> members = new List<MemberPath>(_domainMap.ConditionMembers(_extentPath.Extent)); 438List<MemberPath> nonConditionalAttributes = GetNonConditionalScalarMembers(edmType, currentPath, _domainMap).Union(GetNonConditionalComplexMembers(edmType, currentPath, _domainMap)).ToList(); 468private static List<String> GetTypeBasedMemberPathList(IEnumerable<MemberPath> nonConditionalScalarAttributes) 471List<String> typeBasedMembers = new List<string>(); 506List<Constant> domain = GetDomain(currentPath).ToList(); 601private void AddElseDefaultToCaseStatement(MemberPath currentPath, CaseStatement caseStatement, List<Constant> domain, 737private List<LeftCellWrapper> RemapFromVariables() 739List<LeftCellWrapper> usedCells = new List<LeftCellWrapper>(); 1029List<Tile<FragmentQuery>> connectedViews = new List<Tile<FragmentQuery>>();
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingPass.cs (5)
25private readonly List<T_Tile> m_views; 29public RewritingPass(T_Tile toFill, T_Tile toAvoid, List<T_Tile> views, RewritingProcessor<T_Tile> qp) 37public static bool RewriteQuery(T_Tile toFill, T_Tile toAvoid, out T_Tile rewriting, List<T_Tile> views, RewritingProcessor<T_Tile> qp) 48private static bool RewriteQueryInternal(T_Tile toFill, T_Tile toAvoid, out T_Tile rewriting, List<T_Tile> views, HashSet<T_Tile> recentlyUsedViews, RewritingProcessor<T_Tile> qp) 53List<T_Tile> reorderedViews = new List<T_Tile>();
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingProcessor.cs (4)
216public static List<T> RandomPermutation<T>(IEnumerable<T> input) 218List<T> output = new List<T>(input); 231List<T> output = new List<T>(input); 284List<T_Tile> viewList = new List<T_Tile>(views);
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (3)
181List<LeftCellWrapper> relevantWrapperList = new List<LeftCellWrapper>(relevantCellWrappers); 197List<Constant> domain = new List<Constant>(_domainMap.GetDomain(column)); 505List<MemberPath> collidingColumns = new List<MemberPath>();
System\Data\Mapping\ViewGeneration\Structures\BoolExpression.cs (4)
99List<BoolExpression> childList = new List<BoolExpression>(children); 370internal static List<BoolExpression> AddConjunctionToBools(List<BoolExpression> bools, 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 (6)
51private List<WhenThen> m_clauses; 65internal List<WhenThen> Clauses 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 (2)
122List<int> fieldNums = SQuery.GetProjectedPositions(columns); 179List<ViewCellSlot> projectedSlots = new List<ViewCellSlot>();
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (25)
52private List<BoolExpression> m_boolExprs; 71internal CellQuery(List<ProjectedSlot> slots, BoolExpression whereClause, MemberPath rootMember, SelectDistinct eliminateDuplicates) 81List<BoolExpression> boolExprs, 145internal List<BoolExpression> BoolVars 340List<AssociationSet> associations = MetadataHelper.GetAssociationsForEntitySet(rightCellQuery.Extent as EntitySet); 461List<MemberPath> prefixes = new List<MemberPath>(1); 463List<ExtentKey> keys = new List<ExtentKey>(1); 471List<ExtentKey> entitySetKeys = ExtentKey.GetKeysForEntityType(prefix, entityType); 487List<ExtentKey> endKeys = ExtentKey.GetKeysForEntityType(prefix, 498List<MemberProjectedSlot> keySlots = MemberProjectedSlot.GetKeySlots(GetMemberProjectedSlots(), prefix); 544internal List<MemberProjectedSlot> GetAllQuerySlots() 571internal List<int> GetProjectedPositions(MemberPath member) 573List<int> pathIndexes = new List<int>(); 588internal List<int> GetProjectedPositions(IEnumerable<MemberPath> paths) 590List<int> pathIndexes = new List<int>(); 594List<int> slotIndexes = GetProjectedPositions(member); 608internal List<int> GetAssociationEndSlots(AssociationEndMember endMember) 610List<int> slotIndexes = new List<int>(); 628internal List<int> GetProjectedPositions(IEnumerable<MemberPath> paths, List<int> slotsToSearchFrom) 630List<int> pathIndexes = new List<int>(); 634List<int> slotIndexes = GetProjectedPositions(member); 673List<BoolExpression> atoms = new List<BoolExpression>(); 802List<MemberProjectedSlot> slots = GetAllQuerySlots(); 819List<BoolExpression> boolExprs = m_boolExprs;
System\Data\Mapping\ViewGeneration\Structures\CellTreeNode.cs (4)
68internal abstract List<CellTreeNode> Children { get; } 92ref List<WithRelationship> withRelationships); 114internal List<LeftCellWrapper> GetLeaves() 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>(); 196List<CellTreeNode> finalChildren = flattenedChildren;
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (1)
164List<Constant> types = new List<Constant>();
System\Data\Mapping\ViewGeneration\Structures\ErrorLog.cs (3)
33private List<Record> m_log; 154private List<Cell> m_sourceCells; 195List<Cell> sourceCells, string sourceLocation, ViewGenErrorCode errorCode,
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (5)
84internal override List<CellTreeNode> Children { get { return new List<CellTreeNode>(); } } 126internal override CqlBlock ToCqlBlock(bool[] requiredSlots, CqlIdentifiers identifiers, ref int blockAliasNum, ref List<WithRelationship> withRelationships) 185List<SlotInfo> foreignKeySlots = new List<SlotInfo>(); 204ref List<SlotInfo> foreignKeySlots, 230List<MemberPath> toEndEntityKeyMemberPaths = new List<MemberPath>();
System\Data\Mapping\ViewGeneration\Structures\LeftCellWrapper.cs (1)
242internal static void WrappersToStringBuilder(StringBuilder builder, List<LeftCellWrapper> wrappers,
System\Data\Mapping\ViewGeneration\Structures\MemberPath.cs (4)
37private readonly List<EdmMember> m_path; 557List<MemberPath> keyAttributes = new List<MemberPath>( 650List<AssociationSet> assocSets = MetadataHelper.GetAssociationsForEntitySets(entitySet0, entitySet1); 763List<EdmMember> newMembers = new List<EdmMember>();
System\Data\Mapping\ViewGeneration\Structures\MemberProjectedSlot.cs (5)
143internal static List<MemberProjectedSlot> GetKeySlots(IEnumerable<MemberProjectedSlot> slots, MemberPath prefix) 149List<ExtentKey> keys = ExtentKey.GetKeysForEntityType(prefix, entitySet.ElementType); 153List<MemberProjectedSlot> keySlots = GetSlots(slots, keys[0].KeyFields); 161internal static List<MemberProjectedSlot> GetSlots(IEnumerable<MemberProjectedSlot> slots, IEnumerable<MemberPath> members) 163List<MemberProjectedSlot> result = new List<MemberProjectedSlot>();
System\Data\Mapping\ViewGeneration\Structures\MemberProjectionIndex.cs (2)
28private readonly List<MemberPath> m_members; 71List<int> result = new List<int>();
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (12)
59private List<CellTreeNode> m_children; 109internal override List<CellTreeNode> Children { get { return m_children; } } 188ref List<WithRelationship> withRelationships) 221private CqlBlock UnionToCqlBlock(bool[] requiredSlots, CqlIdentifiers identifiers, ref int blockAliasNum, ref List<WithRelationship> withRelationships) 225List<CqlBlock> children = new List<CqlBlock>(); 226List<Tuple<CqlBlock, SlotInfo>> additionalChildSlots = new List<Tuple<CqlBlock, SlotInfo>>(); 336private CqlBlock JoinToCqlBlock(bool[] requiredSlots, CqlIdentifiers identifiers, ref int blockAliasNum, ref List<WithRelationship> withRelationships) 344List<CqlBlock> children = new List<CqlBlock>(); 345List<Tuple<QualifiedSlot, MemberPath>> additionalChildSlots = new List<Tuple<QualifiedSlot,MemberPath>>(); 381List<JoinCqlBlock.OnClause> onClauses = new List<JoinCqlBlock.OnClause>(); 421List<CqlBlock> children, int slotNum, CqlIdentifiers identifiers) 525private static int GetInnerJoinChildForSlot(List<CqlBlock> children, int slotNum)
System\Data\Mapping\ViewGeneration\Structures\ScalarRestriction.cs (1)
110List<DbExpression> operands = domainValues.Select(c => (DbExpression)cqt.Equal(c.AsCqt(row, this.RestrictedMemberSlot.MemberPath))).ToList();
System\Data\Mapping\ViewGeneration\Structures\TypeConstant.cs (2)
186List<MemberPath> keyMemberOutputPaths = new List<MemberPath>(entityType.KeyMembers.Select(km => new MemberPath(outputMember, km))); 193List<MemberPath> memberOutputPaths = new List<MemberPath>();
System\Data\Mapping\ViewGeneration\Structures\TypeRestriction.cs (1)
149List<DbExpression> operands = this.Domain.Values.Select(t => (DbExpression)cqt.IsOfOnly(TypeUsage.Create(((TypeConstant)t).EdmType))).ToList();
System\Data\Mapping\ViewGeneration\Structures\WithStatement.cs (1)
67List<string> fields = new List<string>();
System\Data\Mapping\ViewGeneration\Validation\BasicCellRelation.cs (4)
42private List<MemberProjectedSlot> m_slots; 80List<ExtentKey> keys = ExtentKey.GetKeysForEntityType(prefix, entityType); 108List<ExtentKey> keys = ExtentKey.GetKeysForEntityType(prefix, end.EntitySet.ElementType); 140List<MemberProjectedSlot> keySlots = MemberProjectedSlot.GetSlots(m_slots, key.KeyFields);
System\Data\Mapping\ViewGeneration\Validation\BasicKeyConstraint.cs (1)
38List<ViewCellSlot> viewSlots = new List<ViewCellSlot>();
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (9)
183List<LeftCellWrapper> leftCellWrappers = m_viewgenContext.AllWrappersForExtent; 286var projectPositions = rightCellQuery.GetProjectedPositions(conditionMember); 304List<LeftCellWrapper> leftCellWrappers = m_viewgenContext.AllWrappersForExtent; 340List<LeftCellWrapper> mappingFragments = m_viewgenContext.AllWrappersForExtent; 479List<EdmType> edmTypesForFirstCellWrapper; 481List<EdmType> edmTypesForSecondCellWrapper; 600private void GetTypesAndConditionForWrapper(LeftCellWrapper wrapper, out bool hasCondition, out List<EdmType> edmTypes) 637private void CheckThatConditionMemberIsNotMapped(MemberPath conditionMember, List<LeftCellWrapper> mappingFragments, Set<MemberPath> mappedConditionMembers) 760List<Cell> cells = new List<Cell>();
System\Data\Mapping\ViewGeneration\Validation\ExtentKey.cs (5)
35private List<MemberPath> m_keyFields; 50internal static List<ExtentKey> GetKeysForEntityType(MemberPath prefix, EntityType entityType) 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 (31)
60private List<MemberPath> m_parentColumns; 61private List<MemberPath> m_childColumns; 89internal static List<ForeignConstraint> GetForeignConstraints(EntityContainer container) 91List<ForeignConstraint> foreignKeyConstraints = new List<ForeignConstraint>(); 269List<ErrorLog.Record> errorListForInvalidParentColumnsForForeignKey = null; 352var childPropertiesSet = new List<Set<EdmProperty>>(); 353var parentPropertiesSet = new List<Set<EdmProperty>>(); 494private bool CheckParentColumnsForForeignKey(Cell cell, IEnumerable<Cell> cells, AssociationEndMember parentEnd, ref List<ErrorLog.Record> errorList) 551List<EdmProperty> propertyList = new List<EdmProperty>(); 593List<int> endIndexes = cell.CQuery.GetProjectedPositions(primaryKey.KeyFields); 599List<int> columnIndexes = cell.SQuery.GetProjectedPositions(columns, endIndexes); 617private static List<LeftCellWrapper> GetWrappersFromContext(ViewgenContext context, EntitySetBase extent) 619List<LeftCellWrapper> wrappers; 647List<Cell> parentCells = new List<Cell>(); 648List<Cell> childCells = new List<Cell>(); 673List<List<int>> allChildSlotNums = GetSlotNumsForColumns(childCell, ChildColumns); 680List<MemberPath> childPaths = null; 681List<MemberPath> parentPaths = null; 684foreach (List<int> childSlotNums in allChildSlotNums) 700List<List<int>> allParentSlotNums = GetSlotNumsForColumns(parentCell, ParentColumns); 709foreach (List<int> parentSlotNums in allParentSlotNums) 792private static List<List<int>> GetSlotNumsForColumns(Cell cell, IEnumerable<MemberPath> columns) 794List<List<int>> slotNums = new List<List<int>>(); 802List<int> endSlots = cell.CQuery.GetAssociationEndSlots(setEnd.CorrespondingAssociationEndMember); 804List<int> localslotNums = cell.SQuery.GetProjectedPositions(columns, endSlots); 813List<int> localslotNums = cell.SQuery.GetProjectedPositions(columns);
System\Data\Mapping\ViewGeneration\Validation\SchemaConstraints.cs (1)
35private List<TKeyConstraint> m_keyConstraints;
System\Data\Mapping\ViewGeneration\Validation\ViewCellRelation.cs (2)
32internal ViewCellRelation(Cell cell, List<ViewCellSlot> slots, int cellNumber) 46private List<ViewCellSlot> m_slots; // Slots projected from both cell queries
System\Data\Mapping\ViewGeneration\Validation\ViewKeyConstraint.cs (2)
104List<ViewCellSlot> keySlots = new List<ViewCellSlot>(rightKeyConstraint.KeySlots); 154List<ViewCellSlot> keySlots = new List<ViewCellSlot>(rightKeyConstraint.KeySlots);
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (6)
40private List<LeftCellWrapper> m_cellWrappers; 208internal List<LeftCellWrapper> AllWrappersForExtent 293List<Cell> extentCellsList = new List<Cell>(extentCells); 294List<Cell> alignedCells = AlignFields(extentCellsList, m_memberMaps.ProjectedSlotMap, viewTarget); 332private static List<Cell> AlignFields(IEnumerable<Cell> cells, MemberProjectionIndex projectedSlotMap, 336List<Cell> outputCells = new List<Cell>();
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (3)
43private List<ForeignConstraint> m_foreignKeyConstraints; 53List<ForeignConstraint> foreignKeyConstraints, 456private CellTreeNode GenerateSimplifiedView(CellTreeNode basicView, List<LeftCellWrapper> usedCells)
System\Data\Mapping\ViewGeneration\ViewgenGatekeeper.cs (8)
47List<Cell> cells = cellCreator.GenerateCells(config); 94List<ForeignConstraint> foreignKeyConstraints = result.ForeignKeyConstraints; 96List<CellGroup> cellGroups = cellGroups = result.CellGroups.Select(setOfcells => new CellGroup(setOfcells.Select(cell => new Cell(cell)))).ToList(); 97List<Cell> cells = result.Cells; 157private static ViewGenResults GenerateViewsFromCells(List<Cell> cells, ConfigViewGenerator config, 179List<ForeignConstraint> foreignKeyConstraints = ForeignConstraint.GetForeignConstraints(container); 182List<CellGroup> cellGroups = partitioner.GroupRelatedCells(); 239List<EntitySetBase> missingExtents = new List<EntitySetBase>();
System\Data\Mapping\ViewValidator.cs (3)
54private readonly List<EdmSchemaError> _errors; 266private List<EdmSchemaError> _errors = new List<EdmSchemaError>(); 275internal List<EdmSchemaError> Errors
System\Data\Metadata\CacheForPrimitiveTypes.cs (6)
38private List<PrimitiveType>[] _primitiveTypeMap = new List<PrimitiveType>[EdmConstants.NumPrimitiveTypes]; 49List<PrimitiveType> primitiveTypes = EntityUtil.CheckArgumentOutOfRange(_primitiveTypeMap, (int)type.PrimitiveTypeKind, "primitiveTypeKind"); 76List<PrimitiveType> primitiveTypes = EntityUtil.CheckArgumentOutOfRange(_primitiveTypeMap, (int)primitiveTypeKind, "primitiveTypeKind"); 196List<PrimitiveType> primitiveTypes = new List<PrimitiveType>(); 197foreach (List<PrimitiveType> types in _primitiveTypeMap)
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\EntityType.cs (1)
187List<EdmProperty> keyProperties = new List<EdmProperty>(KeyMembers.Count);
System\Data\Metadata\Edm\FilteredReadOnlyMetadataCollection.cs (2)
149internal static List<TDerived> FilterCollection(ReadOnlyMetadataCollection<TBase> collection, Predicate<TBase> predicate) 151List<TDerived> list = new List<TDerived>(collection.Count);
System\Data\Metadata\Edm\ItemCollection.cs (6)
102internal bool AtomicAddRange(List<GlobalItem> items) 228List<TItem> list = new List<TItem>(); 359List<EdmFunction> caseSensitiveFunctionOverloads = new List<EdmFunction>(functionOverloads.Count); 491var tempFunctionLookUpTable = new Dictionary<string, List<EdmFunction>>(StringComparer.OrdinalIgnoreCase); 495List<EdmFunction> functionList; 505foreach (List<EdmFunction> functionList in tempFunctionLookUpTable.Values)
System\Data\Metadata\Edm\MetadataCollection.cs (3)
377internal bool AtomicAddRange(List<T> items) 401private static bool EqualIdentity(List<T> orderedList, int index, string identity) 689internal List<T> OrderedList;
System\Data\Metadata\Edm\MetadataItem.cs (1)
191internal void AddMetadataProperties(List<MetadataProperty> metadataProperties)
System\Data\Metadata\Edm\MetadataPropertyCollection.cs (3)
69private readonly List<ItemPropertyInfo> _itemProperties; 82private static List<ItemPropertyInfo> GetItemProperties(Type clrType) 84List<ItemPropertyInfo> result = new List<ItemPropertyInfo>();
System\Data\Metadata\Edm\NavigationProperty.cs (1)
156var dependantProperties = new List<EdmProperty>(keyMembers.Count);
System\Data\Metadata\Edm\Provider\EdmProviderManifestFunctionBuilder.cs (1)
18private readonly List<EdmFunction> functions = new List<EdmFunction>();
System\Data\Metadata\EdmItemCollection.cs (5)
122List<XmlReader> readers = null; 286List<EdmSchemaError> errors = LoadItems(providerManifest, schemaCollection, itemCollection); 301internal static List<EdmSchemaError> LoadItems(DbProviderManifest manifest, IList<Schema> somSchemas, 305List<EdmSchemaError> errors = new List<EdmSchemaError>(); 309List<String> tempCTypeFunctionIdentity = new List<string>();
System\Data\Metadata\EdmValidator.cs (18)
94public void Validate<T>(IEnumerable<T> items, List<EdmItemError> ospaceErrors) 122private void AddError(List<EdmItemError> errors, EdmItemError newError) 148private void InternalValidate(MetadataItem item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems) 232private void ValidateCollectionType(CollectionType item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems) 259private void ValidateComplexType(ComplexType item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems) 270private void ValidateEdmType(EdmType item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems) 300private void ValidateEntityType(EntityType item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems) 333private void ValidateFacet(Facet item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems) 360private void ValidateItem(MetadataItem item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems) 379private void ValidateEdmMember(EdmMember item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems) 414private void ValidateMetadataProperty(MetadataProperty item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems) 444private void ValidateNavigationProperty(NavigationProperty item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems) 456private void ValidatePrimitiveType(PrimitiveType item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems) 467private void ValidateEdmProperty(EdmProperty item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems) 478private void ValidateRefType(RefType item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems) 505private void ValidateSimpleType(SimpleType item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems) 516private void ValidateStructuralType(StructuralType item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems) 545private void ValidateTypeUsage(TypeUsage item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems)
System\Data\Metadata\MetadataArtifactLoader.cs (12)
35public abstract void CollectFilePermissionPaths(List<string> paths, DataSpace spaceToGet); 132public static MetadataArtifactLoader Create(List<MetadataArtifactLoader> allCollections) 166List<MetadataArtifactLoader> loaders = new List<MetadataArtifactLoader>(); 203List<MetadataArtifactLoader> loaders = new List<MetadataArtifactLoader>(); 239public virtual List<string> GetOriginalPaths() 250public virtual List<string> GetOriginalPaths(DataSpace spaceToGet) 252List<string> list = new List<string>(); 271public abstract List<string> GetPaths(); 278public abstract List<string> GetPaths(DataSpace spaceToGet); 280public List<XmlReader> GetReaders() 288public abstract List<XmlReader> GetReaders(Dictionary<MetadataArtifactLoader, XmlReader> sourceDictionary); 295public abstract List<XmlReader> CreateReaders(DataSpace spaceToGet);
System\Data\Metadata\MetadataArtifactLoaderComposite.cs (14)
44public MetadataArtifactLoaderComposite(List<MetadataArtifactLoader> children) 55public override void CollectFilePermissionPaths(List<string> paths, DataSpace spaceToGet) 75public override List<string> GetOriginalPaths() 77List<string> list = new List<string>(); 93public override List<string> GetOriginalPaths(DataSpace spaceToGet) 95List<string> list = new List<string>(); 110public override List<string> GetPaths(DataSpace spaceToGet) 112List<string> list = new List<string>(); 126public override List<string> GetPaths() 128List<string> list = new List<string>(); 142public override List<XmlReader> GetReaders(Dictionary<MetadataArtifactLoader, XmlReader> sourceDictionary) 144List<XmlReader> list = new List<XmlReader>(); 159public override List<XmlReader> CreateReaders(DataSpace spaceToGet) 161List<XmlReader> list = new List<XmlReader>();
System\Data\Metadata\MetadataArtifactLoaderCompositeFile.cs (12)
60public override void CollectFilePermissionPaths(List<string> paths, DataSpace spaceToGet) 140public override List<string> GetOriginalPaths(DataSpace spaceToGet) 150public override List<string> GetPaths(DataSpace spaceToGet) 152List<string> list = new List<string>(); 192public override List<string> GetPaths() 194List<string> list = new List<string>(); 216public override List<XmlReader> GetReaders(Dictionary<MetadataArtifactLoader, XmlReader> sourceDictionary) 218List<XmlReader> list = new List<XmlReader>(); 241public override List<XmlReader> CreateReaders(DataSpace spaceToGet) 243List<XmlReader> list = new List<XmlReader>(); 261private static List<MetadataArtifactLoaderFile> GetArtifactsInDirectory(string directory, string extension, ICollection<string> uriRegistry) 263List<MetadataArtifactLoaderFile> loaders = new List<MetadataArtifactLoaderFile>();
System\Data\Metadata\MetadataArtifactLoaderCompositeResource.cs (15)
65public override void CollectFilePermissionPaths(List<string> paths, DataSpace spaceToGet) 81public override List<string> GetOriginalPaths(DataSpace spaceToGet) 91public override List<string> GetPaths(DataSpace spaceToGet) 93List<string> list = new List<string>(); 107public override List<string> GetPaths() 109List<string> list = new List<string>(); 123public override List<XmlReader> GetReaders(Dictionary<MetadataArtifactLoader, XmlReader> sourceDictionary) 125List<XmlReader> list = new List<XmlReader>(); 140public override List<XmlReader> CreateReaders(DataSpace spaceToGet) 142List<XmlReader> list = new List<XmlReader>(); 158private static List<MetadataArtifactLoaderResource> LoadResources(string assemblyName, string resourceName, ICollection<string> uriRegistry, MetadataArtifactAssemblyResolver resolver) 162List<MetadataArtifactLoaderResource> loaders = new List<MetadataArtifactLoaderResource>(); 212private static void LoadResourcesFromAssembly(Assembly assembly, string resourceName, ICollection<string> uriRegistry, List<MetadataArtifactLoaderResource> loaders, MetadataArtifactAssemblyResolver resolver) 228private static void LoadAllResourcesFromAssembly(Assembly assembly, ICollection<string> uriRegistry, List<MetadataArtifactLoaderResource> loaders, MetadataArtifactAssemblyResolver resolver) 239private static void CreateAndAddSingleResourceLoader(Assembly assembly, string resourceName, ICollection<string> uriRegistry, List<MetadataArtifactLoaderResource> loaders)
System\Data\Metadata\MetadataArtifactLoaderFile.cs (9)
103public override void CollectFilePermissionPaths(List<string> paths, DataSpace spaceToGet) 115public override List<string> GetPaths(DataSpace spaceToGet) 117List<string> list = new List<string>(); 129public override List<string> GetPaths() 131List<string> list = new List<string>(); 143public override List<XmlReader> GetReaders(Dictionary<MetadataArtifactLoader, XmlReader> sourceDictionary) 145List<XmlReader> list = new List<XmlReader>(); 164public override List<XmlReader> CreateReaders(DataSpace spaceToGet) 166List<XmlReader> list = new List<XmlReader>();
System\Data\Metadata\MetadataArtifactLoaderResource.cs (9)
98public override void CollectFilePermissionPaths(List<string> paths, DataSpace spaceToGet) 108public override List<string> GetPaths(DataSpace spaceToGet) 110List<string> list = new List<string>(); 122public override List<string> GetPaths() 124List<string> list = new List<string>(); 136public override List<XmlReader> GetReaders(Dictionary<MetadataArtifactLoader, XmlReader> sourceDictionary) 138List<XmlReader> list = new List<XmlReader>(); 178public override List<XmlReader> CreateReaders(DataSpace spaceToGet) 180List<XmlReader> list = new List<XmlReader>();
System\Data\Metadata\MetadataArtifactLoaderXmlReaderWrapper.cs (8)
100public override void CollectFilePermissionPaths(List<string> paths, DataSpace spaceToGet) 110public override List<string> GetPaths(DataSpace spaceToGet) 112List<string> list = new List<string>(); 124public override List<string> GetPaths() 133public override List<XmlReader> GetReaders(Dictionary<MetadataArtifactLoader, XmlReader> sourceDictionary) 135List<XmlReader> list = new List<XmlReader>(); 152public override List<XmlReader> CreateReaders(DataSpace spaceToGet) 154List<XmlReader> list = new List<XmlReader>();
System\Data\Metadata\MetadataCache.cs (13)
52private static readonly List<StoreMetadataEntry> _metadataEntriesRemovedFromCache = new List<StoreMetadataEntry>(); 54private static Memoizer<string, List<MetadataArtifactLoader>> _artifactLoaderCache = new Memoizer<string, List<MetadataArtifactLoader>>(MetadataCache.SplitPaths, null); 106internal static List<MetadataArtifactLoader> SplitPaths(string paths) 115List<MetadataArtifactLoader> loaders = new List<MetadataArtifactLoader>(); 126List<string> dataDirPaths = new List<string>(); 204List<KeyValuePair<string, T>> keysForRemoval = null; 296internal static List<MetadataArtifactLoader> GetOrCreateMetdataArtifactLoader(string paths) 406Memoizer<string, List<MetadataArtifactLoader>> artifactLoaderCacheTemp = 407new Memoizer<string, List<MetadataArtifactLoader>>(MetadataCache.SplitPaths, null); 638List<XmlReader> readers = loader.CreateReaders(DataSpace.CSpace); 646List<string> permissionPaths = new List<string>(); 740List<string> permissionPaths = new List<string>();
System\Data\Metadata\MetadataWorkspace.cs (1)
122private List<object> _cacheTokens;
System\Data\Metadata\ObjectHelper.cs (2)
143List<EdmSchemaError> parsingErrors, StoreItemCollection storeItemCollection) 168List<EdmSchemaError> parsingErrors,
System\Data\Metadata\ObjectItemCollection.cs (3)
242List<EdmItemError> errors; 335List<EdmItemError> errors; 365List<GlobalItem> globalItems = new List<GlobalItem>();
System\Data\Metadata\ObjectLayer\AssemblyCache.cs (2)
33KnownAssembliesSet knownAssemblies, out Dictionary<string, EdmType> typesInLoading, out List<EdmItemError> errors) 40KnownAssembliesSet knownAssemblies, EdmItemCollection edmItemCollection, Action<String> logLoadMessage, ref object loaderCookie, out Dictionary<string, EdmType> typesInLoading, out List<EdmItemError> errors)
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 (9)
26private List<Action> _referenceResolutions = new List<Action>(); 156List<Action> referenceResolutionListForCurrentType = new List<Action>(); 353private bool TryCreateMembers(Type type, StructuralType cspaceType, StructuralType ospaceType, List<Action> referenceResolutionListForCurrentType) 383private bool TryFindComplexProperties(Type type, StructuralType cspaceType, StructuralType ospaceType, PropertyInfo[] clrProperties, List<Action> referenceResolutionListForCurrentType) 385List<KeyValuePair<EdmProperty, PropertyInfo>> typeClosureToTrack = 417private bool TryFindNavigationProperties(Type type, StructuralType cspaceType, StructuralType ospaceType, PropertyInfo[] clrProperties, List<Action> referenceResolutionListForCurrentType) 419List<KeyValuePair<NavigationProperty, PropertyInfo>> typeClosureToTrack = 599private bool TryFindAndCreateEnumProperties(Type type, StructuralType cspaceType, StructuralType ospaceType, PropertyInfo[] clrProperties, List<Action> referenceResolutionListForCurrentType) 601var typeClosureToTrack = new List<KeyValuePair<EdmProperty, PropertyInfo>>();
System\Data\Metadata\ObjectLayer\ObjectItemLoadingSessionData.cs (2)
30private readonly List<EdmItemError> _errors; 50internal List<EdmItemError> EdmItemErrors { get { return _errors; } }
System\Data\Metadata\StoreItemCollection.cs (4)
159List<XmlReader> readers = null; 207List<EdmSchemaError> errorList = EdmItemCollection.LoadItems(_providerManifest, loader.Schemas, this); 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 (7)
228Load((List<IEntityWrapper>)null, mergeOption); 285internal void Load(List<IEntityWrapper> collection, MergeOption mergeOption) 389List<IEntityWrapper> wrappedRelatedEntities = new List<IEntityWrapper>(_wrappedRelatedEntities.Values); 419List<IEntityWrapper> values = new List<IEntityWrapper>(_wrappedRelatedEntities.Values); 460List<IEntityWrapper> tempCopy = new List<IEntityWrapper>(_wrappedRelatedEntities.Values); 638List<IEntityWrapper> affectedEntities = new List<IEntityWrapper>(_wrappedRelatedEntities.Values); 706internal override void BulkDeleteAll(List<object> list)
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (1)
176List<TEntity> refreshedValue = null;
System\Data\Objects\DataClasses\RelatedEnd.cs (7)
231internal virtual void BulkDeleteAll(System.Collections.Generic.List<object> list) 773List<IEntityWrapper> refreshedCollection = collection as List<IEntityWrapper>; 794internal void Merge<TEntity>(List<IEntityWrapper> collection, MergeOption mergeOption, bool setIsLoaded) 847List<IEntityWrapper> collection = new List<IEntityWrapper>(); 1951List<IEntityWrapper> deletedEntities = null; 1989List<IEntityWrapper> deletedEntities = new List<IEntityWrapper>();
System\Data\Objects\DataClasses\RelationshipManager.cs (9)
53private List<RelatedEnd> _relationships; 288List<IEntityWrapper> tempEntities = new List<IEntityWrapper>(collection.CountInternal); 1155var dependentEndsToProcess = new List<EntityReference>(); 1235List<string> propertiesToRetrieve; 1299private static bool CheckIfAllPropertiesWereRetrieved(Dictionary<string, KeyValuePair<object, IntBox>> properties, List<string> propertiesToRetrieve) 1306List<int> countersCopy = new List<int>(); 1366List<string> propertiesToRetrieve; // used to check if the owner is a dependent end of some RI Constraint 1434internal bool FindNamesOfReferentialConstraintProperties(out List<string> propertiesToRetrieve, out bool propertiesToPropagateExist, bool skipFK) 1449List<AssociationSet> associations = MetadataHelper.GetAssociationsForEntitySet(entitySet);
System\Data\Objects\ELinq\EntityExpressionVisitor.cs (3)
203List<Expression> list = null; 258List<MemberBinding> list = null; 283List<ElementInit> list = null;
System\Data\Objects\ELinq\ExpressionConverter.cs (5)
38private List<KeyValuePair<ObjectParameter, QueryParameterExpression>> _parameters; 1472List<TypeUsage> translatedArgumentTypes = new List<TypeUsage>(translatedArguments.Length); 1572private DbNewInstanceExpression CreateNewRowExpression(List<KeyValuePair<string, DbExpression>> columns, InitializerMetadata initializerMetadata) 1574List<DbExpression> propertyValues = new List<DbExpression>(columns.Count); 1575List<EdmProperty> properties = new List<EdmProperty>(columns.Count);
System\Data\Objects\ELinq\Funcletizer.cs (1)
326private readonly List<Func<bool>> _recompileRequiredDelegates = new List<Func<bool>>();
System\Data\Objects\ELinq\InitializerFacet.cs (9)
138internal abstract Expression Emit(Translator translator, List<TranslatorResult> propertyTranslatorResults); 151protected static List<Expression> GetPropertyReaders(List<TranslatorResult> propertyTranslatorResults) 153List<Expression> propertyReaders = propertyTranslatorResults.Select(s => s.UnwrappedExpression).ToList(); 214internal override Expression Emit(Translator translator, List<TranslatorResult> propertyTranslatorResults) 297internal override Expression Emit(Translator translator, List<TranslatorResult> propertyTranslatorResults) 336internal override Expression Emit(Translator translator, List<TranslatorResult> propertyReaders) 389internal override Expression Emit(Translator translator, List<TranslatorResult> propertyReaders) 469internal override Expression Emit(Translator translator, List<TranslatorResult> propertyTranslatorResults)
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (2)
283if (declaringType.IsGenericType && declaringType.GetGenericTypeDefinition() == typeof(List<>)) 319List<Expression> normalizedArguments = new List<Expression>(callExpression.Arguments);
System\Data\Objects\ELinq\MethodCallTranslator.cs (18)
606var arguments = call.Arguments.Select(a => UnwrapNoOpConverts(a)).Select(b => NormalizeAllSetSources(parent, parent.TranslateExpression(b))).ToList(); 607var argumentTypes = arguments.Select(a => a.ResultType).ToList(); 650List<KeyValuePair<string, DbExpression>> newColumns = new List<KeyValuePair<string, DbExpression>>(); 819var result = new List<MethodInfo> 864List<LinqExpression> arguments = new List<LinqExpression>(call.Arguments.Count + 1); 1777List<DbExpression> arguments = new List<DbExpression>(1); 1823List<TypeUsage> argTypes = new List<TypeUsage>(1); 2235var expressions = new List<DbExpression>(predicates); 2335List<CqtExpression> whenExpressions = new List<CqtExpression>(1); 2338List<CqtExpression> thenExpressions = new List<CqtExpression>(1); 2759List<KeyValuePair<string, DbExpression>> keys = new List<KeyValuePair<string, DbExpression>>(); 2760List<KeyValuePair<string, DbAggregate>> aggregates = new List<KeyValuePair<string, DbAggregate>>(); 2788List<EdmProperty> properties = new List<EdmProperty>(2); 2885List<KeyValuePair<string, CqtExpression>> recordColumns = new List<KeyValuePair<string, CqtExpression>>(2); 2936var renames = new List<Tuple<EdmProperty, string>>(); 2966var newProjectionArguments = new List<CqtExpression>(); 2987List<DbSortClause> keys = new List<DbSortClause>(1); 3035List<DbSortClause> keys = new List<DbSortClause>(sortExpression.SortOrder);
System\Data\Objects\ELinq\Translator.cs (8)
85var expressions = new List<Expression>(); 368List<KeyValuePair<string, DbExpression>> collectionColumns = 721List<KeyValuePair<String, DbExpression>> recordColumns = 824List<KeyValuePair<String, DbExpression>> recordColumns = 873List<DbExpression> whenExpressions = new List<DbExpression>(1); 875List<DbExpression> thenExpressions = new List<DbExpression>(1); 937List<DbExpression> whenExpressions = new List<DbExpression>(1); 939List<DbExpression> thenExpressions = new List<DbExpression>(1);
System\Data\Objects\EntityEntry.cs (5)
30private List<StateManagerValue> _originalValues; // only exists if _modifiedFields has a true-bit 1121List<Pair<string, string>> relationships; 2677List<string> propertiesToRetrieve; // names of properties which should be retrieved from Principal entities 3689private void FixupForeignKeysByReference(List<EntityEntry> visited) 3808private bool IsPropertyAForeignKey(string propertyName, out List<Pair<string, string>> relationships)
System\Data\Objects\Internal\EntityProxyFactory.cs (10)
619private List<FieldBuilder> _serializedFields = new List<FieldBuilder>(3); 641public List<PropertyInfo> BaseGetters 649public List<PropertyInfo> BaseSetters 939private readonly List<PropertyInfo> _baseGetters; 940private readonly List<PropertyInfo> _baseSetters; 948public List<PropertyInfo> BaseGetters 953public List<PropertyInfo> BaseSetters 1044private List<KeyValuePair<NavigationProperty, PropertyInfo>> _referenceProperties; 1045private List<KeyValuePair<NavigationProperty, PropertyInfo>> _collectionProperties; 1149List<Type> types = new List<Type>();
System\Data\Objects\Internal\EntityProxyTypeInfo.cs (2)
46internal EntityProxyTypeInfo(Type proxyType, ClrEntityType ospaceEntityType, DynamicMethod initializeCollections, List<PropertyInfo> baseGetters, List<PropertyInfo> baseSetters)
System\Data\Objects\Internal\EntitySqlQueryState.cs (1)
232List<DbParameterReferenceExpression> parameters = null;
System\Data\Objects\Internal\ObjectFullSpanRewriter.cs (2)
95private void AddSpanPath(SpanPathInfo parentInfo, List<string> navPropNames) 100private void ConvertSpanPath(SpanPathInfo parentInfo, List<string> navPropNames, int pos)
System\Data\Objects\Internal\ObjectSpanRewriter.cs (8)
142public List<KeyValuePair<string, DbExpression>> ColumnDefinitions; 234List<KeyValuePair<AssociationEndMember, AssociationEndMember>> relationshipSpans = null; 408List<DbExpression> columnArguments = new List<DbExpression>(rowType.Properties.Count); 409List<EdmProperty> properties = new List<EdmProperty>(rowType.Properties.Count); 531List<DbVariableReferenceExpression> formals = new List<DbVariableReferenceExpression>(1); 534List<DbExpression> args = new List<DbExpression>(1); 596private List<KeyValuePair<AssociationEndMember, AssociationEndMember>> GetRelationshipSpanEnds(EntityType entityType) 599List<KeyValuePair<AssociationEndMember, AssociationEndMember>> retList = null;
System\Data\Objects\ObjectContext.cs (6)
1239private void AddRefreshKey(object entityLike, Dictionary<EntityKey, EntityEntry> entities, Dictionary<EntitySet, List<EntityKey>> currentKeys) 1255List<EntityKey> setKeys = null; 2061Dictionary<EntitySet, List<EntityKey>> refreshKeys = new Dictionary<EntitySet, List<EntityKey>>(); 2082List<EntityKey> setKeys = refreshKeys[targetSet]; 2162private int BatchRefreshEntitiesByKey(RefreshMode refreshMode, Dictionary<EntityKey, EntityEntry> trackedEntities, EntitySet targetSet, List<EntityKey> targetKeys, int startFrom)
System\Data\Objects\ObjectParameterCollection.cs (1)
71private List<ObjectParameter> _parameters;
System\Data\Objects\ObjectStateManager.cs (5)
1111List<RelationshipEntry> deletedRelationships = new List<RelationshipEntry>(_initialListSize); 1182List<RelationshipEntry> entriesToDetach = null; 1183List<RelationshipEntry> entriesToUpdate = null; 1911List<EntityEntry> entries = null; // Will be lazy initialized if needed. 1928private void GetEntityEntriesForDetectChanges(Dictionary<EntityKey, EntityEntry> entityStore, ref List<EntityEntry> entries)
System\Data\Objects\ObjectViewEntityCollectionData.cs (2)
37private List<TViewElement> _bindingList; 152List<object> _deletionList = new List<object>();
System\Data\Objects\ObjectViewQueryResultData.cs (1)
35private List<TElement> _bindingList;
System\Data\Objects\Span.cs (7)
22private List<SpanPath> _spanList; 33internal List<SpanPath> SpanList 206List<SpanPath> toDelete = new List<SpanPath>(); 228public readonly List<string> Navigations; 230public SpanPath(List<string> navigations) 255private static List<string> ParsePath(string path) 257List<string> navigations = MultipartIdentifier.ParseMultipartIdentifier(path, "[", "]", '.');
System\Data\Query\InternalTrees\ColumnMapFactory.cs (1)
144var memberInfo = new List<Tuple<MemberAssignment, int, EdmProperty>>();
System\Data\Query\InternalTrees\Command.cs (21)
31private List<Var> m_vars; 32private List<Table> m_tables; 541List<Node> l = new List<Node>(); 555List<Node> l = new List<Node>(); 570List<Node> l = new List<Node>(); 592internal Node CreateNode(Op op, List<Node> args) 820internal NewEntityOp CreateScopedNewEntityOp(TypeUsage type, List<RelProperty> relProperties, EntitySet entitySet) 828internal NewEntityOp CreateNewEntityOp(TypeUsage type, List<RelProperty> relProperties) 842EntitySet entitySet, List<RelProperty> relProperties) 887List<EdmProperty> fields) 1280internal SortOp CreateSortOp(List<SortKey> sortKeys) 1290internal ConstrainedSortOp CreateConstrainedSortOp(List<SortKey> sortKeys) 1301internal ConstrainedSortOp CreateConstrainedSortOp(List<SortKey> sortKeys, bool withTies) 1472internal static CollectionInfo CreateCollectionInfo(Var collectionVar, ColumnMap columnMap, VarList flattenedElementVars, VarVec keys, List<InternalTrees.SortKey> sortKeys, object discriminatorValue) 1488List<SortKey> prefixSortKeys, List<SortKey> postfixSortKeys, 1490List<CollectionInfo> collectionInfoList, Var discriminatorVar) 1502internal MultiStreamNestOp CreateMultiStreamNestOp(List<SortKey> prefixSortKeys, VarVec outputVars, 1503List<CollectionInfo> collectionInfoList) 1619List<Var> unionAllVars = new List<Var>(); 1631List<Var> setOpVars = new List<Var>();
System\Data\Query\InternalTrees\Dump.cs (2)
357private static string FormatVarList(StringBuilder sb, List<SortKey> varList) { 565private void DumpVars(List<Var> vars) {
System\Data\Query\InternalTrees\Metadata.cs (4)
24private List<ColumnMD> m_columns; 25private List<ColumnMD> m_keys; 104internal List<ColumnMD> Columns { get { return m_columns; } } 109internal List<ColumnMD> Keys { get { return m_keys; } }
System\Data\Query\InternalTrees\NodeInfo.cs (2)
72internal void InitFrom(List<KeyVec> keyVecList) 807List<KeyVec> keyVecList = new List<KeyVec>();
System\Data\Query\InternalTrees\Nodes.cs (3)
26private List<Node> m_children; 41internal Node(int nodeId, Op op, List<Node> children) 69internal List<Node> Children { get { return m_children; } }
System\Data\Query\InternalTrees\OpCopier.cs (25)
62internal static List<SortKey> Copy(Command cmd, List<SortKey> sortKeys) 220private List<SortKey> Copy(List<SortKey> sortKeys) 222List<SortKey> newSortKeys = new List<SortKey>(); 249private List<Node> ProcessChildren(Node n) 251List<Node> children = new List<Node>(); 700List<Node> children = ProcessChildren(n); 713List<Node> children = ProcessChildren(n); 738List<Node> children = ProcessChildren(n); 770List<Node> children = ProcessChildren(n); 773List<SortKey> newSortKeys = Copy(op.Keys); 791List<Node> children = ProcessChildren(n); 794List<SortKey> newSortKeys = Copy(op.Keys); 812List<Node> children = ProcessChildren(n); 830List<Node> children = ProcessChildren(n); 914List<Node> children = ProcessChildren(n); 1011List<Node> children = ProcessChildren(n); 1045List<Node> children = ProcessChildren(n); 1082List<Node> children = ProcessChildren(n); 1103List<Node> newChildren = ProcessChildren(n); 1110List<CollectionInfo> newCollectionInfoList = new List<CollectionInfo>(); 1120List<SortKey> newSortKeys = Copy(ci.SortKeys); 1128List<SortKey> newPrefixSortKeys = Copy(op.PrefixSortKeys); 1133List<SortKey> newPostfixSortKeys = Copy(ssnOp.PostfixSortKeys);
System\Data\Query\InternalTrees\PhysicalOps.cs (16)
135internal List<InternalTrees.SortKey> SortKeys 152internal CollectionInfo(Var collectionVar, ColumnMap columnMap, VarList flattenedElementVars, VarVec keys, List<InternalTrees.SortKey> sortKeys, object discriminatorValue) 168private List<InternalTrees.SortKey> m_sortKeys; //list of sort keys specific to this collection 183internal List<SortKey> PrefixSortKeys 201internal List<CollectionInfo> CollectionInfo 208internal NestBaseOp(OpType opType, List<SortKey> prefixSortKeys, 210List<CollectionInfo> collectionInfoList) 220private List<SortKey> m_prefixSortKeys; // list of sort key prefixes 222private List<CollectionInfo> m_collectionInfoList; 248internal List<SortKey> PostfixSortKeys 287List<SortKey> prefixSortKeys, List<SortKey> postfixSortKeys, 288VarVec outputVars, List<CollectionInfo> collectionInfoList, 301List<SortKey> m_postfixSortKeys; // list of postfix sort keys 331internal MultiStreamNestOp(List<SortKey> prefixSortKeys, VarVec outputVars, 332List<CollectionInfo> collectionInfoList)
System\Data\Query\InternalTrees\RelOps.cs (5)
570private List<SortKey> m_keys; 581internal SortBaseOp(OpType opType, List<SortKey> sortKeys) 592internal List<SortKey> Keys { get { return m_keys; } } 603internal SortOp(List<SortKey> sortKeys) : base(OpType.Sort, sortKeys) {} 646internal ConstrainedSortOp(List<SortKey> sortKeys, bool withTies)
System\Data\Query\InternalTrees\RelPropertyHelper.cs (4)
110private Dictionary<EntityTypeBase, List<RelProperty>> _relPropertyMap; 138List<RelProperty> propList; 177_relPropertyMap = new Dictionary<EntityTypeBase, List<RelProperty>>(); 196List<RelProperty> relProperties;
System\Data\Query\InternalTrees\ScalarOps.cs (8)
992private readonly List<RelProperty> m_relProperties; // list of relationship properties for which we have values 996internal NewEntityBaseOp(OpType opType, TypeUsage type, bool scoped, EntitySet entitySet, List<RelProperty> relProperties) 1024internal List<RelProperty> RelationshipProperties { get { return m_relProperties; } } 1036internal NewEntityOp(TypeUsage type, List<RelProperty> relProperties, bool scoped, EntitySet entitySet) 1117EntitySet entitySet, List<RelProperty> relProperties) 1151private List<EdmProperty> m_fields; // list of fields with specified values 1171internal NewRecordOp(TypeUsage type, List<EdmProperty> fields) 1220internal List<EdmProperty> Properties { get { return m_fields; } }
System\Data\Query\PlanCompiler\AggregatePushdown.cs (2)
572List<Node> newChildren = new List<Node>(n.Children.Count); 1004List<Node> ancestors = new List<Node>();
System\Data\Query\PlanCompiler\CodeGen.cs (3)
59internal static void Process(PlanCompiler compilerState, out List<ProviderCommandInfo> childCommands, out ColumnMap resultColumnMap, out int columnCount) 88private void Process(out List<ProviderCommandInfo> childCommands, out ColumnMap resultColumnMap, out int columnCount) 147private List<Node> m_subCommands;
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (6)
117Dictionary<object, TypedColumnMap> discriminatorMap, List<TypedColumnMap> allMaps) 119List<ColumnMap> propertyColumnMapList = new List<ColumnMap>(); 185Dictionary<object, TypedColumnMap> discriminatorMap, List<TypedColumnMap> allMaps, bool handleRelProperties) 188List<ColumnMap> propertyColumnMapList = new List<ColumnMap>(); 216List<SimpleColumnMap> keyColumnMapList = new List<SimpleColumnMap>(); 352List<TypedColumnMap> allMaps = new List<TypedColumnMap>();
System\Data\Query\PlanCompiler\CommandPlan.cs (2)
59private List<ProviderCommandInfo> _children; 70List<ProviderCommandInfo> children)
System\Data\Query\PlanCompiler\ConstraintManager.cs (8)
99internal List<string> ParentKeys { get { return m_parentKeys; } } 103internal List<string> ChildKeys { get { return m_childKeys; } } 163private List<string> m_parentKeys; 164private List<string> m_childKeys; 214out List<ForeignKeyConstraint> constraints) 258List<ForeignKeyConstraint> fkConstraintList; 282m_parentChildRelationships = new Dictionary<ExtentPair, List<ForeignKeyConstraint>>(); 288private Dictionary<ExtentPair, List<ForeignKeyConstraint>> m_parentChildRelationships;
System\Data\Query\PlanCompiler\CTreeGenerator.cs (18)
67private List<string> _propertyChain = new List<string>(); 78internal List<string> PropertyPath { get { return _propertyChain; } } 512private void EnterVarDefScope(List<Node> varDefNodes) 656private new List<DbExpression> VisitChildren(Node n) 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>>(); 1516private List<DbSortClause> VisitSortKeys(IList<InternalTrees.SortKey> sortKeys) 1519List<DbSortClause> sortClauses = new List<DbSortClause>(); 1618List<DbSortClause> sortOrder = VisitSortKeys(op.Keys); 1690List<KeyValuePair<string, DbExpression>> keyExprs = new List<KeyValuePair<string, DbExpression>>(); 1691List<Var> outputAggVars = new List<Var>(op.Outputs); 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 (33)
132List<Node> sources = new List<Node>(1); 135List<Node> copies = new List<Node>(1); 530List<Node> arguments = new List<Node>((expr.ExpressionKind == DbExpressionKind.IsNull) ? 3 : 5); 598List<Node> nodeList = new List<Node>(); 876private void EnterLambdaFunction(DbLambda lambda, List<Tuple<Node, bool>> argumentValues, EdmFunction expandingEdmFunction) 945List<Node> recordColumns = new List<Node>(); 1065List<Node> argNodes = new List<Node>(e.Arguments.Count); 1088var argNodes = new List<Tuple<Node, bool>>(arguments.Count); 1510List<Node> children = new List<Node>(); 1697List<Node> childNodes = new List<Node>(); 1861List<DbExpression> predicates = new List<DbExpression>( 2036List<Node> relPropertyExprs = null; 2047List<RelProperty> relPropertyList = new List<RelProperty>(); 2070List<Node> newArgs = new List<Node>(); 2204List<RelProperty> relPropertyList = new List<RelProperty>(); 2205List<Node> relPropertyExprs = new List<Node>(); 2217List<Node> newArgs = new List<Node>(_discriminatorMap.PropertyMap.Count + 1); 2270List<DbExpressionBinding> inputs = new List<DbExpressionBinding>(); 2299List<Node> inputNodes = new List<Node>(); 2300List<Var> inputVars = new List<Var>(); 2456List<Node> keyVarDefNodes; 2475List<Node> copyOfKeyVarDefNodes = null; 2495List<Node> aggVarDefNodes = new List<Node>(); 2540List<Node> groupByChildren = new List<Node>(); 2581private void ExtractKeys(DbGroupByExpression e, VarVec keyVarSet, VarVec outputVarSet, out Node inputNode, out List<Node> keyVarDefNodes, out ExpressionBindingScope scope) 2669private Node ProcessGroupAggregate(List<Node> keyVarDefNodes, Node copyOfInput, List<Node> copyOfkeyVarDefNodes, VarVec copyKeyVarSet, TypeUsage inputResultType, out Var groupAggVar) 2688List<Node> flattentedKeys = new List<Node>(); 2689List<Node> copyFlattenedKeys = new List<Node>(); 2798private Node VisitSortArguments(DbExpressionBinding input, IList<DbSortClause> sortOrder, List<SortKey> sortKeys, out Var inputVar) 2822List<Node> sortVarDefs = new List<Node>(); 2896List<SortKey> sortKeys = new List<SortKey>(); 2932List<SortKey> sortKeys = new List<SortKey>();
System\Data\Query\PlanCompiler\JoinGraph.cs (54)
88private List<AugmentedNode> m_children; 89private readonly List<JoinEdge> m_joinEdges = new List<JoinEdge>(); 109internal AugmentedNode(int id, Node node, List<AugmentedNode> children) 143internal List<AugmentedNode> Children 153internal List<JoinEdge> JoinEdges 262private List<ColumnVar> m_leftVars; 263private List<ColumnVar> m_rightVars; 280List<ColumnVar> leftVars, List<ColumnVar> rightVars, 295internal AugmentedJoinNode(int id, Node node, List<AugmentedNode> children) 312internal List<ColumnVar> LeftVars { get { return m_leftVars; } } 316internal List<ColumnVar> RightVars { get { return m_rightVars; } } 347private List<ColumnVar> m_leftVars; 348private List<ColumnVar> m_rightVars; 363List<ColumnVar> leftVars, List<ColumnVar> rightVars) 399internal List<ColumnVar> LeftVars { get { return m_leftVars; } } 403internal List<ColumnVar> RightVars { get { return m_rightVars; } } 426List<ColumnVar> leftVars = new List<ColumnVar>(); 427List<ColumnVar> rightVars = new List<ColumnVar>(); 451List<ColumnVar> leftVars, List<ColumnVar> rightVars) 485private List<AugmentedNode> m_vertexes; 486private List<AugmentedTableNode> m_tableVertexes; 607private static void GetColumnVars(List<ColumnVar> columnVars, IEnumerable<Var> vec) 634out List<ColumnVar> leftVars, out List<ColumnVar> rightVars, 659List<Var> tempLeftVars; 660List<Var> tempRightVars; 702List<ColumnVar> leftVars; 703List<ColumnVar> rightVars; 712List<AugmentedNode> children = new List<AugmentedNode>(); 1046List<ColumnVar> leftVars = new List<ColumnVar>(); 1047List<ColumnVar> rightVars = new List<ColumnVar>(); 1095private static IEnumerable<KeyValuePair<ColumnVar, ColumnVar>> CreateOrderedKeyValueList(List<ColumnVar> keyVars, List<ColumnVar> valueVars) 1097List<KeyValuePair<ColumnVar, ColumnVar>> edgeVars = new List<KeyValuePair<ColumnVar, ColumnVar>>(keyVars.Count); 1142List<JoinEdge> newJoinEdges = new List<JoinEdge>(augmentedJoinNode.JoinEdges.Count); 1265List<ForeignKeyConstraint> fkConstraints; 1483List<T> tableVars, List<T> replacementVars) where T : Var 1614private void EliminateStarSelfJoin(List<JoinEdge> joinEdges) 1616List<List<JoinEdge>> compatibleGroups = new List<List<JoinEdge>>(); 1622foreach (List<JoinEdge> joinEdgeList in compatibleGroups) 1636List<JoinEdge> newList = new List<JoinEdge>(); 1642foreach (List<JoinEdge> joinList in compatibleGroups.Where(l => l.Count > 1)) 1743Dictionary<md.EntitySetBase, List<JoinEdge>> groupedEdges = new Dictionary<md.EntitySetBase, List<JoinEdge>>(); 1752List<JoinEdge> edges; 1763foreach (KeyValuePair<md.EntitySetBase, List<JoinEdge>> kv in groupedEdges) 2200List<ForeignKeyConstraint> fkConstraints; 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 (43)
210private static void RemapSortKeys(List<InternalTrees.SortKey> sortKeys, Dictionary<Var, Var> varMap) 480List<Node> newNestChildren = new List<Node>(); 481List<Node> newJoinApplyChildren = new List<Node>(); 482List<CollectionInfo> newCollectionInfoList = new List<CollectionInfo>(); 913List<Node> newNestInputs = new List<Node>(); 914List<CollectionInfo> newCollectionInfo = new List<CollectionInfo>(); 945List<InternalTrees.SortKey> sortKeys = ConsolidateSortKeys(nestOp.PrefixSortKeys, nestedNestOp.PrefixSortKeys); 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>(); 1183private void EnsureReferencedVarsAreRemoved(List<Node> referencedVars, VarVec outputVars) 1201private void EnsureReferencedVarsAreRemapped(List<Node> referencedVars) 1229private void ConvertToNestOpInput(Node physicalProjectNode, Var collectionVar, List<CollectionInfo> collectionInfoList, List<Node> collectionNodes, VarVec externalReferences, VarVec collectionReferences) 1244List<InternalTrees.SortKey> sortKeys = null; 1375List<CollectionInfo> newCollectionInfoList; 1376List<Node> newNestNodeChildren; 1416List<Node> newProjectOpChildren = new List<Node>(projectNode.Child1.Children.Count); 1612private NestBaseOp GetNestOpWithConsolidatedSortKeys(NestBaseOp inputNestOp, List<InternalTrees.SortKey> sortKeys) 1637List<InternalTrees.SortKey> sortKeyList = ConsolidateSortKeys(sortKeys, inputNestOp.PrefixSortKeys); 1654private List<InternalTrees.SortKey> ConsolidateSortKeys(List<InternalTrees.SortKey> sortKeyList1, List<InternalTrees.SortKey> sortKeyList2) 1657List<InternalTrees.SortKey> sortKeyList = new List<InternalTrees.SortKey>(); 1998List<InternalTrees.SortKey> sortKeyList = BuildSortKeyList(ssnOp); 2029private List<InternalTrees.SortKey> BuildSortKeyList(SingleStreamNestOp ssnOp) 2034List<InternalTrees.SortKey> sortKeyList = new List<InternalTrees.SortKey>(); 2188List<List<InternalTrees.SortKey>> postfixSortKeyList; 2192List<Dictionary<Var, Var>> varMapList; 2230List<InternalTrees.SortKey> newPostfixSortKeys = new List<InternalTrees.SortKey>(); 2231List<CollectionInfo> newCollectionInfoList = new List<CollectionInfo>(); 2265List<InternalTrees.SortKey> postfixSortKeys = postfixSortKeyList[i]; 2353private void NormalizeNestOpInputs(NestBaseOp nestOp, Node nestNode, out VarList discriminatorVarList, out List<List<InternalTrees.SortKey>> sortKeys) 2361sortKeys = new List<List<InternalTrees.SortKey>>(); 2380List<InternalTrees.SortKey> mySortKeys = BuildSortKeyList(ssnOp); 2475private Node BuildUnionAllSubqueryForNestOp(NestBaseOp nestOp, Node nestNode, VarList drivingNodeVars, VarList discriminatorVarList, out Var discriminatorVar, out List<Dictionary<Var, Var>> varMapList) 2533List<Node> varDefListChildren = new List<Node>();
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (55)
615out List<md.EdmProperty> properties, out List<Node> values) 662private List<InternalTrees.SortKey> HandleSortKeys(List<InternalTrees.SortKey> keys) 664List<InternalTrees.SortKey> newSortKeys = new List<InternalTrees.SortKey>(); 690List<InternalTrees.SortKey> result = modified ? newSortKeys : keys; 699private Node CreateTVFProjection(Node unnestNode, List<Var> unnestOpTableColumns, TypeInfo unnestOpTableTypeInfo, out List<Var> newVars) 704List<Var> convertToFlattenedTypeVars = new List<Var>(); 705List<Node> convertToFlattenedTypeVarDefs = new List<Node>(); 776List<Node> newChildren = new List<Node>(); 786List<Node> newChiList; 817private void FlattenComputedVar(ComputedVar v, Node node, out List<Node> newNodes, out md.TypeUsage newType) 838List<Var> newVars = new List<Var>(); 839List<md.EdmProperty> newProps = new List<md.EdmProperty>(); 1160List<md.EdmProperty> properties = new List<System.Data.Metadata.Edm.EdmProperty>(); 1161List<md.EdmMember> keyProperties = new List<System.Data.Metadata.Edm.EdmMember>(); 1294List<InternalTrees.SortKey> newSortKeys = HandleSortKeys(op.Keys); 1345List<Node> newChildren = new List<Node>(); 1438List<Var> newVars; 1488List<ComputedVar> newComputedVars; 1518private Node FixupSetOpChild(Node setOpChild, VarMap varMap, List<ComputedVar> newComputedVars) 1532List<Node> varDefOpNodes = new List<Node>(); 1561private VarMap FlattenVarMap(VarMap varMap, out List<ComputedVar> newComputedVars) 1654List<Var> newVars = new List<Var>(); 1655List<md.EdmProperty> newProps = new List<md.EdmProperty>(); 1740List<Node> newArgs = new List<Node>(); 2008List<Node> children = new List<Node>(3); 2052List<md.EdmProperty> fieldTypes = new List<md.EdmProperty>(); 2053List<Node> fieldValues = new List<Node>(); 2065List<Node> caseChildren = new List<Node>(); 2140List<md.EdmProperty> properties1; 2141List<md.EdmProperty> properties2; 2142List<Node> values1; 2143List<Node> values2; 2212List<md.EdmProperty> properties = null; 2213List<Node> values = null; 2241List<InternalTrees.SortKey> newSortKeys = HandleSortKeys(op.Keys); 2292List<md.EdmProperty> inputFieldTypes; 2293List<Node> inputFieldValues; 2315List<md.EdmProperty> outputFieldTypes = new List<md.EdmProperty>(outputTypeInfo.FlattenedType.Properties); 2355List<md.EdmProperty> fieldTypes = new List<md.EdmProperty>(); 2356List<Node> fieldValues = new List<Node>(); 2443List<md.EdmProperty> inputFields; 2444List<Node> inputFieldValues; 2448List<md.EdmProperty> outputFields = new List<md.EdmProperty>(outputTypeInfo.FlattenedType.Properties); 2489private static void RemoveNullSentinel(TypeInfo inputTypeInfo, List<md.EdmProperty> inputFields, List<Node> inputFieldValues, List<md.EdmProperty> outputFields) 2537List<Node> newNodeChildren = new List<Node>(); 2601List<Node> children = new List<Node>(op.DiscriminatorMap.TypeMap.Count * 2 - 1); 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\PlanCompiler.cs (2)
168internal static void Compile(cqt.DbCommandTree ctree, out List<ProviderCommandInfo> providerCommands, out ColumnMap resultColumnMap, out int columnCount, out Common.Utils.Set<md.EntitySet> entitySets) 265private void Compile(out List<ProviderCommandInfo> providerCommands, out ColumnMap resultColumnMap, out int columnCount, out Common.Utils.Set<md.EntitySet> entitySets)
System\Data\Query\PlanCompiler\Predicate.cs (7)
58private List<Node> m_parts; 139List<VarVec> tableDefinitionList = new List<VarVec>(); 141List<Predicate> singleTablePredicateList; 157out List<Var> leftTableEquiJoinColumns, out List<Var> rightTableEquiJoinColumns, 290private void GetSingleTablePredicates(List<VarVec> tableDefinitions, 291out List<Predicate> singleTablePredicates, out Predicate otherPredicates)
System\Data\Query\PlanCompiler\PreProcessor.cs (33)
243private List<RelationshipSet> GetRelationshipSets(RelationshipType relType) 245List<RelationshipSet> relSets = new List<RelationshipSet>(); 272private List<EntitySet> GetEntitySets(TypeUsage entityType) 274List<EntitySet> sets = new List<EntitySet>(); 492List<RelationshipSet> relationshipSets = GetRelationshipSets(navigateOp.Relationship); 516List<Node> scanTableNodes = new List<Node>(); 517List<Var> scanTableVars = new List<Var>(); 626List<EntitySet> targetEntitySets = GetEntitySets(entityType); 634List<Node> scanTableNodes = new List<Node>(); 635List<Var> scanTableVars = new List<Var>(); 775List<RelationshipSet> relationshipSets, 800List<RelationshipSet> relationshipSets, 836private Node RewriteFromOneNavigationProperty(RelProperty relProperty, List<RelationshipSet> relationshipSets, Node sourceRefNode, out Var outputVar) 843List<Node> scanTableNodes = new List<Node>(relationshipSets.Count); 844List<Var> scanTableVars = new List<Var>(relationshipSets.Count); 905List<RelationshipSet> relationshipSets, 915List<Node> joinNodes = new List<Node>(relationshipSets.Count); 916List<Var> outputVars = new List<Var>(relationshipSets.Count * 2); 990List<RelationshipSet> relationshipSets = GetRelationshipSets(relProperty.Relationship); 1606List<Node> keyFields = new List<Node>(); 1607List<KeyValuePair<string, TypeUsage>> keyFieldTypes = new List<KeyValuePair<string, TypeUsage>>(); 1707List<RelProperty> relPropertyList, 1741List<RelProperty> relProperties; 1742List<Node> newChildren; 1777List<RelProperty> copiedRelPropList = new List<RelProperty>(op.RelationshipProperties); 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>(); 2001List<Node> caseArgNodes = new List<Node>(n.Children.Count * 2 + 1); 2040private bool AreAllConstantsOrNulls(List<Node> nodes)
System\Data\Query\PlanCompiler\ProjectionPruner.cs (3)
215List<Var> unreferencedVars = new List<Var>(); 298List<Node> newChildren = new List<Node>(); 532List<Node> constantKeys = varDefListNode.Children.Where(d => d.Op.OpType == OpType.VarDef
System\Data\Query\PlanCompiler\ProviderCommandInfoUtils.cs (1)
55List<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 (7)
43private readonly Dictionary<Node, List<Node>> m_nodeSubqueries = new Dictionary<Node, List<Node>>(); 61List<Node> nestedSubqueries; 148private Node AugmentWithSubqueries(Node input, List<Node> subqueries, bool inputFirst) 202List<Node> nestedSubqueries; 234List<Node> nestedSubqueries; 268List<Node> nestedSubqueries;
System\Data\Query\PlanCompiler\TransformationRules.cs (15)
631private static List<InternalTrees.Rule> allRules; 632private static List<InternalTrees.Rule> AllRules 655private static List<InternalTrees.Rule> postJoinEliminationRules; 656private static List<InternalTrees.Rule> PostJoinEliminationRules 673private static List<InternalTrees.Rule> nullabilityRules; 674private static List<InternalTrees.Rule> NullabilityRules 695List<InternalTrees.Rule>[] lookupTable = new List<InternalTrees.Rule>[(int)OpType.MaxMarker]; 699List<InternalTrees.Rule> opRules = lookupTable[(int)rule.RuleOpType]; 916List<Node> newNodeArgs = null; 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 (6)
57private List<TypeInfo> m_immediateSubTypes; // the list of children below this type in it's type hierarchy. 119internal List<TypeInfo> ImmediateSubTypes 391internal List<TypeInfo> GetTypeHierarchy() 393List<TypeInfo> result = new List<TypeInfo>(); 401private void GetTypeHierarchy(List<TypeInfo> result) 420private readonly List<PropertyRef> m_propertyRefList;
System\Data\Query\PlanCompiler\VarInfo.cs (15)
71internal virtual List<Var> NewVars { get { return null; } } 80private List<Var> m_newVars; // always a singleton list 104internal override List<Var> NewVars { get { return m_newVars; } } 115List<Var> m_newVars; 117List<md.EdmProperty> m_newProperties; 128internal StructuredVarInfo(md.RowType newType, List<Var> newVars, List<md.EdmProperty> newTypeProperties, bool newVarsIncludeNullSentinelVar) 155internal override List<Var> NewVars { get { return m_newVars; } } 162internal List<md.EdmProperty> Fields { get { return m_newProperties; } } 219private List<Var> m_newVars; // always a singleton list 249internal override List<Var> NewVars { get { return m_newVars; } } 275internal VarInfo CreateStructuredVarInfo(Var v, md.RowType newType, List<Var> newVars, List<md.EdmProperty> newProperties, bool newVarsIncludeNullSentinelVar) 289internal VarInfo CreateStructuredVarInfo(Var v, md.RowType newType, List<Var> newVars, List<md.EdmProperty> newProperties)
System\Data\Query\PlanCompiler\VarRefManager.cs (1)
189private static bool HasVarReferences(List<InternalTrees.SortKey> listToCheck, VarVec vars)
System\Data\Query\PlanCompiler\VarRemapper.cs (2)
189private void Map(List<InternalTrees.SortKey> sortKeys) 213List<InternalTrees.SortKey> newSortKeys = new List<SortKey>(sortKeys);
System\Data\SqlClient\SqlGen\DmlSqlGenerator.cs (5)
33internal static string GenerateUpdateSql(DbUpdateCommandTree tree, SqlVersion sqlVersion, out List<SqlParameter> parameters) 90internal static string GenerateDeleteSql(DbDeleteCommandTree tree, SqlVersion sqlVersion, out List<SqlParameter> parameters) 108internal static string GenerateInsertSql(DbInsertCommandTree tree, SqlVersion sqlVersion, out List<SqlParameter> parameters) 477private readonly List<SqlParameter> _parameters; 482internal List<SqlParameter> Parameters { get { return _parameters; } }
System\Data\SqlClient\SqlGen\JoinSymbol.cs (7)
42private List<Symbol> columnList; 43internal List<Symbol> ColumnList 56private List<Symbol> extentList; 57internal List<Symbol> ExtentList 62private List<Symbol> flattenedExtentList; 63internal List<Symbol> FlattenedExtentList 89public JoinSymbol(string name, TypeUsage type, List<Symbol> extents)
System\Data\SqlClient\SqlGen\Sql8ExpressionRewriter.cs (1)
424List<KeyValuePair<string, DbExpression>> projectColumns = new List<KeyValuePair<string, DbExpression>>(flattenedProperties.Count);
System\Data\SqlClient\SqlGen\SqlBuilder.cs (2)
29private List<object> _sqlFragments; 30private List<object> sqlFragments
System\Data\SqlClient\SqlGen\SqlGenerator.cs (15)
408internal static string GenerateSql(DbCommandTree tree, SqlVersion sqlVersion, out List<SqlParameter> parameters, out CommandType commandType, out HashSet<string> paramsToForceNonUnicode) 594List<DbExpressionBinding> inputs = new List<DbExpressionBinding>(); 1649List<DbExpressionBinding> inputs = new List<DbExpressionBinding>(2); 2477List<Symbol> inputColumns = AddDefaultColumns(input); 2754List<DbExpression> argumentList = new List<DbExpression>(); 2770private static void ExtractAssociativeArguments(DbExpressionKind expressionKind, List<DbExpression> argumentList, DbExpression expression) 3149List<Symbol> columns = AddDefaultColumns(sqlSelectStatement); 3154List<Symbol> extents = sqlSelectStatement.FromExtents; 3221List<Symbol> extents = new List<Symbol>(); 3392List<Symbol> columnList, Dictionary<string, Symbol> columnDictionary) 3521List<Symbol> columnList, Dictionary<string, Symbol> columnDictionary, string columnName) 3595private List<Symbol> AddDefaultColumns(SqlSelectStatement selectStatement) 3600List<Symbol> columnList = new List<Symbol>(); 3754List<Symbol> columns = AddDefaultColumns(oldStatement); 4126List<Symbol> defaultColumns = AddDefaultColumns(result);
System\Data\SqlClient\SqlGen\SqlSelectClauseBuilder.cs (1)
38private List<OptionalColumn> m_optionalColumns;
System\Data\SqlClient\SqlGen\SqlSelectStatement.cs (5)
72internal List<Symbol> AllJoinExtents 80private List<Symbol> fromExtents; 81internal List<Symbol> FromExtents 196List<string> outerExtentAliases = null; 221List<Symbol> extentList = this.AllJoinExtents ?? this.fromExtents;
System\Data\SqlClient\SqlGen\SymbolTable.cs (1)
38private List<Dictionary<string, Symbol>> symbols = new List<Dictionary<string, Symbol>>();
System\Data\SqlClient\SqlProviderManifest.cs (1)
176List<PrimitiveType> primitiveTypes = new List<PrimitiveType>(base.GetStoreTypes());
System\Data\SqlClient\SqlProviderServices.cs (2)
98List<SqlParameter> parameters; 991List<string> databaseNames = new List<string>();
System\Data\UpdateException.cs (1)
66List<ObjectStateEntry> list = new List<ObjectStateEntry>(stateEntries);
System.Data.Entity.Design (106)
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (3)
44public class ErrorsLookup : Dictionary<MetadataItem, List<EdmSchemaError>> { } 53internal static void WriteXml(XmlWriter writer, ItemCollection collection, string namespaceToWrite, ErrorsLookup errorsLookup, List<EdmType> commentedOutItems, string provider, string providerManifestToken, Version schemaVersion, params KeyValuePair<string, string>[] xmlPrefixToNamespaces) 398List<EdmSchemaError> errors;
System\Data\Entity\Design\Common\MetadataUtil.cs (1)
163List<string> elementStrings = new List<string>();
System\Data\Entity\Design\Common\OneToOneMappingSerializer.cs (4)
33internal List<CollapsedEntityAssociationSet> CollapsedEntityAssociationSets = new List<CollapsedEntityAssociationSet>(); 35internal List<Tuple<EdmFunction, EdmFunction>> StoreFunctionToFunctionImport = new List<Tuple<EdmFunction, EdmFunction>>(); 46private List<AssociationSet> _storeAssociationSets = new List<AssociationSet>(2); 70public List<AssociationSet> AssociationSets
System\Data\Entity\Design\EntityCodeGenerator.cs (3)
217List<string> additionalTempPaths = new List<string>(); 303List<EdmSchemaError> errorList = new List<EdmSchemaError>(); 325List<EdmSchemaError> errors = new List<EdmSchemaError>();
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (6)
324List<AssociationSet> storeAssociationSets = new List<AssociationSet>(); 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 (31)
44private List<EdmType> _invalidTypes; 103List<EntityStoreSchemaFilterEntry> filters = new List<EntityStoreSchemaFilterEntry>(); 363List<string> ssdlLocations = new List<string>(1); 371List<string> csdlLocations = new List<string>(1); 379List<string> mslLocations = new List<string>(1); 494List<MetadataProperty> properties = new List<MetadataProperty>(); 518List<FunctionDetailsReader.Memento> parameters = new List<FunctionDetailsReader.Memento>(); 541private void CreateEdmFunction(LoadMethodSessionState session, DbObjectKey functionKey, List<FunctionDetailsReader.Memento> parameters) 549List<EdmSchemaError> errors = new List<EdmSchemaError>(); 612List<EdmSchemaError> tvfReturnTypeErrors; 632List<FunctionParameter> functionParameters = new List<FunctionParameter>(); 731List<RelationshipDetailsRow> columns = new List<RelationshipDetailsRow>(); 755List<RelationshipDetailsRow> columns) 824List<EdmSchemaError> errors = new List<EdmSchemaError>(); 915List<RelationshipDetailsRow> columns, 938List<RelationshipDetailsRow> columns) 961List<RelationshipDetailsRow> columns) 1001List<RelationshipDetailsRow> columns, 1002List<EdmSchemaError> errors) 1099List<EdmSchemaError>/*errors*/> createType, 1103List<TableDetailsRow> singleTableColumns = new List<TableDetailsRow>(); 1104List<string> primaryKeys = new List<string>(); 1150List<EdmSchemaError> errors) 1167List<string> pKeys = new List<string>(columns.Count); 1277List<EdmSchemaError> errors) 1305List<EdmSchemaError> errors, 1311var members = new List<EdmProperty>(); 1466private bool InferKeyColumns(LoadMethodSessionState session, IList<TableDetailsRow> columns, List<string> pKeys, DbObjectKey tableKey, ref ICollection<string> primaryKeys) 1528List<MetadataProperty> properties = new List<MetadataProperty>(); 1582List<XmlReader> xmlReaders = new List<XmlReader>(); 1601List<KeyValuePair<string, DbExpression>> projectList = new List<KeyValuePair<string, DbExpression>>(entitySet.ElementType.Members.Count);
System\Data\Entity\Design\EntityStoreSchemaGenerator\EntityStoreSchemaGenerator.LoadMethodSessionState.cs (5)
24public List<AssociationType> AssociationTypes = new List<AssociationType>(); 34public List<EdmFunction> Functions = new List<EdmFunction>(); 54foreach (List<EdmSchemaError> errors in ItemToErrorsMap.Values) 198List<EdmSchemaError> list = errors as List<EdmSchemaError>;
System\Data\Entity\Design\EntityViewGeneration\EntityViewGenerator.cs (1)
311List<EdmSchemaError> errorList = new List<EdmSchemaError>();
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (4)
33private List<string> _knownSingluarWords; 34private List<string> _knownPluralWords; 61private List<string> _pronounList = 173private List<string> _knownConflictingPluralList =
System\Data\Entity\Design\SSDLGenerator\EntityStoreSchemaGeneratorDatabaseSchemaLoader.cs (1)
187internal static EntityCommand CreateFilteredCommand(EntityConnection connection, string sql, string orderByClause, EntityStoreSchemaFilterObjectTypes queryTypes, List<EntityStoreSchemaFilterEntry> filters, string[] filterAliases)
System\Data\EntityModel\Emitters\AttributeEmitter.cs (2)
157List<CodeAttributeDeclaration> additionalAttributes) 212List<CodeAttributeDeclaration> additionalAttributes)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (3)
45List<EdmSchemaError> _errors; 51public ClientApiGenerator(Schema sourceSchema, EdmItemCollection edmItemCollection, EntityClassGenerator generator, List<EdmSchemaError> errors) 286List<System.Data.EntityModel.SchemaObjectModel.SchemaType> schemaTypes =
System\Data\EntityModel\Emitters\EntityContainerEmitter.cs (3)
351List<CodeAttributeDeclaration> additionalAttributes = eventArgs.AdditionalAttributes; 369List<CodeStatement> additionalGetStatements = eventArgs.AdditionalGetStatements; 520List<CodeExpression> executeArguments = new List<CodeExpression>();
System\Data\EntityModel\Emitters\FixUpCollection.cs (4)
47private Dictionary<string,List<FixUp>> _classFixUps = null; 91List<FixUp> fixUps = null; 713private Dictionary<string,List<FixUp>> ClassFixUps 719_classFixUps = new Dictionary<string,List<FixUp>>();
System\Data\EntityModel\Emitters\NavigationPropertyEmitter.cs (2)
148List<CodeStatement> additionalSetStatements = eventArgs.AdditionalSetStatements; 254List<CodeStatement> additionalGetStatements = eventArgs.AdditionalGetStatements;
System\Data\EntityModel\Emitters\PropertyEmitter.cs (5)
189List<CodeAttributeDeclaration> additionalAttributes) 194private void EmitPropertyGetter(CodeMemberProperty memberProperty, List<CodeStatement> additionalGetStatements) 286private void EmitPropertySetter(CodeMemberProperty memberProperty, List<CodeStatement> additionalSetStatements) 303private void EmitPropertySetterBody(CodeStatementCollection statements, List<CodeStatement> additionalSetStatements) 469List<CodeExpression> parameters = new List<CodeExpression>();
System\Data\EntityModel\Emitters\SchemaTypeEmitter.cs (3)
70List<CodeAttributeDeclaration> additionalAttributes) 98List<Type> additionalInterfaces) 126List<CodeTypeMember> additionalMembers)
System\Data\EntityModel\Emitters\StructuredTypeEmitter.cs (2)
148List<EdmProperty> parameters = new List<EdmProperty>(properties.Count); 212List<CodeExpression> complexVerifyParameters = new List<CodeExpression>();
System\Data\EntityModel\Emitters\Utils.cs (3)
55private static List<KeyValuePair<string, Type>> _typeReservedNames = InitializeTypeReservedNames(); 60static List<KeyValuePair<string, Type>> InitializeTypeReservedNames() 95List<KeyValuePair<string, Type>> pairs = new List<KeyValuePair<string, Type>>();
System\Data\EntityModel\EntityClassGenerator.cs (8)
119List<EdmSchemaError> errors = new List<EdmSchemaError>(); 123List<MetadataArtifactLoader> loaders = new List<MetadataArtifactLoader>(); 191List<EdmSchemaError> errors = new List<EdmSchemaError>(); 214List<MetadataArtifactLoader> loaders = new List<MetadataArtifactLoader>(); 271List<MetadataArtifactLoader> loaders, 276List<EdmSchemaError> errors) 283List<XmlReader> readers = composite.GetReaders(readerSourceMap); 355private void ThrowOnAnyNonWarningErrors(List<EdmSchemaError> errors)
System\Data\EntityModel\PropertyGeneratedEventArgs.cs (6)
29private List<CodeStatement> _additionalGetStatements = new List<CodeStatement>(); 30private List<CodeStatement> _additionalSetStatements = new List<CodeStatement>(); 31private List<CodeAttributeDeclaration> _additionalAttributes = new List<CodeAttributeDeclaration>(); 105public List<CodeStatement> AdditionalGetStatements 116public List<CodeStatement> AdditionalSetStatements 127public List<CodeAttributeDeclaration> AdditionalAttributes
System\Data\EntityModel\TypeGeneratedEventArgs.cs (6)
28private List<Type> _additionalInterfaces = new List<Type>(); 29private List<CodeTypeMember> _additionalMembers = new List<CodeTypeMember>(); 30private List<CodeAttributeDeclaration> _additionalAttributes = new List<CodeAttributeDeclaration>(); 84public List<Type> AdditionalInterfaces 95public List<CodeTypeMember> AdditionalMembers 106public List<CodeAttributeDeclaration> AdditionalAttributes
System.Data.Linq (290)
ChangeConflicts.cs (3)
16private List<ObjectChangeConflict> conflicts; 116internal void Fill(List<ObjectChangeConflict> conflictList) { 301var list = new List<MemberChangeConflict>();
ChangeDirector.cs (8)
49List<KeyValuePair<TrackedObject, object[]>> syncRollbackItems; 56private List<KeyValuePair<TrackedObject, object[]>> SyncRollbackItems { 234List<MetaDataMember> membersToSync = GetAutoSyncMembers(mt, UpdateType.Insert); 250private Expression CreateAutoSync(List<MetaDataMember> membersToSync, Expression source) { 260private static List<MetaDataMember> GetAutoSyncMembers(MetaType metaType, UpdateType updateType) { 261List<MetaDataMember> membersToSync = new List<MetaDataMember>(); 289List<MetaDataMember> membersToSync = GetAutoSyncMembers(item.Type, updateType); 331List<MetaDataMember> membersToSync = GetAutoSyncMembers(rowType, UpdateType.Update);
ChangeProcessor.cs (23)
60var list = this.GetOrderedList(); 66List<ObjectChangeConflict> conflicts = new List<ObjectChangeConflict>(); 67List<TrackedObject> deletedItems = new List<TrackedObject>(); 68List<TrackedObject> insertedItems = new List<TrackedObject>(); 69List<TrackedObject> syncDependentItems = new List<TrackedObject>(); 138private void PostProcessUpdates(List<TrackedObject> insertedItems, List<TrackedObject> deletedItems) { 309List<object> newEntities = new List<object>(); 310List<object> deletedEntities = new List<object>(); 311List<object> changedEntities = new List<object>(); 368List<TrackedObject> items = new List<TrackedObject>(this.tracker.GetInterestingObjects()); 462List<TrackedObject> items = new List<TrackedObject>(this.tracker.GetInterestingObjects()); 542List<TrackedObject> list = new List<TrackedObject>(this.tracker.GetInterestingObjects()); 574private List<TrackedObject> GetOrderedList() { 575var objects = this.tracker.GetInterestingObjects().ToList(); 578var range = Enumerable.Range(0, objects.Count).ToList(); 580var ordered = range.Select(i => objects[i]).ToList(); 584var list = new List<TrackedObject>(); 644private void BuildDependencyOrderedList(TrackedObject item, List<TrackedObject> list, Dictionary<TrackedObject, VisitState> visited) { 732Dictionary<TrackedObject, List<TrackedObject>> references; 735this.references = new Dictionary<TrackedObject, List<TrackedObject>>(); 739List<TrackedObject> refs; 750List<TrackedObject> refs;
ChangeTracker.cs (1)
194List<StandardTrackedObject> list = new List<StandardTrackedObject>((IEnumerable<StandardTrackedObject>)this.items.Values);
DataBindingList.cs (1)
13List<T> list = sequence.ToList();
DataContext.cs (8)
601var list = entities.Cast<object>().ToList(); 811List<Expression> args = new List<Expression>(parameters.Length); 1265List<TSubEntity> list = entities.ToList(); 1278List<object> list = entities.Cast<object>().ToList(); 1351List<TSubEntity> list = entities.ToList(); 1364List<object> list = entities.Cast<object>().ToList(); 1544List<TSubEntity> list = entities.ToList(); 1557List<object> list = entities.Cast<object>().ToList();
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 (3)
758List<MetaType> dTypes = new List<MetaType>(); 896List<MetaType> rowTypes = new List<MetaType>(); 914List<MetaParameter> mps = new List<MetaParameter>(pis.Length);
Mapping\MappedMetaModel.cs (5)
635List<MetaDataMember> dMembers = new List<MetaDataMember>(); 832List<MetaType> dTypes = new List<MetaType>(); 1357List<MetaType> rowTypes = new List<MetaType>(); 1378List<MetaParameter> mps = new List<MetaParameter>(pis.Length); 1664List<MetaDataMember> dMembers = new List<MetaDataMember>();
Mapping\MappingSource.cs (1)
308List<string> attrList = new List<string>(validAttributes);
parent\DbmlShared\Mapping.cs (12)
17List<TableMapping> tables; 18List<FunctionMapping> functions; 35internal List<TableMapping> Tables { 39internal List<FunctionMapping> Functions { 151List<ParameterMapping> parameters; 152List<TypeMapping> types; 180internal List<ParameterMapping> Parameters { 184internal List<TypeMapping> Types { 249List<MemberMapping> members; 252List<TypeMapping> derivedTypes; 269internal List<MemberMapping> Members { 288internal List<TypeMapping> DerivedTypes {
SortableBindingList.cs (1)
49((List<T>)this.Items).Sort(new PropertyComparer(prop, direction));
SqlClient\Common\SqlFactory.cs (6)
324internal SqlRowNumber RowNumber(List<SqlOrderExpression> orderBy, Expression sourceExpression) { 441internal SqlExpression Case(Type clrType, SqlExpression discriminator, List<SqlExpression> matches, List<SqlExpression> values, Expression sourceExpression) { 450List<SqlClientWhen> whens = new List<SqlClientWhen>(); 457List<SqlWhen> whens = new List<SqlWhen>(); 547clrType = typeof(List<>).MakeGenericType(select.Selection.ClrType);
SqlClient\Common\SqlNode.cs (51)
278private List<SqlExpression> groupBy; 280private List<SqlOrderExpression> orderBy; 342internal List<SqlExpression> GroupBy { 356internal List<SqlOrderExpression> OrderBy { 382private List<SqlColumn> columns; 400internal List<SqlColumn> Columns { 425private List<SqlExpression> args; 426private List<SqlUserColumn> columns; 456internal List<SqlExpression> Arguments { 460internal List<SqlUserColumn> Columns { 869private List<SqlOrderExpression> orderBy; 871internal List<SqlOrderExpression> OrderBy { 875internal SqlRowNumber(Type clrType, ProviderType sqlType, List<SqlOrderExpression> orderByList, Expression sourceExpression) 1032private List<SqlExpression> values; 1049internal List<SqlExpression> Values { 1149private List<SqlWhen> whens; 1162internal List<SqlWhen> Whens { 1194private List<SqlWhen> whens = new List<SqlWhen>(); 1217internal List<SqlWhen> Whens { 1238private List<SqlClientWhen> whens = new List<SqlClientWhen>(); 1261internal List<SqlClientWhen> Whens { 1317private List<SqlTypeCaseWhen> whens = new List<SqlTypeCaseWhen>(); 1343internal List<SqlTypeCaseWhen> Whens { 1578private List<SqlColumn> columns; 1585internal List<SqlColumn> Columns { 1663private List<SqlExpression> args; 1664private List<MemberInfo> argMembers; 1665private List<SqlMemberAssign> members; 1697internal List<SqlExpression> Args { 1701internal List<MemberInfo> ArgMembers { 1705internal List<SqlMemberAssign> Members { 1730private List<SqlExpression> arguments; 1758internal List<SqlExpression> Arguments { 1776private List<SqlExpression> expressions; 1785internal List<SqlExpression> Expressions { 1794private List<SqlExpression> keyExpressions; 1829internal List<SqlExpression> KeyExpressions { 1839private List<SqlExpression> expressions; 1846internal List<SqlExpression> Expressions { 1896private List<SqlExpression> arguments; 1897private List<SqlParameter> parameters; 1916internal List<SqlExpression> Arguments { 1920internal List<SqlParameter> Parameters { 1963private List<SqlAssign> assignments; 1980internal List<SqlAssign> Assignments { 2054private List<SqlStatement> statements; 2061internal List<SqlStatement> Statements { 2151private List<SqlExpression> arguments; 2167internal List<SqlExpression> Arguments { 2178private List<SqlColumn> columns; 2190internal List<SqlColumn> Columns {
SqlClient\Common\SqlNodeAnnotations.cs (5)
11Dictionary<SqlNode, List<SqlNodeAnnotation>> annotationMap = new Dictionary<SqlNode, List<SqlNodeAnnotation>>(); 18List<SqlNodeAnnotation> list = null; 33internal List<SqlNodeAnnotation> Get(SqlNode node) { 34List<SqlNodeAnnotation> list = null;
SqlClient\Query\Funcletizer.cs (3)
300List<Expression> list = null; 344List<MemberBinding> list = null; 364List<ElementInit> list = null;
SqlClient\Query\MethodCallConverter.cs (2)
224List<SqlExpression> exprs = null; 315List<SqlWhen> whens = new List<SqlWhen>(1);
SqlClient\Query\QueryConverter.cs (13)
809List<SqlWhen> whens = new List<SqlWhen>(1); 895List<MemberInfo> result = new List<MemberInfo>(); 1162List<SqlExpression> sqlParams = GetFunctionParameters(mce, function); 1184List<SqlExpression> sqlParams = GetFunctionParameters(mce, function); 1216private List<SqlExpression> GetFunctionParameters(MethodCallExpression mce, MetaFunction function) { 1217List<SqlExpression> sqlParams = new List<SqlExpression>(mce.Arguments.Count); 1383List<SqlWhen> whens = new List<SqlWhen>(1); 1788List<SqlExpression> list = values.OfType<object>().Select(v => sql.ValueFromObject(v, elemType, true, this.dominatingExpression)).ToList(); 1798private SqlExpression GenerateInExpression(SqlExpression expr, List<SqlExpression> list) { 2007List<SqlExpression> sqlParams = this.GetFunctionParameters(mc, function); 2410List<SqlMemberAssign> bindings = new List<SqlMemberAssign>(); 2584List<SqlAssign> assignments = new List<SqlAssign>(); 2712List<MemberInfo> IdentityMembers;
SqlClient\Query\SqlBinder.cs (18)
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>(); 751List<SqlWhen> whens = new List<SqlWhen>(sc.Whens.Count); 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>(); 1565private SqlSelect SimulateCaseOfSequences(SqlClientCase clientCase, List<SqlNode> sequences) {
SqlClient\Query\SqlCaseSimplifier.cs (5)
76List<SqlExpression> values = new List<SqlExpression>(); 77List<SqlExpression> matches = new List<SqlExpression>(); 103List<SqlWhen> newWhens = new List<SqlWhen>(); 175private SqlExpression TryToWriteAsSimpleBooleanExpression(Type caseType, SqlExpression discriminator, List<SqlWhen> newWhens, bool allValuesLiteral) { 225private SqlExpression TryToWriteAsReducedCase(Type caseType, SqlExpression discriminator, List<SqlWhen> newWhens, SqlExpression elseCandidate, int originalWhenCount) {
SqlClient\Query\SqlDuplicator.cs (7)
78List<SqlOrderExpression> orderBy = new List<SqlOrderExpression>(); 114List<SqlTypeCaseWhen> whens = new List<SqlTypeCaseWhen>(); 207List<SqlExpression> gex = null; 215List<SqlOrderExpression> lex = null; 252List<SqlExpression> args = new List<SqlExpression>(suq.Arguments.Count); 269List<SqlExpression> args = new List<SqlExpression>(spc.Arguments.Count); 298List<SqlAssign> assignments = new List<SqlAssign>(su.Assignments.Count);
SqlClient\Query\SqlExpander.cs (19)
87List<SqlExpression> exprs = new List<SqlExpression>(2); 94private void GatherUnionExpressions(SqlNode node, List<SqlExpression> exprs) { 117private SqlExpression ExpandTogether(List<SqlExpression> exprs) { 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>(); 287List<SqlExpression> hvals = new List<SqlExpression>(exprs.Count); 288List<SqlExpression> vals = new List<SqlExpression>(exprs.Count); 303List<SqlExpression> values = new List<SqlExpression>(exprs.Count); 315List<SqlExpression> foos = new List<SqlExpression>(exprs.Count); 340private SqlExpression ExpandIntoExprSet(List<SqlExpression> exprs) {
SqlClient\Query\SqlFlattener.cs (4)
173private void FlattenGroupBy(List<SqlExpression> exprs) { 174List<SqlExpression> list = new List<SqlExpression>(exprs.Count); 185private void FlattenGroupByExpression(List<SqlExpression> exprs, SqlExpression expr) { 241private void FlattenOrderBy(List<SqlOrderExpression> exprs) {
SqlClient\Query\SqlFormatter.cs (2)
26List<string> results = new List<string>(block.Statements.Count); 52internal List<SqlSource> suppressedAliases = new List<SqlSource>();
SqlClient\Query\SqlLiftIndependentRowExpressions.cs (6)
30internal Stack<List<SqlColumn>> Lifted = new Stack<List<SqlColumn>>(); 54List<SqlColumn> keep = new List<SqlColumn>(); 55List<SqlColumn> lift = new List<SqlColumn>(); 100foreach (List<SqlColumn> cols in expressionSink.Lifted) { 109private SqlSource PushSourceDown(SqlSource sqlSource, List<SqlColumn> cols) {
SqlClient\Query\SqlMethodCallConverter.cs (7)
676List<SqlExpression> matches = new List<SqlExpression>(); 677List<SqlExpression> values = new List<SqlExpression>(); 1450List<SqlExpression> exprs = null; 1491private SqlExpression CreateFunctionCallStatic1(Type type, string functionName, List<SqlExpression> arguments, Expression source) { 1495private SqlExpression CreateFunctionCallStatic2(Type type, string functionName, List<SqlExpression> arguments, Expression source) { 2438List<SqlExpression> matchesList = new List<SqlExpression>(); 2439List<SqlExpression> valuesList = new List<SqlExpression>();
SqlClient\Query\SqlMultiplexer.cs (4)
214List<SqlExpression> externals; 215List<SqlParameter> parameters; 217internal Visitor(List<SqlExpression> externals, List<SqlParameter> parameters)
SqlClient\Query\SqlNamer.cs (1)
112private bool IsUniqueName(List<SqlColumn> columns, ICollection<string> reservedNames, SqlColumn c, string name) {
SqlClient\Query\SqlOuterApplyReducer.cs (20)
42List<List<SqlColumn>> liftedSelections = SqlSelectionLifter.Lift(join.Right, leftProducedAliases, liftedExpressions); 48foreach(List<SqlColumn> selection in liftedSelections) { 90List<List<SqlColumn>> liftedSelections = SqlSelectionLifter.Lift(leftOuter.Right, leftProducedAliases, liftedExpressions); 96foreach(List<SqlColumn> selection in liftedSelections.Where(s => s.Count > 0)) { 117List<List<SqlColumn>> liftedSelections = new List<List<SqlColumn>>(); 123foreach(List<SqlColumn> selection in liftedSelections) { 149private SqlSource PushSourceDown(SqlSource sqlSource, List<SqlColumn> cols) { 180private void GetSelectionsBeforeJoin(SqlSource source, List<List<SqlColumn>> selections) { 390internal static List<List<SqlColumn>> Lift(SqlSource source, HashSet<SqlAlias> aliasesForLifting, HashSet<SqlExpression> liftedExpressions) { 400internal List<List<SqlColumn>> lifted; 413this.lifted = new List<List<SqlColumn>>(); 436List<SqlColumn> lift = null; 437List<SqlColumn> keep = null;
SqlClient\Query\SqlParameterizer.cs (4)
70private List<SqlParameterInfo> ParameterizeInternal(SqlNode node) { 81List<ReadOnlyCollection<SqlParameterInfo>> list = new List<ReadOnlyCollection<SqlParameterInfo>>(); 84List<SqlParameterInfo> parameters = this.ParameterizeInternal(statement); 100internal List<SqlParameterInfo> currentParams;
SqlClient\Query\SqlRemoveConstantOrderBy.cs (1)
24List<SqlOrderExpression> orders = select.OrderBy;
SqlClient\Query\SqlReorderer.cs (15)
31List<SqlOrderExpression> orders; 32List<SqlOrderExpression> rowNumberOrders; 45List<SqlOrderExpression> save = this.orders; 58private List<SqlOrderExpression> Orders { 70List<SqlOrderExpression> leftOrders = this.orders; 93List<SqlOrderExpression> list = new List<SqlOrderExpression>(); 101List<SqlColumn> columns; 157List<SqlOrderExpression> save = this.orders; 210List<SqlOrderExpression> orderBy = new List<SqlOrderExpression>(); 211List<SqlOrderExpression> existingOrders = new List<SqlOrderExpression>(); 235List<SqlColumn> columns = SqlGatherColumnsProduced.GatherColumns(this.currentSelect.From); 270static internal List<SqlColumn> GatherColumns(SqlSource source) { 271List<SqlColumn> columns = new List<SqlColumn>(); 276List<SqlColumn> columns; 277internal Visitor(List<SqlColumn> columns) {
SqlClient\Query\SqlRetyper.cs (1)
114var newValues = new System.Collections.Generic.List<SqlExpression>(sin.Values.Count);
SqlClient\Query\SqlSupersetValidator.cs (1)
12List<SqlVisitor> validators = new List<SqlVisitor>();
SqlClient\Query\Translator.cs (12)
47List<MetaType> mappedTypes = new List<MetaType>(rowType.InheritanceTypes); 48List<SqlTypeCaseWhen> whens = new List<SqlTypeCaseWhen>(); 89List<SqlMemberAssign> bindings = new List<SqlMemberAssign>(); 132List<SqlExpression> exprs = new List<SqlExpression>(); 217List<Expression> values = new List<Expression>(); 241internal SqlNode TranslateLink(SqlLink link, List<SqlExpression> keyExpressions, bool asExpression) { 338List<SqlExpression> exprs1; 339List<SqlExpression> exprs2; 454List<SqlExpression> exprs = link.KeyExpressions; 511private List<SqlExpression> GetIdentityExpressions(MetaType type, SqlExpression expr) { 512List<MetaDataMember> members = GetIdentityMembers(type).ToList(); 514List<SqlExpression> exprs = new List<SqlExpression>(members.Count);
SqlClient\Reader\ObjectReaderCompiler.cs (9)
671List<object> globals; 672List<NamedColumn> namedColumns; 1459Type resultType = typeof(List<>).MakeGenericType(clientElementType); 1469Type listType = typeof(List<>).MakeGenericType(joinElementType); 1734expectedType.IsAssignableFrom(typeof(List<>).MakeGenericType(elemType)) 1737Type listType = typeof(List<>).MakeGenericType(elemType); 2730List<DbDataReader> buffer; 2987List<T> values; 2989this.values = results as List<T>;
SqlClient\SqlBuilder.cs (1)
39List<string> parts = new List<string>(SqlIdentifier.GetCompoundIdentifierParts(table.TableName));
SqlClient\SqlConnectionManager.cs (1)
25private List<IConnectionUser> users;
SqlClient\SqlProvider.cs (2)
948List<ICompiledSubQuery> subQueries; 1760List<SqlParameterInfo> spis = new List<SqlParameterInfo>(this.queryInfo.Parameters);
Types.cs (1)
272List<TEntity> removeList = new List<TEntity>(entities.Items);
System.Data.Services (134)
parent\Client\System\Data\Services\Client\ALinq\ALinqExpressionVisitor.cs (3)
346List<Expression> list = null; 429List<MemberBinding> list = null; 464List<ElementInit> list = null;
System\Data\Services\Caching\MetadataCacheItem.cs (6)
38private readonly Dictionary<ResourceType, List<ResourceType>> childTypesCache; 69private Dictionary<string, List<ResourceProperty>> resourcePropertyCache; 86this.childTypesCache = new Dictionary<ResourceType, List<ResourceType>>(ReferenceEqualityComparer<ResourceType>.Instance); 94this.resourcePropertyCache = new Dictionary<string, List<ResourceProperty>>(EqualityComparer<string>.Default); 158internal Dictionary<string, List<ResourceProperty>> ResourcePropertyCache 188internal Dictionary<ResourceType, List<ResourceType>> ChildTypesCache
System\Data\Services\DataService.cs (3)
2114private List<RequestDescription> batchRequestDescription = new List<RequestDescription>(); 2117private List<DataServiceOperationContext> batchOperationContexts = new List<DataServiceOperationContext>(); 2655List<DataServiceOperationContext> changesetOperationContexts,
System\Data\Services\DataServiceConfiguration.cs (7)
91private List<Type> knownTypes; 109private Dictionary<string, List<MethodInfo>> readAuthorizationMethods; 116private Dictionary<string, List<MethodInfo>> writeAuthorizationMethods; 149this.readAuthorizationMethods = new Dictionary<string, List<MethodInfo>>(EqualityComparer<string>.Default); 150this.writeAuthorizationMethods = new Dictionary<string, List<MethodInfo>>(EqualityComparer<string>.Default); 780List<MethodInfo> methods; 798List<MethodInfo> methods;
System\Data\Services\Epm\EpmContentDeSerializer.cs (2)
96private List<EpmAppliedProperty> properties; 99private List<EpmPropertyToTypeMappingElement> propertyToTypeNameMap;
System\Data\Services\Epm\EpmContentSerializer.cs (1)
324private List<EpmNullValuedPropertyNode> children;
System\Data\Services\Epm\EpmSourcePathSegment.cs (2)
28private List<EpmSourcePathSegment> subProperties; 54internal List<EpmSourcePathSegment> SubProperties
System\Data\Services\Epm\EpmTargetPathSegment.cs (2)
36private List<EpmTargetPathSegment> subSegments; 128internal List<EpmTargetPathSegment> SubSegments
System\Data\Services\Epm\EpmTargetTree.cs (1)
150List<EpmTargetPathSegment> activeSubSegments = currentSegment.SubSegments;
System\Data\Services\HttpProcessUtility.cs (2)
256List<CharsetPart> parts = new List<CharsetPart>(AcceptCharsetParts(acceptCharset)); 634List<MediaType> mediaTypes = new List<MediaType>();
System\Data\Services\Internal\NeedSkipTokenVisitor.cs (1)
105List<ResourceProperty> resourceProperties = new List<ResourceProperty>();
System\Data\Services\KeyInstance.cs (3)
34private readonly List<object> positionalValues; 47private KeyInstance(Dictionary<string, object> namedValues, List<object> positionalValues) 201List<object> positionalValues = null;
System\Data\Services\Parsing\FunctionDescription.cs (1)
282List<FunctionDescription> castSignatures = new List<FunctionDescription>(primitiveTypes.Length + 4);
System\Data\Services\Parsing\RequestQueryParser.cs (8)
310List<OrderingExpression> orderings = new List<OrderingExpression>(); 486List<Type> types = new List<Type>(); 509private static void AddInterface(List<Type> types, Type type) 529List<MethodData> result = new List<MethodData>(); 2147List<Expression> argList = new List<Expression>(); 2185List<FunctionDescription> applicableFunctions = new List<FunctionDescription>(functions.Length); 2186List<Expression[]> applicablePromotedArguments = new List<Expression[]>(functions.Length); 2364List<MethodData> result = new List<MethodData>();
System\Data\Services\Providers\BaseServiceProvider.cs (5)
193private Dictionary<ResourceType, List<ResourceType>> ChildTypesCache 379List<ResourceType> childTypes = this.ChildTypesCache[resourceType]; 641IDictionary<ResourceType, List<ResourceType>> childTypes, 651protected abstract void PopulateMetadataForUserSpecifiedTypes(IEnumerable<Type> userSpecifiedTypes, IDictionary<Type, ResourceType> knownTypes, IDictionary<ResourceType, List<ResourceType>> childTypes, IEnumerable<ResourceSet> entitySets); 661protected abstract ResourceType PopulateMetadataForType(Type type, IDictionary<Type, ResourceType> knownTypes, IDictionary<ResourceType, List<ResourceType>> childTypes, IEnumerable<ResourceSet> entitySets);
System\Data\Services\Providers\BasicExpandProvider.cs (3)
591private List<ExpandNode> children; 634private List<ResourceType> resourceTypes; 664private List<ProjectedProperty> projectedProperties;
System\Data\Services\Providers\DataServiceProviderWrapper.cs (2)
369private Dictionary<string, List<ResourceProperty>> ResourcePropertyCache 831List<ResourceProperty> properties;
System\Data\Services\Providers\ExpandedProjectionNode.cs (3)
60private List<ProjectionNode> nodes; 367List<ProjectionNode> existingNodes = this.nodes; 385List<ProjectionNode> openPropertyProjectionNodes =
System\Data\Services\Providers\ObjectContextServiceProvider.cs (20)
56private List<StructuralType> typesWithoutOSpaceMetadata; 732List<ResourceProperty> etagProperties = new List<ResourceProperty>(); 843IDictionary<ResourceType, List<ResourceType>> childTypes, 926IDictionary<ResourceType, List<ResourceType>> childTypes, 957IDictionary<ResourceType, List<ResourceType>> childTypes, 1232private static string JoinIdentifiers(List<string> segments) 1267private static T VisitDottedExpandPaths<T>(ExpandedProjectionNode expandedNode, Func<T, string, T> action, T state, List<string> pathSegments) 1307IDictionary<ResourceType, List<ResourceType>> childTypes) 1344IDictionary<ResourceType, List<ResourceType>> childTypes) 1978List<EntitySet> entitySets; 1987List<AssociationSet> associationSets; 2489private List<EntityContainer> entityContainers = new List<EntityContainer>(); 2495private Dictionary<EntityContainer, List<EntitySet>> entitySets = new Dictionary<EntityContainer, List<EntitySet>>(EqualityComparer<EntityContainer>.Default); 2498private Dictionary<EntityContainer, List<AssociationSet>> associationSets = new Dictionary<EntityContainer, List<AssociationSet>>(EqualityComparer<EntityContainer>.Default); 2559internal Dictionary<EntityContainer, List<EntitySet>> EntitySets 2565internal Dictionary<EntityContainer, List<AssociationSet>> AssociationSets 2648List<EntitySet> entitySetInContainer; 2655List<AssociationSet> associationSetInContainer;
System\Data\Services\Providers\OrderingInfo.cs (1)
31private readonly List<OrderingExpression> orderingExpressions;
System\Data\Services\Providers\ReflectionServiceProvider.cs (13)
243IDictionary<ResourceType, List<ResourceType>> childTypes, 249List<string> propertiesToBeIgnored = new List<string>( 342IDictionary<ResourceType, List<ResourceType>> childTypes, 374IDictionary<ResourceType, List<ResourceType>> childTypes, 466IDictionary<ResourceType, List<ResourceType>> childTypes, 497IDictionary<ResourceType, List<ResourceType>> childTypes, 501List<Type> ancestors = new List<Type>(); 594IDictionary<ResourceType, List<ResourceType>> childTypes, 785IDictionary<ResourceType, List<ResourceType>> childTypes, 834IDictionary<ResourceType, List<ResourceType>> childTypes, 843List<ResourceType> rootTypes = new List<ResourceType>(); 855List<Type> derivedTypes = new List<Type>(); 948IDictionary<ResourceType, List<ResourceType>> childTypes)
System\Data\Services\Providers\ResourceType.cs (6)
321List<ResourceProperty> key = rootType.Properties.Where(p => p.IsOfKind(ResourcePropertyKind.Key)).ToList(); 1018List<ResourceProperty> allProps = new List<ResourceProperty>(); 1282private List<EntityPropertyMappingAttribute> inheritedEpmInfo; 1285private List<EntityPropertyMappingAttribute> ownEpmInfo; 1316internal List<EntityPropertyMappingAttribute> InheritedEpmInfo 1330internal List<EntityPropertyMappingAttribute> OwnEpmInfo
System\Data\Services\Providers\RootProjectionNode.cs (3)
33private readonly List<ExpandSegmentCollection> expandPaths; 59List<ExpandSegmentCollection> expandPaths, 96internal List<ExpandSegmentCollection> ExpandPaths
System\Data\Services\RequestQueryProcessor.cs (16)
61private List<ExpandSegmentCollection> expandPaths; 64private List<List<string>> expandPathsAsText; 316private static List<List<string>> ReadExpandOrSelect(string value, bool select) 320List<List<string>> result = new List<List<string>>(); 321List<string> currentPath = null; 401List<string> path = this.expandPathsAsText[i]; 578this.expandPathsAsText = new List<List<string>>(); 589private void ApplyProjectionsToExpandTree(List<List<string>> selectPathsAsText) 593List<string> path = selectPathsAsText[i]; 694List<List<string>> selectPathsAsText;
System\Data\Services\Serializers\Deserializer.cs (1)
1051List<byte[]> byteData = new List<byte[]>();
System\Data\Services\Serializers\DictionaryContent.cs (3)
32private List<object> valueContents; 35private List<string> valueNames; 38private List<string> valueTypes;
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 (2)
524private List<String> orderedKeys; 551public List<String> OrderedKeys
System\Data\Services\Serializers\Serializer.cs (11)
64private List<ResourceSetWrapper> segmentContainers; 67private List<string> segmentNames; 70private List<int> segmentResultCounts; 600this.segmentNames = (List<string>)savedLists[0]; 601this.segmentContainers = (List<ResourceSetWrapper>)savedLists[1]; 602this.segmentResultCounts = (List<int>)savedLists[2]; 639List<ExpandSegment> expandPath = this.requestDescription.RootProjectionNode.ExpandPaths[i]; 787private static void AppendProjectionOrExpansionPath(StringBuilder pathsBuilder, List<string> parentPathSegments, string lastPathSegment) 914List<string> parentPathSegments, 926List<ExpandedProjectionNode> expandedChildrenNeededToBeProjected = new List<ExpandedProjectionNode>(); 1004List<string> pathSegments = new List<string>();
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
762List<ResourcePropertyInfo> navProperties = null;
System.Data.Services.Client (83)
parent\Server\System\Data\Services\Epm\EpmSourcePathSegment.cs (2)
28private List<EpmSourcePathSegment> subProperties; 54internal List<EpmSourcePathSegment> SubProperties
parent\Server\System\Data\Services\Epm\EpmTargetPathSegment.cs (2)
36private List<EpmTargetPathSegment> subSegments; 128internal List<EpmTargetPathSegment> SubSegments
parent\Server\System\Data\Services\Epm\EpmTargetTree.cs (1)
150List<EpmTargetPathSegment> activeSubSegments = currentSegment.SubSegments;
System\Data\Services\Client\ALinq\ALinqExpressionVisitor.cs (3)
346List<Expression> list = null; 429List<MemberBinding> list = null; 464List<ElementInit> list = null;
System\Data\Services\Client\ALinq\ExpressionNormalizer.cs (1)
399List<Expression> normalizedArguments = new List<Expression>(callExpression.Arguments);
System\Data\Services\Client\ALinq\InputBinder.cs (1)
78internal static Expression Bind(Expression e, ResourceExpression currentInput, ParameterExpression inputParameter, List<ResourceExpression> referencedInputs)
System\Data\Services\Client\ALinq\NavigationPropertySingletonExpression.cs (1)
47internal NavigationPropertySingletonExpression(Type type, Expression source, Expression memberExpression, Type resourceType, List<string> expandPaths, CountOption countOption, Dictionary<ConstantExpression, ConstantExpression> customQueryOptions, ProjectionQueryOptionExpression projection)
System\Data\Services\Client\ALinq\OrderByQueryOptionExpression.cs (3)
23private List<Selector> selectors; 30internal OrderByQueryOptionExpression(Type type, List<Selector> selectors) 39internal List<Selector> Selectors
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)
158if (typeof(List<>).MakeGenericType(elementType).IsAssignableFrom(e.Type) ||
System\Data\Services\Client\ALinq\ProjectionQueryOptionExpression.cs (3)
34private readonly List<string> paths; 44internal ProjectionQueryOptionExpression(Type type, LambdaExpression lambda, List<string> paths) 71internal List<string> Paths
System\Data\Services\Client\ALinq\ResourceBinder.cs (22)
156List<Expression> conjuncts = new List<Expression>(); 159Dictionary<ResourceSetExpression, List<Expression>> predicatesByTarget = new Dictionary<ResourceSetExpression, List<Expression>>(ReferenceEqualityComparer<ResourceSetExpression>.Instance); 160List<ResourceExpression> referencedInputs = new List<ResourceExpression>(); 177List<Expression> targetPredicates = null; 189List<Expression> inputPredicates; 199foreach (KeyValuePair<ResourceSetExpression, List<Expression>> predicates in predicatesByTarget) 202List<Expression> clauses = predicates.Value; 353List<Expression> predicates, 360List<Expression> nonKeyPredicates = null; 395var properties = PatternRules.GetKeyProperties(target.CreateReference().Type); 446private static void AddConjuncts(Expression e, List<Expression> conjuncts) 515List<ResourceExpression> referencedExpressions = new List<ResourceExpression>(); 669List<ResourceExpression> referencedInputs = new List<ResourceExpression>(); 753List<OrderByQueryOptionExpression.Selector> selectors; 1064List<ResourceExpression> referencedInputs = new List<ResourceExpression>(); 1406internal static bool MatchPropertyAccess(Expression e, out MemberExpression member, out Expression instance, out List<string> propertyPath) 1522internal static List<PropertyInfo> GetKeyProperties(Type type) 1526var result = new List<PropertyInfo>(); 1649List<string> refPath; 1790List<ResourceExpression> referencedInputs = new List<ResourceExpression>(); 1862List<string> propertyNames;
System\Data\Services\Client\ALinq\ResourceExpression.cs (3)
51private List<string> expandPaths; 72internal ResourceExpression(Expression source, ExpressionType nodeType, Type type, List<string> expandPaths, CountOption countOption, Dictionary<ConstantExpression, ConstantExpression> customQueryOptions, ProjectionQueryOptionExpression projection) 101internal virtual List<string> ExpandPaths
System\Data\Services\Client\ALinq\ResourceSetExpression.cs (2)
44private List<QueryOptionExpression> sequenceQueryOptions; 61internal ResourceSetExpression(Type type, Expression source, Expression memberExpression, Type resourceType, List<string> expandPaths, CountOption countOption, Dictionary<ConstantExpression, ConstantExpression> customQueryOptions, ProjectionQueryOptionExpression projection)
System\Data\Services\Client\ALinq\UriWriter.cs (4)
451internal void VisitExpandOptions(List<string> paths) 475internal void VisitProjectionPaths(List<string> paths) 517List<ConstantExpression> keys = options.Keys.ToList(); 518List<ConstantExpression> values = options.Values.ToList();
System\Data\Services\Client\AtomContentProperty.cs (1)
75public List<AtomContentProperty> Properties
System\Data\Services\Client\AtomEntry.cs (1)
155public List<AtomContentProperty> DataValues
System\Data\Services\Client\AtomMaterializer.cs (12)
58internal static List<TTarget> ListAsElementType<T, TTarget>(object materializer, IEnumerable<T> source) where T : TTarget 436internal static List<TTarget> ListAsElementType<T, TTarget>(AtomMaterializer materializer, IEnumerable<T> source) where T : TTarget 441List<TTarget> typedSource = source as List<TTarget>; 447List<TTarget> list; 501List<AtomContentProperty> properties = entry.DataValues; 557IEnumerable list = (IEnumerable)Util.ActivatorCreateInstance(typeof(List<>).MakeGenericType(resultType)); 721List<AtomContentProperty> properties = entry.DataValues; 1262List<AtomContentProperty> values, 1377private static void SetValueOnPath(List<AtomContentProperty> values, string path, string value, string typeName) 1522private static AtomContentProperty GetPropertyOrThrow(List<AtomContentProperty> properties, string propertyName) 1546var properties = entry.DataValues;
System\Data\Services\Client\AtomMaterializerLog.cs (1)
47private readonly List<LinkDescriptor> links;
System\Data\Services\Client\AtomParser.cs (2)
661List<AtomEntry> feedEntries = null; 836private void ReadCurrentProperties(List<AtomContentProperty> values)
System\Data\Services\Client\Binding\BindingEntityInfo.cs (2)
382private List<BindingPropertyInfo> observableProperties; 405public List<BindingPropertyInfo> ObservableProperties
System\Data\Services\Client\Binding\BindingGraph.cs (2)
771private List<Edge> incomingEdges; 774private List<Edge> outgoingEdges;
System\Data\Services\Client\Binding\BindingObserver.cs (1)
867List<UnTrackingInfo> untrackingInfo = new List<UnTrackingInfo>();
System\Data\Services\Client\DataServiceContext.cs (5)
3878collection = Activator.CreateInstance(typeof(List<>).MakeGenericType(nestedType)); 3885IList results = (IList)Activator.CreateInstance(typeof(List<>).MakeGenericType(elementType)); 3972IList results = (IList)Activator.CreateInstance(typeof(List<>).MakeGenericType(elementType)); 4047private readonly List<Descriptor> ChangedEntries; 4053private readonly List<OperationResponse> Responses;
System\Data\Services\Client\MemberAssignmentAnalysis.cs (1)
51private List<Expression> pathFromEntity;
System\Data\Services\Client\ProjectionPathBuilder.cs (2)
35private readonly List<MemberInitRewrite> rewrites; 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 (56)
System\Data\EntityModel\Emitters\AttributeEmitter.cs (1)
99List<CodeAttributeDeclaration> additionalAttributes)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (4)
152private List<EdmSchemaError> _errors; 163public ClientApiGenerator(object sourceSchema, EdmItemCollection edmItemCollection, EntityClassGenerator generator, List<EdmSchemaError> errors, string namespacePrefix) 725List<CodeAttributeDeclaration> additionalAttributes = eventArgs.AdditionalAttributes; 745List<Type> additionalInterfaces = eventArgs.AdditionalInterfaces;
System\Data\EntityModel\Emitters\EntityContainerEmitter.cs (2)
512List<CodeAttributeDeclaration> additionalAttributes = eventArgs.AdditionalAttributes; 530List<CodeStatement> additionalGetStatements = eventArgs.AdditionalGetStatements;
System\Data\EntityModel\Emitters\FixUpCollection.cs (4)
43private Dictionary<string,List<FixUp>> _classFixUps; 87List<FixUp> fixUps = null; 709private Dictionary<string,List<FixUp>> ClassFixUps 715_classFixUps = new Dictionary<string,List<FixUp>>();
System\Data\EntityModel\Emitters\NamespaceEmitter.cs (3)
71List<GlobalItem> items = new List<GlobalItem>(); 101List<GlobalItem> items = new List<GlobalItem>(); 126private void Emit(Dictionary<string, string> usedClassName, string namespaceName, List<GlobalItem> items)
System\Data\EntityModel\Emitters\NavigationPropertyEmitter.cs (3)
144List<CodeStatement> additionalSetStatements = eventArgs.AdditionalSetStatements; 186List<CodeStatement> additionalAfterSetStatements = eventArgs.AdditionalAfterSetStatements; 255List<CodeStatement> additionalGetStatements = eventArgs.AdditionalGetStatements;
System\Data\EntityModel\Emitters\PropertyEmitter.cs (6)
184List<CodeAttributeDeclaration> additionalAttributes) 190private void EmitPropertyGetter(CodeMemberProperty memberProperty, List<CodeStatement> additionalGetStatements) 318private void EmitPropertySetter(CodeMemberProperty memberProperty, List<CodeStatement> additionalSetStatements, List<CodeStatement> additionalAfterSetStatements) 334private void EmitPropertySetterBody(CodeStatementCollection statements, List<CodeStatement> additionalSetStatements, List<CodeStatement> additionalAfterSetStatements)
System\Data\EntityModel\Emitters\SchemaTypeEmitter.cs (3)
63List<CodeAttributeDeclaration> additionalAttributes) 91List<Type> additionalInterfaces) 119List<CodeTypeMember> additionalMembers)
System\Data\EntityModel\Emitters\StructuredTypeEmitter.cs (2)
140List<EdmProperty> parameters = new List<EdmProperty>(properties.Count); 204List<CodeExpression> complexVerifyParameters = new List<CodeExpression>();
System\Data\EntityModel\Emitters\Utils.cs (3)
59private static List<KeyValuePair<string, Type>> _typeReservedNames = InitializeTypeReservedNames(); 64static List<KeyValuePair<string, Type>> InitializeTypeReservedNames() 80List<KeyValuePair<string, Type>> pairs = new List<KeyValuePair<string, Type>>();
System\Data\EntityModel\EntityClassGenerator.cs (8)
344private static List<XmlReader> CreateReaders(XmlReader sourceReader) 356List<XElement> schemaElements = new List<XElement>(); 357List<XmlReader> result = new List<XmlReader>(); 396private static void CreateReadersV1(XDocument sourceDocument, XmlNamespaceManager namespaceManager, List<XmlReader> readers) 446private static bool TryCreateReadersV2(XDocument sourceDocument, List<XElement> schemaElements) 517List<XAttribute> attributesToReplace = null; 570List<XmlReader> readers = CreateReaders(sourceReader); 571List<EdmSchemaError> errors = new List<EdmSchemaError>();
System\Data\EntityModel\PropertyGeneratedEventArgs.cs (8)
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>(); 105public List<CodeStatement> AdditionalGetStatements 117public List<CodeStatement> AdditionalSetStatements 129internal List<CodeStatement> AdditionalAfterSetStatements 141public List<CodeAttributeDeclaration> AdditionalAttributes
System\Data\EntityModel\TypeGeneratedEventArgs.cs (6)
25private List<Type> _additionalInterfaces = new List<Type>(); 26private List<CodeTypeMember> _additionalMembers = new List<CodeTypeMember>(); 27private List<CodeAttributeDeclaration> _additionalAttributes = new List<CodeAttributeDeclaration>(); 82public List<Type> AdditionalInterfaces 94public List<CodeTypeMember> AdditionalMembers 106public List<CodeAttributeDeclaration> AdditionalAttributes
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (3)
75internal static void AppendWithCreation<T>(ref List<T> list, T element) 405List<XAttribute> unexpectedAttributes = null; 441List<XNode> unexpectedNodes = null;
System.Data.SqlXml (134)
System\Xml\Xsl\IlGen\StaticDataManager.cs (3)
24private List<T> list = new List<T>(); 64private List<StringPair[]> prefixMappingsList; 65private List<string> globalNames;
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 (1)
22private List<XPathNavigator> roots;
System\Xml\Xsl\Runtime\DodSequenceMerge.cs (1)
22private List<IEnumerator<XPathNavigator>> sequencesToMerge;
System\Xml\Xsl\Runtime\StringConcat.cs (2)
23private List<string> strList; 89List<string> strList = this.strList = new List<string>(capacity);
System\Xml\Xsl\Runtime\XslNumber.cs (1)
107private List<TokenInfo> tokens;
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
93private List<DecimalFormatter> decimalFormatters;
System\Xml\Xsl\XmlQueryTypeFactory.cs (9)
95List<XmlQueryType> list = new List<XmlQueryType>(types[0]); 254private static List<XmlQueryType> PrimeChoice(List<XmlQueryType> accumulator, IList<XmlQueryType> types) { 264private static void AddItemToChoice(List<XmlQueryType> accumulator, XmlQueryType itemType) { 674private List<XmlQueryType> members; 680List<XmlQueryType> members; 699public static XmlQueryType Create(List<XmlQueryType> members) { 712private ChoiceType(List<XmlQueryType> members) { 788List<XmlQueryType> members = new List<XmlQueryType>(length);
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 (18)
241public Dictionary<QilName, List<Pattern>> FixedNamePatterns = new Dictionary<QilName, List<Pattern>>(); 242public List<QilName> FixedNamePatternsNames = new List<QilName>(); // Needed only to guarantee a stable order 243public List<Pattern> NonFixedNamePatterns = new List<Pattern>(); 253List<Pattern> list; 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>>(); 306private void AddPatterns(List<TemplateMatch> matches) { 329List<TemplateMatch> matchesForMode; 355private QilNode MatchPatterns(QilIterator it, List<Pattern> patternList) { 367private QilNode MatchPatterns(QilIterator it, XmlQueryType xt, List<Pattern> patternList, QilNode otherwise) { 382private QilNode MatchPatternsWhosePriorityGreater(QilIterator it, List<Pattern> patternList, QilNode matcher) { 455foreach (List<TemplateMatch> list in allMatches) {
System\Xml\Xsl\Xslt\QilGenerator.cs (3)
185List<EarlyBoundInfo> ebTypes = new List<EarlyBoundInfo>(scriptClasses.Count); 411List<VarPar> paramWithCalls = null; 2199List<QilFunction> functionsForMode;
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
370private QilNode CompileSingleKey(List<Key> defList, QilNode key, IFocus env) { 384private QilNode CompileSingleKey(List<Key> defList, QilIterator key, QilIterator context) {
System\Xml\Xsl\Xslt\Scripts.cs (4)
88private List<ScriptClass> scriptClasses = new List<ScriptClass>(); 147List<ScriptClass> scriptsForLang = new List<ScriptClass>(); 195private Assembly CompileAssembly(List<ScriptClass> scriptsForLang) { 351private static void FixErrorPosition(CompilerError error, List<ScriptClass> scriptsForLang) {
System\Xml\Xsl\Xslt\Stylesheet.cs (10)
25public Dictionary<QilName, List<QilFunction>> ApplyFunctions = new Dictionary<QilName, List<QilFunction>>(); 30public List<Uri> ImportHrefs = new List<Uri>(); 31public List<XslNode> GlobalVarPars = new List<XslNode>(); 44public List<WhitespaceRule>[] WhitespaceRules = new List<WhitespaceRule>[3]; 46public List<Template> Templates = new List<Template>(); // Templates defined on this level. Empty for RootLevel. 48public Dictionary<QilName, List<TemplateMatch>> TemplateMatches = new Dictionary<QilName, List<TemplateMatch>>(); 51List<TemplateMatch> matchesForMode;
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (2)
211public QilNode BuildPredicates(QilNode nodeset, List<QilNode> predicates) { 213List<QilNode> convertedPredicates = new List<QilNode>(predicates.Count);
System\Xml\Xsl\Xslt\XPathPatternParser.cs (2)
118List<QilNode> args = new List<QilNode>(2); 213List<QilNode> predicates = new List<QilNode>();
System\Xml\Xsl\Xslt\XslAst.cs (4)
84private List<XslNode> content; 109public void SetContent(List<XslNode> content) { 271internal class Keys : KeyedCollection<QilName, List<Key>> { 272protected override QilName GetKeyForItem(List<Key> list) {
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (9)
43private Dictionary<QilName, List<ProtoTemplate>> revApplyTemplatesGraph = new Dictionary<QilName, List<ProtoTemplate>>(); 56internal class Graph<V> : Dictionary<V, List<V>> 62List<V> adjList; 75List<V> adjList; 708List<ProtoTemplate> templates; 749List<ProtoTemplate> list; 1250var content = (List<XslNode>)parent.Content;
System\Xml\Xsl\Xslt\XsltLoader.cs (43)
221List<Uri> importHrefs = curStylesheet.ImportHrefs; 288List<XslNode> content = new List<XslNode>(); 512List<XmlQualifiedName> list = new List<XmlQualifiedName>(); 619List<QilName> useCharacterMaps = ParseUseCharacterMaps(15); 711List<XslNode> content = null; 739List<Key> defList = new List<Key>(); 891List<XslNode> content = new List<XslNode>(); 1245private List<XslNode> LoadInstructions() { 1249private List<XslNode> LoadInstructions(InstructionFlags flags) { 1253private List<XslNode> LoadInstructions(List<XslNode> content) { 1259private List<XslNode> LoadInstructions(List<XslNode> content, InstructionFlags flags) { 1352private List<XslNode> LoadWithParams(InstructionFlags flags) { 1354List<XslNode> content = new List<XslNode>(); 1396List<XslNode> content = LoadWithParams(InstructionFlags.None); 1432List<XslNode> content = LoadWithParams(InstructionFlags.AllowSort); 1448List<XslNode> content = LoadWithParams(InstructionFlags.None); 1470List<XslNode> content = new List<XslNode>(); 1521List<XslNode> content = new List<XslNode>(); 1587List<XslNode> content = LoadInstructions(InstructionFlags.AllowSort); 1607List<XslNode> content = LoadInstructions(); 1698List<XslNode> content = null; 1794List<XslNode> content = LoadContent(select != null); 1815private List<XslNode> LoadContent(bool hasSelect) { 1817List<XslNode> content = LoadInstructions(); 1852List<XslNode> content = new List<XslNode>(); 1900List<XslNode> content = new List<XslNode>(); 1964List<XslNode> content = null; 2322List<XslNode> content = new List<XslNode>(); 2344private void CheckWithParam(List<XslNode> content, XslNode withParam) { 2355private static void AddInstruction(List<XslNode> content, XslNode instruction) { 2362private List<XslNode> LoadEndTag(List<XslNode> content) { 2378List<XslNode> fallbacks = LoadFallbacks(input.LocalName); 2383private List<XslNode> LoadFallbacks(string instrName) { 2386List<XslNode> fallbacksArray = new List<XslNode>(); 2455List<QilName> modes = new List<QilName>(list.Length); 2629private void AddUseAttributeSets(List<XslNode> list) { 2643private List<QilName> ParseUseCharacterMaps(int attNum) { 2644List<QilName> useCharacterMaps = new List<QilName>(); 2781private static void SetContent(XslNode node, List<XslNode> content) { 2789internal static XslNode SetInfo(XslNode to, List<XslNode> content, ContextInfo info) {
System\Xml\Xsl\XsltOld\ActionFrame.cs (2)
138List<SortKey> results = new List<SortKey>(); 300public XPathSortArrayIterator(List<SortKey> list) : base(list) { }
System\Xml\Xsl\XsltOld\Compiler.cs (2)
96private List<TheQuery> queryStore; 153internal List<TheQuery> QueryStore {
System\Xml\Xsl\XsltOld\NumberAction.cs (4)
150private List<FormatInfo> formatTokens; 425private static string Format(ArrayList numberlist, List<FormatInfo> tokens, string lang, string letter, string groupingSep, string groupingSize) { 600private static List<FormatInfo> ParseFormat(string formatString) { 606List<FormatInfo> tokens = new List<FormatInfo>();
System\Xml\Xsl\XsltOld\Processor.cs (2)
57private List<TheQuery> queryStore; 299Stylesheet stylesheet, List<TheQuery> queryStore, RootAction rootAction,
System\Xml\Xsl\XsltOld\RootAction.cs (2)
80private List<Key> keyList; 221internal List<Key> KeyList{
System.Drawing (2)
commonui\System\Drawing\Advanced\PrivateFontCollection.cs (1)
28private List<string> gdiFonts = null;
commonui\System\Drawing\ImageAnimator.cs (1)
44static List<ImageInfo> imageInfoList;
System.IdentityModel (98)
System\IdentityModel\Asn1IntegerConverter.cs (8)
12static List<byte[]> powersOfTwo = new List<byte[]>(new byte[][] { new byte[] { 1 } }); 24List<byte> positiveDecimalDigits = new List<byte>((asn1.Length * 8) / 3); 57List<byte> resultDigits = null; 66List<byte> negativeDecimalDigits = new List<byte>(TwoToThePowerOf(absoluteBitNumber)); 102List<byte> decimalDigits = new List<byte>(powersOfTwo[power - 1]); 122static void AddSecondDecimalToFirst(List<byte> first, byte[] second) 149static void SubtractSecondDecimalFromFirst(List<byte> first, List<byte> second)
System\IdentityModel\BoundedCache.cs (1)
199List<string> expiredItems = new List<string>();
System\IdentityModel\Claims\ClaimSet.cs (2)
26List<Claim> claims = new List<Claim>(2); 41List<Claim> claims = new List<Claim>(2);
System\IdentityModel\Claims\WindowsClaimSet.cs (1)
154List<Claim> claims = new List<Claim>(3);
System\IdentityModel\Claims\X509CertificateClaimSet.cs (4)
167List<Claim> claims = new List<Claim>(); 278private static List<Claim> GetDnsClaims(X509Certificate2 cert) 280List<Claim> dnsClaimEntries = new List<Claim>(); 348List<Claim> claims = new List<Claim>(2);
System\IdentityModel\Configuration\IdentityConfiguration.cs (2)
44List<X509Certificate2> knownCertificates; 814internal List<X509Certificate2> KnownIssuerCertificates
System\IdentityModel\EncryptedKeyElement.cs (2)
21List<string> _keyReferences; 22List<string> _dataReferences;
System\IdentityModel\EncryptedTypeElement.cs (1)
20List<string> _properties;
System\IdentityModel\Metadata\MetadataSerializer.cs (2)
35List<string> _trustedIssuers = new List<string>(); 617public List<string> TrustedIssuers
System\IdentityModel\MostlySingletonList.cs (1)
17List<T> list;
System\IdentityModel\Policy\DefaultEvaluationContext.cs (1)
14List<ClaimSet> claimSets;
System\IdentityModel\Policy\UnconditionalPolicy.cs (1)
165List<ClaimSet> issuances = new List<ClaimSet>(1);
System\IdentityModel\Protocols\WSTrust\AdditionalContext.cs (1)
16List<ContextItem> _contextItems = new List<ContextItem>();
System\IdentityModel\Protocols\WSTrust\Participants.cs (2)
19List<EndpointReference> _participant = new List<EndpointReference>(); 40public List<EndpointReference> Participant
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 (5)
97List<SecurityKey> temp = new List<SecurityKey>( 1 ); 336List<IIdentity> identities = new List<IIdentity>(); 604List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1); 738List<ClaimSet> ret = new List<ClaimSet>(claimSets.Count); 784List<IAuthorizationPolicy> ret = new List<IAuthorizationPolicy>(authorizationPolicies.Count);
System\IdentityModel\Selectors\CustomUserNameSecurityTokenAuthenticator.cs (1)
42List<Claim> claims = new List<Claim>(2);
System\IdentityModel\Selectors\RsaSecurityTokenAuthenticator.cs (2)
27List<Claim> claims = new List<Claim>(2); 32List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
System\IdentityModel\Selectors\SamlSecurityTokenAuthenticator.cs (2)
19List<SecurityTokenAuthenticator> supportingAuthenticators; 97List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>();
System\IdentityModel\Selectors\X509CertificateChain.cs (1)
325List<string> oidStrs = new List<string>();
System\IdentityModel\Selectors\X509SecurityTokenAuthenticator.cs (2)
118List<ClaimSet> claimSets = new List<ClaimSet>(2); 122List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
System\IdentityModel\SignedXml.cs (1)
667List<Reference> references;
System\IdentityModel\Tokens\AggregateTokenResolver.cs (1)
21List<SecurityTokenResolver> _tokenResolvers = new List<SecurityTokenResolver>();
System\IdentityModel\Tokens\AuthorizationPolicy.cs (5)
30List<ClaimsIdentity> _identityCollection = new List<ClaimsIdentity>(); 71List<ClaimsIdentity> collection = new List<ClaimsIdentity>(); 165List<ClaimsIdentity> identities = new List<ClaimsIdentity>(); 175List<ClaimsIdentity> identities; 176identities = identitiesObj as List<ClaimsIdentity>;
System\IdentityModel\Tokens\ConfigurationBasedIssuerNameRegistry.cs (1)
58List<XmlElement> configNodes = XmlUtil.GetXmlElements(customConfiguration);
System\IdentityModel\Tokens\KerberosReceiverSecurityToken.cs (2)
74List<SecurityKey> temp = new List<SecurityKey>(1); 205List<SecurityBuffer> list = new List<SecurityBuffer>(2);
System\IdentityModel\Tokens\KerberosRequestorSecurityToken.cs (1)
90List<SecurityKey> temp = new List<SecurityKey>(1);
System\IdentityModel\Tokens\KerberosSecurityTokenHandler.cs (1)
108List<ClaimsIdentity> identities = new List<ClaimsIdentity>(1);
System\IdentityModel\Tokens\KeyInfoSerializer.cs (4)
20readonly List<SecurityTokenSerializer.KeyIdentifierEntry> keyIdentifierEntries; 21readonly List<SecurityTokenSerializer.KeyIdentifierClauseEntry> keyIdentifierClauseEntries; 22readonly List<SecurityTokenSerializer.SerializerEntries> serializerEntries; 23readonly List<TokenEntry> tokenEntries;
System\IdentityModel\Tokens\RsaSecurityToken.cs (1)
172List<SecurityKey> keys = new List<SecurityKey>(1);
System\IdentityModel\Tokens\RsaSecurityTokenHandler.cs (1)
181List<ClaimsIdentity> identities = new List<ClaimsIdentity>(1);
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (5)
88List<XmlElement> configNodes = XmlUtil.GetXmlElements(customConfigElements); 392List<ClaimsIdentity> identities = new List<ClaimsIdentity>(1); 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\SamlAttribute.cs (2)
21List<Claim> claims; 189List<Claim> tempClaims = new List<Claim>(this.attributeValues.Count);
System\IdentityModel\Tokens\SamlAuthenticationClaimResource.cs (3)
68List<SamlAuthorityBinding> tempList = new List<SamlAuthorityBinding>(); 120List<SamlAuthorityBinding> SamlAuthorityBindings 124List<SamlAuthorityBinding> sab = new List<SamlAuthorityBinding>();
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (5)
93List<XmlElement> configNodes = XmlUtil.GetXmlElements(customConfigElements); 434List<SamlAttribute> attributes = new List<SamlAttribute>(); 526List<SamlAttribute> actingAsAttributes = new List<SamlAttribute>(); 1039List<ClaimsIdentity> identities = new List<ClaimsIdentity>(1); 3522List<SamlSubject> subjects = new List<SamlSubject>();
System\IdentityModel\Tokens\SamlSecurityTokenRequirement.cs (1)
171List<XmlElement> configElements = XmlUtil.GetXmlElements(element.ChildNodes);
System\IdentityModel\Tokens\SamlSubject.cs (1)
34List<Claim> claims;
System\IdentityModel\Tokens\SamlSubjectStatement.cs (2)
71List<ClaimSet> claimSets = new List<ClaimSet>(); 76List<Claim> claims = new List<Claim>();
System\IdentityModel\Tokens\SecurityKeyIdentifier.cs (1)
15readonly List<SecurityKeyIdentifierClause> clauses;
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (2)
101List<XmlElement> configNodes = XmlUtil.GetXmlElements(customConfigElements); 608List<ClaimsIdentity> identitites = new List<ClaimsIdentity>(1);
System\IdentityModel\Tokens\WindowsUserNameSecurityTokenHandler.cs (1)
121List<ClaimsIdentity> identities = new List<ClaimsIdentity>(1);
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\Tokens\X509SecurityToken.cs (1)
71List<SecurityKey> temp = new List<SecurityKey>(1);
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (2)
97List<XmlElement> configNodes = XmlUtil.GetXmlElements(customConfigElements); 591List<ClaimsIdentity> identities = new List<ClaimsIdentity>(1);
System\IdentityModel\XmlBuffer.cs (1)
13List<Section> sections;
System\IdentityModel\XmlUtil.cs (2)
252public static List<XmlElement> GetXmlElements(XmlNodeList nodeList) 259List<XmlElement> xmlElements = new List<XmlElement>();
System\ServiceModel\Security\ReferenceList.cs (1)
21List<string> referredIds = new List<string>();
TD.Designer.cs (1)
206System.Collections.Generic.List<ushort> e2eEvents = new System.Collections.Generic.List<ushort>(5);
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardProofToken.cs (1)
68List<SecurityKey> securityKeys = new List<SecurityKey>(1);
System.IO.Log (7)
System\IO\Log\LogArchiveSnapshot.cs (1)
57List<FileRegion> regions = new List<FileRegion>();
System\IO\Log\LogExtentCollection.cs (2)
151List<LogExtent>.Enumerator innerEnum; 164List<LogExtent> extents = new List<LogExtent>();
System\IO\Log\LogManagementAsyncResult.cs (2)
32List<HandleLogFullCallback> handleLogFullCallbackList; 205List<HandleLogFullCallback> callbacks;
System\IO\Log\ReservationCollection.cs (2)
16List<long> reservationKeys; 51List<long> ReservationKeys
System.Runtime.Caching (4)
System\Caching\HostFileChangeMonitor.cs (1)
148List<string> newList = new List<string>(filePaths.Count);
System\Caching\MemoryCache.cs (1)
375List<String> keysClone = new List<String>(keys);
System\Caching\MemoryCacheEntryChangeMonitor.cs (2)
21private List<MemoryCacheEntry> _dependencies; 113internal List<MemoryCacheEntry> Dependencies { get { return _dependencies; } }
System.Runtime.DurableInstancing (32)
System\Runtime\DurableInstancing\InstanceHandle.cs (15)
160List<InstanceHandleReference> handlesPendingResolution = null; 328List<InstanceHandleReference> handlesPendingResolution = null; 374List<InstanceHandleReference> handlesPendingResolution = null; 401List<InstanceHandleReference> handlesPendingResolution = null; 424List<InstanceHandleReference> handlesPendingResolution = null; 509List<InstanceHandleReference> handlesPendingResolution = null; 511List<InstancePersistenceEvent> normals = null; 645List<InstanceHandleReference> handlesPendingResolution = null; 703List<InstancePersistenceEvent> StartWaiting(WaitForEventsAsyncResult result, IOThreadTimer timeoutTimer, TimeSpan timeout) 719List<InstancePersistenceEvent> readyEvents = Store.SelectSignaledEvents(this.boundOwnerEvents, Owner); 776internal static List<InstancePersistenceEvent> EndWaitForEvents(IAsyncResult result) 1033List<InstancePersistenceEvent> readyEvents; 1046List<InstancePersistenceEvent> existingReadyEvents = this.handle.StartWaiting(this, this.timer, this.timeout); 1067internal void Signaled(List<InstancePersistenceEvent> persistenceEvents) 1095internal static List<InstancePersistenceEvent> End(IAsyncResult result)
System\Runtime\DurableInstancing\InstanceOwner.cs (10)
104internal bool TryCompleteBind(ref InstanceHandleReference reference, ref List<InstanceHandleReference> handlesPendingResolution, out InstanceHandle handleToFree) 174internal AsyncWaitHandle InitiateLockResolution(long instanceVersion, ref InstanceHandleReference reference, ref List<InstanceHandleReference> handlesPendingResolution) 240internal void InstanceBound(ref InstanceHandleReference reference, ref List<InstanceHandleReference> handlesPendingResolution) 253internal void CancelBind(ref InstanceHandleReference reference, ref List<InstanceHandleReference> handlesPendingResolution) 265internal void FaultBind(ref InstanceHandleReference reference, ref List<InstanceHandleReference> handlesPendingResolution, Exception reason) 295internal bool FinishBind(ref InstanceHandleReference reference, ref long instanceVersion, ref List<InstanceHandleReference> handlesPendingResolution) 330void CancelReference(ref InstanceHandleReference reference, ref List<InstanceHandleReference> handlesPendingResolution) 382void ProcessInProgressHandles(ref List<InstanceHandleReference> handlesPendingResolution) 440bool CheckOldestReference(InstanceHandleReference handleRef, ref List<InstanceHandleReference> handlesPendingResolution) 491internal static void ResolveHandles(List<InstanceHandleReference> handlesPendingResolution)
System\Runtime\DurableInstancing\InstanceStore.cs (4)
117public List<InstancePersistenceEvent> WaitForEvents(InstanceHandle handle, TimeSpan timeout) 143public List<InstancePersistenceEvent> EndWaitForEvents(IAsyncResult result) 363internal List<InstancePersistenceEvent> SelectSignaledEvents(IEnumerable<XName> eventNames, InstanceOwner owner) 365List<InstancePersistenceEvent> readyEvents = null;
System\Runtime\PersistencePipeline.cs (3)
122List<Tuple<IPersistencePipelineModule, IDictionary<XName, object>>> pendingValues = null; 243List<XName> keys; 244List<object> values;
System.Runtime.Serialization (44)
System\Runtime\Serialization\ClassDataContract.cs (8)
101internal List<DataMember> Members 323internal static void CheckAndAddMember(List<DataMember> members, DataMember memberContract, Dictionary<string, DataMember> memberNamesTable) 658List<DataMember> members; 852List<DataMember> tempMembers = new List<DataMember>(); 1018void SetIfMembersHaveConflict(List<DataMember> members) 1024List<Member> membersInHierarchy = new List<Member>(); 1189internal List<DataMember> Members 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>(); 2542List<GenericInfo> paramGenericInfos; 2543List<int> nestedParamCounts;
System\Runtime\Serialization\DataContractSet.cs (5)
424List<Type> types = new List<Type>(); 432List<Type> types = (List<Type>)value; 463List<Type> types = (List<Type>)value;
System\Runtime\Serialization\EnumDataContract.cs (8)
74internal List<DataMember> Members 86internal List<long> Values 140List<DataMember> members; 141List<long> values; 236internal List<DataMember> Members 242internal List<long> Values 274List<DataMember> tempMembers = new List<DataMember>(fields.Length); 275List<long> tempValues = new List<long>(fields.Length);
System\Runtime\Serialization\Globals.cs (1)
1064typeOfListGeneric = typeof(List<>);
System\Runtime\Serialization\Json\JsonFormatReaderGenerator.cs (1)
480List<DataMember> members = contract.Members;
System\Runtime\Serialization\Json\JsonXmlDataContract.cs (3)
56List<Type> GetKnownTypesFromContext(XmlObjectSerializerContext context, IList<Type> serializerKnownTypeList) 58List<Type> knownTypesList = new List<Type>(); 61List<XmlQualifiedName> stableNames = new List<XmlQualifiedName>();
System\Runtime\Serialization\SchemaHelper.cs (2)
19internal List<XmlSchemaType> knownTypes; 21internal SchemaObjectInfo(XmlSchemaType type, XmlSchemaElement element, XmlSchema schema, List<XmlSchemaType> knownTypes)
System\Runtime\Serialization\SchemaImporter.cs (7)
31List<XmlSchemaRedefine> redefineList; 163List<XmlSchemaRedefine> RedefineList 178List<XmlSchemaType> knownTypes = schemaObjectInfo.knownTypes; 222List<XmlSchemaType> knownTypes = schemaObjectInfo.knownTypes; 246List<XmlSchemaType> knownTypesForObject = new List<XmlSchemaType>(); 335List<XmlSchemaRedefine> CreateRedefineList() 337List<XmlSchemaRedefine> list = new List<XmlSchemaRedefine>();
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (1)
455List<DataMember> members = contract.Members;
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (1)
797List<DataMember> members = currentContract.Members;
System\Runtime\Serialization\XmlSerializableServices.cs (1)
21List<XmlNode> nodeList = new List<XmlNode>();
System\Xml\XmlMtomWriter.cs (1)
38List<MimePart> mimeParts;
System.Security (9)
system\security\cryptography\dataprotector.cs (1)
55List<string> specificPurposesList = new List<string>();
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
422List<SafeCertContextHandle> certContexts = null; 1011out List<SafeCertContextHandle> certContexts) {
system\security\cryptography\xml\signedxml.cs (6)
679List<string> safeAlgorithms = ReadAdditionalSafeCanonicalizationMethods(); 698List<string> safeAlgorithms = ReadAdditionalSafeTransformMethods(); 727private static List<string> ReadAdditionalSafeCanonicalizationMethods() { 738private static List<string> ReadAdditionalSafeTransformMethods() { 742private static List<string> ReadFxSecurityStringValues(string subkey) { 743List<string> values = new List<string>();
System.ServiceModel (425)
System\ServiceModel\Activation\AspNetEnvironment.cs (1)
156public virtual List<Uri> GetBaseAddresses(Uri addressTemplate)
System\ServiceModel\Activation\SharedMemory.cs (1)
30public static unsafe SharedMemory Create(string name, Guid content, List<SecurityIdentifier> allowedSids)
System\ServiceModel\Activation\Utility.cs (2)
126internal static void AddRightGrantedToAccounts(List<SecurityIdentifier> accounts, int right, bool onProcess) 238static void EditKernelObjectSecurity(SafeCloseHandle kernelObject, List<SecurityIdentifier> accounts, SecurityIdentifier account, int right, bool add)
System\ServiceModel\Administration\AppDomainInstanceProvider.cs (1)
87List<IWmiInstance> traceListenerArguments = new List<IWmiInstance>(1);
System\ServiceModel\Administration\ContractInstanceProvider.cs (2)
109List<IWmiInstance> behaviorInstances = new List<IWmiInstance>(behaviors.Count); 124List<IWmiInstance> behaviorInstances = new List<IWmiInstance>(behaviors.Count);
System\ServiceModel\Administration\EndpointInstanceProvider.cs (2)
435List<IWmiInstance> behaviors = new List<IWmiInstance>(info.Behaviors.Count); 561List<string> serviceNames = new List<string>(policy.CustomServiceNames.Count);
System\ServiceModel\Administration\ServiceInfoCollection.cs (1)
13[KnownType(typeof(List<ServiceInfo>))]
System\ServiceModel\Administration\ServiceInstanceProvider.cs (2)
85List<IWmiInstance> behaviors = new List<IWmiInstance>(info.Behaviors.Count); 104List<IWmiInstance> instances = new List<IWmiInstance>();
System\ServiceModel\Channels\AddressHeaderCollection.cs (2)
85List<AddressHeader> results = new List<AddressHeader>(); 187List<AddressHeader> headerList = new List<AddressHeader>();
System\ServiceModel\Channels\BaseUriWithWildcard.cs (1)
110List<int> splitLocations = null;
System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
1002List<XmlDictionaryString> newStrings; 1062List<byte> bytes;
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (1)
505readonly List<ByteBuffer> refBufferList;
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)
26List<InitialServerConnectionReader> connectionReaders;
System\ServiceModel\Channels\ConnectionPool.cs (12)
80List<TItem> PruneIfNecessary() 82List<TItem> itemsToClose = null; 96List<TKey> endpointKeysToRemove = null; 125List<TItem> itemsToClose = null; 237List<TItem> busyConnections; 324List<TItem> idleItemsToClose = null; 341List<TItem> itemsToClose = null; 367void AbortConnections(List<TItem> idleItemsToClose) 382List<TItem> SnapshotIdleConnections() 384List<TItem> itemsToClose = new List<TItem>(); 427public virtual void Prune(List<TItem> itemsToClose) 434List<TItem> itemsToClose = null;
System\ServiceModel\Channels\ConnectionPoolRegistry.cs (4)
13Dictionary<string, List<ConnectionPool>> registry; 17registry = new Dictionary<string, List<ConnectionPool>>(); 33List<ConnectionPool> registryEntry = null; 70List<ConnectionPool> registryEntry = registry[pool.Name];
System\ServiceModel\Channels\CorrelationCallbackMessageProperty.cs (1)
14List<string> neededData;
System\ServiceModel\Channels\CorrelationDataSourceHelper.cs (1)
28List<CorrelationDataDescription> newData = new List<CorrelationDataDescription>(dataSource1);
System\ServiceModel\Channels\CorrelationMessageProperty.cs (2)
165internal List<InstanceKey> SerializedAdditionalKeys 186internal List<InstanceKey> SerializedTransientCorrelations
System\ServiceModel\Channels\DatagramAdapter.cs (2)
615List<TSessionChannel> items = this.Items; 941List<TSessionChannel> activeChannels;
System\ServiceModel\Channels\DefaultWebSocketConnectionHandler.cs (2)
128List<string> tokenList = new List<string>(); 134List<string> protocolList;
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
732List<string> assertionNames = new List<string>(); 802List<XmlElement> httpAuthAssertions = new List<XmlElement>();
System\ServiceModel\Channels\IdlingCommunicationPool.cs (3)
89public override void Prune(List<TItem> itemsToClose) 215List<TItem> itemsToClose = new List<TItem>(); 241public void Prune(List<TItem> itemsToClose, bool calledFromTimer)
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 (3)
166List<string> keys = new List<string>(); 230List<object> values = new List<object>(); 806List<KeyValuePair<string, object>> pairs = new List<KeyValuePair<string, object>>(propertyCount);
System\ServiceModel\Channels\MsmqBindingMonitor.cs (2)
20List<MsmqBindingFilter> filters = new List<MsmqBindingFilter>(); 306List<MatchState> lostQueues = new List<MatchState>();
System\ServiceModel\Channels\MsmqChannelListenerBase.cs (2)
209List<Claim> claims = new List<Claim>(2); 214List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
System\ServiceModel\Channels\MsmqDefaultLockingQueue.cs (5)
18Dictionary<Guid, List<long>> dtcTransMap; 29dtcTransMap = new Dictionary<Guid, List<long>>(); 255List<long> transMsgs; 305List<long> transMsgs = null; 331List<long> transMsgs = null;
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (1)
17List<ArraySegment<byte>> buffers;
System\ServiceModel\Channels\MsmqReceiveContextLockManager.cs (5)
18Dictionary<Guid, List<MsmqReceiveContext>> transMessages; 34this.transMessages = new Dictionary<Guid, List<MsmqReceiveContext>>(); 91List<MsmqReceiveContext> transMsgs; 158List<MsmqReceiveContext> toRemove; 187List<MsmqReceiveContext> expiredLockList = new List<MsmqReceiveContext>();
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (2)
269List<string> subqueues; 354private bool TryEnumerateSubqueues(out List<String> subqueues)
System\ServiceModel\Channels\NamedPipeChannelListener.cs (2)
170List<SecurityIdentifier> allowedUsers; 187internal List<SecurityIdentifier> AllowedUsers
System\ServiceModel\Channels\NamedPipeTransportBindingElement.cs (2)
14List<SecurityIdentifier> allowedUsers = new List<SecurityIdentifier>(); 40internal List<SecurityIdentifier> AllowedUsers
System\ServiceModel\Channels\NamedPipeTransportManager.cs (6)
14List<SecurityIdentifier> allowedUsers; 23protected void SetAllowedUsers(List<SecurityIdentifier> allowedUsers) 33internal List<SecurityIdentifier> AllowedUsers 72bool AreAllowedUsersEqual(List<SecurityIdentifier> otherAllowedUsers) 92static bool IsSubset(List<SecurityIdentifier> users1, List<SecurityIdentifier> users2)
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
1130List<ICommunicationObject> objectsToClose = new List<ICommunicationObject>(); 1198List<ICommunicationObject> objectsToClose = new List<ICommunicationObject>();
System\ServiceModel\Channels\PeerFlooder.cs (4)
41protected List<IPeerNeighbor> neighbors; 256List<IPeerNeighbor> neighbors = this.Neighbors; 468protected List<IPeerNeighbor> Neighbors 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 (2)
449List<IPeerNeighbor> neighbors = this.neighborManager.GetConnectedNeighbors(); 520List<PeerNodeAddress> reply = new List<PeerNodeAddress>();
System\ServiceModel\Channels\PeerNeighborManager.cs (5)
47List<IPeerNeighbor> connectedNeighborList; 51List<PeerNeighbor> neighborList; // contains all the neighbors known to neighbor manager 325List<IPeerNeighbor> neighbors = GetConnectedNeighbors(); 363public List<IPeerNeighbor> GetConnectedNeighbors() 1705List<IPeerNeighbor> neighbors = this.GetConnectedNeighbors();
System\ServiceModel\Channels\PipeConnection.cs (7)
1974List<PendingAccept> pendingAccepts; 1977List<SecurityIdentifier> allowedSids; 1982List<SecurityIdentifier> allowedSids, bool useCompletionPort, int maxConnections) 2402internal static byte[] FromSecurityIdentifiers(List<SecurityIdentifier> allowedSids, int accessRights) 2420static byte[] FromSecurityIdentifiersFull(List<SecurityIdentifier> allowedSids, int accessRights) 2519public static PipeSharedMemory Create(List<SecurityIdentifier> allowedSids, Uri pipeUri, string sharedMemoryName) 2533public unsafe static bool TryCreate(List<SecurityIdentifier> allowedSids, Uri pipeUri, string sharedMemoryName, out PipeSharedMemory result)
System\ServiceModel\Channels\PnrpPeerResolver.cs (20)
208public List<string> Clouds; 370List<IPAddress> addresses = new List<IPAddress>(); 424void TrimToMaxAddresses(List<IPEndPoint> addressList) 593void MergeResults(Dictionary<string, PnrpRegistration> results, List<PnrpRegistration> regs) 609void MergeResults(List<PeerNodeAddress> nodeAddressList, List<PnrpRegistration> globalRegistrations, List<PnrpRegistration> linkRegistrations, List<PnrpRegistration> siteRegistrations) 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>(); 705List<PeerNodeAddress> nodeAddressList = new List<PeerNodeAddress>(); 727public List<IPEndPoint> addressList; 1908public void Unregister(string peerName, List<string> clouds, TimeSpan timeout) 1953List<CsAddrInfo> infos = new List<CsAddrInfo>(registerQuery.CsAddrInfos); 1987List<PnrpRegistration> results; 1993PnrpResolveCriteria resolveCriteria, TimeSpan timeout, List<PnrpRegistration> results) 1999PnrpResolveCriteria resolveCriteria, uint scopeId, string cloudName, TimeSpan timeout, List<PnrpRegistration> results)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (2)
112protected virtual void AggregateAsyncCloseOperations(List<OperationWithTimeoutBeginCallback> beginOperations, List<OperationEndCallback> endOperations)
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)
20List<IChannel> channelsList; 277List<ICommunicationObject> objectList;
System\ServiceModel\Channels\TransactionFlowProperty.cs (1)
93List<RequestSecurityTokenResponse> issuedTokens;
System\ServiceModel\Channels\TransmissionStrategy.cs (1)
68List<Int64> retransmissionWindow = new List<Int64>();
System\ServiceModel\Channels\UniqueTransportManagerRegistration.cs (1)
13List<TransportManager> list;
System\ServiceModel\Channels\UriPrefixTable.cs (3)
92List<KeyValuePair<BaseUriWithWildcard, TItem>> result = new List<KeyValuePair<BaseUriWithWildcard, TItem>>(); 274List<string> segments = new List<string>(); 478public void Collect(List<KeyValuePair<BaseUriWithWildcard, TData>> result)
System\ServiceModel\Channels\WebSocketHelper.cs (1)
134internal static bool TryParseSubProtocol(string subProtocolValue, out List<string> subProtocolList)
System\ServiceModel\ComIntegration\CatalogUtil.cs (1)
131List<string> roleMembers = new List<string>();
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceSchemas.cs (2)
1038List<System.ServiceModel.ComIntegration.DispatchProxy.ParamInfo> paramList; 1045List<System.ServiceModel.ComIntegration.DispatchProxy.ParamInfo> paramList,
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
84List<Guid> guidList = new List<Guid>();
System\ServiceModel\ComIntegration\DispatchProxy.cs (1)
89public List<ParamInfo> paramList;
System\ServiceModel\ComIntegration\DllHostInitializer.cs (1)
21List<ComPlusServiceHost> hosts = new List<ComPlusServiceHost>();
System\ServiceModel\ComIntegration\ServiceInfo.cs (7)
60List<ContractInfo> contracts; 62Dictionary<Guid, List<Type>> udts; 97this.udts = new Dictionary<Guid, List<Type>>(); 285public List<ContractInfo> Contracts 324List<Type> ret = null; 349List<OperationInfo> operations; 394public List<OperationInfo> Operations
System\ServiceModel\Configuration\BindingsSection.cs (2)
169public List<BindingCollectionElement> BindingCollections 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\ServiceAuthorizationElement.cs (1)
133List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(authorizationPolicies.Count);
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 (5)
27List<TServiceModelExtensionElement> items = null; 86internal List<TServiceModelExtensionElement> Items 215List<string> propertiesToRemove = new List<string>(this.Items.Count); 393internal void MergeWith(List<TServiceModelExtensionElement> parentExtensionElements) 403static void Merge(List<TServiceModelExtensionElement> parentExtensionElements, IEnumerable<TServiceModelExtensionElement> childExtensionElements)
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 (2)
84public List<EndpointCollectionElement> EndpointCollections 88List<EndpointCollectionElement> endpointCollections = new List<EndpointCollectionElement>();
System\ServiceModel\Description\ConfigLoader.cs (2)
32static List<string> resolvedBindings; 37static List<string> resolvedEndpoints;
System\ServiceModel\Description\DispatcherBuilder.cs (2)
48List<Type> targetSerializationTypes; 313List<Type> supportedChannelTypes = new List<Type>();
System\ServiceModel\Description\OperationGenerator.cs (1)
616List<CodeTypeReference> wrapperKnownTypes = new List<CodeTypeReference>();
System\ServiceModel\Description\ServiceReflector.cs (7)
365static internal List<Type> GetInterfaces(Type service) 367List<Type> types = new List<Type>(); 417static internal List<Type> GetInheritedContractTypes(Type service) 419List<Type> types = new List<Type>(); 651List<Type> types = new List<Type>(GetInheritedContractTypes(interfaceType)); 678static List<MethodInfo> GetMethodsInternal(Type interfaceType) 680List<MethodInfo> methods = new List<MethodInfo>();
System\ServiceModel\Description\TypeLoader.cs (8)
400List<Type> knownTypes = new List<Type>(); 665List<Type> types = ServiceReflector.GetInheritedContractTypes(contractType); 716List<Type> types = ServiceReflector.GetInheritedContractTypes(contractType); 717List<Type> inheritedCallbackTypes = new List<Type>(); 1245List<MemberInfo> contractMembers = new List<MemberInfo>(); 1300List<MessagePartDescription> bodyPartDescriptionList = new List<MessagePartDescription>(); 1301List<MessageHeaderDescription> headerPartDescriptionList = new List<MessageHeaderDescription>(); 1503void AddSortedParts<T>(List<T> partDescriptionList, KeyedCollection<XmlQualifiedName, T> partDescriptionCollection)
System\ServiceModel\Description\WsdlHelper.cs (8)
28List<WsdlNS.ServiceDescription> wsdls = new List<WsdlNS.ServiceDescription>(); 29List<XmlSchema> xsds = new List<XmlSchema>(); 70private static WsdlNS.ServiceDescription GetSingleWsdl(List<WsdlNS.ServiceDescription> wsdls) 97private static List<WsdlNS.ServiceDescription> CopyServiceDescriptionCollection(List<WsdlNS.ServiceDescription> wsdls) 99List<WsdlNS.ServiceDescription> newWsdls = new List<WsdlNS.ServiceDescription>(); 211List<XmlElement> policyReferences = new List<XmlElement>(); 224private static void VerifyContractNamespace(List<WsdlNS.ServiceDescription> wsdls)
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 (4)
62static List<XPathMessageFilter> messageFilterTable; 218static List<XPathMessageFilter> Filters 228List<XPathMessageFilter> temp = new List<XPathMessageFilter>(); 523List<XPathMessageFilter> filtersToRemove = new List<XPathMessageFilter>();
System\ServiceModel\Diagnostics\PeerNodeTraceRecord.cs (2)
173List<PeerNodeAddress> addresses; 175public PnrpPeerResolverTraceRecord(string meshId, List<PeerNodeAddress> addresses)
System\ServiceModel\Diagnostics\PerformanceCounters.cs (5)
38static List<ServiceModelPerformanceCounters> performanceCountersList = null; 295internal static List<ServiceModelPerformanceCounters> PerformanceCountersForEndpointList 699List<ServiceModelPerformanceCounters> counters2 = counters.CounterList; 763List<ServiceModelPerformanceCounters> counters2 = counters.CounterList; 783List<ServiceModelPerformanceCounters> counters2 = counters.CounterList;
System\ServiceModel\Diagnostics\ServiceModelPerformanceCounters.cs (2)
146List<ServiceModelPerformanceCounters> performanceCounters; 194public List<ServiceModelPerformanceCounters> CounterList
System\ServiceModel\Dispatcher\ActionMessageFilterTable.cs (9)
18Dictionary<string, List<MessageFilter>> actions; 19List<MessageFilter> always; 29this.actions = new Dictionary<string, List<MessageFilter>>(); 113List<MessageFilter> filters; 188List<MessageFilter> filters; 193List<MessageFilter> tmp = new List<MessageFilter>(filters); 227List<MessageFilter> filters; 250List<MessageFilter> filters; 436List<MessageFilter> filters;
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\DuplexChannelBinder.cs (4)
30List<IDuplexRequest> requests; 31List<ICorrelatorKey> timedOutRequests; 154List<IDuplexRequest> Requests 167List<ICorrelatorKey> TimedOutRequests
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (4)
399List<Candidate> candis = cset.candidates; 442List<Candidate> candis = cset.candidates; 476List<Candidate> candis = cset.candidates; 810internal List<Candidate> candidates;
System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (1)
53List<Attr> attrSet = new List<Attr>();
System\ServiceModel\Dispatcher\EndpointDispatcherTable.cs (1)
20List<EndpointDispatcher> cachedEndpoints;
System\ServiceModel\Dispatcher\FaultFormatter.cs (4)
23List<FaultContractInfo> faultContractInfoList = new List<FaultContractInfo>(); 32List<FaultContractInfo> faultContractInfoList; 170static FaultContractInfo[] GetSortedArray(List<FaultContractInfo> faultContractInfoList) 180static void AddInfrastructureFaults(List<FaultContractInfo> faultContractInfos)
System\ServiceModel\Dispatcher\QueryFunctions.cs (1)
55List<NodeSequenceIterator> iterList;
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (16)
20protected List<SubExpr> children; 283Dictionary<string, Dictionary<string, List<SubExpr>>> nameLookup; 289this.nameLookup = new Dictionary<string, Dictionary<string, List<SubExpr>>>(); 303Dictionary<string, List<SubExpr>> nextLookup; 306nextLookup = new Dictionary<string, List<SubExpr>>(); 311List<SubExpr> exprs = new List<SubExpr>(); 350List<SubExpr> lst; 353Dictionary<string, List<SubExpr>> nextLookup; 432Dictionary<string, List<SubExpr>> nextLookup; 436List<SubExpr> exprs; 467List<SubExpr> exprList; 469Dictionary<object, List<SubExpr>> removalMapping; 473this.removalMapping = new Dictionary<object, List<SubExpr>>(); 482internal List<SubExpr> Exprs 500List<SubExpr> exprs = new List<SubExpr>(); 590List<SubExpr> exprs;
System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (1)
50List<TChannel> items = this.Items;
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (1)
496((List<MessageHeader<object>>)attributes[headerDescription.Index]).Add(new MessageHeader<object>(null, mustUnderstand, actor, relay));
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\ExtensionCollection.cs (2)
58List<IExtension<T>> items = this.Items; 76List<IExtension<T>> items = this.Items;
System\ServiceModel\MostlySingletonList.cs (1)
18List<T> list;
System\ServiceModel\MsmqIntegration\MsmqIntegrationReceiveParameters.cs (1)
20List<Type> knownTypes = new List<Type>();
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (5)
161List<RegistrationEntry> entryList; 184public List<RegistrationEntry> EntryList 446List<PeerNodeAddress> results = new List<PeerNodeAddress>(); 447List<RegistrationEntry> entries = null; 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\AcceleratedTokenAuthenticator.cs (1)
278List<RequestSecurityTokenResponse> rstrList = new List<RequestSecurityTokenResponse>(1);
System\ServiceModel\Security\AcceptorSessionSymmetricMessageSecurityProtocol.cs (1)
119List<SecurityTokenResolver> tmp = new List<SecurityTokenResolver>(1);
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (2)
420List<SecurityToken> outOfBandTokens = new List<SecurityToken>(); 535List<SecurityTokenResolver> resolvers = new List<SecurityTokenResolver>();
System\ServiceModel\Security\IdentityModelServiceAuthorizationManager.cs (5)
83List<ClaimsIdentity> identities = new List<ClaimsIdentity>(); 84List<IAuthorizationPolicy> uncheckedAuthorizationPolicies = new List<IAuthorizationPolicy>(); 213List<ClaimsIdentity> transportTokenIdentityCollection = new List<ClaimsIdentity>(); 264List<IAuthorizationPolicy> baseAuthorizationPolicies) 418List<ClaimsIdentity> identities = new List<ClaimsIdentity>();
System\ServiceModel\Security\IInitiatorSecuritySessionProtocol.cs (2)
19List<SecurityToken> GetIncomingSessionTokens(); 20void SetIncomingSessionTokens(List<SecurityToken> tokens);
System\ServiceModel\Security\InfoCardHelper.cs (1)
170List<PolicyElement> chain = new List<PolicyElement>();
System\ServiceModel\Security\InitiatorSessionSymmetricMessageSecurityProtocol.cs (4)
21List<SecurityToken> incomingSessionTokens; 114public List<SecurityToken> GetIncomingSessionTokens() 122public void SetIncomingSessionTokens(List<SecurityToken> tokens) 243List<SecurityToken> sessionTokens = GetIncomingSessionTokens();
System\ServiceModel\Security\InitiatorSessionSymmetricTransportSecurityProtocol.cs (3)
18List<SecurityToken> incomingSessionTokens; 89public List<SecurityToken> GetIncomingSessionTokens() 97public void SetIncomingSessionTokens(List<SecurityToken> tokens)
System\ServiceModel\Security\IssuedTokenServiceCredential.cs (2)
21List<string> allowedAudienceUris; 23List<X509Certificate2> knownCertificates;
System\ServiceModel\Security\MessagePartSpecification.cs (3)
16List<XmlQualifiedName> headerTypes; 102List<XmlQualifiedName> headerTypes = specification.headerTypes; 125List<XmlQualifiedName> noDuplicates = new List<XmlQualifiedName>(headerTypes.Count);
System\ServiceModel\Security\MessageSecurityProtocolFactory.cs (2)
35List<SecurityTokenAuthenticator> wrappedKeyTokenAuthenticator; 156internal List<SecurityTokenAuthenticator> WrappedKeySecurityTokenAuthenticator
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (3)
61List<IChannel> activeNegotiationChannels1; 62List<IChannel> activeNegotiationChannels2; 682List<IChannel> temp = this.activeNegotiationChannels2;
System\ServiceModel\Security\ReceiveSecurityHeader.cs (4)
60List<TokenTracker> supportingTokenTrackers; 64List<SecurityTokenAuthenticator> allowedAuthenticators; 74List<SecurityTokenAuthenticator> wrappedKeyAuthenticator; 179public List<SecurityTokenAuthenticator> WrappedKeySecurityTokenAuthenticator
System\ServiceModel\Security\SctClaimSerializer.cs (2)
375List<Claim> claims = new List<Claim>(); 477List<IIdentity> identities = null;
System\ServiceModel\Security\SctClaimsHandler.cs (1)
76List<IAuthorizationPolicy> iaps = new List<IAuthorizationPolicy>();
System\ServiceModel\Security\SecurityContextTokenCache.cs (1)
222List<SecurityContextSecurityToken> tokens = new List<SecurityContextSecurityToken>(cacheTable.Count);
System\ServiceModel\Security\SecurityListenerSettingsLifetimeManager.cs (4)
85List<OperationWithTimeoutBeginCallback> beginOperations = new List<OperationWithTimeoutBeginCallback>(3); 86List<OperationEndCallback> endOperations = new List<OperationEndCallback>(3); 155List<OperationWithTimeoutBeginCallback> beginOperations = new List<OperationWithTimeoutBeginCallback>(3); 156List<OperationEndCallback> endOperations = new List<OperationEndCallback>(3);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (4)
570List<SecurityToken> incomingSessionTokens = new List<SecurityToken>(1); 1032List<RequestSecurityTokenResponse> rstrList = new List<RequestSecurityTokenResponse>(); 1173List<SecurityToken> incomingTokens = new List<SecurityToken>(1); 1215List<SecurityToken> incomingTokens = new List<SecurityToken>(2);
System\ServiceModel\Security\SecuritySessionFilter.cs (5)
81List<UniqueId> contextIds; 103contextIds = (propertyValue as List<UniqueId>); 294bool TryGetContextIds(Message message, out List<UniqueId> contextIds) 305contextIds = propertyValue as List<UniqueId>; 317List<UniqueId> contextIds;
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (4)
610List<IAuthorizationPolicy> authorizationPolicies = new List<IAuthorizationPolicy>(); 801List<RequestSecurityTokenResponse> rstrList = new List<RequestSecurityTokenResponse>(1); 945List<RequestSecurityTokenResponse> rstrList = new List<RequestSecurityTokenResponse>(1); 1058List<string> supportedMessageActions = new List<string>();
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
1147List<SecurityContextSecurityToken> futureSessionTokens; 1956List<RequestSecurityTokenResponse> rstrList = new List<RequestSecurityTokenResponse>(1);
System\ServiceModel\Security\SecurityTokenAuthenticatorAdapter.cs (1)
64List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
System\ServiceModel\Security\SecurityUtils.cs (5)
627List<SecurityKey> temp = new List<SecurityKey>(1); 982List<Claim> claims = new List<Claim>(2); 986List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1); 1031List<IIdentity> identities = null; 1035identities = obj as List<IIdentity>;
System\ServiceModel\Security\SendSecurityHeader.cs (6)
43List<SecurityToken> basicTokens = null; 44List<SecurityTokenParameters> basicSupportingTokenParameters = null; 45List<SecurityTokenParameters> endorsingTokenParameters = null; 46List<SecurityTokenParameters> signedEndorsingTokenParameters = null; 47List<SecurityTokenParameters> signedTokenParameters = null; 240void AddParameters(ref List<SecurityTokenParameters> list, SecurityTokenParameters item)
System\ServiceModel\Security\SendSecurityHeaderElementContainer.cs (10)
19List<SecurityToken> signedSupportingTokens = null; 20List<SendSecurityHeaderElement> basicSupportingTokens = null; 21List<SecurityToken> endorsingSupportingTokens = null; 22List<SecurityToken> endorsingDerivedSupportingTokens = null; 23List<SecurityToken> signedEndorsingSupportingTokens = null; 24List<SecurityToken> signedEndorsingDerivedSupportingTokens = null; 25List<SendSecurityHeaderElement> signatureConfirmations = null; 26List<SendSecurityHeaderElement> endorsingSignatures = null; 39void Add<T>(ref List<T> list, T item) 58public List<SecurityToken> EndorsingSupportingTokens
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (1)
257List<SecurityTokenAuthenticator> supportingAuthenticators = new List<SecurityTokenAuthenticator>();
System\ServiceModel\Security\SimpleSecurityTokenProvider.cs (2)
102List<Claim> claims = new List<Claim>(1); 104List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
System\ServiceModel\Security\SpnegoTokenAuthenticator.cs (1)
139List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (1)
364List<RequestSecurityTokenResponse> rstrList = new List<RequestSecurityTokenResponse>(2);
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (1)
120List<XmlNode> nodesToRemove = new List<XmlNode>(2);
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (1)
267List<SecurityKey> temp = new List<SecurityKey>(1);
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (3)
510readonly List<RsaSecurityToken> rsaSecurityTokens = new List<RsaSecurityToken>(); 938List<Claim> claims = new List<Claim>(1); 941List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
System\ServiceModel\Security\Tokens\KerberosRequestorSecurityTokenAuthenticator.cs (1)
31List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
System\ServiceModel\Security\Tokens\SecurityContextCookieSerializer.cs (4)
48List<ClaimSet> claimSets = null; 136List<IAuthorizationPolicy> authorizationPolicies; 297List<IIdentity> dstIdentities = obj as List<IIdentity>;
System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (1)
276List<SecurityKey> temp = new List<SecurityKey>(1);
System\ServiceModel\Security\Tokens\SecurityContextSecurityTokenHelper.cs (1)
95List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>();
System\ServiceModel\Security\Tokens\WindowsUserNameCachingSecurityTokenAuthenticator.cs (1)
55List<IExpirableItem> items = new List<IExpirableItem>(cacheTable.Count);
System\ServiceModel\Security\WindowsSspiNegotiation.cs (1)
369List<SecurityBuffer> list = new List<SecurityBuffer>(2);
System\ServiceModel\Security\WrappedRsaSecurityTokenAuthenticator.cs (1)
69List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
System\ServiceModel\Security\WrappedSaml11SecurityTokenAuthenticator.cs (1)
69List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
System\ServiceModel\Security\WrappedSaml2SecurityTokenAuthenticator.cs (1)
80List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
System\ServiceModel\Security\WrappedUserNameSecurityTokenAuthenticator.cs (1)
69List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
System\ServiceModel\Security\WrappedX509SecurityTokenAuthenticator.cs (1)
96List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(1);
System\ServiceModel\Security\WsKeyInfoSerializer.cs (1)
21List<SecurityTokenSerializer.SerializerEntries> serializerEntries = new List<SecurityTokenSerializer.SerializerEntries>();
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (1)
32List<string> earlyDecryptedDataReferences;
System\ServiceModel\Security\WSSecurityPolicy.cs (1)
3082List<WSSecurityPolicy> drivers;
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (4)
26readonly List<SerializerEntries> serializerEntries; 28readonly List<TokenEntry> tokenEntries; 568List<XmlDictionaryString> dictionaryStrings; 570public CollectionDictionary(List<XmlDictionaryString> dictionaryStrings)
System\ServiceModel\Security\WSTrust.cs (2)
185List<SecurityTokenAuthenticator> entropyAuthenticators; 406List<RequestSecurityTokenResponse> rstrCollection = new List<RequestSecurityTokenResponse>(2);
System\ServiceModel\Security\WSTrustChannelFactory.cs (1)
489List<SecurityToken> clientCredentialTokens = new List<SecurityToken>();
System\ServiceModel\Security\WSTrustServiceContract.cs (2)
95List<SecurityToken> tokenList = new List<SecurityToken>(); 159List<SecurityToken> serviceTokens = new List<SecurityToken>(1);
System\ServiceModel\ServiceAuthenticationManager.cs (1)
47List<IAuthorizationPolicy> authPolicies = new List<IAuthorizationPolicy>(message.Properties.Security.ServiceSecurityContext.AuthorizationPolicies);
System\ServiceModel\ServiceAuthorizationManager.cs (1)
75List<IAuthorizationPolicy> policies = new List<IAuthorizationPolicy>(authorizationPolicies);
System\ServiceModel\ServiceHost.cs (6)
486List<ServiceEndpoint> defaultEndpoints = new List<ServiceEndpoint>(); 512internal virtual void AddDefaultEndpoints(Binding defaultBinding, List<ServiceEndpoint> defaultEndpoints) 1321List<ICommunicationObject> listeners = new List<ICommunicationObject>(); 1784internal override void AddDefaultEndpoints(Binding defaultBinding, List<ServiceEndpoint> defaultEndpoints) 1787List<ContractDescription> mostSpecificContracts = new List<ContractDescription>(); 1986List<Type> interfaces = ServiceReflector.GetInterfaces(this.serviceType);
System\ServiceModel\SynchronizedCollection.cs (2)
14List<T> items; 62protected List<T> Items
System\ServiceModel\SynchronizedDisposablePool.cs (1)
11List<T> items;
System\ServiceModel\SynchronizedReadOnlyCollection.cs (1)
57internal SynchronizedReadOnlyCollection(object syncRoot, List<T> list, bool makeCopy)
System\ServiceModel\Syndication\ResourceCollectionInfo.cs (1)
176List<string> tmp = new List<string>(1);
System\ServiceModel\XamlIntegration\XPathMessageContextMarkupExtension.cs (1)
14static List<string> implicitPrefixes;
System\ServiceModel\XmlBuffer.cs (1)
14List<Section> sections;
System\UriTemplate.cs (4)
26internal readonly List<UriTemplatePathSegment> segments; 1140List<string> pathSegmentVariableNames; // ToUpperInvariant, in order they occur in the original template string 1142List<UriTemplatePartType> pathSegmentVariableNature; 1143List<string> queryValueVariableNames; // ToUpperInvariant, in order they occur in the original template string
System\UriTemplateCompoundPathSegment.cs (1)
21readonly List<VarAndLitPair> varLitPairs;
System\UriTemplatePathPartiallyEquivalentSet.cs (2)
17List<KeyValuePair<UriTemplate, object>> kvps; 25public List<KeyValuePair<UriTemplate, object>> Items
System\UriTemplateTable.cs (1)
501List<UriTemplateTableMatchCandidate> slowPathCandidates = new List<UriTemplateTableMatchCandidate>();
System\UriTemplateTrieNode.cs (1)
738List<T> sameOrderResults = null;
TD.Designer.cs (1)
4926System.Collections.Generic.List<ushort> e2eEvents = new System.Collections.Generic.List<ushort>(120);
System.ServiceModel.Activation (13)
System\ServiceModel\Activation\HostedTransportConfigurationBase.cs (1)
17List<BaseUriWithWildcard> listenAddresses;
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 (4)
28List<string> enabledProtocols; 43protected List<string> Protocols { get { return enabledProtocols; } set { enabledProtocols = value; } } 73List<string> spnList) 493List<string> spns = spnsObj == null ? null : new List<string>(spnsObj as string[]);
System\ServiceModel\Activities\Activation\WorkflowServiceHostFactory.cs (1)
250List<Tuple<string, Stream>> streamList = new List<Tuple<string, Stream>>();
System\ServiceModel\Channels\MsmqHostedTransportManager.cs (2)
18List<MsmqBindingMonitor> bindingMonitors; 51List<Uri> baseAddresses = new List<Uri>(this.hosts.Length);
System\ServiceModel\ServiceHostingEnvironment.cs (2)
653List<Uri> prefixFilters = new List<Uri>(); 1145List<Uri> results = new List<Uri>();
TD.Designer.cs (1)
697System.Collections.Generic.List<ushort> e2eEvents = new System.Collections.Generic.List<ushort>(14);
System.ServiceModel.Activities (34)
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 (6)
17Dictionary<InstanceKey, List<BufferedReceiveMessageProperty>> bufferedProperties; 130List<BufferedReceiveMessageProperty> properties; 165List<BookmarkInfo> bookmarks = new List<BookmarkInfo>(availableBookmarks); 172List<BufferedReceiveMessageProperty> properties = this.bufferedProperties[instanceKey]; 244foreach (List<BufferedReceiveMessageProperty> value in this.bufferedProperties.Values) 374this.bufferedProperties = new Dictionary<InstanceKey, List<BufferedReceiveMessageProperty>>();
System\ServiceModel\Activities\Dispatcher\PersistenceContextEnlistment.cs (1)
24List<PersistenceContext> enlistedContexts;
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (5)
255List<PersistenceContext> contextsToAbort = null; 336List<PersistenceContext> contextsToAbort = null; 466void AbortContexts(List<PersistenceContext> contextsToAbort) 584void DetachContext(PersistenceContext contextToAbort, ref List<PersistenceContext> contextsToAbort) 734List<PersistenceContext> contextsToAbort;
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (14)
82List<AsyncWaitHandle> idleWaiters; 83List<AsyncWaitHandle> nextIdleWaiters; 84List<WaitForCanPersistAsyncResult> checkCanPersistWaiters; 101Dictionary<string, List<PendingOperationAsyncResult>> pendingOperations; 111List<WorkflowOperationContext> pendingRequests; 207internal List<IPersistencePipelineModule> PipelineModules 1756List<WaitForCanPersistAsyncResult> waiters = this.checkCanPersistWaiters; 2087this.pendingOperations = new Dictionary<string, List<PendingOperationAsyncResult>>(); 2089List<PendingOperationAsyncResult> pendingList; 2118List<PendingOperationAsyncResult> pendingList; 2151foreach (List<PendingOperationAsyncResult> pendingList in this.pendingOperations.Values) 3763List<IPersistencePipelineModule> modules = this.instance.PipelineModules; 5176List<object> waiters; 5192List<object> Waiters
System\ServiceModel\Activities\InternalSendMessage.cs (2)
771List<InstanceKey> transientCorrelations = new List<InstanceKey>(); 788List<InstanceKey> transientCorrelations = new List<InstanceKey>(correlationMessageProperty.TransientCorrelations);
System\ServiceModel\Activities\MessagingActivityHelper.cs (1)
55List<T> list = null;
System\ServiceModel\Activities\SendReply.cs (1)
268List<SendReply> faultRepliesList = new List<SendReply>();
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
404internal override void AddDefaultEndpoints(Binding defaultBinding, List<ServiceEndpoint> defaultEndpoints)
TD.Designer.cs (1)
621System.Collections.Generic.List<ushort> e2eEvents = new System.Collections.Generic.List<ushort>(3);
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
199List<UdpSocket> socketList = new List<UdpSocket>();
System\ServiceModel\Channels\UdpChannelListener.cs (2)
27List<UdpSocket> listenSockets; 125internal List<UdpSocket> ListenSockets
System\ServiceModel\Channels\UdpUtility.cs (1)
268List<NetworkInterface> supportedAdapters = new List<NetworkInterface>();
System.ServiceModel.Discovery (7)
System\ServiceModel\Discovery\ScopeCompiler.cs (4)
21List<string> compiledScopes = new List<string>(); 39List<CompiledScopeCriteria> compiledCriterias = new List<CompiledScopeCriteria>(); 89static void Compile(Uri scope, List<string> compiledScopes) 385List<string> attrTypeList = new List<string>();
System\ServiceModel\Discovery\ServiceDiscoveryBehavior.cs (3)
51List<ServiceEndpoint> appEndpoints = this.GetApplicationEndpoints(serviceDescription); 147List<ServiceEndpoint> GetApplicationEndpoints(ServiceDescription serviceDescription) 149List<ServiceEndpoint> appEndpoints = new List<ServiceEndpoint>(serviceDescription.Endpoints.Count);
System.ServiceModel.Internals (9)
System\Runtime\AsyncWaitHandle.cs (2)
16List<AsyncWaiter> asyncWaiters; 154List<AsyncWaiter> toCallList = null;
System\Runtime\Collections\ObjectCache.cs (3)
201static void Add<T>(ref List<T> list, T item) 234void GatherExpiredItems(ref List<KeyValuePair<TKey, Item>> expiredItems, bool calledFromTimer) 280List<KeyValuePair<TKey, Item>> itemsToClose = null;
System\Runtime\Collections\OrderedDictionary.cs (2)
85List<TKey> keys = new List<TKey>(this.privateDictionary.Count); 104List<TValue> values = new List<TValue>(this.privateDictionary.Count);
System\Runtime\InputQueue.cs (1)
29List<IQueueWaiter> waiterList;
System\Runtime\InternalBufferManager.cs (1)
63List<BufferPool> bufferPoolList = new List<BufferPool>();
System.ServiceModel.Routing (12)
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>(); 216IList<StrictAndMessageFilter> FindMatchingAndFilters(List<MessageFilter> firstPassResults)
System\ServiceModel\Routing\MessageRpc.cs (1)
213List<IEnumerable<ServiceEndpoint>> endpointLists = new List<IEnumerable<ServiceEndpoint>>();
System\ServiceModel\Routing\SendOperation.cs (1)
17List<RoutingEndpointTrait> endpointTraits;
System\ServiceModel\Routing\SessionChannels.cs (3)
21List<IRoutingClient> sessionList; 45List<ICommunicationObject> localClients = null; 105List<IRoutingClient> clients = new List<IRoutingClient>();
System.ServiceModel.WasHosting (22)
System\ServiceModel\WasHosting\MetabaseSettingsIis7.cs (22)
84IDictionary<string, List<string>> bindingList = ServerManagerWrapper.GetProtocolBindingTable(site); 87foreach (KeyValuePair<string, List<string>> entry in bindingList) 190List<string> providerList = ServerManagerWrapper.GetProviders(section, MetabaseSettingsIis7Constants.ProviderElementName, 206List<string> spnList; 297static internal List<string> GetProviders(ConfigurationSection section, string providerElementName, string valueAttributeName) 299List<string> providerList = new List<string>(); 319static internal IDictionary<string, List<string>> GetProtocolBindingTable(Site site) 321IDictionary<string, List<string>> bindingList = new Dictionary<string, List<string>>(); 347out ExtendedProtectionFlags flags, out List<string> spnList) 363List<string> appPaths = new List<string>(); 420IDictionary<string, List<string>> bindingList = WebConfigurationManagerWrapper.GetProtocolBindingTable(site); 423foreach (KeyValuePair<string, List<string>> entry in bindingList) 523List<string> providerList = WebConfigurationManagerWrapper.GetProviderList(section); 538List<string> spnList; 652static internal IDictionary<string, List<string>> GetProtocolBindingTable(ConfigurationElement site) 654IDictionary<string, List<string>> bindingList = new Dictionary<string, List<string>>(); 684static internal List<string> GetProviderList(ConfigurationElement section) 686List<string> providerList = new List<string>(); 696out ExtendedProtectionFlags flags, out List<string> spnList) 709List<string> appPaths = new List<string>();
System.ServiceModel.Web (21)
System\ServiceModel\Dispatcher\FormatSelectingMessageInspector.cs (2)
22List<MultiplexingFormatMapping> mappings; 32public FormatSelectingMessageInspector(WebHttpBehavior webHttpBehavior, List<MultiplexingFormatMapping> mappings)
System\ServiceModel\Dispatcher\HelpPage.cs (1)
377List<Type> listTypes = new List<Type>(od.KnownTypes);
System\ServiceModel\Dispatcher\SingleBodyParameterDataContractMessageFormatter.cs (2)
53List<Type> tmp = new List<Type>(); 207List<XmlObjectSerializer> tmp = new List<XmlObjectSerializer>();
System\ServiceModel\Dispatcher\SingleBodyParameterXmlSerializerMessageFormatter.cs (2)
21List<Type> knownTypes; 49List<Type> operationTypes = 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\UriTemplateClientFormatter.cs (4)
147List<string> neededPathVars = new List<string>(uriTemplate.PathSegmentVariableNames); 148List<string> neededQueryVars = new List<string>(uriTemplate.QueryValueVariableNames); 160List<string> neededPathCopy = new List<string>(neededPathVars); 175List<string> neededQueryCopy = new List<string>(neededQueryVars);
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (1)
258List<string> allowedMethods = null;
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelectorData.cs (1)
11internal List<string> AllowedMethods { get; set; }
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 (1)
251List<int> escapeCharacterInsertIndices = null;
System\ServiceModel\Web\Utility.cs (2)
80public static List<string> QuoteAwareStringSplit(string str) 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 (163)
Cache\IOutputCacheEntry.cs (2)
11List<HeaderElement> HeaderElements { get; set; } 14List<ResponseElement> ResponseElements { get; set; }
Cache\OutputCache.cs (2)
181List<HeaderElement> headerElements = null; 192List<ResponseElement> responseElements = null;
Cache\OutputCacheEntry.cs (6)
19private List<HeaderElement> _headerElements; 20private List<ResponseElement> _responseElements; 30public List<HeaderElement> HeaderElements { get { return _headerElements; } 33public List<ResponseElement> ResponseElements { get { return _responseElements; } 47List<HeaderElement> headerElements, 48List<ResponseElement> responseElements) {
Cache\SRef.cs (1)
44private List<SRef> _srefs = new List<SRef>();
Compilation\AssemblyBuilder.cs (2)
805List<string> noWarnStrings = new List<string>(5); 816List<string> noWarnStrings = new List<string>(3);
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 (5)
123private List<VirtualPath> _excludedCompilationPaths; 216private List<Assembly> _topLevelReferencedAssemblies = new List<Assembly>() { 221private List<Assembly> TopLevelReferencedAssemblies { get { return _topLevelReferencedAssemblies; } } 928List<MethodInfo> methods = new List<MethodInfo>(); 1420List<Type> buildProviderTypes = CompilationUtil.GetFolderLevelBuildProviderTypes(compConfig, appliesTo);
Compilation\BuildManagerHost.cs (2)
173internal void PrecompileApp(ClientBuildManagerCallback callback, List<string> excludedVirtualPaths) { 334List<Assembly> assemblyList = new List<Assembly>();
Compilation\ClientBuildManager.cs (2)
69private List<string> _excludedVirtualPaths; 71public List<string> ExcludedVirtualPaths {
Compilation\CompilationUtil.cs (1)
330internal static List<Type> GetFolderLevelBuildProviderTypes(CompilationSection config,
Compilation\MultiTargetingUtil.cs (2)
42private static List<FrameworkName> s_knownFrameworkNames = null; 67internal static List<FrameworkName> KnownFrameworkNames {
Compilation\TemplateControlCodeDomTreeGenerator.cs (1)
299var attrArgs = new List<CodeAttributeArgument>();
Configuration\FolderLevelBuildProviderCollection.cs (5)
18private Dictionary<FolderLevelBuildProviderAppliesTo, List<Type>> _buildProviderMappings; 81_buildProviderMappings = new Dictionary<FolderLevelBuildProviderAppliesTo, List<Type>>(); 86List<Type> buildProviders = null; 96internal List<Type> GetBuildProviderTypes(FolderLevelBuildProviderAppliesTo appliesTo) { 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 (4)
19private List<IProcessSuspendListener> GetAllSuspendListeners() { 20List<IProcessSuspendListener> suspendListeners = new List<IProcessSuspendListener>(); 41var suspendListeners = GetAllSuspendListeners(); 46List<IProcessResumeCallback> callbacks = new List<IProcessResumeCallback>(suspendListeners.Count);
Hosting\HostingEnvironment.cs (1)
1563List<IStopListeningRegisteredObject> listeners = new List<IStopListeningRegisteredObject>();
Hosting\SuspendManager.cs (1)
115private readonly List<Action> _resumeCallbacks;
HttpApplication.cs (4)
177private static List<ModuleConfigurationInfo> _moduleConfigInfo; 2843static internal List<ModuleConfigurationInfo> IntegratedModuleList { 2854List<ModuleConfigurationInfo> moduleList = null; 2929HttpModuleCollection BuildIntegratedModuleCollection(List<ModuleConfigurationInfo> moduleList) {
HttpApplicationFactory.cs (1)
567List<HttpApplication> instances = new List<HttpApplication>();
HttpFileCollection.cs (1)
149List<HttpPostedFile> result = new List<HttpPostedFile>();
HttpServerVarsCollection.cs (1)
28private List<HttpServerVarsCollectionEntry> _unsyncedEntries;
Management\WebEvents.cs (11)
306List<WebEventFieldData> fields = new List<WebEventFieldData>(); 322internal virtual void GenerateFieldsForMarshal(List<WebEventFieldData> fields) { 1110internal override void GenerateFieldsForMarshal(List<WebEventFieldData> fields) { 1278internal override void GenerateFieldsForMarshal(List<WebEventFieldData> fields) { 1364internal override void GenerateFieldsForMarshal(List<WebEventFieldData> fields) { 1453internal override void GenerateFieldsForMarshal(List<WebEventFieldData> fields) { 1552internal override void GenerateFieldsForMarshal(List<WebEventFieldData> fields) { 1612internal override void GenerateFieldsForMarshal(List<WebEventFieldData> fields) { 1690internal override void GenerateFieldsForMarshal(List<WebEventFieldData> fields) { 1729internal override void GenerateFieldsForMarshal(List<WebEventFieldData> fields) { 1807internal override void GenerateFieldsForMarshal(List<WebEventFieldData> fields) {
ModelBinding\CollectionModelBinder`1.cs (6)
9private static List<TElement> BindComplexCollection(ModelBindingExecutionContext modelBindingExecutionContext, ModelBindingContext bindingContext) { 16internal static List<TElement> BindComplexCollectionFromIndexes(ModelBindingExecutionContext modelBindingExecutionContext, ModelBindingContext bindingContext, IEnumerable<string> indexNames) { 26List<TElement> boundCollection = new List<TElement>(); 61List<TElement> boundCollection = (vpResult != null) 71internal static List<TElement> BindSimpleCollection(ModelBindingExecutionContext modelBindingExecutionContext, ModelBindingContext bindingContext, object rawValue, CultureInfo culture) { 76List<TElement> boundCollection = new List<TElement>();
ModelBinding\CollectionModelBinderProvider.cs (1)
10return CollectionModelBinderUtil.GetGenericBinder(typeof(ICollection<>), typeof(List<>), typeof(CollectionModelBinder<>), bindingContext.ModelMetadata);
ModelBinding\DataAnnotationsModelMetadataProvider.cs (1)
12List<Attribute> attributeList = new List<Attribute>(attributes);
ModelBinding\DataAnnotationsModelValidatorProvider.cs (1)
83List<ModelValidator> results = new List<ModelValidator>();
PipelineModuleStepContainer.cs (13)
51List<HttpApplication.IExecutionStep>[] _moduleSteps; 52List<HttpApplication.IExecutionStep>[] _modulePostSteps; 57private List<HttpApplication.IExecutionStep> GetStepArray(RequestNotification notification, bool isPostEvent) { 65List<HttpApplication.IExecutionStep>[] steps = _moduleSteps; 79List<HttpApplication.IExecutionStep> stepArray = steps[index]; 88List<HttpApplication.IExecutionStep> stepArray = GetStepArray(notification, isPostEvent); 97List<HttpApplication.IExecutionStep> stepArray = GetStepArray(notification, isPostEvent); 109List<HttpApplication.IExecutionStep>[] steps = _moduleSteps; 120List<HttpApplication.IExecutionStep> stepArray = steps[index]; 158List<HttpApplication.IExecutionStep>[] steps = null; 162_modulePostSteps = new List<HttpApplication.IExecutionStep>[ 32 ]; 168_moduleSteps = new List<HttpApplication.IExecutionStep>[ 32 ]; 180List<HttpApplication.IExecutionStep> stepArray = steps[index];
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>();
Security\UrlAuthorizationModule.cs (1)
91List<ModuleConfigurationInfo> modules = HttpApplication.IntegratedModuleList;
UI\DesignTimeParseData.cs (2)
113internal void SetUserControlRegisterEntries(ICollection userControlRegisterEntries, List<TagNamespaceRegisterEntry> tagRegisterEntries) { 118List<Triplet> allEntries = new List<Triplet>();
UI\ObjectStateFormatter.cs (4)
140private List<string> _specificPurposes; 185internal List<string> GetSpecificPurposes() { 195List<string> specificPurposes = new List<string>() { 1081List<int> items = new List<int>(sparseThreshold);
UI\Page.cs (1)
2971List<string> controlsToClear = new List<string>(controlState.Count);
UI\ParseRecorder.cs (2)
22private static List<Func<ParseRecorder>> _factories; 38List<ParseRecorder> recorders = new List<ParseRecorder>();
UI\RenderTraceListener.cs (4)
19private static List<Func<RenderTraceListener>> _factories; 50List<RenderTraceListener> listeners = new List<RenderTraceListener>(); 102private readonly List<RenderTraceListener> _listeners; 104internal RenderTraceListenerList(List<RenderTraceListener> listeners) {
UI\TagNameToTypeMapper.cs (2)
237private List<TagNamespaceRegisterEntry> _tagRegisterEntries; 284internal List<TagNamespaceRegisterEntry> TagRegisterEntries {
UI\TemplateParser.cs (1)
99internal List<TagNamespaceRegisterEntry> TagRegisterEntries { get { return TypeMapper.TagRegisterEntries; } }
UI\WebControls\AutoFieldsGenerator.cs (4)
7private List<AutoGeneratedFieldProperties> _autoGeneratedFieldProperties; 21List<AutoGeneratedField> autoFields = new List<AutoGeneratedField>(); 31protected internal List<AutoGeneratedFieldProperties> AutoGeneratedFieldProperties { 100public abstract List<AutoGeneratedField> CreateAutoGeneratedFields(object dataItem, Control control);
UI\WebControls\CreateUserWizard.cs (2)
3294var rightCellColumns = new List<Control>() { container.PasswordTextBox }; 3321var rightCellColumns = new List<Control>() { container.ConfirmPasswordTextBox };
UI\WebControls\DetailsViewRowsGenerator.cs (2)
9public override List<AutoGeneratedField> CreateAutoGeneratedFields(object dataItem, Control control) { 22List<AutoGeneratedField> generatedFields = new List<AutoGeneratedField>();
UI\WebControls\GridViewColumnsGenerator.cs (2)
10public override List<AutoGeneratedField> CreateAutoGeneratedFields(object dataObject, Control control) { 26List<AutoGeneratedField> generatedFields = new List<AutoGeneratedField>();
UI\WebControls\Menu.cs (12)
70private List<MenuItemStyle> _cachedMenuItemStyles; 71private List<SubMenuStyle> _cachedSubMenuStyles; 72private List<string> _cachedMenuItemClassNames; 73private List<string> _cachedMenuItemHyperLinkClassNames; 74private List<string> _cachedSubMenuClassNames; 134private List<string> CachedMenuItemClassNames { 143private List<string> CachedMenuItemHyperLinkClassNames { 152private List<MenuItemStyle> CachedMenuItemStyles { 161private List<string> CachedSubMenuClassNames { 170private List<SubMenuStyle> CachedSubMenuStyles { 1297private static T CacheGetItem<T>(List<T> cacheList, int index) where T : class { 1303private static void CacheSetItem<T>(List<T> cacheList, int index, T item) where T : class {
UI\WebControls\MenuItem.cs (1)
302List<string> pathParts = new List<string>();
UI\WebControls\MenuItemCollection.cs (3)
11private List<MenuItem> _list; 17private List<LogItem> _log; 43private List<LogItem> Log {
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 (3)
11private List<TreeNode> _list; 18private List<LogItem> _log; 48private List<LogItem> Log {
UI\WebControls\TreeView.cs (16)
95private List<TreeNodeStyle> _cachedParentNodeStyles; 96private List<string> _cachedParentNodeClassNames; 97private List<string> _cachedParentNodeHyperLinkClassNames; 98private List<TreeNodeStyle> _cachedLeafNodeStyles; 99private List<string> _cachedLeafNodeClassNames; 100private List<string> _cachedLeafNodeHyperLinkClassNames; 148private List<string> CachedLeafNodeClassNames { 157private List<TreeNodeStyle> CachedLeafNodeStyles { 166private List<string> CachedLeafNodeHyperLinkClassNames { 184private List<TreeNodeStyle> CachedParentNodeStyles { 193private List<string> CachedParentNodeClassNames { 202private List<string> CachedParentNodeHyperLinkClassNames { 1340private static T CacheGetItem<T>(List<T> cacheList, int index) where T : class { 1346private static void CacheSetItem<T>(List<T> cacheList, int index, T item) where T : class { 1842List<string> cache = parent ? 2271List<TreeNodeStyle> cache = parent ? CachedParentNodeStyles : CachedLeafNodeStyles;
UI\WebControls\ValidationSummary.cs (1)
264List<string> errorDescriptions = new List<string>();
UI\WebControls\Wizard.cs (2)
86private List<TemplatedWizardStep> _templatedSteps; 1260internal List<TemplatedWizardStep> TemplatedSteps {
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 (2)
95public static List<string> ParseHeader(string headerValue) { 101List<string> subprotocols = new List<string>();
System.Web.DataVisualization (72)
Common\ChartTypes\BarChart.cs (2)
361 List<string> typeSeries = area.GetSeriesFromChartType(Name); 1325 List<string> typeSeries = null;
Common\ChartTypes\BoxPlotChart.cs (5)
253 List<string> typeSeries = area.GetSeriesFromChartType(this.Name); 1023 List<string> typeSeries = area.GetSeriesFromChartType(this.Name); 1636 List<double> yValues = new List<double>(valueCount); 1741 static private void BoxPlotAddUnusual(ref DataPoint boxPoint, List<double> yValues) 1783 static private double[] CalculatePercentileValues(List<double> yValues, double[] requiredPercentile)
Common\ChartTypes\ColumnChart.cs (2)
272 List<string> typeSeries = area.GetSeriesFromChartType(Name); 664 List<string> typeSeries = null;
Common\ChartTypes\ErrorBarChart.cs (4)
300 List<string> typeSeries = area.GetSeriesFromChartType(this.Name); 349List<string> typeLinkedSeries = linkedSeriesArea.GetSeriesFromChartType(linkedSeriesChartType); 1080 List<string> typeSeries = area.GetSeriesFromChartType(this.Name); 1130 List<string> typeLinkedSeries = area.GetSeriesFromChartType(linkedSeriesChartType);
Common\ChartTypes\LineChart.cs (2)
366 List<string> typeSeries = area.GetSeriesFromChartType(this.Name); 1216 List<string> typeSeries = null;
Common\ChartTypes\PieChart.cs (3)
615 List<string> typeSeries = area.GetSeriesFromChartType(Name); 698 List<string> typeSeries = area.GetSeriesFromChartType(Name); 2384 List<string> typeSeries = area.GetSeriesFromChartType(Name);
Common\ChartTypes\PointChart.cs (1)
1051 List<string> typeSeries = null;
Common\ChartTypes\StackedBarChart.cs (2)
703List<string> typeSeries = area.GetSeriesFromChartType(Name); 1364 List<string> typeSeries = null;
Common\ChartTypes\StackedColumnChart.cs (2)
712List<string> typeSeries = area.GetSeriesFromChartType(Name); 1413 List<string> typeSeries = null;
Common\ChartTypes\StockChart.cs (2)
325 List<string> typeSeries = area.GetSeriesFromChartType(this.Name); 1123 List<string> typeSeries = area.GetSeriesFromChartType(this.Name);
Common\Formulas\FormulaHelpers.cs (3)
1404List<DataField> unmappedFormulaFields = new List<DataField>(formulaFields); 1459List<DataField> seriesFields = new List<DataField>(FormulaHelper.GetDataFields(series.ChartType)); 1551List<DataField> seriesFields = new List<DataField>(FormulaHelper.GetDataFields(chartType));
Common\General\AxisLabels.cs (3)
338 List<string> dataSeries = null; 542 List<string> seriesArray = ChartArea.GetXAxesSeries((axisType == AxisName.X) ? AxisType.Primary : AxisType.Secondary, ((Axis)this).SubAxisName); 796 List<string> series,
Common\General\AxisScale.cs (2)
1599 List<string> list = null; 1749 List<string> list;
Common\General\BaseCollections.cs (3)
86internal List<T> ItemList 88get { return Items as List<T>; } 280private List<T> _cachedState = null;
Common\General\ChartArea3D.cs (11)
563 internal List<List<string>> seriesClusters = null; 1070 this.seriesClusters = new List<List<string>>(); 1186 List<string> seriesNames = this.seriesClusters[clusterIndex]; 1558 List<Series> seriesDrawingOrder = GetSeriesDrawingOrder(_reverseSeriesOrder); 1579 internal List<string> GetClusterSeriesNames(string seriesName) 1582 foreach(List<string> seriesNames in this.seriesClusters) 1597 private List<Series> GetSeriesDrawingOrder(bool reverseSeriesOrder) 1600List<Series> seriesList = new List<Series>(); 1603 foreach(List<string> seriesNames in this.seriesClusters) 1727 List<string> seriesNamesList,
Common\General\ChartAreaAxes.cs (14)
70 private List<string> _series = new List<string>(); 143 internal List<string> Series 425List<string> axisSeriesNames = GetXAxesSeries(axisType, axis.SubAxisName); 1482List<string> seriesArray = this.GetXAxesSeries((axisIndex == 0) ? AxisType.Primary : AxisType.Secondary, string.Empty); 1524 internal List<string> GetSeriesFromChartType( string chartType ) 1527List<string> list = new List<string>(); 1545 internal List<Series> GetSeries( ) 1548List<Series> list = new List<Series>(); 1564 internal List<string> GetXAxesSeries( AxisType type, string subAxisName ) 1567List<string> list = new List<string>(); 1626 internal List<string> GetYAxesSeries( AxisType type, string subAxisName ) 1629List<string> list = new List<string>(); 1721 internal double GetPointsInterval( List<string> seriesList, bool isLogarithmic, double logarithmBase, bool checkSameInterval, out bool sameInterval ) 1738 internal double GetPointsInterval( List<string> seriesList, bool isLogarithmic, double logarithmicBase, bool checkSameInterval, out bool sameInterval, out Series series )
Common\General\GridTickMarks.cs (2)
198List<string> seriesArray = Axis.ChartArea.GetXAxesSeries((Axis.axisType == AxisName.X) ? AxisType.Primary : AxisType.Secondary, Axis.SubAxisName); 1259 List<string> seriesArray = _axis.ChartArea.GetXAxesSeries((_axis.axisType == AxisName.X) ? AxisType.Primary : AxisType.Secondary, _axis.SubAxisName);
Common\General\Label.cs (1)
1527List<string> seriesArray = _axis.ChartArea.GetXAxesSeries((_axis.axisType == AxisName.X) ? AxisType.Primary : AxisType.Secondary, _axis.SubAxisName);
Common\General\Legend.cs (2)
5149List<LegendItem> list = this.Items as List<LegendItem>;
Common\General\Selection.cs (1)
2010List<HitTestResult> result = new List<HitTestResult>();
Common\General\StripLine.cs (1)
270 List<string> seriesArray = Axis.ChartArea.GetXAxesSeries((Axis.axisType == AxisName.X) ? AxisType.Primary : AxisType.Secondary, Axis.SubAxisName);
Common\Utilities\CustomAttributesRegistry.cs (1)
398internal static System.Collections.Generic.List<SeriesChartType> IsXAxisQuantitativeChartTypes =
WebForm\General\ChartHttpHandler.cs (3)
1986static List<HandlerPageTraceInfo> _messages = new List<HandlerPageTraceInfo>(MessageLimit); 1996private List<ChartHandlerEvents> _events = new List<ChartHandlerEvents>(); 2147List<HandlerPageTraceInfo> result;
System.Web.DynamicData (30)
DynamicData\DefaultAutoFieldGenerator.cs (1)
28List<DynamicField> fields = new List<DynamicField>();
DynamicData\DynamicValidator.cs (3)
240List<string> columnNames = GetValidationColumnNames(Column); 257private static List<string> GetValidationColumnNames(MetaColumn column) { 258List<string> columnNames = new List<string>();
DynamicData\FilterRepeater.cs (1)
23private List<FilterUserControlBase> _filters = new List<FilterUserControlBase>();
DynamicData\IMetaModel.cs (1)
23List<IMetaTable> VisibleTables { get; }
DynamicData\MetaModel.cs (6)
20private List<Type> _contextTypes = new List<Type>(); 22private List<MetaTable> _tables = new List<MetaTable>(); 230var tablesToInitialize = new List<MetaTable>(); 334private void CheckTableNameConflict(MetaTable table, string nameOverride, List<MetaTable> tablesToInitialize) { 392public List<MetaTable> VisibleTables { 677List<IMetaTable> IMetaModel.VisibleTables {
DynamicData\MetaTable.cs (2)
386var columns = new List<MetaColumn>(); 578var serverSideColumns = Columns.Where(c => !c.IsCustomProperty).ToList();
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)
63internal List<TableProvider> DLinqTables { get; private set; }
DynamicData\ModelProviders\DLinqTableProvider.cs (2)
11private List<ColumnProvider> _columns; 26var members = new List<MetaDataMember>(rowType.DataMembers);
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\ModelProviders\SimpleTableProvider.cs (1)
10private List<ColumnProvider> _columns;
DynamicData\QueryableFilterRepeater.cs (1)
23private List<DynamicFilter> _filters = new List<DynamicFilter>();
DynamicData\SimpleFieldTemplateUserControl.cs (1)
18private List<BaseValidator> _validators;
DynamicData\Util\FileChangeNotifier.cs (1)
50var virtualPathDependencies = new List<string>();
DynamicData\Util\RouteParametersHelper.cs (2)
35var result = new List<Parameter>(); 50var result = new List<Parameter>();
System.Web.Entity (18)
System\Data\WebControls\EntityDataSource.cs (1)
714List<ObjectParameter> objectParameters = new List<ObjectParameter>();
System\Data\WebControls\EntityDataSourceUtil.cs (6)
188List<EdmType> types = new List<EdmType>(EntityDataSourceUtil.GetTypeAndSubtypesOf(entityType, ocItemCollection, /*includeAbstractTypes*/true)); 918List<EntityDataSourceColumn> result = new List<EntityDataSourceColumn>(); 960List<EntityDataSourceColumn> columns = new List<EntityDataSourceColumn>(); 977private static Dictionary<EdmProperty, EntityDataSourcePropertyColumn> AddPropertyColumns(List<EntityDataSourceColumn> columns, MetadataWorkspace ocWorkspace, EntityDataSourceMemberPath parent, IEnumerable<EdmProperty> properties, ReadOnlyCollection<EdmMember> interestingMembers) 1005private static void AddReferenceNavigationColumns(List<EntityDataSourceColumn> columns, MetadataWorkspace ocWorkspace, EntitySet entitySet, EntityType entityType) 1020private static void AddReferenceKeyColumns(List<EntityDataSourceColumn> columns, MetadataWorkspace ocWorkspace, EntitySet entitySet, EntityType entityType, Dictionary<EdmProperty, EntityDataSourcePropertyColumn> entityProperties)
System\Data\WebControls\EntityDataSourceView.cs (3)
796List<ObjectParameter> whereParameterList = new List<ObjectParameter>(); 853List<string> visitedProperties, 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 (2)
117var referenceList = new List<KeyValuePair<EntityDataSourceReferenceKeyColumn, object>>(); 178List<KeyValuePair<EntityDataSourceReferenceKeyColumn, object>> referenceList, bool overwriteSameValue)
System\Data\WebControls\EntityDataSourceWrapperCollection.cs (3)
42private readonly List<EntityDataSourceWrapper> _wrapperList; 82List<PropertyDescriptor> visiblePropertyDescriptors = new List<PropertyDescriptor>(columns.Count); 83List<EntityDataSourceWrapperPropertyDescriptor> propertyDescriptors = new List<EntityDataSourceWrapperPropertyDescriptor>(columns.Count);
System\Data\WebControls\OrderByBuilder.cs (1)
230List<string> keyMemberNames = null;
System.Web.Entity.Design (41)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContext.cs (2)
37private List<EntityConnectionStringBuilderItem> _namedConnections; 38private List<EntityDataSourceContainerNameItem> _containerNames;
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.cs (2)
360internal void SetContainerNames(List<EntityDataSourceContainerNameItem> containerNames) 368internal void SetNamedConnections(List<EntityConnectionStringBuilderItem> namedConnections)
System\Data\WebControls\Design\EntityDataSourceContainerNameConverter.cs (1)
35List<EntityDataSourceContainerNameItem> containerNameItems = new EntityDataSourceDesignerHelper(entityDataSource, false /*interactiveMode*/).GetContainerNames(true /*sortResults*/);
System\Data\WebControls\Design\EntityDataSourceDataSelection.cs (5)
37private List<EntityDataSourceEntitySetNameItem> _entitySetNames; 39private List<EntityDataSourceEntityTypeFilterItem> _entityTypeFilters; 52private List<string> _entityTypeProperties; 53private List<int> _selectedEntityTypeProperties; 403List<int> selectedProperties = new List<int>();
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.cs (4)
270public void SetEntitySetNames(List<EntityDataSourceEntitySetNameItem> entitySetNames) 280public void SetEntityTypeProperties(List<string> entityTypeProperties, List<int> selectedEntityTypeProperties) 302public void SetEntityTypeFilters(List<EntityDataSourceEntityTypeFilterItem> entityTypeFilters)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (24)
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>(); 576private bool SetEntityConnection(List<string> metadataPaths, EntityConnectionStringBuilder connStrBuilder) 701private string BuildWarningMessage(string headerMessage, List<string> warnings) 847private string ResolveDataDirectory(string metadataPaths, List<string> dataDirectoryPaths, List<string> warnings) 909private string ExpandDataDirectory(string pathWithMacro, List<string> warnings) 947private void ResolveVirtualRootPath(string resourcePath, List<string> metadataPaths, List<string> warnings) 960private void ResolveRelativePath(string resourcePath, List<string> metadataPaths, List<string> warnings) 1248internal List<EntityDataSourceContainerNameItem> GetContainerNames(bool sortResults) 1250List<EntityDataSourceContainerNameItem> entityContainerItems = new List<EntityDataSourceContainerNameItem>(); 1287internal List<EntityDataSourceEntitySetNameItem> GetEntitySets(string entityContainerName) 1298internal List<EntityDataSourceEntitySetNameItem> GetEntitySets(EntityContainer entityContainer, bool sortResults) 1300List<EntityDataSourceEntitySetNameItem> entitySetNameItems = new List<EntityDataSourceEntitySetNameItem>(); 1321internal List<EntityConnectionStringBuilderItem> GetNamedEntityClientConnections(bool sortResults) 1323List<EntityConnectionStringBuilderItem> namedEntityClientConnections = new List<EntityConnectionStringBuilderItem>(); 1377internal List<string> GetEntityTypeProperties(EntityType entityType) 1379List<string> properties = new List<string>(); 1392internal List<EntityDataSourceEntityTypeFilterItem> GetEntityTypeFilters(string entityContainerName, string entitySetName) 1410internal List<EntityDataSourceEntityTypeFilterItem> GetEntityTypeFilters(EntityType baseEntitySetType, bool sortResults) 1412List<EntityDataSourceEntityTypeFilterItem> derivedTypes = new List<EntityDataSourceEntityTypeFilterItem>();
System\Data\WebControls\Design\EntityDataSourceEntitySetNameConverter.cs (1)
37List<EntityDataSourceEntitySetNameItem> entitySetNameItems = new EntityDataSourceDesignerHelper(entityDataSource, false /*interactiveMode*/).GetEntitySets(entityDataSource.DefaultContainerName);
System\Data\WebControls\Design\EntityDataSourceEntityTypeFilterConverter.cs (1)
39List<EntityDataSourceEntityTypeFilterItem> entityTypeFilterItems =
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (1)
67List<Parameter> paramList = new List<Parameter>();
System.Web.Extensions (262)
ClientServices\Providers\SettingsSavedEventArgs.cs (1)
16List<string> list =
Compilation\WCFModel\AsmxEndpointPickerExtension.cs (1)
85List<Binding> bindingsToDelete = new List<Binding>();
Compilation\WCFModel\ClientOptions.cs (12)
29private List<ReferencedType> m_ExcludedTypeList; 33private List<NamespaceMapping> m_NamespaceMappingList; 34private List<ReferencedCollectionType> m_CollectionMappingList; 38private List<ReferencedAssembly> m_ReferencedAssemblyList; 39private List<ReferencedType> m_ReferencedDataContractTypeList; 40private List<ContractMapping> m_ServiceContractMappingList; 136public List<ReferencedType> ExcludedTypeList 209public List<NamespaceMapping> NamespaceMappingList 228public List<ReferencedCollectionType> CollectionMappingList 383public List<ReferencedAssembly> ReferencedAssemblyList 402public List<ReferencedType> ReferencedDataContractTypeList 421public List<ContractMapping> ServiceContractMappingList
Compilation\WCFModel\DataSvcMapFile.cs (12)
60public override List<MetadataSource> MetadataSourceList 68public override List<MetadataFile> MetadataList 76public override List<ExtensionFile> Extensions 84public List<Parameter> Parameters 104private List<MetadataSource> _metadataSourceList; 105private List<MetadataFile> _metadataList; 106private List<ExtensionFile> _extensionFileList; 107private List<Parameter> _parameters; 132public List<MetadataSource> MetadataSourceList 146public List<MetadataFile> MetadataList 160public List<ExtensionFile> Extensions 174public List<Parameter> Parameters
Compilation\WCFModel\MapFile.cs (4)
25private List<ProxyGenerationError> _loadErrors; 50public abstract List<MetadataSource> MetadataSourceList { get; } 55public abstract List<MetadataFile> MetadataList { get; } 60public abstract List<ExtensionFile> Extensions { get; }
Compilation\WCFModel\MapFileLoader.cs (1)
69var proxyGenerationErrors = new List<ProxyGenerationError>();
Compilation\WCFModel\SchemaMerger.cs (3)
80List<XmlSchema> duplicatedSchemaList = new List<XmlSchema>(); 94List<XmlSchemaObject> duplicatedItems = new List<XmlSchemaObject>(); 135List<XmlSchemaObject> duplicatedItems,
Compilation\WCFModel\SvcMapFile.cs (9)
60public override List<MetadataSource> MetadataSourceList 68public override List<MetadataFile> MetadataList 76public override List<ExtensionFile> Extensions 105private List<MetadataSource> _metadataSourceList; 106private List<MetadataFile> _metadataList; 107private List<ExtensionFile> _extensionFileList; 153public List<MetadataSource> MetadataSourceList 167public List<MetadataFile> MetadataList 181public List<ExtensionFile> Extensions
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (19)
77private List<ServiceEndpoint> serviceEndpointList; 87private List<GeneratedContractType> proxyGeneratedContractTypes; 287List<ProxyGenerationError> importErrors, 292List<ServiceEndpoint> serviceEndpointList, 294List<GeneratedContractType> proxyGeneratedContractTypes, 374List<ProxyGenerationError> importErrors = new List<ProxyGenerationError>(); 375List<ProxyGenerationError> proxyGenerationErrors = new List<ProxyGenerationError>(); 401List<ServiceEndpoint> serviceEndpointList = new List<ServiceEndpoint>(); 413List<GeneratedContractType> proxyGeneratedContractTypes; 629List<ServiceEndpoint> serviceEndpointList, 632out List<GeneratedContractType> proxyGeneratedContractTypes) 1124List<Assembly> referencedAssemblies = new List<Assembly>(); 1191List<Type> referencedCollectionTypes = new List<Type>(); 1247List<MetadataSection> metadataSections = CollectMetadataDocuments(svcMapFile.MetadataList, importErrors); 1425protected static List<MetadataSection> CollectMetadataDocuments(IEnumerable<MetadataFile> metadataList, IList<ProxyGenerationError> importErrors) 1427List<MetadataSection> metadataCollection = new List<MetadataSection>(); 1501private static void RemoveDuplicatedSchemaItems(List<MetadataSection> metadataCollection, IList<ProxyGenerationError> importErrors) 1558List<System.Web.Services.Description.ServiceDescription> wsdlFiles = new List<System.Web.Services.Description.ServiceDescription>(); 1586out List<ServiceEndpoint> serviceEndpointList,
Compilation\XmlSerializer\DataSvcMapFileSerializer.cs (28)
42global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource> a = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource>)((global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource>)o.@MetadataSourceList); 52global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataFile> a = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataFile>)((global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataFile>)o.@MetadataList); 62global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ExtensionFile> a = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ExtensionFile>)((global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ExtensionFile>)o.@Extensions); 72global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.Parameter> a = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.Parameter>)((global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.Parameter>)o.@Parameters); 233global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource> a_0 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource>)o.@MetadataSourceList; 234global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataFile> a_1 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataFile>)o.@MetadataList; 235global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ExtensionFile> a_2 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ExtensionFile>)o.@Extensions; 236global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.Parameter> a_3 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.Parameter>)o.@Parameters; 263global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource> a_0_0 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource>)o.@MetadataSourceList; 298global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataFile> a_1_0 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataFile>)o.@MetadataList; 333global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ExtensionFile> a_2_0 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ExtensionFile>)o.@Extensions; 368global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.Parameter> a_3_0 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.Parameter>)o.@Parameters;
Compilation\XmlSerializer\SvcMapFileSerializer.cs (63)
43global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource> a = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource>)((global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource>)o.@MetadataSourceList); 53global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataFile> a = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataFile>)((global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataFile>)o.@MetadataList); 63global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ExtensionFile> a = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ExtensionFile>)((global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ExtensionFile>)o.@Extensions); 189global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType> a = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType>)((global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType>)o.@ExcludedTypeList); 202global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.NamespaceMapping> a = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.NamespaceMapping>)((global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.NamespaceMapping>)o.@NamespaceMappingList); 212global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedCollectionType> a = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedCollectionType>)((global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedCollectionType>)o.@CollectionMappingList); 231global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedAssembly> a = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedAssembly>)((global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedAssembly>)o.@ReferencedAssemblyList); 241global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType> a = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType>)((global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType>)o.@ReferencedDataContractTypeList); 251global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ContractMapping> a = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ContractMapping>)((global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ContractMapping>)o.@ServiceContractMappingList); 420global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource> a_1 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource>)o.@MetadataSourceList; 421global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataFile> a_2 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataFile>)o.@MetadataList; 422global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ExtensionFile> a_3 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ExtensionFile>)o.@Extensions; 455global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource> a_1_0 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource>)o.@MetadataSourceList; 490global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataFile> a_2_0 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataFile>)o.@MetadataList; 525global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ExtensionFile> a_3_0 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ExtensionFile>)o.@Extensions; 775global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType> a_3 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType>)o.@ExcludedTypeList; 776global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.NamespaceMapping> a_7 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.NamespaceMapping>)o.@NamespaceMappingList; 777global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedCollectionType> a_8 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedCollectionType>)o.@CollectionMappingList; 778global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedAssembly> a_14 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedAssembly>)o.@ReferencedAssemblyList; 779global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType> a_15 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType>)o.@ReferencedDataContractTypeList; 780global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ContractMapping> a_16 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ContractMapping>)o.@ServiceContractMappingList; 818global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType> a_3_0 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType>)o.@ExcludedTypeList; 866global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.NamespaceMapping> a_7_0 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.NamespaceMapping>)o.@NamespaceMappingList; 896global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedCollectionType> a_8_0 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedCollectionType>)o.@CollectionMappingList; 956global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedAssembly> a_14_0 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedAssembly>)o.@ReferencedAssemblyList; 986global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType> a_15_0 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType>)o.@ReferencedDataContractTypeList; 1016global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ContractMapping> a_16_0 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ContractMapping>)o.@ServiceContractMappingList;
Configuration\ConvertersCollection.cs (1)
78List<JavaScriptConverter> list = new List<JavaScriptConverter>();
Handlers\IScriptResourceHandler.cs (2)
20List<Tuple<Assembly, List<Tuple<string, CultureInfo>>>> assemblyResourceLists, bool zip);
Handlers\ScriptModule.cs (1)
132List<HttpCookie> cookies = new List<HttpCookie>(response.Cookies.Count);
Handlers\ScriptResourceHandler.cs (12)
214List<Tuple<Assembly, List<Tuple<string, CultureInfo>>>> assemblyResourceLists, 570new List<Tuple<Assembly, List<Tuple<string, CultureInfo>>>>() { 571new Tuple<Assembly, List<Tuple<string, CultureInfo>>>( 581List<Tuple<Assembly, List<Tuple<string, CultureInfo>>>> assemblyResourceLists, 589foreach (Tuple<Assembly, List<Tuple<string, CultureInfo>>> assemblyData in assemblyResourceLists) { 600List<object> cacheKeys = new List<object>(); 602foreach (Tuple<Assembly, List<Tuple<string, CultureInfo>>> assemblyData in assemblyResourceLists) { 628List<Tuple<Assembly, List<Tuple<string, CultureInfo>>>> assemblyResourceLists, 675foreach (Tuple<Assembly, List<Tuple<string, CultureInfo>>> assemblyData in assemblyResourceLists) {
Script\Serialization\ObjectConverter.cs (2)
19private static Type _listGenericType = typeof(List<>); 182List<String> memberNames = new List<String>(dictionary.Keys);
Script\Services\WebServiceData.cs (1)
216List<Type> typeList = new List<Type>();
Script\Services\WebServiceTypeData.cs (4)
199internal static List<WebServiceTypeData> GetKnownTypes(Type type, WebServiceTypeData typeData) { 200List<WebServiceTypeData> knownTypes = new List<WebServiceTypeData>(); 296List<string> enumNames = new List<string>(); 297List<long> enumValues = new List<long>();
UI\AuthenticationServiceManager.cs (1)
28internal static void ConfigureAuthenticationService(ref StringBuilder sb, HttpContext context, ScriptManager scriptManager, List<ScriptManagerProxy> proxies) {
UI\CompositeScriptReference.cs (5)
81List<Tuple<Assembly, List<Tuple<string, CultureInfo>>>> resources = 82new List<Tuple<Assembly, List<Tuple<string, CultureInfo>>>>(); 83Tuple<Assembly, List<Tuple<string, CultureInfo>>> resourceList = null; 130resourceList = new Tuple<Assembly, List<Tuple<string, CultureInfo>>>(
UI\PageRequestManager.cs (8)
63private List<UpdatePanel> _allUpdatePanels; 64private List<UpdatePanel> _updatePanelsToRefresh; 65private List<UpdatePanel> _childUpdatePanelsToRefresh; 66private List<Control> _asyncPostBackControls; 67private List<Control> _postBackControls; 172private static string GetControlIDsFromList(List<Control> list, bool includeQuotes) { 276private static string GetUpdatePanelIDsFromList(List<UpdatePanel> list, IDType idType, bool includeChildrenAsTriggersPrefix) { 849private static void RenderUpdatePanelIDsFromList(HtmlTextWriter writer, List<UpdatePanel> list) {
UI\ProfileServiceManager.cs (1)
34internal static void ConfigureProfileService(ref StringBuilder sb, HttpContext context, ScriptManager scriptManager, List<ScriptManagerProxy> proxies) {
UI\RoleServiceManager.cs (1)
28internal static void ConfigureRoleService(ref StringBuilder sb, HttpContext context, ScriptManager scriptManager, List<ScriptManagerProxy> proxies) {
UI\ScriptControlManager.cs (10)
20private OrderedDictionary<IExtenderControl, List<Control>> _extenderControls; 30private OrderedDictionary<IExtenderControl, List<Control>> ExtenderControls { 33_extenderControls = new OrderedDictionary<IExtenderControl, List<Control>>(); 48public void AddScriptReferences(List<ScriptReferenceBase> scriptReferences) { 60private void AddScriptReferencesForScriptControls(List<ScriptReferenceBase> scriptReferences) { 69private static void AddScriptReferenceForScriptControl(List<ScriptReferenceBase> scriptReferences, 93private void AddScriptReferencesForExtenderControls(List<ScriptReferenceBase> scriptReferences) { 102private static void AddScriptReferenceForExtenderControl(List<ScriptReferenceBase> scriptReferences, IExtenderControl extenderControl) { 157List<Control> targetControls; 200List<Control> targetControls;
UI\ScriptManager.cs (14)
65private List<ScriptManagerProxy> _proxies; 662internal List<ScriptManagerProxy> Proxies { 934private ScriptReferenceBase AddFrameworkScript(ScriptReference frameworkScript, List<ScriptReferenceBase> scripts, bool webFormsWithoutAjax) { 1016internal void AddFrameworkScripts(List<ScriptReferenceBase> scripts) { 1052internal void AddScriptCollections(List<ScriptReferenceBase> scripts, IEnumerable<ScriptManagerProxy> proxies) { 1614internal List<ScriptReferenceBase> ProcessBundleReferences(List<ScriptReferenceBase> scripts) { 1644List<ScriptReferenceBase> collapsedReferences = new List<ScriptReferenceBase>(); 1664List<ScriptReferenceBase> scripts = new List<ScriptReferenceBase>(); 1690List<ScriptReferenceBase> uniqueScripts = RemoveDuplicates(scripts, AjaxFrameworkMode, 1701private void RegisterUniqueScripts(List<ScriptReferenceBase> uniqueScripts) { 1817internal List<ScriptReferenceBase> RemoveDuplicates(List<ScriptReferenceBase> scripts, 1884List<ScriptReferenceBase> filteredScriptList = new List<ScriptReferenceBase>(numScripts);
UI\ScriptManagerProxy.cs (1)
221internal void CollectScripts(List<ScriptReferenceBase> scripts) {
UI\ScriptRegistrationManager.cs (28)
38private List<RegisteredDisposeScript> _scriptDisposes; 39private List<RegisteredArrayDeclaration> _scriptArrays; 40private List<RegisteredScript> _clientScriptBlocks; 41private List<RegisteredScript> _startupScriptBlocks; 42private List<RegisteredHiddenField> _hiddenFields; 43private List<RegisteredExpandoAttribute> _expandos; 44private List<RegisteredScript> _submitStatements; 50public List<RegisteredArrayDeclaration> ScriptArrays { 59public List<RegisteredScript> ScriptBlocks { 68public List<RegisteredDisposeScript> ScriptDisposes { 77public List<RegisteredExpandoAttribute> ScriptExpandos { 86public List<RegisteredHiddenField> ScriptHiddenFields { 95public List<RegisteredScript> ScriptStartupBlocks { 104public List<RegisteredScript> ScriptSubmitStatements { 131List<UpdatePanel> updatingUpdatePanels, 421public void RenderActiveArrayDeclarations(List<UpdatePanel> updatePanels, HtmlTextWriter writer) { 423List<RegisteredArrayDeclaration> entriesToRender = new List<RegisteredArrayDeclaration>(); 451public void RenderActiveExpandos(List<UpdatePanel> updatePanels, HtmlTextWriter writer) { 456List<RegisteredExpandoAttribute> entriesToRender = new List<RegisteredExpandoAttribute>(); 492public void RenderActiveHiddenFields(List<UpdatePanel> updatePanels, HtmlTextWriter writer) { 494List<RegisteredHiddenField> entriesToRender = new List<RegisteredHiddenField>(); 523private void RenderActiveScriptBlocks(List<UpdatePanel> updatePanels, 526List<RegisteredScript> scriptRegistrations) { 528List<RegisteredScript> entriesToRender = new List<RegisteredScript>(); 582public void RenderActiveScriptDisposes(List<UpdatePanel> updatePanels, HtmlTextWriter writer) { 601public void RenderActiveScripts(List<UpdatePanel> updatePanels, HtmlTextWriter writer) { 616public void RenderActiveSubmitStatements(List<UpdatePanel> updatePanels, HtmlTextWriter writer) { 618List<RegisteredScript> entriesToRender = new List<RegisteredScript>();
UI\WebControls\Dynamic.cs (7)
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>(); 1443static void AddInterface(List<Type> types, Type 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)
43private List<ContextDataSourceContextData> _selectContexts;
UI\WebControls\ListView.cs (2)
1652List<ListViewDataItem> items = new List<ListViewDataItem>(); 1783List<ListViewDataItem> items = new List<ListViewDataItem>();
UI\WebControls\QueryableDataSourceHelper.cs (2)
51List<object> genericList = new List<object>(); 59Type listType = typeof(List<>).MakeGenericType(o.GetType());
UI\WebControls\QueryableDataSourceView.cs (1)
545List<bool> matches = new List<bool>();
Util\OrderedDictionary.cs (2)
18private List<TKey> _keys; 19private List<TValue> _values;
System.Web.Services (20)
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\ProtocolReflector.cs (1)
72internal List<Action<Uri>> UriFixups { get { return this.reflector.UriFixups; } }
System\Web\Services\Description\ServiceDescriptionImporter.cs (2)
119List<Type> extensions; 190internal List<Type> Extensions {
System\Web\Services\Description\ServiceDescriptionReflector.cs (3)
43List<Action<Uri>> uriFixups; 45internal List<Action<Uri>> UriFixups { get { return this.uriFixups; } } 137internal ServiceDescriptionReflector(List<Action<Uri>> uriFixups)
System\Web\Services\Diagnostics\TraceUtility.cs (4)
211internal static List<string> Details(HttpRequest request) { 214List<string> requestDetails = null; 231internal static void Enter(string callId, TraceMethod caller, List<string> details) { 239internal static void Enter(string callId, TraceMethod caller, TraceMethod callDetails, List<string> details) {
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
31public List<Action<Uri>> UriFixups { get; private set; }
System\Web\Services\Protocols\DocumentationServerProtocol.cs (1)
31public List<Action<Uri>> UriFixups { get; private set; }
System\Web\Services\Protocols\SoapServerMethod.cs (5)
189private List<XmlMapping> GetXmlMappingsForMethod(SoapReflectedMethod soapMethod) { 190List<XmlMapping> mappings = new List<XmlMapping>(); 215List<SoapHeaderMapping> inHeaders = new List<SoapHeaderMapping>(); 216List<SoapHeaderMapping> outHeaders = new List<SoapHeaderMapping>(); 245List<XmlMapping> mappings = GetXmlMappingsForMethod(soapMethod);
System.Windows.Forms (24)
misc\GDI\WindowsGraphicsCacheManager.cs (2)
53private static List<KeyValuePair<Font, WindowsFont>> windowsFontCache; 79private static List<KeyValuePair<Font, WindowsFont>> WindowsFontCache
winforms\Managed\System\Resources\ResXDataNode.cs (1)
1017List<AssemblyName> assemblyList = new List<AssemblyName>(names.Length);
winforms\Managed\System\WinForms\Application.cs (1)
2345private List<ParkingWindow> parkingWindows = new List<ParkingWindow>();
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
258List<object> disposeList = null;
winforms\Managed\System\WinForms\Control.cs (1)
16168List<Rectangle> neighboringControlsRectangles = new List<Rectangle>(4);
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (1)
44private List<DataGridViewElementStates> rowStates;
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)
7745private List<HandleRef> ownedWindows;
winforms\Managed\System\WinForms\KeysConverter.cs (2)
29private List<string> displayOrder; 102private List<string> DisplayOrder {
winforms\Managed\System\WinForms\ListView.cs (2)
191private List<ListViewItem> savedSelectedItems; 192private List<ListViewItem> savedCheckedItems;
winforms\Managed\System\WinForms\NumericUpDownAccelerationCollection.cs (1)
22List<NumericUpDownAcceleration> items;
winforms\Managed\System\WinForms\RelatedCurrencyManager.cs (1)
27static List<BindingManagerBase> IgnoreItemChangedTable = new List<BindingManagerBase>();
winforms\Managed\System\WinForms\TableLayoutSettings.cs (4)
442internal List<ControlInformation> GetControlsInformation() { 447List<ControlInformation> controlsInfo = new List<ControlInformation>(Owner.Children.Count); 591internal List<ControlInformation> GetControlsInformation() { 597List<ControlInformation> listOfControlInfo = new List<ControlInformation>(controlsInfo.Count);
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
3957List<Rectangle> neighbors = new List<Rectangle>(3);
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
735private List<ToolStrip> _inputFilterQueue;
winforms\Managed\System\WinForms\ToolStripSettings.cs (3)
181Dictionary<object, List<SettingsStub>> toolStripPanelDestinationHash = new Dictionary<object, List<SettingsStub>>(); 222List<SettingsStub> stubSettings = toolStripPanelDestinationHash[toolStripPanelName];
System.Windows.Forms.DataVisualization (74)
Common\ChartTypes\BarChart.cs (2)
361 List<string> typeSeries = area.GetSeriesFromChartType(Name); 1325 List<string> typeSeries = null;
Common\ChartTypes\BoxPlotChart.cs (5)
253 List<string> typeSeries = area.GetSeriesFromChartType(this.Name); 1023 List<string> typeSeries = area.GetSeriesFromChartType(this.Name); 1636 List<double> yValues = new List<double>(valueCount); 1741 static private void BoxPlotAddUnusual(ref DataPoint boxPoint, List<double> yValues) 1783 static private double[] CalculatePercentileValues(List<double> yValues, double[] requiredPercentile)
Common\ChartTypes\ColumnChart.cs (2)
272 List<string> typeSeries = area.GetSeriesFromChartType(Name); 664 List<string> typeSeries = null;
Common\ChartTypes\ErrorBarChart.cs (4)
300 List<string> typeSeries = area.GetSeriesFromChartType(this.Name); 349List<string> typeLinkedSeries = linkedSeriesArea.GetSeriesFromChartType(linkedSeriesChartType); 1080 List<string> typeSeries = area.GetSeriesFromChartType(this.Name); 1130 List<string> typeLinkedSeries = area.GetSeriesFromChartType(linkedSeriesChartType);
Common\ChartTypes\LineChart.cs (2)
366 List<string> typeSeries = area.GetSeriesFromChartType(this.Name); 1216 List<string> typeSeries = null;
Common\ChartTypes\PieChart.cs (3)
615 List<string> typeSeries = area.GetSeriesFromChartType(Name); 698 List<string> typeSeries = area.GetSeriesFromChartType(Name); 2384 List<string> typeSeries = area.GetSeriesFromChartType(Name);
Common\ChartTypes\PointChart.cs (1)
1051 List<string> typeSeries = null;
Common\ChartTypes\StackedBarChart.cs (2)
703List<string> typeSeries = area.GetSeriesFromChartType(Name); 1364 List<string> typeSeries = null;
Common\ChartTypes\StackedColumnChart.cs (2)
712List<string> typeSeries = area.GetSeriesFromChartType(Name); 1413 List<string> typeSeries = null;
Common\ChartTypes\StockChart.cs (2)
325 List<string> typeSeries = area.GetSeriesFromChartType(this.Name); 1123 List<string> typeSeries = area.GetSeriesFromChartType(this.Name);
Common\Formulas\FormulaHelpers.cs (3)
1404List<DataField> unmappedFormulaFields = new List<DataField>(formulaFields); 1459List<DataField> seriesFields = new List<DataField>(FormulaHelper.GetDataFields(series.ChartType)); 1551List<DataField> seriesFields = new List<DataField>(FormulaHelper.GetDataFields(chartType));
Common\General\AxisLabels.cs (3)
338 List<string> dataSeries = null; 542 List<string> seriesArray = ChartArea.GetXAxesSeries((axisType == AxisName.X) ? AxisType.Primary : AxisType.Secondary, ((Axis)this).SubAxisName); 796 List<string> series,
Common\General\AxisScale.cs (2)
1599 List<string> list = null; 1749 List<string> list;
Common\General\BaseCollections.cs (3)
86internal List<T> ItemList 88get { return Items as List<T>; } 280private List<T> _cachedState = null;
Common\General\ChartArea3D.cs (11)
563 internal List<List<string>> seriesClusters = null; 1070 this.seriesClusters = new List<List<string>>(); 1186 List<string> seriesNames = this.seriesClusters[clusterIndex]; 1558 List<Series> seriesDrawingOrder = GetSeriesDrawingOrder(_reverseSeriesOrder); 1579 internal List<string> GetClusterSeriesNames(string seriesName) 1582 foreach(List<string> seriesNames in this.seriesClusters) 1597 private List<Series> GetSeriesDrawingOrder(bool reverseSeriesOrder) 1600List<Series> seriesList = new List<Series>(); 1603 foreach(List<string> seriesNames in this.seriesClusters) 1727 List<string> seriesNamesList,
Common\General\ChartAreaAxes.cs (14)
70 private List<string> _series = new List<string>(); 143 internal List<string> Series 425List<string> axisSeriesNames = GetXAxesSeries(axisType, axis.SubAxisName); 1482List<string> seriesArray = this.GetXAxesSeries((axisIndex == 0) ? AxisType.Primary : AxisType.Secondary, string.Empty); 1524 internal List<string> GetSeriesFromChartType( string chartType ) 1527List<string> list = new List<string>(); 1545 internal List<Series> GetSeries( ) 1548List<Series> list = new List<Series>(); 1564 internal List<string> GetXAxesSeries( AxisType type, string subAxisName ) 1567List<string> list = new List<string>(); 1626 internal List<string> GetYAxesSeries( AxisType type, string subAxisName ) 1629List<string> list = new List<string>(); 1721 internal double GetPointsInterval( List<string> seriesList, bool isLogarithmic, double logarithmBase, bool checkSameInterval, out bool sameInterval ) 1738 internal double GetPointsInterval( List<string> seriesList, bool isLogarithmic, double logarithmicBase, bool checkSameInterval, out bool sameInterval, out Series series )
Common\General\GridTickMarks.cs (2)
198List<string> seriesArray = Axis.ChartArea.GetXAxesSeries((Axis.axisType == AxisName.X) ? AxisType.Primary : AxisType.Secondary, Axis.SubAxisName); 1259 List<string> seriesArray = _axis.ChartArea.GetXAxesSeries((_axis.axisType == AxisName.X) ? AxisType.Primary : AxisType.Secondary, _axis.SubAxisName);
Common\General\Label.cs (1)
1527List<string> seriesArray = _axis.ChartArea.GetXAxesSeries((_axis.axisType == AxisName.X) ? AxisType.Primary : AxisType.Secondary, _axis.SubAxisName);
Common\General\Legend.cs (2)
5149List<LegendItem> list = this.Items as List<LegendItem>;
Common\General\Selection.cs (1)
2010List<HitTestResult> result = new List<HitTestResult>();
Common\General\StripLine.cs (1)
270 List<string> seriesArray = Axis.ChartArea.GetXAxesSeries((Axis.axisType == AxisName.X) ? AxisType.Primary : AxisType.Secondary, Axis.SubAxisName);
Common\Utilities\CustomAttributesRegistry.cs (1)
398internal static System.Collections.Generic.List<SeriesChartType> IsXAxisQuantitativeChartTypes =
WinForm\Utilities\AccessibleObject.cs (5)
44private List<AccessibleObject> _chartAccessibleObjectList = null; 581private List<ChartChildAccessibleObject> _childList = new List<ChartChildAccessibleObject>(); 654private List<ChartChildAccessibleObject> _childList = new List<ChartChildAccessibleObject>(); 675List<Series> areaSeries = chartArea.GetSeries(); 784private List<ChartChildAccessibleObject> _childList = new List<ChartChildAccessibleObject>();
System.Workflow.Activities (218)
Common\CompModHelpers.cs (2)
152List<Activity> filteredActivities = new List<Activity>(); 935List<Activity> allActivities = new List<Activity>(compositeActivity.EnabledActivities);
Common\ValidationHelpers.cs (1)
143List<Activity> responsePath = new List<Activity>();
Designers\StateDesigner.cs (10)
705List<Rectangle> excluded = new List<Rectangle>(); 770List<Type> validChildTypes = new List<Type>(); 924List<ActivityDesigner> ordered = this.DesignersParser.Ordered; 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 (12)
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>(); 36List<ActivityDesigner> _ordered; 73public List<ActivityDesigner> Ordered 90public List<StateInitializationDesigner> StateInitializationDesigners 98public List<StateFinalizationDesigner> StateFinalizationDesigners 106public List<EventDrivenDesigner> EventDrivenDesigners 114public List<StateDesigner> LeafStateDesigners 122public List<StateDesigner> StateDesigners
Designers\StateDesigner.Layouts.cs (3)
85private List<Layout> _layouts = new List<Layout>(); 128public List<Layout> Layouts 801List<Layout> layouts = this.Layouts;
Designers\StateDesigner.TransitionInfo.cs (2)
128List<TransitionInfo> transitions = new List<TransitionInfo>(); 166private static void ParseEventHandler(CompositeActivity eventHandler, List<TransitionInfo> transitions)
Designers\StateDesignerConnector.cs (2)
121List<Rectangle> excluded = new List<Rectangle>(base.ExcludedRoutingRectangles); 262List<PropertyInfo> properties = new List<PropertyInfo>(base.GetProperties(serializationManager, obj));
Designers\StateMachineDesignerPaint.cs (1)
80List<Point> optimized = new List<Point>();
EventHandlers.cs (4)
40static DependencyProperty ActivityStateProperty = DependencyProperty.Register("ActivityState", typeof(List<EventHandlerEventActivitySubscriber>), typeof(EventHandlersActivity)); 43private List<EventHandlerEventActivitySubscriber> ActivityState 47return (List<EventHandlerEventActivitySubscriber>)base.GetValue(ActivityStateProperty); 96List<EventHandlerEventActivitySubscriber> eventActivitySubscribers = new List<EventHandlerEventActivitySubscriber>();
InvokeWebService.cs (1)
318List<Type> typeList = new List<Type>();
Listen.cs (4)
54List<ListenEventActivitySubscriber> eventActivitySubscribers = new List<ListenEventActivitySubscriber>(); 192static DependencyProperty ActivityStateProperty = DependencyProperty.Register("ActivityState", typeof(List<ListenEventActivitySubscriber>), typeof(ListenActivity)); 205private List<ListenEventActivitySubscriber> ActivityState 209return (List<ListenEventActivitySubscriber>)base.GetValue(ActivityStateProperty);
LocalService\CorrelationResolver.cs (2)
253List<CorrelationProperty> predicates = new List<CorrelationProperty>(); 309List<Object> correlationParamAttributes = new List<Object>();
LocalService\ExternalDataExchangeService.cs (1)
54List<object> services;
LocalService\MessageEventSubscriptionService.cs (1)
26List<CorrelationProperty> predicates;
Role\ADRole.cs (13)
62private List<IDirectoryOperation> m_operations; 92this.m_operations = (List<IDirectoryOperation>)info.GetValue("m_operations", typeof(List<IDirectoryOperation>)); 139List<IDirectoryOperation> queries = new List<IDirectoryOperation>(this.Operations); 147List<IDirectoryOperation> queries = new List<IDirectoryOperation>(this.Operations); 155List<IDirectoryOperation> queries = new List<IDirectoryOperation>(this.Operations); 163List<IDirectoryOperation> queries = new List<IDirectoryOperation>(this.Operations); 173List<IDirectoryOperation> queries = new List<IDirectoryOperation>(this.Operations); 188List<DirectoryEntry> currentEntries = new List<DirectoryEntry>(); 190List<DirectoryEntry> newEntries = new List<DirectoryEntry>(); 203List<DirectoryEntry> tempEntries = currentEntries; 223List<SecurityIdentifier> identifiers = new List<SecurityIdentifier>(); 243List<String> identityRefs = new List<String>();
Role\DirectoryGroupQuery.cs (1)
21public void GetResult(DirectoryEntry rootEntry, DirectoryEntry currentEntry, List<DirectoryEntry> response)
Role\DirectoryLocalQuery.cs (1)
31public void GetResult(DirectoryEntry rootEntry, DirectoryEntry currentEntry, List<DirectoryEntry> response)
Role\DirectoryRedirect.cs (1)
36public void GetResult(DirectoryEntry rootEntry, DirectoryEntry currentEntry, List<DirectoryEntry> response)
Role\DirectoryRootQuery.cs (1)
31public void GetResult(DirectoryEntry rootEntry, DirectoryEntry currentEntry, List<DirectoryEntry> response)
Role\IDirectoryOperation.cs (1)
14void GetResult(DirectoryEntry rootEntry, DirectoryEntry currentEntry, List<DirectoryEntry> response);
Role\WebWorkflowRole.cs (1)
69List<string> identities = new List<string>();
Rules\DeclarativeConditionsCollection.cs (1)
110List<WorkflowChangeAction> listChanges = new List<WorkflowChangeAction>();
Rules\Design\Dialogs\RuleSetDialog.cs (2)
254List<RuleAction> ruleThenActions = this.ruleParser.ParseStatementList(this.thenTextBox.Text); 278List<RuleAction> ruleElseActions = this.ruleParser.ParseStatementList(this.elseTextBox.Text);
Rules\Executor.cs (2)
357List<RuleState> orderedRules = new List<RuleState>(rules.Count); 468private static void AnalyzeRules(RuleChainingBehavior behavior, List<RuleState> ruleStates, RuleValidation validation, Tracer tracer)
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 (3)
559List<MethodInfo> candidates = new List<MethodInfo>(); 817private static void AddOperatorOverloads(Type type, string methodName, Type arg1, Type arg2, List<MethodInfo> candidates) 858private static void AddLiftedOperators(Type type, string methodName, OperatorGrouping group, Type arg1, Type arg2, List<MethodInfo> candidates)
Rules\Parser\Intellisense.cs (2)
11private List<Token> tokens = new List<Token>(); 95List<Token> postfixTokens = tokens.GetRange(tokenIndex + 1, endTokenIndex - tokenIndex);
Rules\Parser\Parser.cs (39)
179private List<Token> tokens; 193internal ParserContext(List<Token> tokens) 246List<MemberInfo> members = new List<MemberInfo>(computedType.GetMembers(flags)); 250List<Type> baseInterfaces = new List<Type>(computedType.GetInterfaces()); 264List<ExtensionMethodInfo> ext = validation.ExtensionMethods; 369List<Type> types = new List<Type>(1); 381List<MemberInfo> members = new List<MemberInfo>(computedType.GetMembers(flags)); 419List<MemberInfo> candidateMethods = new List<MemberInfo>(); 426List<Type> parentInterfaces = new List<Type>(); 445List<ExtensionMethodInfo> ext = validation.ExtensionMethods; 460private static void AddCandidates(List<MemberInfo> candidateMethods, MemberInfo[] methods) 1058internal List<RuleAction> ParseStatementList(string statementString) 1073private List<RuleAction> ParseStatements(ParserContext parserContext) 1075List<RuleAction> statements = new List<RuleAction>(); 1182List<CodeExpression> arguments = ParseArgumentList(parserContext); 1428List<CodeExpression> indexList = ParseIndexList(parserContext); 1457private List<CodeExpression> ParseIndexList(ParserContext parserContext) 1459List<CodeExpression> indexList = new List<CodeExpression>(); 1543List<CodeExpression> arguments = ParseArgumentList(parserContext); 1552private List<CodeExpression> ParseArgumentList(ParserContext parserContext) 1554List<CodeExpression> argList = new List<CodeExpression>(); 1680List<CodeExpression> arguments = ParseArgumentList(parserContext); 1879List<CodeExpression> initializers = ParseArrayCreationArguments(parserContext); 1924List<CodeExpression> arguments = ParseArgumentList(parserContext); 1966private List<CodeExpression> ParseArrayCreationArguments(ParserContext parserContext) 1972List<CodeExpression> initializers = new List<CodeExpression>(); 2148internal CodeExpression ParseRootOverloadedTypeIdentifier(ParserContext parserContext, List<TypeSymbol> candidateTypeSymbols, bool assignIsEquality) 2161List<Type> candidateTypes = new List<Type>(candidateTypeSymbols.Count); 2206List<CodeExpression> arguments = ParseArgumentList(parserContext); 2261List<Type> candidateGenericTypes = new List<Type>(); 2313private Type ParseGenericType(ParserContext parserContext, List<Type> candidateGenericTypes, string typeName) 2335List<Type> typeArgs = new List<Type>(); 2562private List<CandidateConstructor> GetCandidateConstructors(ConstructorInfo[] allCtors, List<CodeExpression> arguments) 2569List<CandidateConstructor> candidates = new List<CandidateConstructor>(allCtors.Length); 2689static CandidateConstructor FindBestConstructor(List<CandidateConstructor> candidates) 2695List<CandidateConstructor> bestCandidates = new List<CandidateConstructor>(1); 2738private object ConstructCustomType(Type type, List<CodeExpression> arguments, int lparenPosition) 2745List<CandidateConstructor> candidates = GetCandidateConstructors(ctors, arguments);
Rules\Parser\Scanner.cs (2)
129internal void Tokenize(List<Token> tokenList) 139internal void TokenizeForIntellisense(List<Token> tokenList)
Rules\Parser\Symbol.cs (3)
239internal List<TypeSymbol> TypeSymbols = new List<TypeSymbol>(); 249private OverloadedTypeSymbol(string name, List<TypeSymbol> typeSymbols) 269List<TypeSymbol> newOverloads = new List<TypeSymbol>();
Rules\References.cs (2)
66List<string> symbolList = new List<string>(symbols.Keys.Count); 76internal void AnalyzeRuleAttributes(MemberInfo member, CodeExpression targetExpr, RulePathQualifier targetQualifier, CodeExpressionCollection argExprs, ParameterInfo[] parameters, List<CodeExpression> attributedExprs)
Rules\RuleAttributes.cs (6)
26internal abstract void Analyze(RuleAnalysis analysis, MemberInfo member, CodeExpression targetExpression, RulePathQualifier targetQualifier, CodeExpressionCollection argumentExpressions, ParameterInfo[] parameters, List<CodeExpression> attributedExpressions); 167internal void AnalyzeReadWrite(RuleAnalysis analysis, CodeExpression targetExpression, RulePathQualifier targetQualifier, CodeExpressionCollection argumentExpressions, ParameterInfo[] parameters, List<CodeExpression> attributedExpressions) 261internal override void Analyze(RuleAnalysis analysis, MemberInfo member, CodeExpression targetExpression, RulePathQualifier targetQualifier, CodeExpressionCollection argumentExpressions, ParameterInfo[] parameters, List<CodeExpression> attributedExpressions) 284internal override void Analyze(RuleAnalysis analysis, MemberInfo member, CodeExpression targetExpression, RulePathQualifier targetQualifier, CodeExpressionCollection argumentExpressions, ParameterInfo[] parameters, List<CodeExpression> attributedExpressions) 401internal override void Analyze(RuleAnalysis analysis, MemberInfo member, CodeExpression targetExpression, RulePathQualifier targetQualifier, CodeExpressionCollection argumentExpressions, ParameterInfo[] parameters, List<CodeExpression> attributedExpressions) 411private void AnalyzeInvokeAttribute(RuleAnalysis analysis, Type contextType, Stack<MemberInfo> methodStack, CodeExpression targetExpression, RulePathQualifier targetQualifier, CodeExpressionCollection argumentExpressions, ParameterInfo[] parameters, List<CodeExpression> attributedExpressions)
Rules\RuleSet.cs (1)
26internal List<Rule> rules;
Rules\RuleSetCollection.cs (1)
127List<WorkflowChangeAction> listChanges = new List<WorkflowChangeAction>();
Rules\RuleValidation.cs (65)
795private List<Assembly> references; 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>(); 2214private static void AddImplicitConversions(Type t, Type source, Type target, List<MethodInfo> methods) 2237private static void AddExplicitConversions(Type t, Type source, Type target, List<MethodInfo> methods) 2415List<Type> parentInterfaces = new List<Type>(); 2688private List<CandidateParameter> signature; 2691private static List<CandidateParameter> noSignature = new List<CandidateParameter>(); 2694internal CandidateMember(MemberInfo member, ParameterInfo[] parameters, List<CandidateParameter> signature, Form form) 2714internal int CompareMember(Type targetType, CandidateMember other, List<Argument> arguments, RuleValidation validator) 2913private static List<Type> GetCandidateTargetTypes(Type targetType) 2915List<Type> candidateTypes; 2944private static void EvaluateCandidate(List<CandidateMember> candidates, MemberInfo candidateMember, ParameterInfo[] parameters, List<Argument> arguments, out ValidationError error, BuildArgCountMismatchError buildArgCountMismatchError) 2966List<CandidateParameter> signature = new List<CandidateParameter>(); 3075private CandidateMember FindBestCandidate(Type targetType, List<CandidateMember> candidates, List<Argument> arguments) 3081List<CandidateMember> bestCandidates = new List<CandidateMember>(1); 3123internal MethodInfo FindBestCandidate(Type targetType, List<MethodInfo> methods, params Type[] types) 3125List<Argument> arguments = new List<Argument>(); 3129List<CandidateMember> candidates = new List<CandidateMember>(methods.Count); 3149internal RuleConstructorExpressionInfo ResolveConstructor(Type targetType, BindingFlags constructorBindingFlags, List<CodeExpression> argumentExprs, out ValidationError error) 3153List<Argument> arguments = new List<Argument>(argumentExprs.Count); 3158List<Type> candidateTypes = GetCandidateTargetTypes(targetType); 3160List<ConstructorInfo> constructors = GetConstructors(candidateTypes, constructorBindingFlags); 3169List<CandidateMember> candidateConstructors = GetCandidateConstructors(constructors, arguments, out error); 3190internal RuleMethodInvokeExpressionInfo ResolveMethod(Type targetType, string methodName, BindingFlags methodBindingFlags, List<CodeExpression> argumentExprs, out ValidationError error) 3194List<Argument> arguments = new List<Argument>(argumentExprs.Count); 3199List<Type> candidateTypes = GetCandidateTargetTypes(targetType); 3201List<MethodInfo> methods = GetNamedMethods(candidateTypes, methodName, methodBindingFlags); 3210List<CandidateMember> candidateMethods = GetCandidateMethods(methodName, methods, arguments, out error); 3237internal static List<ConstructorInfo> GetConstructors(List<Type> targetTypes, BindingFlags constructorBindingFlags) 3239List<ConstructorInfo> methods = new List<ConstructorInfo>(); 3264private List<MethodInfo> GetNamedMethods(List<Type> targetTypes, string methodName, BindingFlags methodBindingFlags) 3266List<MethodInfo> methods = new List<MethodInfo>(); 3267List<ExtensionMethodInfo> currentExtensionMethods = ExtensionMethods; 3298private List<ExtensionMethodInfo> extensionMethods; 3299private List<Assembly> seenAssemblies; 3322internal List<ExtensionMethodInfo> ExtensionMethods 3448static List<CandidateMember> GetCandidateMethods(string methodName, List<MethodInfo> methods, List<Argument> arguments, out ValidationError error) 3450List<CandidateMember> candidates = new List<CandidateMember>(); 3493static List<CandidateMember> GetCandidateConstructors(List<ConstructorInfo> constructors, List<Argument> arguments, out ValidationError error) 3495List<CandidateMember> candidates = new List<CandidateMember>(); 3538internal RulePropertyExpressionInfo ResolveIndexerProperty(Type targetType, BindingFlags bindingFlags, List<CodeExpression> argumentExprs, out ValidationError error) 3552List<Argument> arguments = new List<Argument>(numArgs); 3557List<Type> candidateTypes = GetCandidateTargetTypes(targetType); 3558List<PropertyInfo> indexerProperties = GetIndexerProperties(candidateTypes, bindingFlags); 3566List<CandidateMember> candidateIndexers = GetCandidateIndexers(indexerProperties, arguments, out error); 3593private static List<PropertyInfo> GetIndexerProperties(List<Type> candidateTypes, BindingFlags bindingFlags) 3595List<PropertyInfo> indexerProperties = new List<PropertyInfo>(); 3638private static List<CandidateMember> GetCandidateIndexers(List<PropertyInfo> indexerProperties, List<Argument> arguments, out ValidationError error) 3640List<CandidateMember> candidates = new List<CandidateMember>();
Rules\Tracer.cs (3)
87internal void TraceThenTriggers(string currentRuleName, ICollection<int> triggeredRules, List<RuleState> ruleStates) 92internal void TraceElseTriggers(string currentRuleName, ICollection<int> triggeredRules, List<RuleState> ruleStates) 97private void TraceRuleTriggers(string thenOrElse, string currentRuleName, ICollection<int> triggeredRules, List<RuleState> ruleStates)
StateMachineSubscriptionManager.cs (3)
23private List<StateMachineSubscription> _eventQueue = new List<StateMachineSubscription>(); 34private List<StateMachineSubscription> EventQueue 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>();
WebServiceFault.cs (1)
261List<ParameterInfo> inputParameters, outParameters;
WebServiceReceive.cs (3)
459List<ParameterInfo> inputParameters, outParameters; 566List<ParameterInfo> inputParameters, outParameters; 798List<ParameterInfo> outRefParams = new List<ParameterInfo>();
WebServiceResponse.cs (4)
271List<ParameterInfo> inputParameters, outParameters; 393List<ParameterInfo> inputParameters, outParameters; 666internal static void GetParameterInfo(MethodInfo methodInfo, out List<ParameterInfo> inParameters, out List<ParameterInfo> outParameters)
System.Workflow.ComponentModel (322)
AuthoringOM\ActivitiesCollection.cs (2)
392((List<Activity>)this.removedItems).Add(removedActivity); 397((List<Activity>)this.addedItems).Add(addedActivity);
AuthoringOM\Activity.cs (4)
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 (3)
475List<Activity> waitingActivities = new List<Activity>(); 557List<string> handles = new List<string>(handleCollection); 726private List<Activity> waitList;
AuthoringOM\ActivityExecutionContextCollection.cs (8)
25private List<ActivityExecutionContext> executionContexts = new List<ActivityExecutionContext>(); 180List<ActivityExecutionContextInfo> completedContexts = this.ownerContext.Activity.ContextActivity.GetValue(Activity.CompletedExecutionContextsProperty) as List<ActivityExecutionContextInfo>; 256List<ActivityExecutionContextInfo> completedContexts = this.ownerContext.Activity.ContextActivity.GetValue(Activity.CompletedExecutionContextsProperty) as List<ActivityExecutionContextInfo>; 259List<Guid> persistedContexts = new List<Guid>(); 315List<ActivityExecutionContextInfo> completedContexts = this.ownerContext.Activity.ContextActivity.GetValue(Activity.CompletedExecutionContextsProperty) as List<ActivityExecutionContextInfo>;
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\TransactionScopeDesigner.cs (1)
22List<DesignerView> views = new List<DesignerView>();
AuthoringOM\Bind.cs (9)
782List<Type> paramTypes = new List<Type>(); 949List<ActivityBind> binds = this.activityBinds[activity] as List<ActivityBind>; 968((List<ActivityBind>)this.activityBinds[activity]).Add(bind); 1365List<MemberInfo> members = new List<MemberInfo>(); 1391List<SourceValueInfo> pathInfo = parser.Parse(path, true); 1770private List<SourceValueInfo> al = new List<SourceValueInfo>(); 1772private static List<SourceValueInfo> EmptyInfo = new List<SourceValueInfo>(1); 1790internal List<SourceValueInfo> Parse(string path, bool returnResultBeforeError)
AuthoringOM\Compiler\CodeGeneration\CodeGenerationManager.cs (2)
50return ((List<ActivityCodeGenerator>)this.hashOfGenerators[type]).ToArray(); 52List<ActivityCodeGenerator> generators = new List<ActivityCodeGenerator>();
AuthoringOM\Compiler\TypeSystem\AssemblyLoader.cs (1)
110List<Type> filteredTypes = new List<Type>();
AuthoringOM\Compiler\TypeSystem\AttributeInfo.cs (2)
75List<object> arguments = new List<object>(this.argumentValues); 105List<string> propertyNames = new List<string>();
AuthoringOM\Compiler\TypeSystem\CodeDomLoader.cs (1)
14private List<Type> types = new List<Type>();
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (12)
33private List<CodeTypeDeclaration> codeDomTypes = null; // accounting for partial types 416List<MemberInfo> members = new List<MemberInfo>(); 798List<T> memberCollection = new List<T>(membersDictionary.Values); 824List<T> memberCandidates = new List<T>(); 1057List<MethodInfo> methodCollection = GetCodeDomMembers<MethodInfo>(); 1085private List<T> GetCodeDomMembers<T>() 1088List<T> memberCollection = new List<T>(); 1127private List<ConstructorInfo> GetCodeDomConstructors() 1129List<ConstructorInfo> constructors = GetCodeDomMembers<ConstructorInfo>(); 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)
31private List<string> addedAssemblies = null; 32private List<CodeCompileUnit> addedCompileUnits = null; 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 (2)
65return ((List<Validator>)this.hashOfValidators[type]).ToArray(); 67List<Validator> validators = new List<Validator>();
AuthoringOM\ComponentFactoryHelpers.cs (5)
15private static IDictionary<Type, List<IExtenderProvider>> componentExtenderMap = new Dictionary<Type, List<IExtenderProvider>>(); 26List<ActivityExecutor> executors = new List<ActivityExecutor>(); 142List<IExtenderProvider> extenderProviders = null; 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)
65private List<DesignerAction> designerActions; 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>(); 2119List<CustomProperty> properties = CustomActivityDesignerHelper.GetCustomProperties(serviceProvider); 2125List<String> customPropertyNames = new List<String>();
AuthoringOM\Design\ActivityDesignerLayoutSerializers.cs (6)
112List<PropertyInfo> properties = new List<PropertyInfo>(base.GetProperties(serializationManager, obj)); 133List<PropertyInfo> properties = new List<PropertyInfo>(base.GetProperties(serializationManager, obj)); 156List<PropertyInfo> serializableProperties = new List<PropertyInfo>(); 190List<PropertyInfo> properties = new List<PropertyInfo>(base.GetProperties(serializationManager, obj)); 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 (4)
36private List<CommandSetItem> commandSet; 739List<SupportedImageFormats> supportedFormats = new List<SupportedImageFormats>(); 927List<Activity> topLevelActivities = new List<Activity>(Helpers.GetTopLevelActivities(components)); 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 (5)
50private List<ActivityDesigner> containedActivityDesigners; 133List<ActivityDesigner> designers = new List<ActivityDesigner>(); 387internal List<ActivityDesigner> Designers 391List<ActivityDesigner> childDesigners = new List<ActivityDesigner>(); 681List<ActivityDesigner> intersectingDesigners = new List<ActivityDesigner>();
AuthoringOM\Design\Connector.cs (66)
206private List<Point> segments = new List<Point>(); 293List<Point> connectorSegments = new List<Point>(); 557List<FreeformActivityDesigner> targetParents = new List<FreeformActivityDesigner>(); 722internal List<Point> Segments 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>(); 1275List<Point> segments = new List<Point>(this.editedConnector.ConnectorSegments); 1281List<EditPoint> editPointsToAdd = new List<EditPoint>(); 1296List<EditPoint> editPointsToRemove = new List<EditPoint>(); 1327List<EditPoint> editPointsToRetain = new List<EditPoint>(); 1428private List<Point> GetPointsFromEditPoints(List<EditPoint> editPoints) 1430List<Point> segments = new List<Point>(); 1518List<Rectangle> rectanglesToExclude; 1519List<Point> linesToExclude, pointsToExclude; 1550public static void GetRoutingObstacles(IServiceProvider serviceProvider, object source, object target, out List<Rectangle> rectanglesToExclude, out List<Point> linesToExclude, out List<Point> pointsToExclude) 1662Dictionary<DesignerEdges, List<Point>> escapeEdges = new Dictionary<DesignerEdges, List<Point>>(); 1680List<Point> escapePoints = null; 1704List<Point> linesToExclude = new List<Point>(); 1710List<Point> escapePoints = escapeEdges[designerEdge]; 1711List<Point> escapeCover = new List<Point>(); 1816List<Rectangle> excludedRectangles = new List<Rectangle>(rectanglesToExclude); 1825List<Point> excludedLines = new List<Point>(linesToExclude); 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>(); 1898List<Point> tempList = LeA; 1914List<ConnectorSegment> tempListSegm = LhA; 1940List<Point> tempList = LeA; 1956List<ConnectorSegment> tempListSegm = LhA; 1982List<Point> refinedPath = new List<Point>(); 2015ref List<Point> LeA, ref List<ConnectorSegment> LhA, ref List<ConnectorSegment> LvA, ref List<ConnectorSegment> LhB, ref List<ConnectorSegment> LvB, 2210List<DistanceFromPoint> extremitiesList = new List<DistanceFromPoint>(4); //at most four points 2273private static void AddBoundPoint(ref List<DistanceFromPoint> extremitiesList, Point p, ConnectorSegment segment, Point Z) 2281private static Nullable<Point> EscapeProcessII(CoverSet coverSet, Orientation orientation, ref List<Point> LeA, 2282ref List<ConnectorSegment> LhA, ref List<ConnectorSegment> LvA, ref List<ConnectorSegment> LhB, ref List<ConnectorSegment> LvB, 2370private static List<Point> FirstRefinementAlgorithm(List<Point> Le, Point intersection, ConnectorSegment intersectionSegment) 2372List<Point> refinedSet = new List<Point>(); 2405private static void SecondRefinementAlgorithm(CoverSet coverSet, ref List<Point> refinedPath, Size margin) 2407List<Point> newPath = new List<Point>(); 2439List<Point> temp = refinedPath; 2507List<Point> temp = refinedPath; 2553public static void Sort(ref List<DistanceFromPoint> distances) 2783private List<ConnectorSegment> verticalCovers = new List<ConnectorSegment>(); 2784private List<ConnectorSegment> horizontalCovers = new List<ConnectorSegment>(); 2785private List<ConnectorSegment> usedEscapeLine = new List<ConnectorSegment>(); 2809List<ConnectorSegment> covers = (cover.Orientation == Orientation.Vertical) ? this.verticalCovers : this.horizontalCovers; 2930public List<ConnectorSegment> GetCovers(Point p, DesignerEdges side) 2932List<ConnectorSegment> covers = new List<ConnectorSegment>(); 2973List<ConnectorSegment> newCovers = this.GetCovers(escape, side);
AuthoringOM\Design\CustomActivityDesigner.cs (9)
329List<Activity> activitiesToRemove = new List<Activity>(((CompositeActivity)host.RootComponent).Activities); 397internal static List<CustomProperty> GetCustomProperties(IServiceProvider serviceProvider) 409List<CustomProperty> cpc = new List<CustomProperty>(); 509internal static void SetCustomProperties(List<CustomProperty> customProperties, IServiceProvider serviceProvider) 518List<CustomProperty> existingCustomProperties = GetCustomProperties(serviceProvider); 527private static void RemoveDeletedProperties(List<CustomProperty> propCollection, Type customActivityType, IServiceProvider serviceProvider) 569private static void AddNewProperties(List<CustomProperty> propCollection, Type customActivityType, IServiceProvider serviceProvider, List<CustomProperty> existingProps) 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 (5)
178private List<Activity> draggedActivities; 180internal ActivityDragEventArgs(DragEventArgs dragEventArgs, Point dragInitiationPoint, Point point, List<Activity> draggedActivities) 1023Dictionary<DesignerVerbGroup, List<ActivityDesignerVerb>> activityDesignerVerbs = new Dictionary<DesignerVerbGroup, List<ActivityDesignerVerb>>(); 1029List<ActivityDesignerVerb> verbList = null;
AuthoringOM\Design\DesignerWidgets.cs (3)
1045private List<Rectangle> itemRectangles = new List<Rectangle>(); 2428private List<ItemStripAccessibleObject> accessibilityObjects = null; 3524List<Activity> previewedActivities = new List<Activity>();
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (15)
49List<CustomProperty> properties; 199List<String> customPropertyNames = new List<String>(); 398private List<PathInfo> PopulateAutoCompleteList(Activity activity, PathInfo path) 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>(); 714private List<PathInfo> ParseStringPath(Type activityType, string path) 719List<PathInfo> pathInfoList = new List<PathInfo>(); 1009List<PathInfo> reparsedPathInfoList = this.parent.ParseStringPath(memberType, newLabel); 1041List<PathInfo> members = this.parent.PopulateAutoCompleteList(node.Activity, (memberNode != null) ? memberNode.PathInfo : null); 1042List<TreeNode> nodes = new List<TreeNode>(); 1129public void SelectActivity(Activity activity, List<PathInfo> pathInfoList)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (3)
645List<Type> activityTypes = new List<Type>(); 648List<String> stockActivityTypeNames = new List<string>(); 857List<TreeNode> items = new List<TreeNode>();
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (3)
339List<Type> GetTargetFrameworkTypes(ITypeProvider currentTypeProvider) 342List<Type> targetFrameworkTypes = new List<Type>(); 347List<Assembly> runtimeAssemblies = new List<Assembly>(currentTypeProvider.ReferencedAssemblies);
AuthoringOM\Design\ExtenderHelpers.cs (1)
42List<string> disallowedProperties = new List<string>();
AuthoringOM\Design\FreeFormDesigner.cs (10)
94private List<Connector> connectors = new List<Connector>(); 286List<Point> containedDesignerLocations = new List<Point>(); 396internal List<Connector> DesignerConnectors 400List<Connector> connectors = new List<Connector>(this.connectors); 580private List<ActivityDesigner> movedActivities = null; 581private List<ActivityDesigner> MovingActivities 670List<Connector> connectorsToDelete = new List<Connector>(); 870List<Activity> activitiesToInsert = new List<Activity>(); 871List<Activity> newActivities = new List<Activity>(); 965List<Activity> topLevelActivities = new List<Activity>(Helpers.GetTopLevelActivities(selectionService.GetSelectedComponents()));
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 (3)
22private List<Image> draggedDesignerImages = null; 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 (2)
262List<Activity> topLevelActivities = new List<Activity>(Helpers.GetTopLevelActivities(selectionService.GetSelectedComponents())); 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\SequentialWorkflowRootDesigner.cs (1)
259List<Point> connectionPoints = new List<Point>(base.GetInnerConnections(edges));
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (7)
44private List<DesignerView> views = null; 56List<ActivityDesigner> containedDesigners = new List<ActivityDesigner>(); 65List<ActivityDesigner> designersToRemove = new List<ActivityDesigner>(); 224List<ActivityDesignerVerb> smartTagVerbs = new List<ActivityDesignerVerb>(base.SmartTagVerbs); 288List<ActivityDesigner> mappedDesigners = new List<ActivityDesigner>(); 441List<Point> connectionPoints = new List<Point>(GetConnections(edges)); 582List<DesignerView> views = new List<DesignerView>(ValidatedViews);
AuthoringOM\Design\UITypeEditors.cs (1)
142List<CustomProperty> properties = CustomActivityDesignerHelper.GetCustomProperties(context);
AuthoringOM\Design\WorkflowInlining.cs (1)
50List<ActivityDesigner> containedDesigners = new List<ActivityDesigner>();
AuthoringOM\Design\WorkflowView.cs (7)
100private List<WorkflowDesignerMessageFilter> stockMessageFilters = new List<WorkflowDesignerMessageFilter>(); 101private List<WorkflowDesignerMessageFilter> customMessageFilters = new List<WorkflowDesignerMessageFilter>(); 1996List<WorkflowDesignerMessageFilter> filters = (stockFilters) ? this.stockMessageFilters : this.customMessageFilters; 2211List<WorkflowDesignerMessageFilter> mergedFilterList = new List<WorkflowDesignerMessageFilter>(); 2338private List<ElapsedEventUnit> elapsedEvents = new List<ElapsedEventUnit>(); 2390List<ElapsedEventUnit> removableElapsedEvents = new List<ElapsedEventUnit>(); 2406List<ElapsedEventUnit> clonedList = new List<ElapsedEventUnit>(this.elapsedEvents);
AuthoringOM\Design\XomlDesignerLoader.cs (1)
520private List<IDesignerVerbProvider> designerVerbProviders = new List<IDesignerVerbProvider>();
AuthoringOM\ItemList.cs (2)
38((List<T>)this.removedItems).Add(removedActivity); 43((List<T>)this.addedItems).Add(addedActivity);
AuthoringOM\PropertyMetadata.cs (1)
107List<Attribute> attributes = new List<Attribute>();
AuthoringOM\ScheduleChanges.cs (5)
35private List<WorkflowChangeAction> modelChangeActions = new List<WorkflowChangeAction>(); 179List<Activity> contextActivities = new List<Activity>(); 455private static List<WorkflowChangeAction> DiffTrees(CompositeActivity originalCompositeActivity, CompositeActivity clonedCompositeActivity) 457List<WorkflowChangeAction> listChanges = new List<WorkflowChangeAction>(); 893List<PropertyInfo> properties = new List<PropertyInfo>(base.GetProperties(serializationManager, obj));
AuthoringOM\Serializer\DependencyObjectCodeDomSerializer.cs (1)
69List<DependencyProperty> dependencyProperties = new List<DependencyProperty>(dependencyObject.MetaDependencyProperties);
AuthoringOM\Serializer\DictionaryMarkupSerializer.cs (2)
36List<object> childEntries = new List<object>(); 138List<ExtendedPropertyInfo> extendedProperties = new List<ExtendedPropertyInfo>();
AuthoringOM\Serializer\ListSurrogate.cs (2)
18if (!obj.GetType().IsGenericType || obj.GetType().GetGenericTypeDefinition() != typeof(List<>)) 56Type listType = typeof(List<int>).GetGenericTypeDefinition().MakeGenericType(itemType);
AuthoringOM\Serializer\MarkupExtensionSerializer.cs (1)
100List<PropertyInfo> properties = new List<PropertyInfo>();
AuthoringOM\Serializer\WorkflowMarkupSerializationManager.cs (12)
39private Dictionary<string, List<WorkflowMarkupSerializerMapping>> xmlNamespaceBasedMappings = new Dictionary<string, List<WorkflowMarkupSerializerMapping>>(); 40private Dictionary<string, List<WorkflowMarkupSerializerMapping>> prefixBasedMappings = new Dictionary<string, List<WorkflowMarkupSerializerMapping>>(); 41private List<WorkflowMarkupSerializer> extendedPropertiesProviders; 197List<WorkflowMarkupSerializerMapping> xmlnsMappings = null; 383internal IDictionary<string, List<WorkflowMarkupSerializerMapping>> XmlNamespaceBasedMappings 391internal Dictionary<string, List<WorkflowMarkupSerializerMapping>> PrefixBasedMappings 406List<WorkflowMarkupSerializerMapping> xmlnsMappings = null; 414List<WorkflowMarkupSerializerMapping> prefixMappings = null; 436List<ExtendedPropertyInfo> extendedProperties = new List<ExtendedPropertyInfo>(); 494if (TypeProvider.IsAssignable(typeof(ICollection<string>), objectType) && TypeProvider.IsAssignable(objectType, typeof(List<string>)) && !TypeProvider.IsAssignable(typeof(Array), objectType))
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (15)
38public static readonly DependencyProperty ClrNamespacesProperty = DependencyProperty.RegisterAttached("ClrNamespaces", typeof(List<String>), typeof(WorkflowMarkupSerializer), new PropertyMetadata(null, new Attribute[] { new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) })); 92List<String> clrMappings = rootActivity.GetValue(WorkflowMarkupSerializer.ClrNamespacesProperty) as 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>(); 1687List<WorkflowMarkupSerializerMapping> xmlnsMappings = null; 2613List<PropertyInfo> properties = new List<PropertyInfo>();
AuthoringOM\Serializer\WorkflowMarkupSerializerMapping.cs (3)
30private static readonly List<WorkflowMarkupSerializerMapping> wellKnownMappings; 207List<WorkflowMarkupSerializerMapping> knownMappings = new List<WorkflowMarkupSerializerMapping>(); 289List<Assembly> referencedAssemblies = new List<Assembly>();
AuthoringOM\Serializer\XamlInterfaces.cs (1)
190List<WorkflowMarkupSerializerMapping> xmlnsMappings = null;
Shared\CompModHelpers.cs (2)
150List<Activity> filteredActivities = new List<Activity>(); 933List<Activity> allActivities = new List<Activity>(compositeActivity.EnabledActivities);
Shared\ValidationHelpers.cs (1)
142List<Activity> responsePath = new List<Activity>();
Shared\XomlSerializationHelpers.cs (2)
362List<String> clrNamespaces = rootActivity.GetValue(WorkflowMarkupSerializer.ClrNamespacesProperty) as List<String>;
System.Workflow.Runtime (144)
DebugEngine\DebugController.cs (1)
1101List<ActivityHandlerDescriptor> handlerMethods = new List<ActivityHandlerDescriptor>();
DebugEngine\IWorkflowDebugger.cs (1)
46void UpdateHandlerMethodsForActivity(Guid programId, Guid scheduleTypeId, string activityQualifiedName, List<ActivityHandlerDescriptor> handlerMethods);
EventQueueState.cs (4)
19List<ActivityExecutorDelegateInfo<QueueEventArgs>> synchronousListeners; 20List<ActivityExecutorDelegateInfo<QueueEventArgs>> asynchronousListeners; 41internal List<ActivityExecutorDelegateInfo<QueueEventArgs>> AsynchronousListeners 45internal List<ActivityExecutorDelegateInfo<QueueEventArgs>> SynchronousListeners
Hosting\SqlWorkflowPersistenceService.cs (3)
245List<Guid> gs = null; 358List<Guid> gs = null; 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 (6)
52private static List<InstanceLock> t_heldLocks = null; 70private static List<InstanceLock> HeldLocks 74List<InstanceLock> tLocks = InstanceLock.t_heldLocks; 265private static void FireEvents(List<SchedulerLockGuardInfo> eventList, WorkflowExecutor workflowExec) 304List<SchedulerLockGuardInfo> eventList = new List<SchedulerLockGuardInfo>(w.EventsToFireList); 312List<SchedulerLockGuardInfo> eventList = new List<SchedulerLockGuardInfo>(workflowExec.EventsToFireList);
PerformanceCounterManager.cs (9)
206private Dictionary<PerformanceCounterAction, List<PerformanceCounterStatement>> m_actionStatements; 250Dictionary<PerformanceCounterAction, List<PerformanceCounterStatement>> actionStatements = new Dictionary<PerformanceCounterAction, List<PerformanceCounterStatement>>(); 264List<PerformanceCounterStatement> lStatements = actionStatements[currentMapping.Action]; 278List<PerformanceCounterStatement> lStatements; 289internal List<PerformanceCounter> CreateCounters(String name) 291List<PerformanceCounter> counters = new List<PerformanceCounter>(); 455internal List<PerformanceCounter> Counters; 459internal PerformanceCounterStatement(List<PerformanceCounter> counters,
RTTrackingProfile.cs (44)
42private Dictionary<string, List<ActivityTrackPointCacheItem>> _activities = new Dictionary<string, List<ActivityTrackPointCacheItem>>(); 43private List<string> _activitiesIgnore = new List<string>(); 45private Dictionary<string, List<UserTrackPoint>> _user = new Dictionary<string, List<UserTrackPoint>>(); 46private List<string> _userIgnore = new List<string>(); 61private Dictionary<string, List<ActivityTrackPointCacheItem>> _dynamicActivities = null; 62private List<string> _dynamicActivitiesIgnore = null; 64private Dictionary<string, List<UserTrackPoint>> _dynamicUser = null; 65private List<string> _dynamicUserIgnore = null; 144_activities = new Dictionary<string, List<ActivityTrackPointCacheItem>>(runtimeProfile._activities.Count); 145foreach (KeyValuePair<string, List<ActivityTrackPointCacheItem>> kvp in runtimeProfile._activities) 153_dynamicActivities = new Dictionary<string, List<ActivityTrackPointCacheItem>>(runtimeProfile._dynamicActivities.Count); 154foreach (KeyValuePair<string, List<ActivityTrackPointCacheItem>> kvp in runtimeProfile._dynamicActivities) 162_user = new Dictionary<string, List<UserTrackPoint>>(runtimeProfile._user.Count); 163foreach (KeyValuePair<string, List<UserTrackPoint>> kvp in runtimeProfile._user) 171_dynamicUser = new Dictionary<string, List<UserTrackPoint>>(runtimeProfile._dynamicUser.Count); 172foreach (KeyValuePair<string, List<UserTrackPoint>> kvp in runtimeProfile._dynamicUser) 219List<ActivityTrackPointCacheItem> points; 247List<UserTrackPoint> points; 289List<ActivityTrackPointCacheItem> points = null; 320List<UserTrackPoint> user = null; 350_dynamicActivities = new Dictionary<string, List<ActivityTrackPointCacheItem>>(); 353_dynamicUser = new Dictionary<string, List<UserTrackPoint>>(); 392foreach (KeyValuePair<string, List<ActivityTrackPointCacheItem>> kvp in _dynamicActivities) 399foreach (KeyValuePair<string, List<UserTrackPoint>> kvp in _dynamicUser) 457List<ActivityTrackPointCacheItem> activities = null; 465List<UserTrackPoint> user = null; 478private bool CreateCacheItems(Activity activity, out List<ActivityTrackPointCacheItem> includes) 485List<ActivityExecutionStatus> events; 500private bool CreateCacheItems(Activity activity, out List<UserTrackPoint> includes) 514private void CacheInsert(string qualifiedID, List<ActivityTrackPointCacheItem> points) 527private void CacheInsert(string qualifiedID, List<UserTrackPoint> points) 542List<ActivityTrackPointCacheItem> points = null; 554List<UserTrackPoint> points = null; 564private void CacheInsertUpdatePending(string qualifiedID, List<ActivityTrackPointCacheItem> points) 576List<ActivityTrackPointCacheItem> tmp = null; 587private bool TryGetCacheItems(Activity activity, out List<ActivityTrackPointCacheItem> points) 606private void CacheInsertUpdatePending(string qualifiedID, List<UserTrackPoint> points) 618List<UserTrackPoint> tmp = null; 629private bool TryGetCacheItems(Activity activity, out List<UserTrackPoint> points) 658List<Activity> allActivities = new List<Activity>(compositeActivity.EnabledActivities); 729internal ActivityTrackPointCacheItem(ActivityTrackPoint point, List<ActivityExecutionStatus> events, bool hasConditions) 742internal List<ActivityExecutionStatus> Events;
System\Activities\Statements\Interop.cs (1)
595List<PropertyDescriptor> properties = new List<PropertyDescriptor>();
System\Activities\Statements\InteropEnvironment.cs (1)
270List<Bookmark> bookmarksToRemove = new List<Bookmark>();
System\Activities\Statements\InteropExecutor.cs (2)
782List<SchedulableItem> notifications = null; 796List<SchedulableItem> items = null;
Tracking.cs (12)
32private List<TrackingService> _services = null; 217List<Guid> _toRemove = new List<Guid>(); 330internal void ReloadProfiles(WorkflowExecutor exec, Guid instanceId, ref TrackingListenerBroker broker, ref List<TrackingChannelWrapper> channels) 375List<string> activityCallPath = null; 440List<TrackingChannelWrapper> channels = GetChannels(sked, skedExec, skedExec.InstanceId, sked.GetType(), ref broker); 448private List<TrackingChannelWrapper> GetChannels(Activity schedule, WorkflowExecutor exec, Guid instanceID, Type workflowType, ref TrackingListenerBroker broker) 460List<TrackingChannelWrapper> channels = new List<TrackingChannelWrapper>(); 462List<string> activityCallPath = null; 567private List<TrackingChannelWrapper> _channels = null; 575internal TrackingListener(TrackingListenerFactory factory, Activity sked, WorkflowExecutor exec, List<TrackingChannelWrapper> channels, TrackingListenerBroker broker, bool load) 1108private List<TrackingService> _services = null; 1657List<T> list = null;
Tracking\SqlTrackingQuery.cs (2)
97List<SqlTrackingWorkflowInstance> inst = new List<SqlTrackingWorkflowInstance>(); 289private List<TrackingDataItemValue> _dataItems = new List<TrackingDataItemValue>();
Tracking\SqlTrackingService.cs (11)
1395List<KeyValuePair<long, string>> annotations = new List<KeyValuePair<long, string>>(record1.Annotations.Count + (null == record2 ? 0 : record2.Annotations.Count)); 1595List<KeyValuePair<long, string>> annotations = new List<KeyValuePair<long, string>>(10); 1596List<KeyValuePair<long, TrackingDataItem>> items = new List<KeyValuePair<long, TrackingDataItem>>(10); 1714List<KeyValuePair<long, string>> annotations = new List<KeyValuePair<long, string>>(10); 1715List<KeyValuePair<long, TrackingDataItem>> items = new List<KeyValuePair<long, TrackingDataItem>>(10); 1806List<KeyValuePair<long, TrackingDataItem>> batch = new List<KeyValuePair<long, TrackingDataItem>>(_dataItemBatchSize); 1867List<long> ids = new List<long>(_dataItemAnnotationBatchSize); 1876List<KeyValuePair<long, string>> annotations = new List<KeyValuePair<long, string>>(_dataItemAnnotationBatchSize); 1945List<KeyValuePair<long, string>> batch = new List<KeyValuePair<long, string>>(_eventAnnotationBatchSize); 2085List<KeyValuePair<long, string>> annotations = new List<KeyValuePair<long, string>>(record.Annotations.Count); 2603List<Activity> allActivities = new List<Activity>(compositeActivity.EnabledActivities);
Tracking\SqlTrackingWorkflowInstance.cs (5)
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>();
Tracking\TrackingLocation.cs (1)
77private List<ActivityExecutionStatus> _events = new List<ActivityExecutionStatus>();
Tracking\TrackingProfileDeserializationException.cs (3)
21private List<ValidationEventArgs> _args = new List<ValidationEventArgs>(); 43_args = (List<ValidationEventArgs>)info.GetValue("__TrackingProfileDeserializationException_args__", typeof(List<ValidationEventArgs>));
Tracking\TrackingProfileSerializer.cs (1)
46List<ValidationEventArgs> _vArgs = new List<ValidationEventArgs>();
Tracking\TrackingRecord.cs (2)
53private List<TrackingDataItem> _body = new List<TrackingDataItem>(); 160private List<TrackingDataItem> _body = new List<TrackingDataItem>();
Tracking\TrackPoint.cs (1)
62internal bool IsMatch(Activity activity, out List<ActivityExecutionStatus> status, out bool hasCondition)
TransactionalProperties.cs (1)
29internal List<SchedulableItem> ItemsToBeScheduledAtCompletion;
WorkBatch.cs (2)
251List<object> values = new List<object>(workItem.Value.Values); 262List<object> values = new List<object>(workItem.Value.Values);
WorkflowDefinitionDispenser.cs (5)
37private Dictionary<Type, List<PropertyInfo>> workflowOutParameters; 54this.workflowOutParameters = new Dictionary<Type, List<PropertyInfo>>(); 328List<PropertyInfo> outputParameters = null; 535List<K> keyList = new List<K>(); 541List<Activity> list = new List<Activity>();
WorkflowExecutor.cs (8)
68private List<SchedulerLockGuardInfo> eventsToFireList = new List<SchedulerLockGuardInfo>(); 169List<string> calleeBase = new List<string>(); 623internal List<SchedulerLockGuardInfo> EventsToFireList 1327List<WorkflowQueueInfo> queuedItems = new List<WorkflowQueueInfo>(); 1345List<ActivityExecutorDelegateInfo<QueueEventArgs>> listeners = qService.GetQueue(name).AsynchronousListeners; 1346List<string> subscribedActivities = new List<string>(); 2511List<SchedulableItem> notifications = null; 2525List<SchedulableItem> items = null;
WorkflowQueuingService.cs (3)
22List<IComparable> dirtyQueues; 27List<WorkflowQueuingService> messageArrivalEventHandlers; 453List<IComparable> list = new List<IComparable>(this.persistedQueueStates.Keys);
WorkflowRuntime.cs (12)
267List<WorkflowInstance> lSchedules = new List<WorkflowInstance>(); 287internal List<TrackingService> TrackingServices 291List<TrackingService> retval = new List<TrackingService>(); 819private Dictionary<Type, List<object>> _services = new Dictionary<Type, List<object>>(); 908List<object> al; 923List<object> al = null; 974foreach (List<object> al in _services.Values) 1049List<object> retval = new List<object>(); 1067List<T> l = new List<T>(); 1088List<object> al = _services[serviceType]; 1596List<WorkflowExecutor> executorsList = new List<WorkflowExecutor>();
System.WorkflowServices (39)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
30List<SqlCommand> activeCommands;
System\ServiceModel\Security\SerializableAuthorizationContext.cs (4)
63List<IAuthorizationPolicy> authorizationPolicies = new List<IAuthorizationPolicy>(1); 70List<Type> knownTypes = new List<Type>(); 243List<IIdentity> identities = obj as List<IIdentity>;
System\Workflow\Activities\ContractType.cs (6)
321List<MemberInfo> members = new List<MemberInfo>(); 454List<MethodInfo> localMethods = new List<MethodInfo>(); 687List<T> memberCollection = new List<T>(membersDictionary.Values); 694List<T> memberCandidates = new List<T>(); 718List<Type> typeCollection = new List<Type>(); 736List<Type> typeCollection = new List<Type>();
System\Workflow\Activities\Design\OperationPickerDialog.cs (3)
182private List<MethodInfo> GetMethodsFromInterface(Type serviceContractInterfaceType) 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 (2)
20private List<Activity> implementingActivities; 35public List<Activity> ImplementingActivities
System\Workflow\Activities\DynamicContractTypeBuilder.cs (1)
116List<int> parameterIndexs = new List<int>();
System\Workflow\Activities\ReceiveActivity.cs (1)
669List<Type> interfaces = ServiceOperationHelpers.GetContracts(contractType);
System\Workflow\Activities\ServiceOperationHelpers.cs (2)
182internal static List<Type> GetContracts(Type contractType) 184List<Type> types = new List<Type>();
System\Workflow\Activities\ValidationHelper.cs (7)
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>(); 1106private static List<ParameterInfo> GetParameterInfo(MethodInfo methodInfo) 1108List<ParameterInfo> parametersInfo = new List<ParameterInfo>();
System\Workflow\ComponentModel\Design\ActivityDesignerHighlighter.cs (4)
47public void Highlight(List<ActivityDesigner> highlightedDesigners) 167private List<ActivityDesigner> highlightedDesigners; 172public HighlightGlyphProvider(ActivityDesigner rootDesigner, List<ActivityDesigner> highlightedDesigners) 179public List<ActivityDesigner> HighlightedDesigners
System\Workflow\ComponentModel\Design\FindSimilarActivitiesVerb.cs (3)
22List<ActivityDesigner> matchingActivityDesigner; 41List<ActivityDesigner> highlightedDesigners = designerVerb.GetMatchingActivityDesigners(activityDesigner); 53private List<ActivityDesigner> GetMatchingActivityDesigners(ActivityDesigner activityDesigner)
System\Workflow\ComponentModel\Design\HighlightOverlayGlyph.cs (3)
23private List<ActivityDesigner> highlightedDesigners; 24public HighlightOverlayGlyph(Rectangle bounds, List<ActivityDesigner> highlightedDesigners) 36public List<ActivityDesigner> HighlightedDesigners
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
32List<PooledChannel> newChannels;
System.Xml (63)
System\Xml\Core\XmlEventCache.cs (1)
20private List<XmlEvent[]> pages; // All event pages
System\Xml\Core\XmlWriterSettings.cs (2)
85List<XmlQualifiedName> cdataSections = new List<XmlQualifiedName>(); 328internal List<XmlQualifiedName> CDataSectionElements {
System\Xml\Dom\DocumentXmlWriter.cs (1)
62List<XmlNode> fragment; // top level node cache
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1509List<XmlElement> elements = new List<XmlElement>();
System\Xml\Dom\XPathNodeList.cs (1)
15List<XmlNode> list;
System\Xml\Schema\ContentValidator.cs (4)
1666List<RangePositionInfo> runningPositions = context.RunningPositions; 1688List<RangePositionInfo> runningPositions = context.RunningPositions; 1862List<RangePositionInfo> runningPositions = context.RunningPositions; 1897List<RangePositionInfo> runningPositions = context.RunningPositions;
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 (2)
37protected List<string> values; // array of values for enumerated and notation types 102internal List<string> Values {
System\Xml\Schema\SchemaElementDecl.cs (1)
17List<IDtdDefaultAttributeInfo> defaultAttdefs;
System\Xml\Schema\ValidationState.cs (1)
50public List<RangePositionInfo> RunningPositions;
System\Xml\Schema\XmlSchemaObjectTable.cs (8)
17List<XmlSchemaObjectEntry> entries = new List<XmlSchemaObjectEntry>(); 153private List<XmlSchemaObjectEntry> entries; 156internal NamesCollection(List<XmlSchemaObjectEntry> entries, int size) { 198private List<XmlSchemaObjectEntry> entries; 201internal ValuesCollection(List<XmlSchemaObjectEntry> entries, int size) { 242private List<XmlSchemaObjectEntry> entries; 251internal XSOEnumerator(List<XmlSchemaObjectEntry> entries, int size, EnumeratorType enumType) { 304internal XSODictionaryEnumerator(List<XmlSchemaObjectEntry> entries, int size, EnumeratorType enumType) : base(entries, size, enumType) {
System\Xml\Schema\XmlSchemaSet.cs (2)
969List<XmlSchemaElement> newMembers = null; 1245List<XmlSchema> reprocessList = new List<XmlSchema>();
System\Xml\Schema\XmlValueConverter.cs (3)
3233List<T> listDst = new List<T>(); 3259List<object> listDst = new List<object>(); 3269private List<string> StringAsList(string value) {
System\Xml\Serialization\XmlSchemaImporter.cs (1)
1247bool IsCyclicReferencedType(XmlSchemaElement element, List<string> identifiers)
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 (11)
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>(); 879List<Type> argTypes = new List<Type>(5); 880List<string> argNames = new List<string>(5); 1283List<Type> argTypes = new List<Type>(); 1932List<Type> argTypes = new List<Type>();
System\Xml\XPath\Internal\CacheAxisQuery.cs (1)
17protected List<XPathNavigator> outputBuffer;
System\Xml\XPath\Internal\CacheOutputQuery.cs (1)
19protected List<XPathNavigator> outputBuffer;
System\Xml\XPath\Internal\FollowingSibling.cs (1)
18List<XPathNavigator> parentStk;
System\Xml\XPath\Internal\FunctionQuery.cs (1)
21public FunctionQuery(string prefix, string name, List<Query> args) : base(prefix, name) {
System\Xml\XPath\Internal\PrecedingSibling.cs (2)
33private bool NotVisited(XPathNavigator nav, List<XPathNavigator> parentStk){ 49List<XPathNavigator> parentStk = new List<XPathNavigator>();
System\Xml\XPath\Internal\Query.cs (2)
101public bool Insert(List<XPathNavigator> buffer, XPathNavigator nav) { 166private void AssertDOD(List<XPathNavigator> buffer, XPathNavigator nav, int pos) {
System\Xml\XPath\Internal\QueryBuilder.cs (2)
379List<Query> ProcessArguments(ArrayList args, out Props props) { 381List<Query> argList = new List<Query>(numArgs);
System\Xml\XPath\Internal\SortQuery.cs (1)
18private List<SortKey> results;
System\Xml\Xslt\XslTransform.cs (1)
41private List<TheQuery> _QueryStore;
System.Xml.Linq (8)
System\Xml\Linq\XLinq.cs (8)
3255static void AddContentToList(List<object> list, object content) { 3269List<object> list = new List<object>(); 7212this.content = content is List<object>? new object[] { content } : content; 7243List<object> list = this.content as List<object>; 7400List<XAttribute> attributes; 7758/// attributes to a <see cref="List&lt;T>"/> before deleting each). 7869List<object> content;
WindowsBase (115)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (2)
109List<PropertyDescriptor> filteredProps; 268List<DependencyProperty> dpList = new List<DependencyProperty>(currentCnt);
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (1)
672List<Attribute> newAttributes = new List<Attribute>(baseAttributes.Count + 1);
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (2)
173List<PropertyDescriptor> newDescriptors = null; 281List<PropertyDescriptor> newDescriptors = new List<PropertyDescriptor>(baseProps.Count);
Base\MS\Internal\IO\Packaging\InterleavedZipPartStream.cs (1)
70internal InterleavedZipPartStream(string partName, List<PieceInfo> sortedPieceInfoList,
Base\MS\Internal\IO\Packaging\InternalRelationshipCollection.cs (2)
70public List<PackageRelationship>.Enumerator GetEnumerator() 801private List<PackageRelationship> _relationships;
Base\MS\Internal\IO\Packaging\PartManifestEntry.cs (6)
45internal List<String> Transforms { get { return _transforms; } } 46internal List<PackageRelationshipSelector> RelationshipSelectors { get { return _relationshipSelectors; } } // null if Part entry 71String hashValue, List<String> transforms, List<PackageRelationshipSelector> relationshipSelectors) 127private List<String> _transforms; 128private List<PackageRelationshipSelector> _relationshipSelectors; // null if this is a Part
Base\MS\Internal\IO\Packaging\PieceDirectory.cs (3)
163internal PieceDirectory(List<PieceInfo> sortedPieceInfoList, FileMode mode, FileAccess access) 524private List<PieceStreamInfo> _pieceStreamInfoList; 533private List<PieceInfo> _sortedPieceInfoList;
Base\MS\Internal\IO\Packaging\SparseMemoryStream.cs (2)
448internal List<MemoryStreamBlock> MemoryBlockCollection 843private List<MemoryStreamBlock> _memoryStreamList; // list of memory streams for buffering data
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (10)
242internal List<String> GetPartTransformList(Uri partName) 247List<String> transformList = null; 301internal List<Uri> PartManifest 315internal List<PackageRelationshipSelector> RelationshipManifest 458List<String> transforms = null; 480List<String> transforms, 490List<Stream> transformStreams = null; 1305private List<Uri> _partManifest; // signed parts (suitable for return to public API) 1306private List<PartManifestEntry> _partEntryManifest; // signed parts (with extra info) 1307private List<PackageRelationshipSelector> _relationshipManifest; // signed relationship selectors
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (12)
114out List<Uri> partManifest, 115out List<PartManifestEntry> partEntryManifest, 116out List<PackageRelationshipSelector> relationshipManifest) 252List<PackageRelationshipSelector> relationshipSelectors = null; 257List<String> transforms = null; // optional transform algorithm names 310private static List<String> ParseTransformsTag(XmlReader reader, Uri partUri, ref List<PackageRelationshipSelector> relationshipSelectors) 330List<String> transforms = null; 418private static void ParseRelationshipsTransform(XmlReader reader, Uri partUri, ref List<PackageRelationshipSelector> relationshipSelectors) 548Dictionary<Uri, List<PackageRelationshipSelector>> partAndSelectorDictionary 549= new Dictionary<Uri, List<PackageRelationshipSelector>>(); 556List<PackageRelationshipSelector> selectors;
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (10)
342internal List<string> EnumerateUsersCertificateIds( 365List<string> certificateIdList = new List<string>(); 698List<RightNameExpirationInfoPair> unboundRightsList, 707List<SafeRightsManagementHandle> successfullyBoundLicenseHandleList = 710List<RightNameExpirationInfoPair> successfullyBoundRightsList = 802List<RightNameExpirationInfoPair> unboundRightsList = 1607private static List<RightNameExpirationInfoPair> GetRightsInfoFromUseLicense( 1616List<RightNameExpirationInfoPair> resultRightsInfoList = new List<RightNameExpirationInfoPair>(10); 1989private List<CryptoProvider> CryptoProviderList 2031private List<CryptoProvider> _cryptoProviderList;
Base\MS\Internal\Security\RightsManagement\IssuanceLicense.cs (1)
1067private List<SafeRightsManagementPubHandle> _pubHandlesList = new List<SafeRightsManagementPubHandle>(50); // initial capacity
Base\MS\Internal\WeakEventTable.cs (1)
467private List<EventKey> _toRemove = new List<EventKey>();
Base\System\Collections\ObjectModel\WeakReadOnlyCollection.cs (1)
281List<T> newList = new List<T>(n);
Base\System\ComponentModel\PropertyChangedEventManager.cs (1)
637List<String> _toRemove = new List<String>();
Base\System\IO\Packaging\CompoundFile\DataSpaceManager.cs (2)
693internal List<IDataTransform> GetTransformsForStreamInfo(StreamInfo streamInfo) 703List<IDataTransform> dataTransforms = new List<IDataTransform>(transformsList.Count);
Base\System\IO\Packaging\CompoundFile\StreamInfo.cs (1)
830List<IDataTransform> transforms = dsm.GetTransformsForStreamInfo(this);
Base\System\IO\Packaging\EncryptedPackage.cs (1)
934List<IDataTransform> transforms = dsm.GetTransformsForStreamInfo(siPackage);
Base\System\IO\Packaging\PackageDigitalSignature.cs (1)
269public List<String> GetPartTransformList(Uri partName)
Base\System\IO\Packaging\PackageDigitalSignatureManager.cs (4)
637List<Uri> signatures = new List<Uri>(_signatures.Count); 1009List<String> ids = new List<String>(); 1125List<PackageRelationship> relationshipsToVisit = new List<PackageRelationship>(relationships); 1408private List<PackageDigitalSignature> _signatures;
Base\System\IO\Packaging\PackagePart.cs (1)
920private List<Stream> _requestedStreams;
Base\System\IO\Packaging\PackageRelationshipCollection.cs (1)
60List<PackageRelationship>.Enumerator relationshipsEnumerator = _relationships.GetEnumerator();
Base\System\IO\Packaging\PackageRelationshipSelector.cs (2)
142public List<PackageRelationship> Select(Package package) 149List<PackageRelationship> relationships = new List<PackageRelationship>(0);
Base\System\IO\Packaging\ZipPackage.cs (15)
191List<PieceInfo> pieceDescriptors = partToDelete.PieceDescriptors; 234List<PackagePart> parts = new List<PackagePart>(_initialPartListSize); 628private static void DeleteInterleavedPartOrStream(List<PieceInfo> sortedPieceInfoList) 655private void ProcessPieces(SortedDictionary<PieceInfo, Object> pieceDictionary, List<PackagePart> parts) 670List<PieceInfo> pieces = new List<PieceInfo>(pieceDictionary.Keys); 771List<PieceInfo> pieces, 774List<PackagePart> parts) 1228List<PieceInfo> pieces = null; 1518private List<PieceInfo> _contentTypeStreamPieces; 1583_extensionDictionary = new Dictionary<string, List<string>>(_dictionaryInitialSize, _extensionEqualityComparer); 1584_ignoredItemDictionary = new Dictionary<string, List<string>>(_dictionaryInitialSize, StringComparer.Ordinal); 1623internal void AddItemsForInvalidSequence(string normalizedPrefixNameForThisSequence, List<PieceInfo> pieces, int startIndex, int count) 1625List<string> zipFileInfoNameList; 1722private Dictionary<string, List<string>>_ignoredItemDictionary; 1727private Dictionary<string, List<string>> _extensionDictionary;
Base\System\IO\Packaging\ZipPackagePart.cs (3)
157List<PieceInfo> pieces, 180internal List<PieceInfo> PieceDescriptors 231private List<PieceInfo> _pieces;
Base\System\Security\RightsManagement\CryptoProvider.cs (5)
309List<ContentGrant> grantList = new List<ContentGrant>(_boundRightsInfoList.Count); 368internal CryptoProvider(List<SafeRightsManagementHandle> boundLicenseHandleList, 369List<RightNameExpirationInfoPair> rightsInfoList, 572private List<SafeRightsManagementHandle> _boundLicenseHandleList; 573private List<RightNameExpirationInfoPair> _boundRightsInfoList;
Base\System\Security\RightsManagement\SecureEnvironment.cs (3)
140List<string> userClientLicensorCertificateIds = 150List<string> userGroupIdentityCertificateIds = 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 (13)
1865Tuple<Object, List<String>> tuple = _reservedPtsCache as Tuple<Object, List<String>>; 1879Tuple<Object, List<String>> tuple = _reservedPtsCache as Tuple<Object, List<String>>; 1880List<String> list = (tuple != null) ? tuple.Item2 : new List<String>(); 1881_reservedPtsCache = new Tuple<Object, List<String>>(value, list); 2770_reservedPtsCache = new Tuple<Object, List<String>>(_reservedPtsCache, new List<String>()); 2775Tuple<Object, List<String>> tuple = _reservedPtsCache as Tuple<Object, List<String>>; 2778List<String> list = tuple.Item2; 2810List<DispatcherTimer> timers = null; 3146private static List<WeakReference> _dispatchers; 3221private List<DispatcherTimer> _timers = new List<DispatcherTimer>();
Base\System\Windows\WeakEventManager.cs (4)
659List<Delegate> list = value as List<Delegate>; 699List<Delegate> list = value as List<Delegate>;
Shared\MS\Internal\SafeSecurityHelper.cs (1)
247List<object> keysToRemove = null;
WsatConfig (13)
CommandLine\ArgumentsParser.cs (2)
362List<string> acceptedAccounts = new List<string>(config.KerberosGlobalAcl); 364List<string> validAccounts = new List<string>();
CommandLine\ConsoleEntryPoint.cs (4)
85List<string> arguments = PrescanArgs(argv); 162List<string> PrescanArgs(string[] argv) 164List<string> arguments = new List<string>(); 212void ParseArgs(List<string> arguments)
CommandLine\OptionUsage.cs (4)
87List<string> optionUses = new List<string>(); 96List<string> optionUses = new List<string>(); 110List<string> optionUses = new List<string>(); 183static void WriteMultiUsesUsage(string option, List<string> optionUses, string helpText)
Configuration\ClusterRegistryConfigurationProvider.cs (1)
228List<string> list = new List<string>(5);
Configuration\FirewallWrapper.cs (1)
103List<INetFirewallOpenPort> ports = new List<INetFirewallOpenPort>();
Configuration\MsdtcClusterUtils.cs (1)
261List<string> nodeList = new List<string>(2); // 2 nodes are a typical cluster configuration
WsatUI (3)
Configuration\ClusterRegistryConfigurationProvider.cs (1)
228List<string> list = new List<string>(5);
Configuration\FirewallWrapper.cs (1)
103List<INetFirewallOpenPort> ports = new List<INetFirewallOpenPort>();
Configuration\MsdtcClusterUtils.cs (1)
261List<string> nodeList = new List<string>(2); // 2 nodes are a typical cluster configuration
XamlBuildTask (28)
Microsoft\Build\Tasks\Xaml\AttributeData.cs (1)
20List<AttributeParameterData> parameters;
Microsoft\Build\Tasks\Xaml\AttributeParameterData.cs (1)
28List<AttributeParameterData> arrayContents;
Microsoft\Build\Tasks\Xaml\BuildExtensionContext.cs (4)
15List<string> references; 16List<string> sourceCodeFiles; 17List<string> generatedFiles; 18List<string> generatedResourceFiles;
Microsoft\Build\Tasks\Xaml\ClassData.cs (3)
21private List<NamedObject> namedObjects; 23private List<string> codeSnippets; 24List<AttributeData> attributes;
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (4)
98var memberFields = new List<CodeMemberField>(); 378CodeMemberMethod GenerateInitializeMethod(ClassData classData, List<CodeMemberField> memberFields) 528CodeExpression initializeXamlVar, ClassData classData, List<CodeMemberField> memberFields) 1298"assemblyList", typeof(List<Assembly>).New());
Microsoft\Build\Tasks\Xaml\CompilationPass2Task.cs (1)
19List<ITaskItem> generatedCodeFiles = new List<ITaskItem>();
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\PropertyData.cs (1)
16List<AttributeData> attributes;
Microsoft\Build\Tasks\Xaml\WrappingXamlSchemaContext.cs (1)
72List<string> namespaces;
Microsoft\Build\Tasks\Xaml\XamlBuildTaskServices.cs (8)
234List<string> systemReferences = new List<string>(); 235List<string> nonSystemReferences = new List<string>(); 634List<T> extensionsLoaded = new List<T>(); 733List<Tuple<string, string, string>> extensionNames = new List<Tuple<string, string, string>>(); 768private static void CategorizeReferenceAssemblies(IList<ITaskItem> referenceAssemblies, out List<string> systemItems, out List<string> nonSystemItems) 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>();