1615 references to Dictionary
ComSvcConfig (6)
EndpointConfigContainer.cs (1)
485Dictionary<string, List<EndpointConfig>> endpointConfigs = new Dictionary<string, List<EndpointConfig>>();
Options.cs (1)
332Dictionary<string, ComponentDefinition<string>> comps = new Dictionary<string, ComponentDefinition<string>>();
SvcFileManager.cs (1)
35this.svcFiles = new Dictionary<Guid, SvcFile>();
Tool.cs (3)
458Dictionary<Guid, Dictionary<Guid, Dictionary<Guid, List<EndpointConfig>>>> applicationToComponents = new Dictionary<Guid, Dictionary<Guid, Dictionary<Guid, List<EndpointConfig>>>>(); 467componentToInterfaces = new Dictionary<Guid, Dictionary<Guid, List<EndpointConfig>>>(); 472interfacesForComponents = new Dictionary<Guid, List<EndpointConfig>>();
Microsoft.Activities.Build (1)
Microsoft\Activities\Build\Validation\ValidationBuildExtension.cs (1)
106IDictionary<Activity, Activity> parentChildMappings = new Dictionary<Activity, Activity>();
mscorlib (73)
system\_localdatastoremgr.cs (1)
338private Dictionary<String, LocalDataStoreSlot> m_KeyToSlotMap = new Dictionary<String, LocalDataStoreSlot>();
system\AppContext\AppContext.cs (1)
39private static readonly Dictionary<string, SwitchValueState> s_switchMap = new Dictionary<string, SwitchValueState>();
system\appdomain.cs (1)
3251_LocalStore = new Dictionary<String, Object[]>();
system\AppDomainSetup.cs (1)
579_CompatFlags = new Dictionary<string, object>();
system\diagnostics\eventing\eventsource.cs (10)
2627commandArgs.Arguments = new Dictionary<string, string>(); 3768eventsByName = new Dictionary<string, string>(); 4528Dictionary<EventListener, bool> allListeners = new Dictionary<EventListener, bool>(); 6042opcodeTab = new Dictionary<int, string>(); 6043stringTab = new Dictionary<string, string>(); 6045perEventByteArrayArgIndices = new Dictionary<string, List<int>>(); 6083taskTab = new Dictionary<int, string>(); 6099keywordTab = new Dictionary<ulong, string>(); 6237mapsTab = new Dictionary<string, Type>(); 6656taskTab = new Dictionary<int, string>();
System\Diagnostics\Eventing\TraceLogging\SimpleTypeInfos.cs (1)
1008var serializedType = new Dictionary<string, object>();
system\globalization\culturedata.cs (3)
203var regionNames = new Dictionary<string, string> { 542tempHashTable = new Dictionary<String, CultureData>(); 771tempHashTable = new Dictionary<String, CultureData>();
system\globalization\datetimeformatinfoscanner.cs (1)
127Dictionary<String, String> temp = new Dictionary<String, String>();
system\internal.cs (22)
64new Dictionary<Char, Object>(); 65new Dictionary<Guid, Byte>(); 66new Dictionary<Guid, Object>(); 67new Dictionary<Guid, Guid>(); // Added for Visual Studio 2010 68new Dictionary<Int16, IntPtr>(); 69new Dictionary<Int32, Byte>(); 70new Dictionary<Int32, Int32>(); 71new Dictionary<Int32, Object>(); 72new Dictionary<IntPtr, Boolean>(); 73new Dictionary<IntPtr, Int16>(); 74new Dictionary<Object, Boolean>(); 75new Dictionary<Object, Char>(); 76new Dictionary<Object, Guid>(); 77new Dictionary<Object, Int32>(); 78new Dictionary<Object, Int64>(); // Added for Visual Studio 2010 79new Dictionary<uint, WeakReference>(); // NCL team needs this 80new Dictionary<Object, UInt32>(); 81new Dictionary<UInt32, Object>(); 82new Dictionary<Int64, Object>(); 89new Dictionary<System.Reflection.MemberTypes, Object>(); 93new Dictionary<Object, KeyValuePair<Object,Object>>(); 94new Dictionary<KeyValuePair<Object,Object>, Object>();
system\reflection\emit\modulebuilder.cs (1)
594m_TypeBuilderDict = new Dictionary<string, Type>();
system\resources\resourcemanager.cs (4)
330_resourceSets = new Dictionary<String, ResourceSet>(); 457_resourceSets = new Dictionary<String, ResourceSet>(); 505_resourceSets = new Dictionary<String,ResourceSet>(); 586_resourceSets = new Dictionary<String,ResourceSet>();
system\rttype.cs (3)
1147Dictionary<RuntimeType, RuntimeType> ht = new Dictionary<RuntimeType, RuntimeType>(); 1232new Dictionary<String, RuntimeEventInfo>(); 1339new Dictionary<String, List<RuntimePropertyInfo>>();
system\runtime\interopservices\windowsruntime\eventregistrationtokentable.cs (1)
23private Dictionary<EventRegistrationToken, T> m_tokens = new Dictionary<EventRegistrationToken, T>();
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (2)
272instanceMap = new Dictionary<MethodInfo, Dictionary<object, EventRegistrationTokenList>>(); 279tokens = new Dictionary<object, EventRegistrationTokenList>();
system\runtime\serialization\formatters\binary\binaryformatter.cs (1)
53private static Dictionary<Type, TypeInformation> typeNameCache = new Dictionary<Type, TypeInformation>();
system\runtime\serialization\serializationinfo.cs (1)
87m_nameToIndex = new Dictionary<string, int>();
system\security\claims\Claim.cs (2)
280m_properties = new Dictionary<string, string>(); 346m_properties = new Dictionary<string, string>();
system\security\cryptography\cryptoconfig.cs (5)
519machineNameHT = new Dictionary<string, string>(); 521machineOidHT = new Dictionary<string, string>(); 837Dictionary<string, string> nameMappings = new Dictionary<string, string>(); 838Dictionary<string, string> typeAliases = new Dictionary<string, string>(); 887Dictionary<string, string> oidMap = new Dictionary<string, string>();
system\security\policy\evidence.cs (7)
106m_evidence = new Dictionary<Type, EvidenceTypeDescriptor>(); 116m_evidence = new Dictionary<Type, EvidenceTypeDescriptor>(); 154m_evidence = new Dictionary<Type, EvidenceTypeDescriptor>(); 182m_evidence = new Dictionary<Type, EvidenceTypeDescriptor>(); 213m_evidence = new Dictionary<Type, EvidenceTypeDescriptor>(); 933m_evidence = new Dictionary<Type, EvidenceTypeDescriptor>(); 1031Dictionary<Type, EvidenceBase> generatedEvidence = new Dictionary<Type, EvidenceBase>();
system\security\policy\hash.cs (3)
63m_hashes = new Dictionary<Type, byte[]>(); 96m_hashes = new Dictionary<Type, byte[]>(); 123m_hashes = new Dictionary<Type, byte[]>();
system\threading\Tasks\Task.cs (1)
222private static readonly Dictionary<int, Task> s_currentActiveTasks = new Dictionary<int, Task>();
system\timezoneinfo.cs (1)
2882cachedData.m_systemTimeZones = new Dictionary<string, TimeZoneInfo>();
PresentationBuildTasks (15)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (11)
893_subsumingNamespaces = new Dictionary<string, object>(); 920_knownNamespaces = new Dictionary<string, object>(); 1822_ignorables = new Dictionary<string, object>(); 1831_processContents = new Dictionary<string, ProcessContentSet>(); 1846_preserveElements = new Dictionary<string, PreserveItemSet>(); 1861_preserveAttributes = new Dictionary<string, PreserveItemSet>(); 1973_names = new Dictionary<string, object>(); 2029_names = new Dictionary<string, string>(); 2043private Dictionary<string, string> _namespaceMap = new Dictionary<string, string>(); 2045private Dictionary<string, HandleElementCallback> _elementHandler = new Dictionary<string, HandleElementCallback>(); 2046private Dictionary<string, HandleAttributeCallback> _attributeHandler = new Dictionary<string, HandleAttributeCallback>();
Framework\System\Windows\Markup\ParserContext.cs (1)
734_masterBracketCharacterCache = new Dictionary<Type, Dictionary<string, SpecialBracketCharacters>>();
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
4389Dictionary<string, string> _piReverseTable = new Dictionary<string, string>();
Framework\System\Windows\Markup\XmlnsCache.cs (2)
79_compatTable = new Dictionary<string,string>(); 80_compatTableReverse = new Dictionary<string,string>();
PresentationCore (22)
Core\CSharp\MS\Internal\DeferredElementTreeState.cs (2)
121private Dictionary<DependencyObject, DependencyObject> _oldCoreParents = new Dictionary<DependencyObject, DependencyObject>(); 122private Dictionary<DependencyObject, DependencyObject> _oldLogicalParents = new Dictionary<DependencyObject, DependencyObject>();
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (1)
646Dictionary<string, Text.TextInterface.Font> faces = new Dictionary<string, Text.TextInterface.Font>();
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
667_cmap = new Dictionary<int, ushort>();
Core\CSharp\MS\Internal\FontFace\PhysicalFontFamily.cs (1)
55Dictionary<XmlLanguage, string> convertedDictionary = new Dictionary<XmlLanguage, string>();
Core\CSharp\MS\Internal\Ink\Renderer.cs (2)
201_visuals = new Dictionary<Stroke, StrokeVisual>(); 684_highlighters = new Dictionary<Color, HighlighterContainerVisual>();
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (1)
270Dictionary<Edge, EdgeInfo> adjInformation = new Dictionary<Edge, EdgeInfo>();
Core\CSharp\MS\Internal\Resources\ContentFileHelper.cs (1)
55return new Dictionary<string, string>();
Core\CSharp\MS\Internal\Shaping\TypefaceMap.cs (1)
49private IDictionary<CultureInfo, IntMap> _intMaps = new Dictionary<CultureInfo, IntMap>();
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (1)
398Dictionary<Color, List<Stroke>> highLighters = new Dictionary<Color, List<Stroke>>();
Core\CSharp\System\Windows\Media\FontEmbeddingManager.cs (1)
90glyphSet = _collectedGlyphTypefaces[glyphTypeface] = new Dictionary<ushort, bool>();
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
694private static Dictionary<uint, SolidColorBrush> s_solidColorBrushCache = new Dictionary<uint, SolidColorBrush>(); 695private static Dictionary<string, KnownColor> s_knownArgbColors = new Dictionary<string, KnownColor>();
Core\CSharp\System\Windows\Media\MediaContext.cs (1)
227_registeredICompositionTargets = new Dictionary<ICompositionTarget, object>();
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatterContext.cs (1)
499Dictionary<char,bool> dict = new Dictionary<char,bool>();
Core\CSharp\System\Windows\Media\Visual.cs (2)
852channelsToCyclicBrushMap = new Dictionary<DUCE.Channel, int>(); 883cyclicBrushToChannelsMap = new Dictionary<ICyclicBrush, int>();
Core\CSharp\System\Windows\Media3D\Visual3DCollection.cs (1)
575Dictionary<Visual3D, string> duplicates = new Dictionary<Visual3D, string>();
Shared\MS\Internal\AppDomainShutdownMonitor.cs (1)
32_dictionary = new Dictionary<WeakReference, WeakReference>();
Shared\MS\Internal\SafeSecurityHelper.cs (1)
216_assemblies = new Dictionary<object, AssemblyName>();
Shared\MS\Internal\SizeLimitedCache.cs (1)
54_nodeLookup = new Dictionary<K, Node>();
PresentationFramework (68)
parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
31private static Dictionary<string, bool> s_switchMap = new Dictionary<string, bool>();
src\Framework\MS\Internal\Annotations\AnnotationMap.cs (1)
118private Dictionary<Guid, List<IAttachedAnnotation> > _annotationIdToAttachedAnnotations = new Dictionary<Guid, List<IAttachedAnnotation> >();
src\Framework\MS\Internal\Annotations\Component\AnnotationComponentManager.cs (1)
300private Dictionary<IAttachedAnnotation, IList<IAnnotationComponent>> _attachedAnnotations = new Dictionary<IAttachedAnnotation, IList<IAnnotationComponent>>();
src\Framework\MS\Internal\Annotations\ObservableDictionary.cs (1)
47_nameValues = new Dictionary<string,string>();
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (3)
123Dictionary<Guid, Annotation> annotations = new Dictionary<Guid, Annotation>(); 184Dictionary<Guid, Annotation> annotations = new Dictionary<Guid, Annotation>(); 297private Dictionary<Guid, CachedAnnotation> _currentAnnotations = new Dictionary<Guid, CachedAnnotation>();
src\Framework\MS\Internal\Annotations\XmlElementCollection.cs (1)
49_xmlDocsRefCounts = new Dictionary<XmlDocument, int>();
src\Framework\MS\Internal\AppModel\ResourceContainer.cs (1)
414private static Dictionary<string, ResourceManagerWrapper> _registeredResourceManagers = new Dictionary<string, ResourceManagerWrapper>();
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
84s_xmlTokeFullNames = new Dictionary<XmlToken, string>(); 101_cachedXmlElements = new Dictionary<XmlToken, object>();
src\Framework\MS\Internal\Data\CommitManager.cs (1)
164: base()
src\Framework\MS\Internal\Ink\ClipboardProcessor.cs (2)
71_preferredClipboardData = new Dictionary<InkCanvasClipboardFormat, ClipboardData>(); 284Dictionary<InkCanvasClipboardFormat, ClipboardData> preferredData = new Dictionary<InkCanvasClipboardFormat, ClipboardData>();
src\Framework\System\Windows\Automation\Peers\CalendarAutomationPeer.cs (3)
118Dictionary<DateTimeCalendarModePair, DateTimeAutomationPeer> newChildren = new Dictionary<DateTimeCalendarModePair,DateTimeAutomationPeer>(); 685private Dictionary<DateTimeCalendarModePair, DateTimeAutomationPeer> _dataChildren = new Dictionary<DateTimeCalendarModePair, DateTimeAutomationPeer>(); 686private Dictionary<DateTimeCalendarModePair, WeakReference> _weakRefElementProxyStorage = new Dictionary<DateTimeCalendarModePair, WeakReference>();
src\Framework\System\Windows\Controls\DataGrid.cs (1)
8704= new Dictionary<DataGridColumn, CellAutomationValueHolder>(); // Holds the content of edited cells. Required for raising Automation events.
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (2)
478Dictionary<int, int> assignedDisplayIndexMap = new Dictionary<int, int>(); // <DisplayIndex, ColumnIndex> 1475_originalWidthsForResize = new Dictionary<DataGridColumn, DataGridLength>();
src\Framework\System\Windows\Controls\DataGridHelper.cs (1)
444propertyTransferEnabledForObject = new Dictionary<DependencyProperty, bool>();
src\Framework\System\Windows\Controls\DataGridItemAttachedStorage.cs (2)
64_itemStorageMap = new Dictionary<object, Dictionary<DependencyProperty, object>>(); 75map = new Dictionary<DependencyProperty, object>();
src\Framework\System\Windows\Data\BindingGroup.cs (1)
1567Dictionary<WeakReference, List<ValidationError>> _notifyDataErrors = new Dictionary<WeakReference, List<ValidationError>>();
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
697_asyncOps = new Dictionary<Object,GetPageAsyncRequest>();
src\Framework\System\Windows\Documents\FixedDocument.cs (2)
866_highlights = new Dictionary<FixedPage, ArrayList>(); 867_asyncOps = new Dictionary<Object, GetPageAsyncRequest>();
src\Framework\System\Windows\Documents\FixedDSBuilder.cs (1)
52_nameHashTable = new Dictionary<String, NameHashFixedNode>();
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
258Dictionary<FixedPage, ArrayList> highlights = new Dictionary<FixedPage,ArrayList>();
src\Framework\System\Windows\Documents\Speller.cs (1)
484_uriMap = new Dictionary<Uri, DictionaryInfo>();
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (2)
82_spellCheckers = new Dictionary<CultureInfo, Tuple<WordsSegmenter, SpellChecker>>(); 83_customDictionaryFiles = new Dictionary<string, List<string>>();
src\Framework\System\Windows\FrameworkTemplate.cs (1)
1558private Dictionary<int, Type> _childTypeFromChildIndex = new Dictionary<int, Type>();
src\Framework\System\Windows\Interop\DynamicScriptObject.cs (1)
748private Dictionary<string, int> _dispIdCache = new Dictionary<string, int>();
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
32private Dictionary<int, TypeConverter> _typeConverterMap = new Dictionary<int, TypeConverter>(); 33private Dictionary<Type, TypeConverter> _enumTypeConverterMap = new Dictionary<Type, TypeConverter>(); 2772_freezeCache = new Dictionary<string, Freezable>();
src\Framework\System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (1)
44_namespaces = new Dictionary<string, string>();
src\Framework\System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
678private readonly Dictionary<string, short[]> _bamlXmlnsMappings = new Dictionary<string, short[]>();
src\Framework\System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
321_constructors = new Dictionary<int, Baml6ConstructorInfo>();
src\Framework\System\Windows\Markup\Baml2006\WpfSharedXamlSchemaContext.cs (1)
67private Dictionary<Type, XamlType> _masterTypeTable = new Dictionary<Type, XamlType>();
src\Framework\System\Windows\Markup\BamlReader.cs (1)
195_reverseXmlnsTable = new Dictionary<String, List<String>>();
src\Framework\System\Windows\Markup\Localizer\BamlLocalizationDictionary.cs (1)
146_dictionary = new Dictionary<BamlLocalizableResourceKey, BamlLocalizableResource>();
src\Framework\System\Windows\Markup\ParserContext.cs (2)
734_masterBracketCharacterCache = new Dictionary<Type, Dictionary<string, SpecialBracketCharacters>>(); 821_freezeCache = new Dictionary<string, Freezable>();
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (2)
102constructorArguments = new Dictionary<string, string>(); 715_keyTypeMap = new Dictionary<Type, Type>();
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (6)
510Dictionary<string, string> writtenAttributes = new Dictionary<string, string>(); 1409_uriToPrefix = new Dictionary<string, string>(); 1411_prefixToUri = new Dictionary<string, string>(); 1570private static Dictionary<Assembly, Dictionary<string, string>> XmlnsDefinitions = new Dictionary<Assembly, Dictionary<string, string>>(); 1571private static Dictionary<string, string> DefaultPrefixes = new Dictionary<string, string>(); 1584namespaceToUri = new Dictionary<string, string>();
src\Framework\System\Windows\Markup\RoutedEventValueSerializer.cs (1)
46static Dictionary<Type, Type> initializedTypes = new Dictionary<Type, Type>();
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
335Dictionary<string, string> newDict = new Dictionary<string, string>(); 4389Dictionary<string, string> _piReverseTable = new Dictionary<string, string>();
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (3)
38_nsDefinitions = new Dictionary<string, FrugalObjectList<string>>(); 201_piNamespaces = new Dictionary<string, string>(); 311_allowedInternalTypes = new Dictionary<Type, XamlType>();
src\Framework\System\Windows\Markup\XmlnsCache.cs (2)
148_compatTable = new Dictionary<string, string>(); 149_compatTableReverse = new Dictionary<string, string>();
src\Framework\System\Windows\Shell\JumpList.cs (1)
306private static readonly Dictionary<Application, JumpList> s_applicationMap = new Dictionary<Application, JumpList>();
src\Framework\System\Windows\Standard\MessageWindow.cs (1)
42private static readonly Dictionary<IntPtr, MessageWindow> s_windowLookup = new Dictionary<IntPtr, MessageWindow>();
src\Framework\System\Windows\SystemResources.cs (2)
1075_hwndNotify = new Dictionary<DpiUtil.HwndDpiInfo, SecurityCriticalDataClass<HwndWrapper>>(); 1076_hwndNotifyHook = new Dictionary<DpiUtil.HwndDpiInfo, HwndWrapperHook>();
src\Framework\System\Windows\TemplateContent.cs (1)
1615_namedTypes = new Dictionary<string, XamlType>();
src\Framework\System\Windows\VisualStateManager.cs (2)
730Dictionary<TimelineDataToken, Timeline> result = new Dictionary<TimelineDataToken, Timeline>(); 739Dictionary<TimelineDataToken, Timeline> result = new Dictionary<TimelineDataToken, Timeline>();
SMSvcHost (4)
System\ServiceModel\Activation\AppManager.cs (2)
22this.apps = new Dictionary<string, App>(); 23this.pools = new Dictionary<string, AppPool>();
System\ServiceModel\Activation\MessageQueue.cs (1)
22static Dictionary<BaseUriWithWildcard, MessageQueue> registry = new Dictionary<BaseUriWithWildcard, MessageQueue>();
System\ServiceModel\Activation\MsmqActivation.cs (1)
219this.groups = new Dictionary<int, QueueMonitorGroup>();
System (18)
compmod\microsoft\win32\SystemEvents.cs (1)
340_handlers = new Dictionary<object, List<SystemEventInvokeInfo>>();
compmod\system\codedom\compiler\CodeDomConfigurationHandler.cs (5)
69compilerInfo._providerOptions = new Dictionary<string, string>(); 80compilerInfo._providerOptions = new Dictionary<string, string>(); 91compilerInfo._providerOptions = new Dictionary<string, string>(); 101compilerInfo._providerOptions = new Dictionary<string, string>(); 193Dictionary<string, string> res = new Dictionary<string, string>();
compmod\system\componentmodel\CultureInfoConverter.cs (1)
324cultureInfoNameMap = new System.Collections.Generic.Dictionary<string, string>() {
compmod\system\componentmodel\design\serialization\MemberRelationshipService.cs (2)
31private Dictionary<RelationshipEntry,RelationshipEntry> _relationships = new Dictionary<RelationshipEntry,RelationshipEntry>(); 111_relationships = new Dictionary<RelationshipEntry,RelationshipEntry>();
net\System\Net\_AutoWebProxyScriptHelper.cs (1)
645 Dictionary<IntPtr, KeyValuePair<SocketAddress, string> > UnmanagedToManagedMapping = new Dictionary<IntPtr, KeyValuePair<SocketAddress, string>>();
net\System\Net\Configuration\UriSection.cs (1)
84this.schemeSettings = new Dictionary<string, SchemeSettingInternal>();
net\System\Net\Configuration\UriSectionData.cs (1)
21schemeSettings = new Dictionary<string, SchemeSettingInternal>();
net\System\Net\mail\ContentDisposition.cs (1)
58validators = new Dictionary<string, TrackingValidationObjectDictionary.ValidateAndParseValue>();
net\System\Net\mail\SmtpDateTime.cs (1)
91Dictionary<string, TimeSpan> tempTimeZoneOffsetLookup = new Dictionary<string, TimeSpan>();
net\System\Net\mail\TrackingValidationObjectDictionary.cs (2)
72internalObjects = new Dictionary<string, object>(); 148internalObjects = new Dictionary<string, object>();
parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
31private static Dictionary<string, bool> s_switchMap = new Dictionary<string, bool>();
regex\system\text\regularexpressions\RegexWriter.cs (1)
66_stringhash = new Dictionary<string, int>();
System.Activities (75)
System\Activities\Activity.cs (1)
1369this.activityExtensionProviders = new Dictionary<Type, WorkflowInstanceExtensionProvider>();
System\Activities\ActivityLocationReferenceEnvironment.cs (1)
51this.declarations = new Dictionary<string, LocationReference>();
System\Activities\ActivityUtilities.cs (3)
1421static Dictionary<Type, ILocationReferenceExpression> locationReferenceValueTypeDefinitions = new Dictionary<Type, ILocationReferenceExpression>(); 1424static Dictionary<Type, ILocationReferenceExpression> environmentLocationReferenceTypeDefinitions = new Dictionary<Type, ILocationReferenceExpression>(); 1427static Dictionary<Type, ILocationReferenceExpression> environmentLocationValueTypeDefinitions = new Dictionary<Type, ILocationReferenceExpression>();
System\Activities\Debugger\DebugManager.cs (4)
61this.states = new Dictionary<object, State>(); 62this.runningThreads = new Dictionary<int, Stack<Activity>>(); 95checksumCache = new Dictionary<string, byte[]>(); 411Dictionary<string, object> locals = new Dictionary<string, object>();
System\Activities\Debugger\InstrumentationTracker.cs (1)
43this.uninstrumentedSubRoots = new Dictionary<Activity, string>();
System\Activities\Debugger\SourceLocationProvider.cs (3)
176mapping = new Dictionary<object, SourceLocation>(); 188return new Dictionary<object, SourceLocation>(); 216Dictionary<object, SourceLocation> newMapping = new Dictionary<object, SourceLocation>();
System\Activities\Debugger\StateManager.cs (4)
430Dictionary<SourceLocation, State> stateMap = new Dictionary<SourceLocation, State>(); 458this.islands = new Dictionary<State, MethodInfo>(); 459this.islandsWithPriming = new Dictionary<State, MethodInfo>(); 460this.sourceDocuments = new Dictionary<string, ISymbolDocumentWriter>();
System\Activities\Debugger\XamlDebuggerXmlReader.cs (3)
86this.initializationValueRanges = new Dictionary<XamlNode, DocumentRange>(); 109this.initializationValueRanges = new Dictionary<XamlNode, DocumentRange>(); 695objRgnToInitValueRgnMapping = new Dictionary<DocumentRange, DocumentRange>();
System\Activities\Debugger\XmlReaderWithSourceLocation.cs (5)
44this.attributeValueRanges = new Dictionary<DocumentLocation, DocumentRange>(); 57this.contentValueRanges = new Dictionary<DocumentLocation, DocumentRange>(); 70this.emptyElementRanges = new Dictionary<DocumentLocation, DocumentRange>(); 83this.startElementLocations = new Dictionary<DocumentLocation, DocumentLocation>(); 96this.endElementLocations = new Dictionary<DocumentLocation, DocumentLocation>();
System\Activities\DurableInstancing\CreateWorkflowOwnerCommand.cs (1)
29this.instanceOwnerMetadata = new Dictionary<XName, InstanceValue>();
System\Activities\DurableInstancing\CreateWorkflowOwnerWithIdentityCommand.cs (1)
29this.instanceOwnerMetadata = new Dictionary<XName, InstanceValue>();
System\Activities\DurableInstancing\LoadWorkflowByInstanceKeyCommand.cs (1)
35this.keysToAssociate = new Dictionary<Guid, IDictionary<XName, InstanceValue>>();
System\Activities\DurableInstancing\SaveWorkflowCommand.cs (4)
40this.keysToAssociate = new Dictionary<Guid, IDictionary<XName, InstanceValue>>(); 76this.instanceMetadataChanges = new Dictionary<XName, InstanceValue>(); 88this.keyMetadataChanges = new Dictionary<Guid, IDictionary<XName, InstanceValue>>(); 100this.instanceData = new Dictionary<XName, InstanceValue>();
System\Activities\DynamicUpdate\NativeActivityUpdateMapMetadata.cs (1)
43this.Finalizer.SavedOriginalValuesForCurrentActivity = new Dictionary<string, object>();
System\Activities\Hosting\SymbolResolver.cs (1)
20this.symbols = new Dictionary<string, ExternalLocationReference>();
System\Activities\Hosting\WorkflowInstanceExtensionCollection.cs (1)
450this.singleTypeCache = new Dictionary<Type, object>();
System\Activities\HybridDictionary.cs (1)
115this.dictionary = new Dictionary<TKey, TValue>();
System\Activities\Runtime\ActivityExecutor.cs (2)
2355this.workflowOutputs = new Dictionary<string, object>(); 3011this.activeOperations = new Dictionary<ActivityInstance, AsyncOperationContext>();
System\Activities\Runtime\ActivityInstanceMap.cs (1)
69this.instanceMapping = new Dictionary<Activity, InstanceList>();
System\Activities\Runtime\BookmarkScopeManager.cs (1)
421this.bookmarkManagers = new Dictionary<BookmarkScope, BookmarkManager>();
System\Activities\Runtime\DelegateCompletionCallbackWrapper.cs (1)
55this.results = new Dictionary<string, object>();
System\Activities\Runtime\ExecutionPropertyManager.cs (2)
41this.properties = new Dictionary<string, ExecutionProperty>(); 172Dictionary<string, object> flattenedProperties = new Dictionary<string, object>();
System\Activities\Statements\CompensationExtension.cs (1)
25this.compensationTokenTable = new Dictionary<long, CompensationTokenData>();
System\Activities\Statements\Flowchart.cs (1)
98Dictionary<Activity, int> originalActivities = new Dictionary<Activity, int>();
System\Activities\Statements\InternalState.cs (2)
53Dictionary<Activity, InternalTransition> triggerInternalTransitionMapping = new Dictionary<Activity, InternalTransition>(); 71this.triggerInternalTransitionMapping = new Dictionary<Activity, InternalTransition>();
System\Activities\Statements\InvokeDelegate.cs (2)
26this.delegateArguments = new Dictionary<string, Argument>(); 135Dictionary<string, object> inputParameters = new Dictionary<string, object>();
System\Activities\Statements\StateMachine.cs (1)
340Dictionary<Activity, List<Transition>> unconditionalTransitionMapping = new Dictionary<Activity, List<Transition>>();
System\Activities\Statements\TimerTable.cs (2)
275this.dictionary = new Dictionary<Bookmark, TimerData>(); 328this.dictionary = new Dictionary<Bookmark, TimerData>();
System\Activities\Tracking\CustomTrackingRecord.cs (1)
82this.data = new Dictionary<string, object>();
System\Activities\Tracking\RuntimeTrackingProfile.cs (3)
162this.activitySubscriptions = new Dictionary<string, HybridCollection<ActivityStateQuery>>(); 210this.bookmarkSubscriptions = new Dictionary<string, BookmarkResumptionQuery>(); 234this.workflowEventSubscriptions = new Dictionary<string, WorkflowInstanceQuery>();
System\Activities\Tracking\TrackingProvider.cs (1)
138this.profileSubscriptions = new Dictionary<TrackingParticipant, RuntimeTrackingProfile>();
System\Activities\Tracking\TrackingQuery.cs (1)
23this.queryAnnotations = new Dictionary<string, string>();
System\Activities\Validation\ValidationHelper.cs (3)
37Dictionary<string, bool> configurationResults = new Dictionary<string, bool>(); 149overloadGroups = new Dictionary<string, List<RuntimeArgument>>(); 392dictionary = new Dictionary<string, List<string>>();
System\Activities\Validation\ValidationSettings.cs (1)
67this.additionalConstraints = new Dictionary<Type, IList<Constraint>>();
System\Activities\WorkflowApplication.cs (1)
2887this.persistenceManager.SetMutablemetadata(new Dictionary<XName, InstanceValue>
System\Activities\WorkflowDataContext.cs (2)
76Dictionary<string, object> names = new Dictionary<string, object>(); 125this.locationMapping = new Dictionary<Location, PropertyDescriptorImpl>();
System\Activities\WorkflowInvoker.cs (1)
59this.pendingInvokes = new Dictionary<object, AsyncInvokeContext>();
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (2)
962this.propertyHolders = new Dictionary<string, ActivityPropertyHolder>(); 979this.valueHolders = new Dictionary<string, ValueHolder>();
System\Activities\XamlIntegration\NamespaceTable.cs (1)
95Dictionary<string, NamespaceDeclaration> localNamespaces = new Dictionary<string, NamespaceDeclaration>();
System\Activities\XamlIntegration\TextExpressionCompiler.cs (6)
56Dictionary<int, IList<string>> expressionIdToLocationReferences = new Dictionary<int, IList<string>>(); 112this.lineNumbersForNSes = new Dictionary<string, int>(); 113this.lineNumbersForNSesForImpl = new Dictionary<string, int>(); 789Dictionary<string, int> contexts = new Dictionary<string, int>(); 2828this.fields = new Dictionary<string, MemberData>(); 2847this.properties = new Dictionary<string, MemberData>();
System.Activities.Core.Presentation (14)
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (2)
50Dictionary<FlowNode, FlowNode> clonedFlowElements = new Dictionary<FlowNode, FlowNode>(); 473Dictionary<string, object> modifiedValues = new Dictionary<string, object>();
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (6)
103this.modelElement = new Dictionary<ModelItem, UIElement>(); 104this.flowNodeToUIElement = new Dictionary<ModelItem, UIElement>(); 712viewState = new Dictionary<string, object>(); 1794objToNewFlowNodeMap = new Dictionary<object, FlowNode>(); 1795oldNewFlowNodeMap = new Dictionary<FlowNode, FlowNode>(); 1796flowNodeNewModelItemMap = new Dictionary<FlowNode, ModelItem>();
System\Activities\Core\Presentation\GenericFlowSwitchHelper.cs (1)
123Dictionary<object, object> keyValueMap = new Dictionary<object, object>();
System\Activities\Core\Presentation\RegisterMetadataDelayedWorker.cs (1)
25this.delayedWorkItems = new Dictionary<string, List<Action<AttributeTableBuilder>>>();
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (2)
38private static Dictionary<ModelItem, string> modelItemToGuid = new Dictionary<ModelItem, string>(); 189this.modelItemToUIElement = new Dictionary<ModelItem, UIElement>();
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (1)
493Dictionary<ModelItem, int> stateToConnectionMap = new Dictionary<ModelItem, int>();
System\ServiceModel\Activities\Presentation\ServiceContractImporter.cs (1)
111new Dictionary<string, object>
System.Activities.DurableInstancing (15)
System\Activities\DurableInstancing\DefaultObjectSerializer.cs (1)
63Dictionary<XName, object> propertyBag = new Dictionary<XName, object>();
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (4)
39this.associatedInstanceKeys = new Dictionary<Guid, IDictionary<XName, InstanceValue>>(); 40this.completedInstanceKeys = new Dictionary<Guid, IDictionary<XName, InstanceValue>>(); 150this.associatedInstanceKeys.Add(loadByKeycommand.LookupInstanceKey, new Dictionary<XName, InstanceValue>()); 249destination[key] = new Dictionary<XName, InstanceValue>();
System\Activities\DurableInstancing\QueryActivatableWorkflowAsyncResult.cs (1)
46IDictionary<XName, object> activationParameters = new Dictionary<XName, object>();
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (1)
39static Dictionary<Guid, long> serviceDeploymentIdsCache = new Dictionary<Guid, long>();
System\Activities\DurableInstancing\SerializationUtilities.cs (6)
94Dictionary<XName, InstanceValue> metadataProperties = new Dictionary<XName, InstanceValue>(); 114Dictionary<XName, object> propertyBagToSerialize = new Dictionary<XName, object>(); 163Dictionary<XName, object> complexProperties = new Dictionary<XName, object>(); 164Dictionary<XName, object> complexWriteOnlyProperties = new Dictionary<XName, object>(); 206Dictionary<XName, object> propertyBag = new Dictionary<XName, object>(); 231Dictionary<XName, InstanceValue> properties = new Dictionary<XName, InstanceValue>();
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
63this.definedPromotions = new Dictionary<string, Tuple<List<XName>, List<XName>>>();
System\Activities\DurableInstancing\StoreUtilities.cs (1)
188Dictionary<XName, object> lockOwnerProperties = new Dictionary<XName, object>();
System.Activities.Presentation (97)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ResolverCache.cs (1)
18this.cache = new Dictionary<Type, WeakReference>();
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateIdManager.cs (1)
12Dictionary<string, int> prefixToIntMap = new Dictionary<string, int>();
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateXamlHelper.cs (3)
75Dictionary<string, XamlNodeList> viewStateInfo = new Dictionary<string, XamlNodeList>(); 688viewStateInfo = new Dictionary<string, XamlNodeList>(); 689viewStateSourceLocationMap = new Dictionary<string, SourceLocation>();
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (1)
596Dictionary<string, SourceLocation> propertyValueLocationMapping = new Dictionary<string, SourceLocation>();
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (1)
171this.customXamlTypes = new Dictionary<Type, XamlType>();
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\XamlObjectReaderWithSequence.cs (1)
35this.sequenceNumberToObjectMap = new Dictionary<int, object>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\EditingContext.cs (6)
372_subscriptions = new Dictionary<Type, SubscribeContextCallback>(); 449_defaultItems = new Dictionary<Type, ContextItem>(); 460_items = new Dictionary<Type, ContextItem>(); 599_services = new Dictionary<Type, object>(); 638_subscriptions = new Dictionary<Type, SubscribeServiceCallback>(); 698_services = new Dictionary<Type, object>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\AttributeDataCache.cs (1)
57_baseMemberFinders = new Dictionary<MemberTypes, GetBaseMemberCallback>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (2)
35_metadata = new Dictionary<Type, TypeMetadata>(); 333md.MemberAttributes = new Dictionary<string, AttributeList>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryNameMap.cs (1)
15private static Dictionary<string, string> _cache = new Dictionary<string, string>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagStringConverter.cs (1)
65Dictionary<string, object> flagDictionary = new Dictionary<string, object>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (1)
35private static Dictionary<Type, string> _defaultPropertyCache = new Dictionary<Type, string>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyMerger.cs (1)
137Dictionary<string, IList<ModelProperty>> counter = new Dictionary<string, IList<ModelProperty>>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (1)
68private Dictionary<Type, string> _activeCategoryEditors = new Dictionary<Type, string>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\SelectionPathResolver.cs (1)
41_interpreters = new Dictionary<string, ISelectionPathInterpreter>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PersistedStateContainer.cs (1)
18private readonly Dictionary<object, PersistedState> _persistedStates = new Dictionary<object, PersistedState>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PropertyViewManagerStateContainer.cs (2)
101_persistenceIdToManagerTypeNameMap = new Dictionary<string, string>(); 164_persistenceIdToManagerTypeNameMap = new Dictionary<string, string>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\AlphabeticalViewManager.cs (1)
106return new Dictionary<Type, object>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\ByCategoryViewManager.cs (1)
128Dictionary<Type, object> editorSet = new Dictionary<Type, object>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (7)
88_interfaces = new Dictionary<Type, Type>(); 266if (_attributeCache == null) _attributeCache = new Dictionary<Type, AttributeCollection>(); 473_descriptorCache = new Dictionary<DescriptorKey, MemberDescriptor>(); 607_metadataTypeCache = new Dictionary<Type, Type>(); 1624_memberCache = new Dictionary<MemberInfo, MemberInfo>(); 1712_memberCache = new Dictionary<MemberInfo, MemberInfo>(); 1756_memberCache = new Dictionary<MemberInfo, MemberInfo>();
System.Activities.Presentation\System\Activities\Presentation\CachedResourceDictionaryExtension.cs (1)
17static Dictionary<Uri, ResourceDictionary> Cache = new Dictionary<Uri, ResourceDictionary>();
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
276Dictionary<ICompositeView, List<ModelItem>> notifyDictionary = new Dictionary<ICompositeView, List<ModelItem>>();
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (7)
71this.modelItemToSourceLocation = new Dictionary<ModelItem, SourceLocation>(); 72this.sourceLocationToModelItem = new Dictionary<SourceLocation, ModelItem>(); 73this.breakpoints = new Dictionary<ModelItem, BreakpointTypes>(); 75this.transientBreakpoints = new Dictionary<ModelItem, BreakpointTypes>(); 77this.instanceToSourceLocationMapping = new Dictionary<object, SourceLocation>(); 533IDictionary<SourceLocation, BreakpointTypes> breakpointLocations = new Dictionary<SourceLocation, BreakpointTypes>(); 748Dictionary<object, SourceLocation> updatedSourceLocations = new Dictionary<object, SourceLocation>();
System.Activities.Presentation\System\Activities\Presentation\DefaultCommandExtensionCallback.cs (1)
20Dictionary<ICommand, List<KeyGesture>> defaultGestures = new Dictionary<ICommand, List<KeyGesture>>();
System.Activities.Presentation\System\Activities\Presentation\DeleteHelper.cs (1)
48Dictionary<ICompositeView, List<ModelItem>> containerToModelItemsDict = new Dictionary<ICompositeView, List<ModelItem>>();
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (3)
63static IDictionary<Type, PropertyDescriptorCollection> TypePropertyCollection = new Dictionary<Type, PropertyDescriptorCollection>(); 150this.validationErrors = new Dictionary<string, string>(); 162this.customValueEditors = new Dictionary<string, PropertyValueEditor>();
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (2)
593Dictionary<ICompositeView, List<ModelItem>> viewItemListDictionary = new Dictionary<ICompositeView, List<ModelItem>>(); 732Dictionary<WorkflowViewElement, Point> locations = new Dictionary<WorkflowViewElement, Point>();
System.Activities.Presentation\System\Activities\Presentation\Metadata\ActivityArgumentHelper.cs (3)
23private static Dictionary<Type, Func<Activity, IEnumerable<ArgumentAccessor>>> argumentAccessorsGenerators = new Dictionary<Type, Func<Activity, IEnumerable<ArgumentAccessor>>>(); 137Dictionary<Assign, Type> assignLValueTypes = new Dictionary<Assign, Type>(); 277this.argumentAccessorWrappersCache = new Dictionary<Activity, List<ArgumentAccessorWrapper>>();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (1)
53this.modelPropertyStore = new Dictionary<string, ModelItem>();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
55this.modelPropertyStore = new Dictionary<string, ModelItem>();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
58this.modelPropertyStore = new Dictionary<string, ModelItem>();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
42Dictionary<int, SearchableEntry> textImageIndexEntryMapping = new Dictionary<int, SearchableEntry>();
System.Activities.Presentation\System\Activities\Presentation\Model\MorphHelper.cs (1)
23static Dictionary<Type, PropertyValueMorphHelper> morphExtensions = new Dictionary<Type, PropertyValueMorphHelper>();
System.Activities.Presentation\System\Activities\Presentation\NamespaceHelper.cs (1)
98Dictionary<string, List<string>> visualBasicImports = new Dictionary<string, List<string>>();
System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (1)
174availableNamespaces = new Dictionary<string, List<string>>();
System.Activities.Presentation\System\Activities\Presentation\ObjectReferenceService.cs (2)
54this.objectReferenceIds = new Dictionary<Guid, object>(); 67this.objectReferenceCount = new Dictionary<Guid, int>();
System.Activities.Presentation\System\Activities\Presentation\SQM\ActivityUsageCounter.cs (1)
66static Dictionary<string, ActivityTypeId> mapping = new Dictionary<string, ActivityTypeId>();
System.Activities.Presentation\System\Activities\Presentation\Utility\IconHelper.cs (1)
24iconNameMapping = new Dictionary<string, string>()
System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (2)
975this.validationErrors = new Dictionary<object, ValidationErrorState>(); 987this.validationErrorSourceLocators = new Dictionary<Type, IValidationErrorSourceLocator>();
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (2)
67static Dictionary<Type, Type> EditorBehaviorTypeMapping = new Dictionary<Type, Type> 79Dictionary<string, DataGridColumn> MemberPathToColumnDict = new Dictionary<string, DataGridColumn>();
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
1703commandParameters = new Dictionary<string, object>();
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (3)
81Dictionary<ModelItem, ModelItem> selectionMap = new Dictionary<ModelItem, ModelItem>(); 563Dictionary<ModelItem, ModelItem> newSelectionMap = new Dictionary<ModelItem, ModelItem>(); 1764IDictionary<KeyValuePair<string, bool>, DrawingBrush> glyphCache = new Dictionary<KeyValuePair<string, bool>, DrawingBrush>();
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (2)
638static Dictionary<string, Type> ExpressionEditorTypeTable = new Dictionary<string, Type>(); 639static Dictionary<string, CreateExpressionFromStringCallback> ConvertFromStringDelegates = new Dictionary<string, CreateExpressionFromStringCallback>();
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (2)
67IDictionary<string, IDictionary<string, object>> attachedPropertiesForNamespace = new Dictionary<string, IDictionary<string, object>>(); 510properties = new Dictionary<string, object>();
System.Activities.Presentation\System\Activities\Presentation\View\ParserContext.cs (1)
65this.namespaceLookup = new Dictionary<string, string>();
System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (1)
69this.table = new Dictionary<T, Quadrant>();
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (1)
75this.TrackedModelItem = new Dictionary<ModelItem, HashSet<string>>();
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeViewItem.cs (1)
44Dictionary<string, string> itemStatus = new Dictionary<string, string>();
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (2)
29internal static Dictionary<Type, DrawingBrush> IconCache = new Dictionary<Type, DrawingBrush>(); 42this.Trackers = new Dictionary<ModelProperty, ChangeNotificationTracker>();
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\UniqueModelItemHelper.cs (1)
132Dictionary<ModelItem, int> nonSources = new Dictionary<ModelItem, int>();
System.Activities.Presentation\System\Activities\Presentation\View\TypeResolvingOptions.cs (2)
59this.hintTextMap = new Dictionary<string, string>(); 152Dictionary<TKey, TValue> result = new Dictionary<TKey, TValue>();
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
869Dictionary<string, ModelItem> variables = new Dictionary<string, ModelItem>();
System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (1)
52this.modelItemToContainer = new Dictionary<ModelItem, FrameworkElement>();
System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewStateService.cs (1)
96viewState = new Dictionary<string, object>();
System.Activities.Presentation\System\Activities\Presentation\ViewStateAttachedPropertyFeature.cs (1)
17Dictionary<string, AttachedProperty> attachedProperties = new Dictionary<string, AttachedProperty>();
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
143this.context.Services.Publish<Dictionary<string, object>>(new Dictionary<string, object>());
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (2)
922Dictionary<ModelItem, ICompositeView> sourceContainers = new Dictionary<ModelItem, ICompositeView>(); 957Dictionary<ICompositeView, List<ModelItem>> containerMovedModelItemList = new Dictionary<ICompositeView, List<ModelItem>>();
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
1202this.declaredNames = new Dictionary<string, XamlFragment>();
System.Activities.Presentation\System\Activities\Presentation\Xaml\ObjectToSourceLocationMapping.cs (3)
31this.sourceLocationToModelItemMapping = new Dictionary<SourceLocation, ModelItem>(); 32this.viewStateSourceLocationToModelItemMapping = new Dictionary<SourceLocation, ModelItem>(); 224Dictionary<object, SourceLocation> validSrcLocMapping = new Dictionary<object, SourceLocation>();
System.AddIn (5)
System\Addin\Hosting\AddInStore.cs (1)
61private static readonly Dictionary<String, CacheInfo> StateCache = new Dictionary<String, CacheInfo>();
System\Addin\Hosting\AddInToken.cs (1)
64new Dictionary<AddInSegmentType, IDictionary<String, String>>();
System\Addin\Hosting\Store\PipelineComponent.cs (3)
55new ReadOnlyDictionary<String, String>(new Dictionary<String, String>()); 87Dictionary<String, String> dictionary = new Dictionary<String, String>(); 105Dictionary<String, String> dictionary = new Dictionary<String, String>();
System.ComponentModel.DataAnnotations (6)
DataAnnotations\UIHintAttribute.cs (1)
184IDictionary<string, object> controlParameters = new Dictionary<string, object>();
DataAnnotations\ValidationAttributeStore.cs (2)
19private Dictionary<Type, TypeStoreItem> _typeStoreItems = new Dictionary<Type, TypeStoreItem>(); 202Dictionary<string, PropertyStoreItem> propertyStoreItems = new Dictionary<string, PropertyStoreItem>();
DataAnnotations\ValidationContext.cs (2)
121this._items = new Dictionary<object, object>(); 330private Dictionary<Type, object> _services = new Dictionary<Type, object>();
parent\parent\parent\parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
31private static Dictionary<string, bool> s_switchMap = new Dictionary<string, bool>();
System.Configuration (1)
System\Configuration\ConfigurationElement.cs (1)
873s_perTypeValidators = new Dictionary<Type,ConfigurationValidatorBase>();
System.Core (27)
Microsoft\Scripting\Actions\CallSiteBinder.cs (1)
219Interlocked.CompareExchange(ref Cache, new Dictionary<Type, object>(), null);
Microsoft\Scripting\Actions\ExpandoClass.cs (1)
99_transitions = new Dictionary<int, List<WeakReference>>();
Microsoft\Scripting\Ast\DebugViewWriter.cs (1)
103ids = new Dictionary<T, int>();
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (4)
49_ids = new Dictionary<object, int>(); 60_ids = new Dictionary<object, int>(); 76_ids = new Dictionary<object, int>(); 87_ids = new Dictionary<object, int>();
Microsoft\Scripting\Compiler\AnalyzedTree.cs (2)
28internal readonly Dictionary<object, CompilerScope> Scopes = new Dictionary<object, CompilerScope>(); 29internal readonly Dictionary<LambdaExpression, BoundConstants> Constants = new Dictionary<LambdaExpression, BoundConstants>();
Microsoft\Scripting\Compiler\BoundConstants.cs (2)
79private readonly Dictionary<TypedConstant, int> _references = new Dictionary<TypedConstant, int>(); 84private readonly Dictionary<TypedConstant, LocalBuilder> _cache = new Dictionary<TypedConstant, LocalBuilder>();
Microsoft\Scripting\Compiler\CompilerScope.cs (2)
79internal readonly Dictionary<ParameterExpression, VariableStorageKind> Definitions = new Dictionary<ParameterExpression, VariableStorageKind>(); 109private readonly Dictionary<ParameterExpression, Storage> _locals = new Dictionary<ParameterExpression, Storage>();
Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs (1)
191curTypeInfo.TypeChain = new Dictionary<Type, TypeInfo>();
Microsoft\Scripting\Compiler\KeyedQueue.cs (1)
36_data = new Dictionary<K, Queue<V>>();
Microsoft\Scripting\Compiler\LabelInfo.cs (1)
355Labels = new Dictionary<LabelTarget, LabelInfo>();
Microsoft\Scripting\Compiler\LambdaCompiler.cs (1)
58private readonly Dictionary<LabelTarget, LabelInfo> _labelInfo = new Dictionary<LabelTarget, LabelInfo>();
Microsoft\Scripting\Compiler\Set.cs (2)
33_data = new Dictionary<T, object>(); 48_data = new Dictionary<T, object>();
Microsoft\Scripting\Compiler\SymbolDocumentGenerator.cs (1)
48_symbolWriters = new Dictionary<SymbolDocumentInfo, ISymbolDocumentWriter>();
Microsoft\Scripting\Compiler\VariableBinder.cs (1)
208referenceScope.ReferenceCount = new Dictionary<ParameterExpression, int>();
System\Diagnostics\Eventing\Reader\ProviderMetadataCachedInformation.cs (1)
102cache = new Dictionary<ProviderMetadataId, CacheItem>();
System\Diagnostics\PerformanceData\CounterSet.cs (2)
63m_stringToId = new Dictionary<String, Int32>(); 64m_idToCounter = new Dictionary<Int32, CounterType>();
System\Diagnostics\PerformanceData\CounterSetInstanceCounterDataSet.cs (1)
115m_counters = new Dictionary<Int32, CounterData>();
System\Diagnostics\PerformanceData\PerfProviderCollection.cs (1)
41private static Dictionary<Object, Int32> s_counterSetList = new Dictionary<Object, Int32>();
System\Security\Cryptography\BCryptHashAlgorithm.cs (1)
29m_algorithmHandles = new Dictionary<string, WeakReference>();
System.Data (116)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ResolverCache.cs (1)
18this.cache = new Dictionary<Type, WeakReference>();
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateIdManager.cs (1)
12Dictionary<string, int> prefixToIntMap = new Dictionary<string, int>();
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateXamlHelper.cs (3)
75Dictionary<string, XamlNodeList> viewStateInfo = new Dictionary<string, XamlNodeList>(); 688viewStateInfo = new Dictionary<string, XamlNodeList>(); 689viewStateSourceLocationMap = new Dictionary<string, SourceLocation>();
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (1)
596Dictionary<string, SourceLocation> propertyValueLocationMapping = new Dictionary<string, SourceLocation>();
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (1)
171this.customXamlTypes = new Dictionary<Type, XamlType>();
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\XamlObjectReaderWithSequence.cs (1)
35this.sequenceNumberToObjectMap = new Dictionary<int, object>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\EditingContext.cs (6)
372_subscriptions = new Dictionary<Type, SubscribeContextCallback>(); 449_defaultItems = new Dictionary<Type, ContextItem>(); 460_items = new Dictionary<Type, ContextItem>(); 599_services = new Dictionary<Type, object>(); 638_subscriptions = new Dictionary<Type, SubscribeServiceCallback>(); 698_services = new Dictionary<Type, object>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\AttributeDataCache.cs (1)
57_baseMemberFinders = new Dictionary<MemberTypes, GetBaseMemberCallback>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (2)
35_metadata = new Dictionary<Type, TypeMetadata>(); 333md.MemberAttributes = new Dictionary<string, AttributeList>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryNameMap.cs (1)
15private static Dictionary<string, string> _cache = new Dictionary<string, string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagStringConverter.cs (1)
65Dictionary<string, object> flagDictionary = new Dictionary<string, object>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (1)
35private static Dictionary<Type, string> _defaultPropertyCache = new Dictionary<Type, string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyMerger.cs (1)
137Dictionary<string, IList<ModelProperty>> counter = new Dictionary<string, IList<ModelProperty>>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (1)
68private Dictionary<Type, string> _activeCategoryEditors = new Dictionary<Type, string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\SelectionPathResolver.cs (1)
41_interpreters = new Dictionary<string, ISelectionPathInterpreter>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PersistedStateContainer.cs (1)
18private readonly Dictionary<object, PersistedState> _persistedStates = new Dictionary<object, PersistedState>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PropertyViewManagerStateContainer.cs (2)
101_persistenceIdToManagerTypeNameMap = new Dictionary<string, string>(); 164_persistenceIdToManagerTypeNameMap = new Dictionary<string, string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\AlphabeticalViewManager.cs (1)
106return new Dictionary<Type, object>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\ByCategoryViewManager.cs (1)
128Dictionary<Type, object> editorSet = new Dictionary<Type, object>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (7)
88_interfaces = new Dictionary<Type, Type>(); 266if (_attributeCache == null) _attributeCache = new Dictionary<Type, AttributeCollection>(); 473_descriptorCache = new Dictionary<DescriptorKey, MemberDescriptor>(); 607_metadataTypeCache = new Dictionary<Type, Type>(); 1624_memberCache = new Dictionary<MemberInfo, MemberInfo>(); 1712_memberCache = new Dictionary<MemberInfo, MemberInfo>(); 1756_memberCache = new Dictionary<MemberInfo, MemberInfo>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\CachedResourceDictionaryExtension.cs (1)
17static Dictionary<Uri, ResourceDictionary> Cache = new Dictionary<Uri, ResourceDictionary>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
276Dictionary<ICompositeView, List<ModelItem>> notifyDictionary = new Dictionary<ICompositeView, List<ModelItem>>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (7)
71this.modelItemToSourceLocation = new Dictionary<ModelItem, SourceLocation>(); 72this.sourceLocationToModelItem = new Dictionary<SourceLocation, ModelItem>(); 73this.breakpoints = new Dictionary<ModelItem, BreakpointTypes>(); 75this.transientBreakpoints = new Dictionary<ModelItem, BreakpointTypes>(); 77this.instanceToSourceLocationMapping = new Dictionary<object, SourceLocation>(); 533IDictionary<SourceLocation, BreakpointTypes> breakpointLocations = new Dictionary<SourceLocation, BreakpointTypes>(); 748Dictionary<object, SourceLocation> updatedSourceLocations = new Dictionary<object, SourceLocation>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DefaultCommandExtensionCallback.cs (1)
20Dictionary<ICommand, List<KeyGesture>> defaultGestures = new Dictionary<ICommand, List<KeyGesture>>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DeleteHelper.cs (1)
48Dictionary<ICompositeView, List<ModelItem>> containerToModelItemsDict = new Dictionary<ICompositeView, List<ModelItem>>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (3)
63static IDictionary<Type, PropertyDescriptorCollection> TypePropertyCollection = new Dictionary<Type, PropertyDescriptorCollection>(); 150this.validationErrors = new Dictionary<string, string>(); 162this.customValueEditors = new Dictionary<string, PropertyValueEditor>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (2)
593Dictionary<ICompositeView, List<ModelItem>> viewItemListDictionary = new Dictionary<ICompositeView, List<ModelItem>>(); 732Dictionary<WorkflowViewElement, Point> locations = new Dictionary<WorkflowViewElement, Point>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Metadata\ActivityArgumentHelper.cs (3)
23private static Dictionary<Type, Func<Activity, IEnumerable<ArgumentAccessor>>> argumentAccessorsGenerators = new Dictionary<Type, Func<Activity, IEnumerable<ArgumentAccessor>>>(); 137Dictionary<Assign, Type> assignLValueTypes = new Dictionary<Assign, Type>(); 277this.argumentAccessorWrappersCache = new Dictionary<Activity, List<ArgumentAccessorWrapper>>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (1)
53this.modelPropertyStore = new Dictionary<string, ModelItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
55this.modelPropertyStore = new Dictionary<string, ModelItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
58this.modelPropertyStore = new Dictionary<string, ModelItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
42Dictionary<int, SearchableEntry> textImageIndexEntryMapping = new Dictionary<int, SearchableEntry>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\MorphHelper.cs (1)
23static Dictionary<Type, PropertyValueMorphHelper> morphExtensions = new Dictionary<Type, PropertyValueMorphHelper>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceHelper.cs (1)
98Dictionary<string, List<string>> visualBasicImports = new Dictionary<string, List<string>>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (1)
174availableNamespaces = new Dictionary<string, List<string>>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ObjectReferenceService.cs (2)
54this.objectReferenceIds = new Dictionary<Guid, object>(); 67this.objectReferenceCount = new Dictionary<Guid, int>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\SQM\ActivityUsageCounter.cs (1)
66static Dictionary<string, ActivityTypeId> mapping = new Dictionary<string, ActivityTypeId>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Utility\IconHelper.cs (1)
24iconNameMapping = new Dictionary<string, string>()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (2)
975this.validationErrors = new Dictionary<object, ValidationErrorState>(); 987this.validationErrorSourceLocators = new Dictionary<Type, IValidationErrorSourceLocator>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (2)
67static Dictionary<Type, Type> EditorBehaviorTypeMapping = new Dictionary<Type, Type> 79Dictionary<string, DataGridColumn> MemberPathToColumnDict = new Dictionary<string, DataGridColumn>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
1703commandParameters = new Dictionary<string, object>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (3)
81Dictionary<ModelItem, ModelItem> selectionMap = new Dictionary<ModelItem, ModelItem>(); 563Dictionary<ModelItem, ModelItem> newSelectionMap = new Dictionary<ModelItem, ModelItem>(); 1764IDictionary<KeyValuePair<string, bool>, DrawingBrush> glyphCache = new Dictionary<KeyValuePair<string, bool>, DrawingBrush>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (2)
638static Dictionary<string, Type> ExpressionEditorTypeTable = new Dictionary<string, Type>(); 639static Dictionary<string, CreateExpressionFromStringCallback> ConvertFromStringDelegates = new Dictionary<string, CreateExpressionFromStringCallback>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (2)
67IDictionary<string, IDictionary<string, object>> attachedPropertiesForNamespace = new Dictionary<string, IDictionary<string, object>>(); 510properties = new Dictionary<string, object>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ParserContext.cs (1)
65this.namespaceLookup = new Dictionary<string, string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (1)
69this.table = new Dictionary<T, Quadrant>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (1)
75this.TrackedModelItem = new Dictionary<ModelItem, HashSet<string>>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeViewItem.cs (1)
44Dictionary<string, string> itemStatus = new Dictionary<string, string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (2)
29internal static Dictionary<Type, DrawingBrush> IconCache = new Dictionary<Type, DrawingBrush>(); 42this.Trackers = new Dictionary<ModelProperty, ChangeNotificationTracker>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\UniqueModelItemHelper.cs (1)
132Dictionary<ModelItem, int> nonSources = new Dictionary<ModelItem, int>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeResolvingOptions.cs (2)
59this.hintTextMap = new Dictionary<string, string>(); 152Dictionary<TKey, TValue> result = new Dictionary<TKey, TValue>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
869Dictionary<string, ModelItem> variables = new Dictionary<string, ModelItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (1)
52this.modelItemToContainer = new Dictionary<ModelItem, FrameworkElement>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewStateService.cs (1)
96viewState = new Dictionary<string, object>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ViewStateAttachedPropertyFeature.cs (1)
17Dictionary<string, AttachedProperty> attachedProperties = new Dictionary<string, AttachedProperty>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
143this.context.Services.Publish<Dictionary<string, object>>(new Dictionary<string, object>());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (2)
922Dictionary<ModelItem, ICompositeView> sourceContainers = new Dictionary<ModelItem, ICompositeView>(); 957Dictionary<ICompositeView, List<ModelItem>> containerMovedModelItemList = new Dictionary<ICompositeView, List<ModelItem>>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
1202this.declaredNames = new Dictionary<string, XamlFragment>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ObjectToSourceLocationMapping.cs (3)
31this.sourceLocationToModelItemMapping = new Dictionary<SourceLocation, ModelItem>(); 32this.viewStateSourceLocationToModelItemMapping = new Dictionary<SourceLocation, ModelItem>(); 224Dictionary<object, SourceLocation> validSrcLocMapping = new Dictionary<object, SourceLocation>();
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (1)
30private static readonly Dictionary<Type,object> TypeToNull = new Dictionary<Type,object>();
fx\src\data\System\Data\DataColumnCollection.cs (1)
51columnFromName = new Dictionary<string, DataColumn>();
fx\src\data\System\Data\DataView.cs (1)
960findIndexes = new Dictionary<string,Index>();
fx\src\data\System\Data\OleDb\oledbconnectionstring.cs (1)
252udlcache = new Dictionary<string,string>();
fx\src\data\System\Data\ProviderBase\DbConnectionFactory.cs (1)
42_connectionPoolGroups = new Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup>();
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
83_transactedCxns = new Dictionary<SysTx.Transaction, TransactedConnectionList> ();
fx\src\data\System\Data\SqlClient\SqlCommand.cs (3)
130private Dictionary<int, SqlTceCipherInfoEntry> keysToBeSentToEnclave = new Dictionary<int, SqlTceCipherInfoEntry>(); 3596Dictionary<_SqlRPC, _SqlRPC> describeParameterEncryptionRpcOriginalRpcDictionary = new Dictionary<_SqlRPC, _SqlRPC>(); 3814Dictionary<int, SqlTceCipherInfoEntry> columnEncryptionKeyTable = new Dictionary<int, SqlTceCipherInfoEntry>();
fx\src\data\System\Data\SqlClient\SqlDependency.cs (1)
803identityDatabaseHash = new Dictionary<IdentityUserNamePair, List<DatabaseServicePair>>();
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (3)
141_appDomainKeyHash = new Dictionary<string, int>(); // Dictionary stores the Start/Stop refcount per AppDomain for this container. 1263_connectionContainers = new Dictionary<SqlConnectionContainerHashHelper, SqlConnectionContainer>(); 1264_sqlDependencyPerAppDomainDispatchers = new Dictionary<string, SqlDependencyPerAppDomainDispatcher>();
fx\src\data\System\Data\SqlClient\SqlDependencyUtils.cs (3)
100_dependencyIdToDependencyHash = new Dictionary<string, SqlDependency>(); 101_notificationIdToDependenciesHash = new Dictionary<string, DependencyList>(); 102_commandHashToNotificationId = new Dictionary<string, string>();
fx\src\data\System\Data\SqlClient\SqlUdtInfo.cs (1)
62m_types2UdtInfo = new Dictionary<Type, SqlUdtInfo>();
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
97private Dictionary<IntPtr, SNIPacket> _pendingWritePackets = new Dictionary<IntPtr,SNIPacket>(); // Stores write packets that have been sent to SNI, but have not yet finished writing (i.e. we are waiting for SNI's callback)
fx\src\data\System\Data\XMLSchema.cs (1)
599tableDictionary = new Dictionary <DataTable, List<DataTable>>() ;
System.Data.Entity (247)
System\Data\Common\CommandTrees\DbCommandTree.cs (2)
122Dictionary<string, object> attrs = new Dictionary<string, object>(); 132Dictionary<string, object> paramAttrs = new Dictionary<string, object>();
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
25private readonly Dictionary<DbVariableReferenceExpression, DbVariableReferenceExpression> varMappings = new Dictionary<DbVariableReferenceExpression, DbVariableReferenceExpression>();
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (1)
477Dictionary<string, int> bindingNames = new Dictionary<string, int>();
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\EnumerableValidator.cs (1)
116nameIndex = new Dictionary<string, int>();
System\Data\Common\CommandTrees\Internal\ExpressionDumper.cs (9)
182Dictionary<string, object> facetInfo = new Dictionary<string, object>(); 354Begin(expr, new Dictionary<string, object>()); 366Dictionary<string, object> attrs = new Dictionary<string, object>(); 373Dictionary<string, object> attrs = new Dictionary<string, object>(); 384Dictionary<string, object> attrs = new Dictionary<string, object>(); 398Dictionary<string, object> attrs = new Dictionary<string, object>(); 440Dictionary<string, object> attrs = new Dictionary<string,object>(); 454Dictionary<string, object> attrs = new Dictionary<string, object>(); 462Dictionary<string, object> attrs = new Dictionary<string, object>();
System\Data\Common\CommandTrees\Internal\ParameterRetriever.cs (1)
23private readonly Dictionary<string, DbParameterReferenceExpression> paramMappings = new Dictionary<string, DbParameterReferenceExpression>();
System\Data\Common\CommandTrees\Internal\Validator.cs (1)
24private readonly Dictionary<string, DbParameterReferenceExpression> paramMappings = new Dictionary<string, DbParameterReferenceExpression>();
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (3)
432Dictionary<object, DbComparisonExpression> discriminatorPredicates = new Dictionary<object, DbComparisonExpression>(); 442Dictionary<string, DbComparisonExpression> inputPredicateMap = new Dictionary<string, DbComparisonExpression>(); 443Dictionary<string, DbComparisonExpression> selectorPredicateMap = new Dictionary<string, DbComparisonExpression>();
System\Data\Common\DataRecord.cs (1)
528_attrCache = new Dictionary<object, AttributeCollection>();
System\Data\Common\DbXmlEnabledProviderManifest.cs (3)
27private Dictionary<PrimitiveType, System.Collections.ObjectModel.ReadOnlyCollection<FacetDescription>> _facetDescriptions = new Dictionary<PrimitiveType, System.Collections.ObjectModel.ReadOnlyCollection<FacetDescription>>(); 30private Dictionary<string, PrimitiveType> _storeTypeNameToEdmPrimitiveType = new Dictionary<string, PrimitiveType>(); 31private Dictionary<string, PrimitiveType> _storeTypeNameToStorePrimitiveType = new Dictionary<string, PrimitiveType>();
System\Data\Common\EntityUtil.cs (1)
2040internal static Dictionary<string,string> COMPILER_VERSION = new Dictionary<string, string>() { { "CompilerVersion", "V3.5" } }; //v3.5 required for compiling model files with partial methods.
System\Data\Common\Internal\Materialization\CoordinatorScratchpad.cs (1)
53_expressionWithErrorHandlingMap = new Dictionary<Expression, Expression>();
System\Data\Common\Internal\Materialization\Shaper.cs (1)
38this.AssociationSpaceMap = new Dictionary<AssociationType, AssociationType>();
System\Data\Common\Internal\Materialization\Translator.cs (1)
175private readonly Dictionary<EdmType, ObjectTypeMapping> _objectTypeMappings = new Dictionary<EdmType, ObjectTypeMapping>();
System\Data\Common\Utils\Boolean\ConversionContext.cs (3)
62readonly Dictionary<TermExpr<T_Identifier>, int> _variableMap = new Dictionary<TermExpr<T_Identifier>, int>(); 116new Dictionary<DomainVariable<T_Variable, T_Element>, int>(); 164Dictionary<Vertex, Set<T_Element>> vertexToRange = new Dictionary<Vertex, Set<T_Element>>();
System\Data\Common\Utils\Boolean\Solver.cs (1)
35new Dictionary<IfThenElseKey, Vertex>();
System\Data\Common\Utils\MetadataHelper.cs (1)
435Dictionary<EntityType, Set<EntityType>> graph = new Dictionary<EntityType, Set<EntityType>>();
System\Data\EntityKey.cs (1)
88private static Dictionary<string, string> _nameLookup = new Dictionary<string, string>();
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (1)
361Dictionary<SchemaEntityType, EntityContainerEntitySet> baseEntitySetTypes = new Dictionary<SchemaEntityType, EntityContainerEntitySet>();
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSet.cs (1)
25private Dictionary<string, EntityContainerAssociationSetEnd> _relationshipEnds = new Dictionary<string, EntityContainerAssociationSetEnd>();
System\Data\EntityModel\SchemaObjectModel\TypeUsageBuilder.cs (2)
44_facetValues = new Dictionary<string, object>(); 116calculatedFacets = new Dictionary<string, Facet>();
System\Data\Mapping\FunctionImportMapping.cs (4)
60this.ReturnTypeColumnsRenameMapping = new Dictionary<string, FunctionImportReturnTypeStructuralTypeColumnRenameMapping>(); 72var isOfTypeEntityTypeColumnsRenameMapping = new Dictionary<EntityType, OM.Collection<FunctionImportReturnTypePropertyMapping>>(); 73var entityTypeColumnsRenameMapping = new Dictionary<EntityType, OM.Collection<FunctionImportReturnTypePropertyMapping>>(); 178this.ReturnTypeColumnsRenameMapping = new Dictionary<string, FunctionImportReturnTypeStructuralTypeColumnRenameMapping>();
System\Data\Mapping\FunctionImportMapping.ReturnTypeRenameMapping.cs (1)
122this.ColumnRenameMapping = new Dictionary<string, FunctionImportReturnTypeStructuralTypeColumnRenameMapping>();
System\Data\Mapping\FunctionImportMappingNonComposable.cs (1)
177Dictionary<string, TypeUsage> columns = new Dictionary<string, TypeUsage>();
System\Data\Mapping\MetadataMappingHasherVisitor.cs (2)
27private Dictionary<Object, int> m_itemsAlreadySeen = new Dictionary<Object, int>(); 724this.m_itemsAlreadySeen = new Dictionary<object, int>();
System\Data\Mapping\StorageEntityContainerMapping.cs (1)
74private Dictionary<EdmFunction, FunctionImportMapping> m_functionImportMappings = new Dictionary<EdmFunction, FunctionImportMapping>();
System\Data\Mapping\StorageMappingItemCollection.cs (2)
53private Dictionary<EdmMember, KeyValuePair<TypeUsage, TypeUsage>> m_memberMappings = new Dictionary<EdmMember, KeyValuePair<TypeUsage, TypeUsage>>(); 401Dictionary<EntitySetBase, string> esqlViews = new Dictionary<EntitySetBase, string>();
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (1)
90extentMappingViews = new Dictionary<EntitySetBase, GeneratedView>();
System\Data\Mapping\StorageMappingItemLoader.cs (2)
553Dictionary<EntitySetBase, int> mappingCounts = new Dictionary<EntitySetBase, int>(); 1214var associationEnds = new Dictionary<AssociationSet, AssociationEndMember>();
System\Data\Mapping\Update\Internal\DynamicUpdateCommand.cs (1)
179Dictionary<DbSetClause, DbSetClause> modifiedClauses = new Dictionary<DbSetClause, DbSetClause>();
System\Data\Mapping\Update\Internal\FunctionMappingTranslator.cs (3)
69m_typeMappings = new Dictionary<EntityType, StorageEntityTypeModificationFunctionMapping>(); 95var currentReferenceEnds = new Dictionary<AssociationEndMember, IEntityStateEntry>(); 96var originalReferenceEnds = new Dictionary<AssociationEndMember, IEntityStateEntry>();
System\Data\Mapping\Update\Internal\KeyManager.cs (3)
24private readonly Dictionary<Tuple<EntityKey, string, bool>, int> _foreignKeyIdentifiers = new Dictionary<Tuple<EntityKey, string, bool>, int>(); 25private readonly Dictionary<EntityKey, EntityKey> _valueKeyToTempKey = new Dictionary<EntityKey, EntityKey>(); 26private readonly Dictionary<EntityKey, int> _keyIdentifiers = new Dictionary<EntityKey, int>();
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (1)
407map = new Dictionary<PropagatorResult, PropagatorResult>();
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (1)
145Dictionary<int, UpdateCommand> predecessors = new Dictionary<int, UpdateCommand>();
System\Data\Mapping\Update\Internal\UpdateCompiler.cs (3)
193Dictionary<EdmProperty, PropagatorResult> setClauses = new Dictionary<EdmProperty, PropagatorResult>(); 195outputIdentifiers = new Dictionary<int, string>(); 365Dictionary<EdmProperty, PropagatorResult> whereClauses = new Dictionary<EdmProperty, PropagatorResult>();
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (6)
54m_changes = new Dictionary<EntitySetBase, ChangeNode>(); 55m_functionChanges = new Dictionary<EntitySetBase, List<ExtractedStateEntry>>(); 58m_requiredEntities = new Dictionary<EntityKey, AssociationSet>(); 76m_extractorMetadata = new Dictionary<Tuple<EntitySetBase, StructuralType>, ExtractorMetadata>(); ; 383Dictionary<int, object> identifierValues = new Dictionary<int, object>(); 682m_modificationFunctionCommandDefinitions = new Dictionary<StorageModificationFunctionMapping,DbCommandDefinition>();
System\Data\Mapping\Update\Internal\ViewLoader.cs (2)
42private readonly Dictionary<AssociationSet, AssociationSetMetadata> m_associationSetMetadata = new Dictionary<AssociationSet, AssociationSetMetadata>(); 43private readonly Dictionary<EntitySetBase, Set<EntitySet>> m_affectedTables = new Dictionary<EntitySetBase, Set<EntitySet>>();
System\Data\Mapping\ViewGeneration\CellCreator.cs (1)
120var cSideMembersForSSideExpansionCandidates = new Dictionary<MemberPath, Set<MemberPath>>();
System\Data\Mapping\ViewGeneration\DiscriminatorMap.cs (3)
97var propertyMap = new Dictionary<EdmProperty, DbExpression>(); 98var relPropertyMap = new Dictionary<Query.InternalTrees.RelProperty, DbExpression>(); 99var typeToRelPropertyMap = new Dictionary<EntityType, List<Query.InternalTrees.RelProperty>>();
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (3)
63Dictionary<MemberPath, CaseStatement> _caseStatements = new Dictionary<MemberPath, CaseStatement>(); 764Dictionary<MemberPath, CaseStatement> newCaseStatements = new Dictionary<MemberPath, CaseStatement>(); 883Dictionary<MemberPath, FragmentQuery> attributeConditions = new Dictionary<MemberPath, FragmentQuery>();
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingPass.cs (1)
27private readonly Dictionary<T_Tile, TileOpKind> m_usedViews = new Dictionary<T_Tile, TileOpKind>();
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingSimplifier.cs (2)
23private readonly Dictionary<T_Tile, TileOpKind> m_usedViews = new Dictionary<T_Tile, TileOpKind>(); 41m_usedViews = new Dictionary<T_Tile, TileOpKind>();
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (1)
193Dictionary<MemberValueBinding, CellTreeNode> memberValueTrees = new Dictionary<MemberValueBinding, CellTreeNode>();
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (1)
194CompositeCondition condMembersValues = new CompositeCondition();
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (1)
100Dictionary<string, EntitySet> endToExtents = new Dictionary<string, EntitySet>();
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (1)
59m_queryRewriterCache = new Dictionary<EntitySetBase, QueryRewriter>();
System\Data\Mapping\ViewValidator.cs (1)
613m_entitySetInfos = new Dictionary<string, DbExpressionEntitySetInfo>();
System\Data\Metadata\Converter.cs (4)
103Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems = new Dictionary<Som.SchemaElement, GlobalItem>(); 112Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems = new Dictionary<Som.SchemaElement, GlobalItem>(); 1409this._nullFacetsTypeUsage = new Dictionary<EdmType, TypeUsage>(); 1410this._nullFacetsCollectionTypeUsage = new Dictionary<EdmType, TypeUsage>();
System\Data\Metadata\Edm\EntityType.cs (1)
127_memberSql = new Dictionary<EdmMember, string>();
System\Data\Metadata\Edm\Provider\EdmProviderManifest.cs (1)
241Dictionary<PrimitiveType, System.Collections.ObjectModel.ReadOnlyCollection<FacetDescription>> facetDescriptions = new Dictionary<PrimitiveType, System.Collections.ObjectModel.ReadOnlyCollection<FacetDescription>>();
System\Data\Metadata\EdmItemCollection.OcAssemblyCache.cs (1)
23_conventionalOcCache = new Dictionary<Assembly, ImmutableAssemblyCacheEntry>();
System\Data\Metadata\EdmValidator.cs (1)
521Dictionary<string, EdmMember> allMembers = new Dictionary<string, EdmMember>();
System\Data\Metadata\Helper.cs (1)
515new Dictionary<PrimitiveTypeKind, long[]>
System\Data\Metadata\ObjectItemCollection.cs (1)
56private Dictionary<string, EdmType> _ocMapping = new Dictionary<string, EdmType>();
System\Data\Metadata\ObjectLayer\AssemblyCache.cs (1)
20private readonly static Dictionary<Assembly, ImmutableAssemblyCacheEntry> s_globalAssemblyCache = new Dictionary<Assembly, ImmutableAssemblyCacheEntry>();
System\Data\Metadata\ObjectLayer\KnownAssembliesSet.cs (1)
36_assemblies = new Dictionary<Assembly, KnownAssemblyEntry>();
System\Data\Metadata\ObjectLayer\LoadMessageLogger.cs (1)
20private Dictionary<EdmType, StringBuilder> _messages = new Dictionary<EdmType, StringBuilder>();
System\Data\Metadata\ObjectLayer\ObjectItemLoadingSessionData.cs (3)
35private readonly Dictionary<Assembly, MutableAssemblyCacheEntry> _listOfAssembliesLoaded = new Dictionary<Assembly, MutableAssemblyCacheEntry>(); 77_conventionCSpaceTypeNames = new Dictionary<string, KeyValuePair<EdmType, int>>(); 142_cspaceToOspace = new Dictionary<EdmType, EdmType>();
System\Data\Metadata\TypeSemantics.cs (1)
962Dictionary<EdmType, byte> otherBaseTypes = new Dictionary<EdmType, byte>();
System\Data\Objects\DataClasses\EntityCollection.cs (2)
103_wrappedRelatedEntities = new Dictionary<TEntity, IEntityWrapper>(); 796_wrappedRelatedEntities = new Dictionary<TEntity, IEntityWrapper>();
System\Data\Objects\DataClasses\RelationshipManager.cs (1)
1226properties = new Dictionary<string, KeyValuePair<object, IntBox>>();
System\Data\Objects\ELinq\ExpressionConverter.cs (3)
142Dictionary<ExpressionType, Translator> translators = new Dictionary<ExpressionType, Translator>(); 305_initializers = new Dictionary<Type, InitializerMetadata>(); 351_spanMappings = new Dictionary<DbExpression, Span>();
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (1)
48private readonly Dictionary<Expression, Pattern> _patterns = new Dictionary<Expression, Pattern>();
System\Data\Objects\ELinq\MethodCallTranslator.cs (2)
104Dictionary<MethodInfo, CallTranslator> methodTranslators = new Dictionary<MethodInfo, CallTranslator>(); 119Dictionary<SequenceMethod, SequenceMethodTranslator> sequenceTranslators = new Dictionary<SequenceMethod, SequenceMethodTranslator>();
System\Data\Objects\ELinq\ReflectionUtil.cs (3)
31Dictionary<String, SequenceMethod> map = new Dictionary<string, SequenceMethod>(); 342s_methodMap = new Dictionary<MethodInfo, SequenceMethod>(); 343s_inverseMap = new Dictionary<SequenceMethod, MethodInfo>();
System\Data\Objects\ELinq\SpatialMethodCallTranslator.cs (1)
143Dictionary<MethodInfo, string> result = new Dictionary<MethodInfo, string>();
System\Data\Objects\ELinq\SpatialPropertyTranslator.cs (1)
99Dictionary<PropertyInfo, string> result = new Dictionary<PropertyInfo, string>();
System\Data\Objects\ELinq\Translator.cs (1)
202s_propertyTranslators = new Dictionary<PropertyInfo, PropertyTranslator>();
System\Data\Objects\EntityEntry.cs (5)
1770this._originalComplexObjects = new Dictionary<object, Dictionary<int, object>>(); 1775ordinal2complexObject = new Dictionary<int, object>(); 2099var changedFKs = new Dictionary<int, object>(); 2375alreadyDetectedRelationshipsFrom = new Dictionary<RelatedEnd, HashSet<T>>(); 3867relatedEntities = relatedEntities != null ? relatedEntities : new Dictionary<RelatedEnd, HashSet<EntityKey>>();
System\Data\Objects\Internal\EntityProxyFactory.cs (3)
49private static Dictionary<Tuple<Type, string>, EntityProxyTypeInfo> s_ProxyNameMap = new Dictionary<Tuple<Type, string>, EntityProxyTypeInfo>(); 53private static Dictionary<Type, EntityProxyTypeInfo> s_ProxyTypeMap = new Dictionary<Type, EntityProxyTypeInfo>(); 54private static Dictionary<Assembly, ModuleBuilder> s_ModuleBuilders = new Dictionary<Assembly, ModuleBuilder>();
System\Data\Objects\Internal\EntityProxyTypeInfo.cs (1)
55_navigationPropertyAssociationTypes = new Dictionary<Tuple<string, string>, AssociationType>();
System\Data\Objects\Internal\ObjectFullSpanRewriter.cs (1)
116parentInfo.Children = new Dictionary<NavigationProperty, SpanPathInfo>();
System\Data\Objects\Internal\ObjectSpanRewriter.cs (4)
153info.SpannedColumns = new Dictionary<int, AssociationEndMember>(); 156info.FullSpannedEnds = new Dictionary<AssociationEndMember, bool>(); 382spannedColumns = new Dictionary<int, DbExpression>(); 392unmodifiedColumns = new Dictionary<int, DbExpression>();
System\Data\Objects\Internal\TransactionManager.cs (12)
226this.PromotedRelationships = new Dictionary<RelatedEnd, IList<IEntityWrapper>>(); 233this.WrappedEntities = new Dictionary<object, IEntityWrapper>(); 261this.PromotedRelationships = new Dictionary<RelatedEnd, IList<IEntityWrapper>>(); 262this.PromotedKeyEntries = new Dictionary<object, EntityEntry>(); 268this.WrappedEntities = new Dictionary<object, IEntityWrapper>(); 303this.WrappedEntities = new Dictionary<object, IEntityWrapper>(); 305this.DeletedRelationshipsByGraph = new Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<IEntityWrapper>>>(); 306this.AddedRelationshipsByGraph = new Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<IEntityWrapper>>>(); 307this.DeletedRelationshipsByForeignKey = new Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>>(); 308this.AddedRelationshipsByForeignKey = new Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>>(); 309this.AddedRelationshipsByPrincipalKey = new Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>>(); 310this.ChangedForeignKeys = new Dictionary<IEntityWrapper, HashSet<RelatedEnd>>();
System\Data\Objects\ObjectContext.cs (1)
2061Dictionary<EntitySet, List<EntityKey>> refreshKeys = new Dictionary<EntitySet, List<EntityKey>>();
System\Data\Objects\ObjectStateManager.cs (11)
68private readonly Dictionary<EntityKey, HashSet<EntityEntry>> _danglingForeignKeys = new Dictionary<EntityKey, HashSet<EntityEntry>>(); 139_metadataStore = new Dictionary<EdmType, StateManagerTypeMetadata>(); 2765_unchangedRelationshipStore = new Dictionary<RelationshipWrapper, RelationshipEntry>(); 2772_addedRelationshipStore = new Dictionary<RelationshipWrapper, RelationshipEntry>(); 2779_deletedRelationshipStore = new Dictionary<RelationshipWrapper, RelationshipEntry>(); 2806_unchangedEntityStore = new Dictionary<EntityKey, EntityEntry>(); 2814_addedEntityStore = new Dictionary<EntityKey, EntityEntry>(); 2822_deletedEntityStore = new Dictionary<EntityKey, EntityEntry>(); 2830_modifiedEntityStore = new Dictionary<EntityKey, EntityEntry>(); 3171Dictionary<string, KeyValuePair<object, IntBox>> properties = new Dictionary<string, KeyValuePair<object, IntBox>>(); 3261Dictionary<string, KeyValuePair<object, IntBox>> retrievedProperties = new Dictionary<string, KeyValuePair<object, IntBox>>();
System\Data\Query\InternalTrees\Command.cs (1)
60m_parameterMap = new Dictionary<string, ParameterVar>();
System\Data\Query\InternalTrees\Dump.cs (18)
233Dictionary<string, object> attrs = new Dictionary<string, object>(); 253Dictionary<string, object> attrs = new Dictionary<string, object>(); 292Dictionary<string, object> attrs = new Dictionary<string, object>(); 322Dictionary<string, object> attrs2 = new Dictionary<string, object>(); 461Dictionary<string, object> attrs = new Dictionary<string, object>(); 476Dictionary<string, object> attrs2 = new Dictionary<string, object>(); 493Dictionary<string, object> attrs = new Dictionary<string, object>(); 504Dictionary<string, object> attrs = new Dictionary<string, object>(); 517Dictionary<string, object> attrs = new Dictionary<string, object>(); 528Dictionary<string, object> attrs = new Dictionary<string, object>(); 553Dictionary<string, object> attrs = new Dictionary<string, object>(); 572Dictionary<string, object> attrs = new Dictionary<string, object>(); 623Dictionary<string, object> attrs = new Dictionary<string, object>(); 655Dictionary<string, object> attrs = new Dictionary<string,object>(); 691Dictionary<string, object> attrs = new Dictionary<string, object>(); 713Dictionary<string, object> attrs = new Dictionary<string, object>(); 1022Dictionary<string, object> attrs = new Dictionary<string, object>(); 1034Dictionary<string, object> attrs2 = new Dictionary<string, object>();
System\Data\Query\InternalTrees\Metadata.cs (2)
73Dictionary<string, ColumnMD> columnMap = new Dictionary<string, ColumnMD>(); 209Dictionary<string, ColumnVar> columnVarMap = new Dictionary<string, ColumnVar>();
System\Data\Query\InternalTrees\NodeInfo.cs (1)
566Dictionary<Var, Var> varMap = new Dictionary<Var, Var>();
System\Data\Query\InternalTrees\RelPropertyHelper.cs (1)
177_relPropertyMap = new Dictionary<EntityTypeBase, List<RelProperty>>();
System\Data\Query\InternalTrees\RuleProcessor.cs (2)
39m_processedNodeMap = new Dictionary<SubTreeId, SubTreeId>(); 90Dictionary<SubTreeId, SubTreeId> localProcessedMap = new Dictionary<SubTreeId, SubTreeId>();
System\Data\Query\InternalTrees\Vars.cs (1)
638internal VarMap() : base() { }
System\Data\Query\PlanCompiler\AggregatePushdown.cs (5)
174private readonly Dictionary<Var, GroupAggregateVarRefInfo> _groupAggregateVarRelatedVarToInfo = new Dictionary<Var, GroupAggregateVarRefInfo>(); 223this._groupAggregateVarRelatedVarPropertyToInfo = new Dictionary<Var, Dictionary<System.Data.Metadata.Edm.EdmMember, GroupAggregateVarRefInfo>>(); 228varPropertyDictionary = new Dictionary<System.Data.Metadata.Edm.EdmMember, GroupAggregateVarRefInfo>(); 432Dictionary<Var, Node> constantDefinitions = new Dictionary<Var, Node>(); 635private readonly Dictionary<Node, Node> _childToParent = new Dictionary<Node, Node>();
System\Data\Query\PlanCompiler\CodeGen.cs (1)
123new Dictionary<Var, KeyValuePair<int, int>>();
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (1)
218Dictionary<md.EdmProperty, ColumnMap> keyPropertyMap = new Dictionary<md.EdmProperty, ColumnMap>();
System\Data\Query\PlanCompiler\ConstraintManager.cs (3)
182m_keyMap = new Dictionary<string, string>(); 281m_entityContainerMap = new Dictionary<md.EntityContainer, md.EntityContainer>(); 282m_parentChildRelationships = new Dictionary<ExtentPair, List<ForeignKeyConstraint>>();
System\Data\Query\PlanCompiler\CTreeGenerator.cs (4)
323private Dictionary<ParameterVar, DbParameterReferenceExpression> _addedParams = new Dictionary<ParameterVar, DbParameterReferenceExpression>(); 326private Dictionary<DbExpression, RelOpInfo> _relOpState = new Dictionary<DbExpression, RelOpInfo>(); 517Dictionary<Var, DbExpression> varDefs = new Dictionary<Var, DbExpression>(); 1735Dictionary<Var, DbAggregate> aggMap = new Dictionary<Var,DbAggregate>();
System\Data\Query\PlanCompiler\ITreeGenerator.cs (3)
198private readonly Dictionary<Node, Var> _varMap = new Dictionary<Node, Var>(); 203private readonly Dictionary<DbExpression, bool> _functionsIsPredicateFlag = new Dictionary<DbExpression, bool>(); 880var args = new Dictionary<string, Tuple<Node, bool>>();
System\Data\Query\PlanCompiler\JoinElimination.cs (1)
55private Dictionary<Node, Node> m_joinGraphUnnecessaryMap = new Dictionary<Node,Node>();
System\Data\Query\PlanCompiler\JoinGraph.cs (6)
516m_tableVertexMap = new Dictionary<Table, AugmentedTableNode>(); 518m_reverseVarMap = new Dictionary<Var, VarVec>(); 519m_varToDefiningNodeMap = new Dictionary<Var, AugmentedTableNode>(); 520m_processedNodes = new Dictionary<Node, Node>(); 1743Dictionary<md.EntitySetBase, List<JoinEdge>> groupedEdges = new Dictionary<md.EntitySetBase, List<JoinEdge>>(); 2676outPredicates = new Dictionary<Node, int>();
System\Data\Query\PlanCompiler\NestPullup.cs (5)
60private Dictionary<Var, Node> m_definingNodeMap = new Dictionary<Var, Node>(); 71private Dictionary<Var, Var> m_varRefMap = new Dictionary<Var, Var>(); 1957Dictionary<Var, ColumnMap> varRefReplacementMap = new Dictionary<Var, ColumnMap>(); 2613Dictionary<Var, Var> varMap = new Dictionary<Var, Var>(); 2669private Dictionary<Var, Node> m_newCollectionVarDefinitions = new Dictionary<Var, Node>();
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
708Dictionary<md.EdmProperty, PropertyRef> flattenedTypePropertyToPropertyRef = new Dictionary<md.EdmProperty, PropertyRef>();
System\Data\Query\PlanCompiler\PreProcessor.cs (4)
126private readonly Dictionary<EdmFunction, EdmProperty[]> m_tvfResultKeys = new Dictionary<EdmFunction, EdmProperty[]>(); 135private readonly Dictionary<EntitySetBase, DiscriminatorMapInfo> m_discriminatorMaps = new Dictionary<EntitySetBase, DiscriminatorMapInfo>(); 1799Dictionary<RelProperty, Node> prebuiltRelPropertyExprs = new Dictionary<RelProperty, Node>(); 1869Dictionary<RelProperty, Node> prebuiltRelPropertyExprs = new Dictionary<RelProperty, Node>();
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (2)
80m_varPropertyRefMap = new Dictionary<Var, PropertyRefList>(); 81m_nodePropertyRefMap = new Dictionary<Node, PropertyRefList>();
System\Data\Query\PlanCompiler\PropertyRef.cs (1)
418this.m_propertyReferences = new Dictionary<PropertyRef, PropertyRef>();
System\Data\Query\PlanCompiler\ProviderCommandInfoUtils.cs (1)
105Dictionary<Var, md.EdmProperty> outputVarMap = new Dictionary<Var, md.EdmProperty>();
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (2)
321m_entityTypeToEntitySetMap = new Dictionary<md.EntityTypeBase, md.EntitySet>(); 374m_entitySetToEntitySetIdMap = new Dictionary<md.EntitySet, int>();
System\Data\Query\PlanCompiler\SubqueryTrackingVisitor.cs (1)
43private readonly Dictionary<Node, List<Node>> m_nodeSubqueries = new Dictionary<Node, List<Node>>();
System\Data\Query\PlanCompiler\TransformationRules.cs (7)
293Dictionary<Var, Node> varMap = new Dictionary<Var, Node>(); 405m_suppressions = new Dictionary<Node, Node>(); 1476Dictionary<Var, int> varRefMap = new Dictionary<Var, int>(); 1577Dictionary<Var, Node> remapMap = new Dictionary<Var, Node>(); 1708Dictionary<Var, int> varRefMap = new Dictionary<Var, int>(); 2121Dictionary<Var, int> varRefMap = new Dictionary<Var, int>(); 3398Dictionary<Var, int> varRefMap = new Dictionary<Var, int>();
System\Data\Query\PlanCompiler\TypeInfo.cs (1)
443m_propertyMap = new Dictionary<PropertyRef, md.EdmProperty>();
System\Data\Query\PlanCompiler\VarInfo.cs (2)
203m_propertyToVarMap = new Dictionary<md.EdmProperty, Var>(); 263m_map = new Dictionary<Var, VarInfo>();
System\Data\Query\PlanCompiler\VarRefManager.cs (2)
40m_nodeToParentMap = new Dictionary<Node, Node>(); 41m_nodeToSiblingNumber = new Dictionary<Node, int>();
System\Data\Query\PlanCompiler\VarRemapper.cs (1)
49:this(command, new Dictionary<Var,Var>())
System\Data\SqlClient\SqlGen\DmlSqlGenerator.cs (1)
471_memberValues = preserveMemberValues ? new Dictionary<EdmMember, SqlParameter>() :
System\Data\SqlClient\SqlGen\SqlFunctionCallHandler.cs (6)
261Dictionary<string, FunctionHandler> staticGeographyFunctions = new Dictionary<string, FunctionHandler>(); 296Dictionary<string, string> instancePropGeographyFunctions = new Dictionary<string, string>(); 313Dictionary<string, string> renamedInstanceMethodFunctions = new Dictionary<string, string>(); 349Dictionary<string, FunctionHandler> staticGeometryFunctions = new Dictionary<string, FunctionHandler>(); 384Dictionary<string, string> instancePropGeometryFunctions = new Dictionary<string, string>(); 401Dictionary<string, string> renamedInstanceMethodFunctions = new Dictionary<string, string>();
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
281private Dictionary<string, bool> _candidateParametersToForceNonUnicode = new Dictionary<string, bool>(); 3477selectStatement.OutputColumns = new Dictionary<string, Symbol>();
System\Data\SqlClient\SqlGen\SqlSelectStatement.cs (1)
100outerExtents = new Dictionary<Symbol, bool>();
System\Data\SqlClient\SqlGen\SymbolUsageManager.cs (1)
35private readonly Dictionary<Symbol, BoolWrapper> optionalColumnUsage = new Dictionary<Symbol, BoolWrapper>();
System.Data.Entity.Design (36)
System\Data\Entity\Design\Common\OneToOneMappingSerializer.cs (7)
24internal Dictionary<EntityType, EntityType> StoreEntityTypeToModelEntityType = new Dictionary<EntityType, EntityType>(); 25internal Dictionary<EdmProperty, EdmProperty> StoreEdmPropertyToModelEdmProperty = new Dictionary<EdmProperty, EdmProperty>(); 26internal Dictionary<EntitySet, EntitySet> StoreEntitySetToModelEntitySet = new Dictionary<EntitySet, EntitySet>(); 28internal Dictionary<AssociationType, AssociationType> StoreAssociationTypeToModelAssociationType = new Dictionary<AssociationType, AssociationType>(); 29internal Dictionary<AssociationEndMember, AssociationEndMember> StoreAssociationEndMemberToModelAssociationEndMember = new Dictionary<AssociationEndMember, AssociationEndMember>(); 30internal Dictionary<AssociationSet, AssociationSet> StoreAssociationSetToModelAssociationSet = new Dictionary<AssociationSet, AssociationSet>(); 31internal Dictionary<AssociationSetEnd, AssociationSetEnd> StoreAssociationSetEndToModelAssociationSetEnd = new Dictionary<AssociationSetEnd, AssociationSetEnd>();
System\Data\Entity\Design\Common\UniqueIdentifierService.cs (2)
28_identifierToAdjustedIdentifier = new Dictionary<object, string>(); 36_identifierToAdjustedIdentifier = new Dictionary<object, string>();
System\Data\Entity\Design\EntityFrameworkVersions.cs (3)
67Dictionary<string, XmlSchemaResource> map = new Dictionary<string, XmlSchemaResource>(); 76Dictionary<string, XmlSchemaResource> map = new Dictionary<string, XmlSchemaResource>(); 109Dictionary<string, XmlSchemaResource> map = new Dictionary<string, XmlSchemaResource>();
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (3)
283public Dictionary<EdmProperty, AssociationType> FkProperties = new Dictionary<EdmProperty, AssociationType>(); 284public Dictionary<EntitySet, OneToOneMappingSerializer.CollapsedEntityAssociationSet> CandidateCollapsedAssociations = new Dictionary<EntitySet, OneToOneMappingSerializer.CollapsedEntityAssociationSet>(); 596Dictionary<EntitySet, OneToOneMappingSerializer.CollapsedEntityAssociationSet> newCandidates = new Dictionary<EntitySet,OneToOneMappingSerializer.CollapsedEntityAssociationSet>();
System\Data\Entity\Design\EntityStoreSchemaGenerator\EntityStoreSchemaGenerator.LoadMethodSessionState.cs (6)
27public Dictionary<EntityType, EntitySet> EntityTypeToSet = new Dictionary<EntityType, EntitySet>(); 28public Dictionary<RelationshipEndMember, EntityType> RelationshipEndTypeLookup = new Dictionary<RelationshipEndMember, EntityType>(); 29public Dictionary<string, EntityContainer> EntityContainerLookup = new Dictionary<string, EntityContainer>(); 36private Dictionary<DbObjectKey, EntityType> _entityLookup = new Dictionary<DbObjectKey, EntityType>(); 37private Dictionary<EntityType, DbObjectKey> _reverseEntityLookup = new Dictionary<EntityType, DbObjectKey>(); 40private Dictionary<DbObjectKey, RowType> _tvfReturnTypeLookup = new Dictionary<DbObjectKey, RowType>();
System\Data\Entity\Design\EntityViewGeneration\EntityViewGenerator.cs (1)
454Dictionary<string, string> newDictionary = new Dictionary<string, string>();
System\Data\Entity\Design\PluralizationService\BidirectionalDictionary.cs (2)
28this.FirstToSecondDictionary = new Dictionary<TFirst, TSecond>(); 29this.SecondToFirstDictionary = new Dictionary<TSecond, TFirst>();
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (9)
55new Dictionary<string, string>() 78new Dictionary<string, string>() 100new Dictionary<string, string>() 116new Dictionary<string, string>() 130new Dictionary<string, string>() 182new Dictionary<string, string>() 228new Dictionary<string, string>() 247new Dictionary<string, string>() 253new Dictionary<string, string>()
System\Data\EntityModel\EdmToObjectNamespaceMap.cs (1)
23private Dictionary<string, string> _map = new Dictionary<string, string>();
System\Data\EntityModel\Emitters\FixUpCollection.cs (1)
719_classFixUps = new Dictionary<string,List<FixUp>>();
System\Data\EntityModel\EntityClassGenerator.cs (1)
281Dictionary<MetadataArtifactLoader, XmlReader> readerSourceMap = new Dictionary<MetadataArtifactLoader, XmlReader>();
System.Data.Linq (56)
ChangeProcessor.cs (6)
365Dictionary<object, object> visited = new Dictionary<object, object>(); 460Dictionary<object, object> visited = new Dictionary<object, object>(); 583var visited = new Dictionary<TrackedObject, VisitState>(); 702this.associations = new Dictionary<MetaAssociation, Dictionary<TrackedObject, TrackedObject>>(); 708pairs = new Dictionary<TrackedObject, TrackedObject>(); 735this.references = new Dictionary<TrackedObject, List<TrackedObject>>();
ChangeTracker.cs (2)
56this.items = new Dictionary<object, StandardTrackedObject>(); 87Dictionary<object, object> visited = new Dictionary<object, object>();
DataContext.cs (1)
190this.tables = new Dictionary<MetaTable, ITable>();
DataServices.cs (3)
31this.factoryMap = new Dictionary<MetaDataMember, IDeferredSourceFactory>(); 99this.factoryMap = new Dictionary<MetaDataMember, IDeferredSourceFactory>(); 524Dictionary<MetaDataMember, object> keys = new Dictionary<MetaDataMember, object>();
DataShape.cs (2)
14Dictionary<MetaPosition, MemberInfo> includes = new Dictionary<MetaPosition, MemberInfo>(); 15Dictionary<MetaPosition, LambdaExpression> subqueries = new Dictionary<MetaPosition, LambdaExpression>();
IdentityManager.cs (1)
35this.caches = new Dictionary<MetaType, IdentityCache>();
Mapping\AttributedMetaModel.cs (7)
75this.metaTypes = new Dictionary<Type, MetaType>(); 76this.metaTables = new Dictionary<Type, MetaTable>(); 77this.metaFunctions = new Dictionary<MetaPosition, MetaFunction>(); 405this.types = new Dictionary<Type, MetaType>(); 407this.codeMap = new Dictionary<object, MetaType>(); 459Dictionary<object, string> memberToColumn = new Dictionary<object, string>(); 597this.dataMemberMap = new Dictionary<MetaPosition, MetaDataMember>();
Mapping\MappedMetaModel.cs (10)
40this.metaTypes = new Dictionary<Type, MetaType>(); 41this.metaTables = new Dictionary<Type, MetaTable>(); 42this.types = new Dictionary<string, Type>(); 129this.metaFunctions = new Dictionary<MetaPosition, MetaFunction>(); 437this.derivedTypes = new Dictionary<Type, MetaType>(); 438this.inheritanceCodes = new Dictionary<object, MetaType>(); 456Dictionary<object, string> memberToColumn = new Dictionary<object, string>(); 634Dictionary<object, MetaDataMember> map = new Dictionary<object, MetaDataMember>(); 640Dictionary<string, MemberMapping> names = new Dictionary<string, MemberMapping>(); 1646Dictionary<object, MetaDataMember> map = new Dictionary<object, MetaDataMember>();
Mapping\MappingSource.cs (1)
50Interlocked.CompareExchange<Dictionary<Type, MetaModel>>(ref this.secondaryModels, new Dictionary<Type, MetaModel>(), null);
SqlClient\Common\SqlNodeAnnotations.cs (2)
11Dictionary<SqlNode, List<SqlNodeAnnotation>> annotationMap = new Dictionary<SqlNode, List<SqlNodeAnnotation>>(); 12Dictionary<Type, string> uniqueTypes = new Dictionary<Type, string>();
SqlClient\Common\TypeSystem.cs (2)
82Dictionary<MetaPosition, FieldInfo> seen = new Dictionary<MetaPosition, FieldInfo>(); 96Dictionary<MetaPosition, PropertyInfo> seen = new Dictionary<MetaPosition, PropertyInfo>();
SqlClient\Query\Funcletizer.cs (1)
92this.locals = new Dictionary<Expression, bool>();
SqlClient\Query\QueryConverter.cs (4)
84this.map = new Dictionary<ParameterExpression, SqlExpression>(); 85this.exprMap = new Dictionary<ParameterExpression, Expression>(); 86this.dupMap = new Dictionary<ParameterExpression, SqlNode>(); 87this.gmap = new Dictionary<SqlNode, GroupInfo>();
SqlClient\Query\SqlBinder.cs (2)
58this.map = new Dictionary<object,SqlExpression>(); 114this.outerAliasMap = new Dictionary<SqlAlias, SqlAlias>();
SqlClient\Query\SqlDeflator.cs (4)
83this.referenceMap = new Dictionary<SqlNode, SqlNode>(); 202this.map = new Dictionary<SqlColumn, SqlColumn>(); 274this.removedMap = new Dictionary<SqlAlias, SqlAlias>(); 445Dictionary<SqlColumn, SqlColumnRef> map = new Dictionary<SqlColumn, SqlColumnRef>();
SqlClient\Query\SqlDuplicator.cs (1)
45this.nodeMap = new Dictionary<SqlNode, SqlNode>();
SqlClient\Query\SqlFlattener.cs (1)
27Dictionary<SqlColumn, SqlColumn> map = new Dictionary<SqlColumn,SqlColumn>();
SqlClient\Query\SqlFormatter.cs (2)
53internal Dictionary<SqlNode, string> names = new Dictionary<SqlNode, string>(); 54internal Dictionary<SqlColumn, SqlAlias> aliasMap = new Dictionary<SqlColumn, SqlAlias>();
SqlClient\Query\SqlParameterizer.cs (1)
107this.map = new Dictionary<object, SqlParameterInfo>();
SqlClient\Reader\ObjectReaderCompiler.cs (1)
682this.associationSubQueries = new Dictionary<MetaAssociation,int>();
SqlClient\SqlBuilder.cs (1)
79Dictionary<object, string> memberNameToMappedName = new Dictionary<object, string>();
SqlClient\SqlTypeSystemProvider.cs (1)
806protected Dictionary<int, SqlType> applicationTypes = new Dictionary<int, SqlType>();
System.Data.Services.Design (4)
System\Data\Entity\Design\Common\UniqueIdentifierService.cs (1)
28_identifierToAdjustedIdentifier = new Dictionary<object, string>();
System\Data\EntityModel\EdmToObjectNamespaceMap.cs (1)
20private Dictionary<string, string> _map = new Dictionary<string, string>();
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
176_namespaceMap = new Dictionary<string, string>();
System\Data\EntityModel\Emitters\FixUpCollection.cs (1)
715_classFixUps = new Dictionary<string,List<FixUp>>();
System.Data.SqlXml (26)
System\Xml\Xsl\IlGen\GenerateHelper.cs (1)
398StorageMethods = new Dictionary<Type, XmlILStorageMethods>();
System\Xml\Xsl\IlGen\StaticDataManager.cs (1)
23private Dictionary<T, int> lookup = new Dictionary<T, int>();
System\Xml\Xsl\QIL\QilVisitor.cs (1)
429private Dictionary<QilNode, bool> visitedRef = new Dictionary<QilNode, bool>();
System\Xml\Xsl\QIL\QilXmlReader.cs (3)
39nameToFactoryMethod = new Dictionary<string, MethodInfo>(); 68this.scope = new Dictionary<string, QilNode>(); 69this.fwdDecls = new Dictionary<string, QilNode>();
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (1)
27this.table = new Dictionary<XmlExtensionFunction, XmlExtensionFunction>();
System\Xml\Xsl\Runtime\XmlILIndex.cs (1)
26this.table = new Dictionary<string, XmlQueryNodeSequence>();
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
57private Dictionary<string, string> usedPrefixes = new Dictionary<string, string>(); //The prefies that used in the current scope
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
159decimalFormats = new Dictionary<XmlQualifiedName, DecimalFormat>();
System\Xml\Xsl\Xslt\Compiler.cs (5)
62public Dictionary<QilName, VarPar> AllGlobalVarPars = new Dictionary<QilName, VarPar>(); 63public Dictionary<QilName, Template> NamedTemplates = new Dictionary<QilName, Template>(); 64public Dictionary<QilName, AttributeSet> AttributeSets = new Dictionary<QilName, AttributeSet>(); 65public Dictionary<string, NsAlias> NsAliases = new Dictionary<string, NsAlias>(); 67private Dictionary<string, int> moduleOrder = new Dictionary<string,int>();
System\Xml\Xsl\Xslt\MatcherBuilder.cs (1)
241public Dictionary<QilName, List<Pattern>> FixedNamePatterns = new Dictionary<QilName, List<Pattern>>();
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
495paramToTemplate = new Dictionary<VarPar, Template>(); 496paramToFunction = new Dictionary<VarPar, QilFunction>();
System\Xml\Xsl\Xslt\Scripts.cs (1)
89private Dictionary<string, Type> nsToType = new Dictionary<string, Type>();
System\Xml\Xsl\Xslt\Stylesheet.cs (4)
23public Dictionary<QilName, XslFlags> ModeFlags = new Dictionary<QilName, XslFlags>(); 25public Dictionary<QilName, List<QilFunction>> ApplyFunctions = new Dictionary<QilName, List<QilFunction>>(); 34public Dictionary<QilName, AttributeSet> AttributeSets = new Dictionary<QilName, AttributeSet>(); 48public Dictionary<QilName, List<TemplateMatch>> TemplateMatches = new Dictionary<QilName, List<TemplateMatch>>();
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (3)
42private Dictionary<Template, Stylesheet> fwdApplyImportsGraph = new Dictionary<Template, Stylesheet>(); 43private Dictionary<QilName, List<ProtoTemplate>> revApplyTemplatesGraph = new Dictionary<QilName, List<ProtoTemplate>>(); 49private Dictionary<ModeName, VarPar> applyTemplatesParams = new Dictionary<ModeName, VarPar>();
System.Drawing (2)
commonui\System\Drawing\Design\ToolboxItem.cs (1)
709Dictionary<string, AssemblyName> parents = new Dictionary<string, AssemblyName>();
parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
31private static Dictionary<string, bool> s_switchMap = new Dictionary<string, bool>();
System.IdentityModel (15)
parent\parent\parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
31private static Dictionary<string, bool> s_switchMap = new Dictionary<string, bool>();
System\IdentityModel\CryptoHelper.cs (1)
23static Dictionary<string, Func<object>> algorithmDelegateDictionary = new Dictionary<string, Func<object>>();
System\IdentityModel\Metadata\DisplayClaim.cs (2)
29Dictionary<string, string> map = new Dictionary<string, string>(); 56Dictionary<string, string> map = new Dictionary<string, string>();
System\IdentityModel\OpenObject.cs (1)
14Dictionary<string, object> _properties = new Dictionary<string, object>(); // for any custom data
System\IdentityModel\Policy\DefaultEvaluationContext.cs (1)
23this.properties = new Dictionary<string, object>();
System\IdentityModel\Privilege.cs (1)
19static Dictionary<string, LUID> luids = new Dictionary<string, LUID>();
System\IdentityModel\Scope.cs (1)
23Dictionary<string, object> _properties = new Dictionary<string, object>(); // for any custom data
System\IdentityModel\SecurityUtils.cs (1)
333Dictionary<string, object> properties = new Dictionary<string, object>();
System\IdentityModel\Selectors\SecurityTokenRequirement.cs (1)
34properties = new Dictionary<string, object>();
System\IdentityModel\Tokens\MruSessionSecurityTokenCache.cs (1)
227Dictionary<SessionSecurityTokenCacheKey, CacheEntry> entriesToDelete = new Dictionary<SessionSecurityTokenCacheKey, CacheEntry>();
System\IdentityModel\Tokens\SecurityTokenDescriptor.cs (1)
38private Dictionary<string, object> properties = new Dictionary<string, object>(); // for any custom data
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (2)
22private Dictionary<string, SecurityTokenHandler> handlersByIdentifier = new Dictionary<string, SecurityTokenHandler>(); 23private Dictionary<Type, SecurityTokenHandler> handlersByType = new Dictionary<Type, SecurityTokenHandler>();
System\IdentityModel\Tokens\SecurityTokenHandlerCollectionManager.cs (1)
21private Dictionary<string, SecurityTokenHandlerCollection> collections = new Dictionary<string, SecurityTokenHandlerCollection>();
System.IO.Compression.FileSystem (1)
parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
31private static Dictionary<string, bool> s_switchMap = new Dictionary<string, bool>();
System.IO.Log (1)
System\IO\Log\ReservationCollection.cs (1)
23this.reservations = new Dictionary<long, int>();
System.Messaging (3)
System\Messaging\MessageQueue.cs (2)
4162this.table = new Dictionary<Key, CacheEntry<Value>>(); 4239Dictionary<Key, CacheEntry<Value>> newTable = new Dictionary<Key, CacheEntry<Value>>();
System\Messaging\QueueAccessMode.cs (1)
43private static Dictionary<QueueAccessMode, QueueAccessModeHolder> holders = new Dictionary<QueueAccessMode, QueueAccessModeHolder>();
System.Net (5)
net\PeerToPeer\Collaboration\ContactManager.cs (1)
1473Dictionary<object, AsyncOperation> m_createContactAsyncList = new Dictionary<object, AsyncOperation>();
net\PeerToPeer\Collaboration\Peer.cs (2)
456Dictionary<Guid, PeerObject> mergedObjects = new Dictionary<Guid, PeerObject>(); 794internal Dictionary<object, InviteAsyncHelper> m_inviteAsyncHelperList = new Dictionary<object, InviteAsyncHelper>();
net\PeerToPeer\Collaboration\PeerContact.cs (1)
960Dictionary<Guid, PeerApplication> mergedApplications = new Dictionary<Guid, PeerApplication>();
net\PeerToPeer\PeerNameResolver.cs (1)
562private Dictionary<object, PeerNameResolverHelper> m_PeerNameResolverHelperList = new Dictionary<object, PeerNameResolverHelper>();
System.Runtime.Caching (3)
System\Caching\MemoryCache.cs (2)
455Dictionary<string, object> h = new Dictionary<string, object>(); 722values = new Dictionary<string, object>();
System\Caching\MemoryCacheEntry.cs (1)
146_fields._dependents = new Dictionary<MemoryCacheEntryChangeMonitor, MemoryCacheEntryChangeMonitor>();
System.Runtime.DurableInstancing (5)
System\Runtime\DurableInstancing\InstanceKeyView.cs (1)
61this.accumulatedMetadataWrites = new Dictionary<XName, InstanceValue>();
System\Runtime\DurableInstancing\InstanceOwner.cs (2)
15readonly Dictionary<Guid, InstanceHandle> boundHandles = new Dictionary<Guid, InstanceHandle>(); 17readonly Dictionary<Guid, Queue<InstanceHandleReference>> inProgressHandlesPerInstance = new Dictionary<Guid, Queue<InstanceHandleReference>>();
System\Runtime\DurableInstancing\InstanceView.cs (2)
152this.accumulatedMetadataWrites = new Dictionary<XName, InstanceValue>(); 181this.accumulatedOwnerMetadataWrites = new Dictionary<XName, InstanceValue>();
System.Runtime.Serialization (45)
System\Runtime\Serialization\ClassDataContract.cs (1)
853Dictionary<string, DataMember> memberNamesTable = new Dictionary<string, DataMember>();
System\Runtime\Serialization\CodeExporter.cs (6)
52this.namespaces = new Dictionary<string, string>(); 282ExportClassDataContractHierarchy(classDataContract.StableName, classDataContract, contractCodeDomInfo, new Dictionary<XmlQualifiedName, object>()); 748dataContract = DataContract.GetDataContract(type).BindGenericParameters(paramContracts, new Dictionary<DataContract, DataContract>()); 950return GetKnownTypeContracts((ClassDataContract)dataContract, new Dictionary<DataContract, object>()); 997dataContract.KnownDataContracts = new DataContractDictionary(); 1008DataContractDictionary knownContractDictionary = GetKnownTypeContracts(dataContract, new Dictionary<DataContract, object>());
System\Runtime\Serialization\DataContract.cs (10)
688typeToBuiltInContract = new Dictionary<Type, DataContract>(); 705nameToBuiltInContract = new Dictionary<XmlQualifiedName, DataContract>(); 728typeNameToBuiltInContract = new Dictionary<string, DataContract>(); 1040clrTypeStrings = new Dictionary<string, XmlDictionaryString>(); 1277return IsTypeSerializable(type, new Dictionary<Type, object>()); 1417return GetStableName(type, new Dictionary<Type, object>(), out hasDataContract); 1552return GetCollectionStableName(type, itemType, new Dictionary<Type, object>(), out collectionContractAttribute); 2048Dictionary<Type, Type> typesChecked = new Dictionary<Type, Type>(); 2245nameToDataContractTable = new DataContractDictionary(); 2271return Equals(other, new Dictionary<DataContractPairKey, object>());
System\Runtime\Serialization\DataContractSet.cs (4)
67contracts = new Dictionary<XmlQualifiedName, DataContract>(); 79processedContracts = new Dictionary<DataContract, object>(); 356referencedTypesDictionary = new Dictionary<XmlQualifiedName, object>(); 378referencedCollectionTypesDictionary = new Dictionary<XmlQualifiedName, object>();
System\Runtime\Serialization\EnumDataContract.cs (3)
149typeToName = new Dictionary<Type, XmlQualifiedName>(); 150nameToType = new Dictionary<XmlQualifiedName, Type>(); 273Dictionary<string, DataMember> memberValuesTable = new Dictionary<string, DataMember>();
System\Runtime\Serialization\ExtensionDataReader.cs (2)
66nsToPrefixTable = new Dictionary<string, string>(); 67prefixToNsTable = new Dictionary<string, string>();
System\Runtime\Serialization\HybridObjectCache.cs (2)
23objectDictionary = new Dictionary<string, object>(); 41referencedObjectDictionary = new Dictionary<string, object>();
System\Runtime\Serialization\ImportOptions.cs (1)
80namespaces = new Dictionary<string, string>();
System\Runtime\Serialization\Json\JsonDataContract.cs (1)
312knownDataContracts = new Dictionary<XmlQualifiedName, DataContract>();
System\Runtime\Serialization\Json\XmlObjectSerializerWriteContextComplexJson.cs (1)
314Dictionary<object, object> genericDictionaryObj = new Dictionary<object, object>();
System\Runtime\Serialization\ObjectReferenceStack.cs (1)
37objectDictionary = new Dictionary<object, object>();
System\Runtime\Serialization\SchemaImporter.cs (4)
189Dictionary<Type, object> previousCollectionTypes = new Dictionary<Type, object>(); 225DataContractDictionary knownDataContracts = new DataContractDictionary(); 244SchemaObjectDictionary schemaObjects = new SchemaObjectDictionary(); 934knownDataContracts = new DataContractDictionary();
System\Runtime\Serialization\XmlObjectSerializerContext.cs (2)
239DataContractDictionary dataContracts = new DataContractDictionary(); 240Dictionary<Type, Type> typesChecked = new Dictionary<Type, Type>();
System\Xml\XmlBinaryReaderSession.cs (1)
37this.stringDict = new Dictionary<int, XmlDictionaryString>();
System\Xml\XmlBinaryWriterSession.cs (1)
186dictionary = new Dictionary<K, V>();
System\Xml\XmlDictionary.cs (1)
34this.lookup = new Dictionary<string, XmlDictionaryString>();
System\Xml\XmlMtomReader.cs (4)
401mimeParts = new Dictionary<string, MimePart>(); 2184Dictionary<string, MimeHeader> headers = new Dictionary<string, MimeHeader>(); 2363this.parameters = new Dictionary<string, string>(); 2374this.parameters = new Dictionary<string, string>();
System.ServiceModel (224)
parent\parent\parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
31private static Dictionary<string, bool> s_switchMap = new Dictionary<string, bool>();
System\ServiceModel\Administration\ContractInstanceProvider.cs (1)
18static Dictionary<string, ContractDescription> knownContracts = new Dictionary<string, ContractDescription>();
System\ServiceModel\Administration\ManagementExtension.cs (1)
47ManagementExtension.services = new Dictionary<ServiceHostBase, DateTime>();
System\ServiceModel\Administration\WbemProvider.cs (1)
780Dictionary<string, object> keys = new Dictionary<string, object>();
System\ServiceModel\Channels\AddressHeaderCollection.cs (2)
127Dictionary<string, int> myHeaders = new Dictionary<string, int>(); 130Dictionary<string, int> otherHeaders = new Dictionary<string, int>();
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
33this.typeDemuxers = new Dictionary<Type, TypedChannelDemuxer>();
System\ServiceModel\Channels\ChannelTracker.cs (1)
24this.receivers = new Dictionary<TChannel, TState>();
System\ServiceModel\Channels\ConnectAlgorithms.cs (2)
24Dictionary<Uri, PeerNodeAddress> nodeAddresses = new Dictionary<Uri, PeerNodeAddress>(); 26Dictionary<Uri, PeerNodeAddress> pendingConnectedNeighbor = new Dictionary<Uri, PeerNodeAddress>();
System\ServiceModel\Channels\ConnectionPool.cs (1)
31this.endpointPools = new Dictionary<TKey, EndpointConnectionPool>();
System\ServiceModel\Channels\ConnectionPoolRegistry.cs (1)
17registry = new Dictionary<string, List<ConnectionPool>>();
System\ServiceModel\Channels\ContextDictionary.cs (2)
22this.dictionaryStore = new Dictionary<string, string>(); 27this.dictionaryStore = new Dictionary<string, string>();
System\ServiceModel\Channels\CorrelationDataMessageProperty.cs (1)
46this.dataProviders = new Dictionary<string, DataProviderEntry>();
System\ServiceModel\Channels\DeliveryStrategy.cs (1)
86this.items = new Dictionary<Int64, ItemType>();
System\ServiceModel\Channels\HttpChannelListener.cs (1)
746Dictionary<string, string> serviceNames = new Dictionary<string, string>();
System\ServiceModel\Channels\HttpTransportManager.cs (1)
22this.addressTables = new Dictionary<string, UriPrefixTable<HttpChannelListener>>();
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
123this.connectionMapping = new Dictionary<TItem, IdlingConnectionSettings>();
System\ServiceModel\Channels\MsmqBindingMonitor.cs (2)
23Dictionary<string, MatchState> knownPublicQueues = new Dictionary<string, MatchState>(); 24Dictionary<string, MatchState> knownPrivateQueues = new Dictionary<string, MatchState>();
System\ServiceModel\Channels\MsmqDefaultLockingQueue.cs (2)
28lockMap = new Dictionary<long, TransactionLookupEntry>(); 29dtcTransMap = new Dictionary<Guid, List<long>>();
System\ServiceModel\Channels\MsmqReceiveContextLockManager.cs (2)
33this.messageExpiryMap = new Dictionary<long, MsmqReceiveContext>(); 34this.transMessages = new Dictionary<Guid, List<MsmqReceiveContext>>();
System\ServiceModel\Channels\NamedPipeConnectionPool.cs (2)
89Dictionary<Uri, string> forwardTable = new Dictionary<Uri, string>(); 90Dictionary<string, ICollection<Uri>> reverseTable = new Dictionary<string, ICollection<Uri>>();
System\ServiceModel\Channels\PeerConnector.cs (1)
54this.timerTable = new Dictionary<IPeerNeighbor, IOThreadTimer>();
System\ServiceModel\Channels\PeerFlooder.cs (1)
829Dictionary<IAsyncResult, IPeerNeighbor> results = new Dictionary<IAsyncResult, IPeerNeighbor>();
System\ServiceModel\Channels\PeerHelpers.cs (1)
413protocolActions = new Dictionary<string, string>();
System\ServiceModel\Channels\PeerMaintainer.cs (3)
83referralCache = new Dictionary<EndpointAddress, Referral>(); 379connectAlgorithm.Initialize(this, config, neighborManager.ConnectedNeighborCount + 1, new Dictionary<EndpointAddress, Referral>()); 519Dictionary<string, PeerNodeAddress> alreadySeen = new Dictionary<string, PeerNodeAddress>();
System\ServiceModel\Channels\PeerNodeImplementation.cs (4)
100messageFilters = new Dictionary<object, MessageFilterRegistration>(); 102uri2SecurityProtocol = new Dictionary<Uri, RefCountedSecurityProtocol>(); 747static internal Dictionary<Uri, PeerNodeImplementation> peerNodes = new Dictionary<Uri, PeerNodeImplementation>(); 1351services = new Dictionary<Type, object>();
System\ServiceModel\Channels\PnrpPeerResolver.cs (7)
236Dictionary<uint, string> SiteCloudNames = new Dictionary<uint, string>(); 237Dictionary<uint, string> LinkCloudNames = new Dictionary<uint, string>(); 436Dictionary<uint, PnrpRegistration> resultsLink = new Dictionary<uint, PnrpRegistration>(); 437Dictionary<uint, PnrpRegistration> resultsSite = new Dictionary<uint, PnrpRegistration>(); 611Dictionary<string, PnrpRegistration> results = new Dictionary<string, PnrpRegistration>(); 634Dictionary<uint, string> SiteCloudNames = new Dictionary<uint, string>(); 635Dictionary<uint, string> LinkCloudNames = new Dictionary<uint, string>();
System\ServiceModel\Channels\ReliableChannelListener.cs (2)
769this.channelsByInput = new Dictionary<UniqueId, TReliableChannel>(); 771this.channelsByOutput = new Dictionary<UniqueId, TReliableChannel>();
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
691Dictionary<IReliableChannelBinder, TState> faultList = new Dictionary<IReliableChannelBinder, TState>();
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (2)
37Dictionary<Int64, ReliableRequestContext> requestsByRequestSequenceNumber = new Dictionary<Int64, ReliableRequestContext>(); 38Dictionary<Int64, ReliableRequestContext> requestsByReplySequenceNumber = new Dictionary<Int64, ReliableRequestContext>();
System\ServiceModel\Channels\SecurityBindingElement.cs (4)
67this.operationSupportingTokenParameters = new Dictionary<string, SupportingTokenParameters>(); 68this.optionalOperationSupportingTokenParameters = new Dictionary<string, SupportingTokenParameters>(); 88this.operationSupportingTokenParameters = new Dictionary<string, SupportingTokenParameters>(); 93this.optionalOperationSupportingTokenParameters = new Dictionary<string, SupportingTokenParameters>();
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
206Dictionary<Type, byte> supportedChannels = new Dictionary<Type, byte>();
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1521processWideRefCount = new Dictionary<string, RegistrationRefCount>();
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (1)
285dictionary = new Dictionary<DirectionalAction, TransactionFlowOption>();
System\ServiceModel\Channels\TransportBindingElementImporter.cs (1)
207retValue = new Dictionary<XmlQualifiedName, XmlQualifiedName>();
System\ServiceModel\Channels\TransportSecurityHelpers.cs (2)
44static Dictionary<string, int> targetNameCounter = new Dictionary<string, int>(); 130static Dictionary<HttpWebRequest, string> serverCertMap = new Dictionary<HttpWebRequest, string>();
System\ServiceModel\Channels\UnrecognizedAssertionsBindingElement.cs (2)
48this.operationAssertions = new Dictionary<OperationDescription, ICollection<XmlElement>>(); 58this.messageAssertions = new Dictionary<MessageDescription, ICollection<XmlElement>>();
System\ServiceModel\ComIntegration\ComPlusAuthorization.cs (1)
207Dictionary<LUID, bool> accessCheckCache = new Dictionary<LUID, bool>();
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
35this.contracts = new Dictionary<Guid, ContractDescription>();
System\ServiceModel\ComIntegration\DispatchProxy.cs (5)
19Dictionary<UInt32, string> dispToName = new Dictionary<UInt32, string>(); 20Dictionary<string, UInt32> nameToDisp = new Dictionary<string, UInt32>(); 21Dictionary<UInt32, MethodInfo> dispToOperationDescription = new Dictionary<UInt32, MethodInfo>(); 96dispIdToParamInfo = new Dictionary<uint, ParamInfo>(); 112paramDictionary = new Dictionary<string, ParamInfo>();
System\ServiceModel\ComIntegration\EmitterCache.cs (1)
51interfaceToClassMap = new Dictionary<Type, Type>();
System\ServiceModel\ComIntegration\ProxyManager.cs (1)
20InterfaceIDToComProxy = new Dictionary<Guid, ComProxy>();
System\ServiceModel\ComIntegration\ServiceInfo.cs (1)
97this.udts = new Dictionary<Guid, List<Type>>();
System\ServiceModel\ComIntegration\ServiceMoniker.cs (1)
38PropertyTable = new Dictionary<MonikerHelper.MonikerAttribute, string>();
System\ServiceModel\ComIntegration\TearOffProxy.cs (1)
28baseTypeToInterfaceMethod = new Dictionary<MethodBase, MethodBase>();
System\ServiceModel\ComIntegration\TypeCacheManager.cs (2)
62assemblyTable = new Dictionary<Guid, Assembly>(); 63typeTable = new Dictionary<Guid, Type>();
System\ServiceModel\ComIntegration\TypeLibraryHelper.cs (1)
99Dictionary<Guid, Assembly> TypelibraryAssembly = new Dictionary<Guid, Assembly>();
System\ServiceModel\Configuration\BindingsSection.cs (1)
28Dictionary<string, BindingCollectionElement> bindingCollectionElements = new Dictionary<string, BindingCollectionElement>();
System\ServiceModel\Configuration\SecurityElementBase.cs (1)
583Dictionary<AuthenticationMode, SecurityBindingElement> bindingTemplates = new Dictionary<AuthenticationMode, SecurityBindingElement>();
System\ServiceModel\Configuration\StandardEndpointsSection.cs (1)
28Dictionary<string, EndpointCollectionElement> endpointCollectionElements = new Dictionary<string, EndpointCollectionElement>();
System\ServiceModel\Description\ConfigLoader.cs (1)
60this.bindingTable = new Dictionary<string, Binding>();
System\ServiceModel\Description\ConfigWriter.cs (1)
24this.bindingTable = new Dictionary<Binding, BindingDictionaryValue>();
System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (3)
18Dictionary<OperationDescription, DataContractFormatAttribute> operationAttributes = new Dictionary<OperationDescription, DataContractFormatAttribute>(); 39isNonNillableReferenceTypes = new Dictionary<MessagePartDescription, bool>(); 59this.knownTypes = new Dictionary<MessagePartDescription, ICollection<CodeTypeReference>>();
System\ServiceModel\Description\DispatcherBuilder.cs (3)
345Dictionary<Type, byte> setOfChannelTypesSupportedByBinding = new Dictionary<Type, byte>(); 639= new Dictionary<ListenUriInfo, StuffPerListenUriInfo>(); 641= new Dictionary<EndpointAddress, Collection<EndpointInfo>>();
System\ServiceModel\Description\ImportedPolicyConversionContext.cs (3)
32readonly Dictionary<OperationDescription, PolicyAssertionCollection> operationBindingAssertions = new Dictionary<OperationDescription, PolicyAssertionCollection>(); 33readonly Dictionary<MessageDescription, PolicyAssertionCollection> messageBindingAssertions = new Dictionary<MessageDescription, PolicyAssertionCollection>(); 34readonly Dictionary<FaultDescription, PolicyAssertionCollection> faultBindingAssertions = new Dictionary<FaultDescription, PolicyAssertionCollection>();
System\ServiceModel\Description\MessageContractExporter.cs (7)
785readonly internal Dictionary<MessageDescriptionDictionaryKey, WsdlNS.Message> WsdlMessages = new Dictionary<MessageDescriptionDictionaryKey, System.Web.Services.Description.Message>(); 786readonly internal Dictionary<MessageDescriptionDictionaryKey, WsdlNS.Message> WsdlHeaderMessages = new Dictionary<MessageDescriptionDictionaryKey, System.Web.Services.Description.Message>(); 787readonly internal Dictionary<MessageDescriptionDictionaryKey, string> WrapperNamespaces = new Dictionary<MessageDescriptionDictionaryKey, string>(); 788readonly internal Dictionary<TypedMessageKey, WsdlNS.Message> TypedMessages = new Dictionary<TypedMessageKey, WsdlNS.Message>(); 789readonly internal Dictionary<TypedMessageKey, WsdlNS.Message> TypedHeaderMessages = new Dictionary<TypedMessageKey, WsdlNS.Message>(); 790readonly internal Dictionary<OperationMessageKey, WsdlNS.Message> ParameterMessages = new Dictionary<OperationMessageKey, WsdlNS.Message>(); 791readonly internal Dictionary<XmlQualifiedName, OperationElement> ElementTypes = new Dictionary<XmlQualifiedName, OperationElement>();
System\ServiceModel\Description\MessageContractImporter.cs (2)
44bodyPartsTable = new Dictionary<WsdlNS.Message, IList<string>>(); 862Dictionary<string, object> prefixesUsed = new Dictionary<string, object>();
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
504this.usedRetrievers = new Dictionary<MetadataRetriever, MetadataRetriever>();
System\ServiceModel\Description\MetadataExporter.cs (4)
17readonly Dictionary<object, object> state = new Dictionary<object, object>(); 91this.operationBindingAssertions = new Dictionary<OperationDescription, PolicyAssertionCollection>(); 92this.messageBindingAssertions = new Dictionary<MessageDescription, PolicyAssertionCollection>(); 93this.faultBindingAssertions = new Dictionary<FaultDescription, PolicyAssertionCollection>();
System\ServiceModel\Description\MetadataImporter.cs (2)
19readonly Dictionary<XmlQualifiedName, ContractDescription> knownContracts = new Dictionary<XmlQualifiedName, ContractDescription>(); 21readonly Dictionary<object, object> state = new Dictionary<object, object>();
System\ServiceModel\Description\OperationGenerator.cs (3)
41this.parameterAttributes = new Dictionary<MessagePartDescription, CodeAttributeDeclarationCollection>(); 51this.parameterTypes = new Dictionary<MessagePartDescription, CodeTypeReference>(); 61this.specialPartName = new Dictionary<MessagePartDescription, string>();
System\ServiceModel\Description\ServiceContractGenerator.cs (4)
63this.generatedTypes = new Dictionary<ContractDescription, ServiceContractGenerationContext>(); 64this.generatedOperations = new Dictionary<OperationDescription, OperationContractGenerationContext>(); 65this.referencedTypes = new Dictionary<ContractDescription, Type>(); 761namespaceMappings = new Dictionary<string, string>();
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
1097Dictionary<object, string> queryFromDocInit = new Dictionary<object, string>();
System\ServiceModel\Description\SoapHelper.cs (1)
165versions = new Dictionary<WsdlNS.Binding, EnvelopeVersion>();
System\ServiceModel\Description\TypeLoader.cs (2)
51this.contracts = new Dictionary<Type, ContractDescription>(); 52this.messages = new Dictionary<Type, MessageDescriptionItems>();
System\ServiceModel\Description\UseRequestHeadersForMetadataAddressBehavior.cs (1)
28this.defaultPortsByScheme = new Dictionary<string, int>();
System\ServiceModel\Description\WsdlContractConversionContext.cs (7)
41this.wsdlOperations = new Dictionary<OperationDescription, WsdlNS.Operation>(); 42this.operationDescriptions = new Dictionary<WsdlNS.Operation, OperationDescription>(); 43this.wsdlOperationMessages = new Dictionary<MessageDescription, WsdlNS.OperationMessage>(); 44this.messageDescriptions = new Dictionary<WsdlNS.OperationMessage, MessageDescription>(); 45this.wsdlOperationFaults = new Dictionary<FaultDescription, WsdlNS.OperationFault>(); 46this.faultDescriptions = new Dictionary<WsdlNS.OperationFault, FaultDescription>(); 47this.operationBindings = new Dictionary<WsdlNS.Operation, Collection<WsdlNS.OperationBinding>>();
System\ServiceModel\Description\WsdlEndpointConversionContext.cs (6)
37this.wsdlOperationBindings = new Dictionary<OperationDescription, WsdlNS.OperationBinding>(); 38this.operationDescriptionBindings = new Dictionary<WsdlNS.OperationBinding, OperationDescription>(); 39this.wsdlMessageBindings = new Dictionary<MessageDescription, WsdlNS.MessageBinding>(); 40this.messageDescriptionBindings = new Dictionary<WsdlNS.MessageBinding, MessageDescription>(); 41this.wsdlFaultBindings = new Dictionary<FaultDescription, WsdlNS.FaultBinding>(); 42this.faultDescriptionBindings = new Dictionary<WsdlNS.FaultBinding, FaultDescription>();
System\ServiceModel\Description\WsdlExporter.cs (4)
29= new Dictionary<ContractDescription, WsdlContractConversionContext>(); 30Dictionary<BindingDictionaryKey, WsdlEndpointConversionContext> exportedBindings = new Dictionary<BindingDictionaryKey, WsdlEndpointConversionContext>(); 31Dictionary<EndpointDictionaryKey, ServiceEndpoint> exportedEndpoints = new Dictionary<EndpointDictionaryKey, ServiceEndpoint>(); 953readonly Dictionary<string, string> lookup = new Dictionary<string, string>();
System\ServiceModel\Description\WsdlHelper.cs (1)
84Dictionary<XmlQualifiedName, XmlQualifiedName> bindingReferenceChanges = new Dictionary<XmlQualifiedName, XmlQualifiedName>();
System\ServiceModel\Description\WsdlImporter.cs (13)
23readonly Dictionary<WsdlNS.NamedItem, WsdlImportException> importErrors = new Dictionary<WsdlNS.NamedItem, WsdlImportException>(); 26readonly Dictionary<XmlQualifiedName, WsdlContractConversionContext> importedPortTypes = new Dictionary<XmlQualifiedName, WsdlContractConversionContext>(); 27readonly Dictionary<XmlQualifiedName, WsdlEndpointConversionContext> importedBindings = new Dictionary<XmlQualifiedName, WsdlEndpointConversionContext>(); 28readonly Dictionary<WsdlNS.Port, ServiceEndpoint> importedPorts = new Dictionary<WsdlNS.Port, ServiceEndpoint>(); 34readonly Dictionary<string, XmlElement> policyDocuments = new Dictionary<string, XmlElement>(); 35readonly Dictionary<string, string> warnings = new Dictionary<string, string>(); 1701Dictionary<XmlElement, XmlElement> unique = new Dictionary<XmlElement, XmlElement>(); 2219policyAlternatives.MessageBindingAlternatives = new Dictionary<MessageDescription, IEnumerable<IEnumerable<XmlElement>>>(); 2220policyAlternatives.FaultBindingAlternatives = new Dictionary<FaultDescription, IEnumerable<IEnumerable<XmlElement>>>(); 2300readonly Dictionary<WsdlNS.ServiceDescription, Dictionary<string, XmlElement>> embeddedPolicyDictionary = new Dictionary<WsdlNS.ServiceDescription, Dictionary<string, XmlElement>>(); 2301readonly Dictionary<string, XmlElement> externalPolicyDictionary = new Dictionary<string, XmlElement>(); 2302readonly Dictionary<XmlElement, WsdlNS.ServiceDescription> policySourceTable = new Dictionary<XmlElement, WsdlNS.ServiceDescription>(); 2348wsdlPolicyDictionary = new Dictionary<string, XmlElement>();
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
678this.xmlMappings = new Dictionary<string, XmlMembersMapping>();
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (4)
22Dictionary<OperationDescription, XmlSerializerFormatAttribute> operationAttributes = new Dictionary<OperationDescription, XmlSerializerFormatAttribute>(); 34partInfoTable = new Dictionary<MessagePartDescription, PartInfo>(); 122Dictionary<XmlMembersMapping, XmlMembersMapping> alreadyExported = new Dictionary<XmlMembersMapping, XmlMembersMapping>(); 144operationGenerator.GenerateOperation(context, ref style, xmlSerializerFormatAttribute.IsEncoded, new WrappedBodyTypeGenerator(context), new Dictionary<MessagePartDescription, ICollection<CodeTypeReference>>());
System\ServiceModel\Diagnostics\PerformanceCounters.cs (2)
287PerformanceCounters.performanceCounters = new Dictionary<string, ServiceModelPerformanceCounters>(); 323PerformanceCounters.performanceCountersBaseUri = new Dictionary<string, ServiceModelPerformanceCountersEntry>();
System\ServiceModel\Diagnostics\PerformanceCountersBase.cs (1)
124private readonly Dictionary<string, WeakReference> cache = new Dictionary<string, WeakReference>();
System\ServiceModel\Dispatcher\ActionMessageFilter.cs (1)
51this.actions = new Dictionary<string, int>();
System\ServiceModel\Dispatcher\ActionMessageFilterTable.cs (2)
28this.filters = new Dictionary<MessageFilter, TFilterData>(); 29this.actions = new Dictionary<string, List<MessageFilter>>();
System\ServiceModel\Dispatcher\AndMessageFilterTable.cs (2)
20this.filters = new Dictionary<MessageFilter, FilterData>(); 21this.filterData = new Dictionary<MessageFilter, FilterDataPair>();
System\ServiceModel\Dispatcher\EndpointAddressMessageFilter.cs (2)
216this.headerLookup = new Dictionary<string, HeaderBit[]>(); 279this.headerLookup = new Dictionary<string, HeaderBit[]>();
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (3)
67this.filters = new Dictionary<MessageFilter, TFilterData>(); 68this.candidates = new Dictionary<MessageFilter, Candidate>(); 69this.headerLookup = new Dictionary<string, HeaderBit[]>();
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
46this.operations = new Dictionary<string, ProxyOperationRuntime>();
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
1789this.map = new Dictionary<string, DispatchOperationRuntime>();
System\ServiceModel\Dispatcher\MessageFilter.cs (1)
57this.filters = new Dictionary<MessageFilter, FilterData>();
System\ServiceModel\Dispatcher\MessageFilterTable.cs (2)
238this.filterTypeMappings = new Dictionary<Type, Type>(); 239this.filters = new Dictionary<MessageFilter, TFilterData>();
System\ServiceModel\Dispatcher\MessageQueryTable.cs (2)
22this.dictionary = new Dictionary<MessageQuery, TItem>(); 23this.collectionsByType = new Dictionary<Type, MessageQueryCollection>();
System\ServiceModel\Dispatcher\OperationSelectorBehavior.cs (1)
41operationMap = new Dictionary<object, string>();
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
871this.lastLookup = new Dictionary<object, Opcode>();
System\ServiceModel\Dispatcher\QueryRelOp.cs (1)
253this.literals = new Dictionary<object, QueryBranch>();
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (4)
289this.nameLookup = new Dictionary<string, Dictionary<string, List<SubExpr>>>(); 290this.indexLookup = new Dictionary<SubExpr, MyInt>(); 306nextLookup = new Dictionary<string, List<SubExpr>>(); 473this.removalMapping = new Dictionary<object, List<SubExpr>>();
System\ServiceModel\Dispatcher\TransactionBehavior.cs (2)
864this.pending = new Dictionary<Transaction, RemoveReferenceRM>(); 871this.pending = new Dictionary<Transaction, RemoveReferenceRM>();
System\ServiceModel\Dispatcher\UniqueContractNameValidationBehavior.cs (1)
15Dictionary<XmlQualifiedName, ContractDescription> contracts = new Dictionary<XmlQualifiedName, ContractDescription>();
System\ServiceModel\Dispatcher\XPathMessageContext.cs (1)
109defaultNamespaces = new Dictionary<string, string>()
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (1)
627Dictionary<string, string> prefixMap = new Dictionary<string, string>();
System\ServiceModel\Dispatcher\XPathMessageFilterTable.cs (1)
46this.filters = new Dictionary<MessageFilter, TFilterData>();
System\ServiceModel\MessageHeaderT.cs (1)
81static Dictionary<Type, TypedHeaderManager> cache = new Dictionary<Type, TypedHeaderManager>();
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (3)
166EntryTable = new Dictionary<Guid, RegistrationEntry>(); 167Service2EntryTable = new Dictionary<string, RegistrationEntry>(); 197Dictionary<string, MeshEntry> meshId2Entry = new Dictionary<string, MeshEntry>();
System\ServiceModel\Security\IssuedTokenClientCredential.cs (2)
41this.issuerChannelBehaviors = new Dictionary<Uri, KeyedByTypeCollection<IEndpointBehavior>>(); 121this.issuerChannelBehaviors = new Dictionary<Uri, KeyedByTypeCollection<IEndpointBehavior>>();
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
463this.tokenPoliciesMapping = new Dictionary<SecurityToken, ReadOnlyCollection<IAuthorizationPolicy>>();
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (2)
24this.actionParts = new Dictionary<string, MessagePartSpecification>(); 190this.readOnlyNormalizedActionParts = new Dictionary<string, MessagePartSpecification>();
System\ServiceModel\Security\SecurityProtocol.cs (2)
327this.mergedSupportingTokenProvidersMap = new Dictionary<string, Collection<SupportingTokenProviderSpecification>>(); 378this.scopedSupportingTokenProviderSpecification = new Dictionary<string, ICollection<SupportingTokenProviderSpecification>>();
System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
127this.scopedSupportingTokenAuthenticatorSpecification = new Dictionary<string, ICollection<SupportingTokenAuthenticatorSpecification>>(); 823this.mergedSupportingTokenAuthenticatorsMap = new Dictionary<string, MergedSupportingTokenAuthenticatorSpecification>();
System\ServiceModel\Security\SecuritySessionFilter.cs (2)
155contextMappings = new Dictionary<UniqueId, KeyValuePair<MessageFilter, FilterData>>(); 156filterMappings = new Dictionary<MessageFilter, FilterData>();
System\ServiceModel\Security\SecuritySessionServerSettings.cs (3)
73activeSessions = new Dictionary<UniqueId, IServerSecuritySessionChannel>(); 544this.pendingSessions1 = new Dictionary<UniqueId, IServerReliableChannelBinder>(); 545this.pendingSessions2 = new Dictionary<UniqueId, IServerReliableChannelBinder>();
System\ServiceModel\Security\SendSecurityHeaderElementContainer.cs (1)
137this.securityTokenMappedToIdentifierClause = new Dictionary<SecurityToken, SecurityKeyIdentifierClause>();
System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (2)
27this.scopedCertificates = new Dictionary<Uri, X509Certificate2>(); 39this.scopedCertificates = new Dictionary<Uri, X509Certificate2>();
System\ServiceModel\ServiceHost.cs (4)
292Dictionary<DispatcherBuilder.ListenUriInfo, Collection<ServiceEndpoint>> endpointDictionary = new Dictionary<DispatcherBuilder.ListenUriInfo, Collection<ServiceEndpoint>>(); 505Dictionary<string, string> dictionary = new Dictionary<string, string>(); 1627behaviorContracts = new Dictionary<string, ContractDescription>(); 2069Dictionary<string, ContractDescription> implementedContracts = new Dictionary<string, ContractDescription>();
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
617attrs = new Dictionary<XmlQualifiedName, string>();
System\ServiceModel\Syndication\ExtensibleSyndicationObject.cs (2)
23this.attributeExtensions = new Dictionary<XmlQualifiedName, string>(); 49this.attributeExtensions = new Dictionary<XmlQualifiedName, string>();
System\ServiceModel\Syndication\SyndicationContent.cs (1)
36this.attributeExtensions = new Dictionary<XmlQualifiedName, string>();
System\ServiceModel\TransactionFlowAttribute.cs (1)
56dictionary = new Dictionary<DirectionalAction, TransactionFlowOption>();
System\ServiceModel\Transactions\TransactionCache.cs (1)
39static Dictionary<T, S> cache = new Dictionary<T, S>();
System\ServiceModel\XamlIntegration\XPathMessageContextMarkupExtension.cs (1)
33this.namespaces = new Dictionary<string, string>();
System\UriTemplate.cs (2)
1223this.defaultValues = new Dictionary<string, string>(); 1263this.defaultValues = new Dictionary<string, string>();
System\UriTemplateTable.cs (1)
389this.fastPathTable = new Dictionary<string, FastPathInfo>();
System\UriTemplateTrieNode.cs (2)
567this.finalLiteralSegment = new Dictionary<UriTemplateLiteralPathSegment, UriTemplatePathPartiallyEquivalentSet>(); 602this.nextLiteralSegment = new Dictionary<UriTemplateLiteralPathSegment, UriTemplateTrieLocation>();
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\MetabaseSettings.cs (1)
34bindingsTable = new Dictionary<string, string[]>();
System\ServiceModel\ServiceHostingEnvironment.cs (1)
1146Dictionary<string, Uri> schemeMappings = new Dictionary<string, Uri>();
System.ServiceModel.Activities (23)
System\ServiceModel\Activities\Description\CorrelationQueryBehavior.cs (1)
398new Dictionary<string, MessageQueryTable<string>>();
System\ServiceModel\Activities\Dispatcher\BufferedReceiveManager.cs (2)
374this.bufferedProperties = new Dictionary<InstanceKey, List<BufferedReceiveMessageProperty>>(); 389this.pendingMessages = new Dictionary<int, ThrottleEntry>();
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (1)
93Dictionary<string, string> values = new Dictionary<string, string>();
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (2)
40this.instanceOwnerMetadata = new Dictionary<XName, InstanceValue>(); 41this.instanceMetadataChanges = new Dictionary<XName, InstanceValue>();
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (1)
24internal static Dictionary<int, PersistenceContextEnlistment> Enlistments = new Dictionary<int, PersistenceContextEnlistment>();
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (3)
76this.keyMap = new Dictionary<Guid, PersistenceContext>(); 77this.instanceCache = new Dictionary<Guid, PersistenceContext>(); 78this.loadsInProgress = new Dictionary<InstanceKey, AsyncWaitHandle>();
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
2087this.pendingOperations = new Dictionary<string, List<PendingOperationAsyncResult>>();
System\ServiceModel\Activities\InitializeCorrelation.cs (1)
57Dictionary<string, string> dictionary = new Dictionary<string, string>();
System\ServiceModel\Activities\InternalSendMessage.cs (2)
766new Dictionary<XName, InstanceValue> 784new Dictionary<XName, InstanceValue>
System\ServiceModel\Activities\WorkflowCreationContext.cs (1)
27this.workflowArguments = new Dictionary<string, object>();
System\ServiceModel\Activities\WorkflowDefinitionProvider.cs (1)
36this.definitionCollection = new Dictionary<WorkflowIdentityKey, WorkflowService>();
System\ServiceModel\Activities\WorkflowOperationContext.cs (1)
30static readonly ReadOnlyDictionaryInternal<string, string> emptyDictionary = new ReadOnlyDictionaryInternal<string, string>(new Dictionary<string, string>());
System\ServiceModel\Activities\WorkflowService.cs (4)
352operationProperties = new Dictionary<OperationIdentifier, OperationProperty>(); 401this.correlationQueryByContract = new Dictionary<XName, Collection<CorrelationQuery>>(); 404IDictionary<XName, ContractDescription> inferredContracts = new Dictionary<XName, ContractDescription>(); 405this.keyedByNameOperationInfo = new Dictionary<ContractAndOperationNameTuple, OperationInfo>();
System\ServiceModel\Activities\WorkflowServiceHost.cs (2)
425Dictionary<string, ContractDescription> result = new Dictionary<string, ContractDescription>(); 630Dictionary<Type, ContractDescription> contractDescriptionDictionary = new Dictionary<Type, ContractDescription>();
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
54this.retransmitList = new Dictionary<UniqueId, IUdpRetransmitter>();
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\AsyncOperationLifetimeManager.cs (1)
25this.activeOperations = new Dictionary<UniqueId, AsyncOperationContext>();
System\ServiceModel\Discovery\FindResponse.cs (1)
20this.messageSequenceTable = new Dictionary<EndpointDiscoveryMetadata, DiscoveryMessageSequence>();
System\ServiceModel\Discovery\ScopeCompiler.cs (1)
384Dictionary<string, string> attrTypeValueTable = new Dictionary<string, string>();
System.ServiceModel.Internals (4)
System\Runtime\Collections\NullableKeyDictionary.cs (1)
22this.innerDictionary = new Dictionary<TKey, TValue>();
System\Runtime\DuplicateDetector.cs (1)
21this.items = new Dictionary<T, LinkedListNode<T>>();
System\Runtime\MruCache.cs (1)
42this.items = new Dictionary<TKey, CacheEntry>();
System\Runtime\TypeHelper.cs (1)
129Dictionary<Type, object> typesEncountered = new Dictionary<Type, object>();
System.ServiceModel.Routing (3)
System\ServiceModel\Dispatcher\StrictAndMessageFilter.cs (1)
58this.andFilters = new Dictionary<MessageFilter, TFilterData>();
System\ServiceModel\Routing\SendOperation.cs (1)
87this.exceptions = new Dictionary<string, Exception>();
System\ServiceModel\Routing\SessionChannels.cs (1)
27this.sessions = new Dictionary<RoutingEndpointTrait, IRoutingClient>();
System.ServiceModel.WasHosting (3)
System\ServiceModel\WasHosting\BaseProcessProtocolHandler.cs (1)
24Dictionary<int, ListenerChannelContext> listenerChannelIdMapping = new Dictionary<int, ListenerChannelContext>();
System\ServiceModel\WasHosting\MetabaseSettingsIis7.cs (2)
321IDictionary<string, List<string>> bindingList = new Dictionary<string, List<string>>(); 654IDictionary<string, List<string>> bindingList = new Dictionary<string, List<string>>();
System.ServiceModel.Web (29)
System\ServiceModel\Description\WCFServiceClientProxyGenerator.cs (2)
99Dictionary<string, WebServiceMethodData> methodDataDictionary = new Dictionary<string, WebServiceMethodData>(); 107Dictionary<string, WebServiceParameterData> parameterDataDictionary = new Dictionary<string, WebServiceParameterData>();
System\ServiceModel\Description\WebHttpBehavior.cs (4)
299Dictionary<string, string> result = new Dictionary<string, string>(); 625Dictionary<WebMessageFormat, IDispatchMessageFormatter> formatters = new Dictionary<WebMessageFormat, IDispatchMessageFormatter>(); 1112Dictionary<WebContentFormat, IClientMessageFormatter> map = new Dictionary<WebContentFormat, IClientMessageFormatter>(); 1127Dictionary<WebContentFormat, IDispatchMessageFormatter> map = new Dictionary<WebContentFormat, IDispatchMessageFormatter>();
System\ServiceModel\Dispatcher\DemultiplexingClientMessageFormatter.cs (1)
26this.formatters = new Dictionary<WebContentFormat, IClientMessageFormatter>();
System\ServiceModel\Dispatcher\DemultiplexingDispatchMessageFormatter.cs (1)
27this.formatters = new Dictionary<WebContentFormat, IDispatchMessageFormatter>();
System\ServiceModel\Dispatcher\FormatSelectingMessageInspector.cs (2)
45this.formatters = new Dictionary<string, MultiplexingDispatchMessageFormatter>(); 47this.caches = new Dictionary<string, NameValueCache<FormatContentTypePair>>();
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (4)
24static Dictionary<Type, Action<XmlSchemaObject, HelpExampleGeneratorContext>> XmlObjectHandler = new Dictionary<Type, Action<XmlSchemaObject, HelpExampleGeneratorContext>> 74static Dictionary<Type, Action<XmlSchemaObject, HelpExampleGeneratorContext>> JsonObjectHandler = new Dictionary<Type, Action<XmlSchemaObject, HelpExampleGeneratorContext>> 129elementDepth = new Dictionary<XmlSchemaElement, int>(), 149elementDepth = new Dictionary<XmlSchemaElement, int>(),
System\ServiceModel\Dispatcher\HelpPage.cs (2)
40this.operationInfoDictionary = new Dictionary<string, OperationHelpInformation>(); 360IDictionary<XmlQualifiedName, Type> knownTypes = new Dictionary<XmlQualifiedName, Type>();
System\ServiceModel\Dispatcher\JsonFormatMapping.cs (1)
18static Dictionary<Encoding, MessageEncoder> encoders = new Dictionary<Encoding, MessageEncoder>();
System\ServiceModel\Dispatcher\MultiplexingDispatchMessageFormatter.cs (1)
43this.defaultContentTypes = new Dictionary<WebMessageFormat, string>();
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (2)
61Dictionary<WebContentFormat, IClientMessageFormatter> map = new Dictionary<WebContentFormat, IClientMessageFormatter>(); 75Dictionary<WebContentFormat, IDispatchMessageFormatter> map = new Dictionary<WebContentFormat, IDispatchMessageFormatter>();
System\ServiceModel\Dispatcher\UnwrappedTypesXmlSerializerManager.cs (3)
27this.allTypes = new Dictionary<Type, XmlTypeMapping>(); 28this.serializersMap = new Dictionary<Type, XmlSerializer>(); 29this.operationTypes = new Dictionary<Object, IList<Type>>();
System\ServiceModel\Dispatcher\UriTemplateClientFormatter.cs (2)
143pathMapping = new Dictionary<int, string>(); 144queryMapping = new Dictionary<int, KeyValuePair<string, Type>>();
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (3)
52this.methodSpecificTables = new Dictionary<string, UriTemplateTable>(); 53this.templates = new Dictionary<string, UriTemplate>(); 62Dictionary<WCFKey, string> alreadyHaves = new Dictionary<WCFKey, string>();
System\ServiceModel\Dispatcher\XmlFormatMapping.cs (1)
17static Dictionary<Encoding, MessageEncoder> encoders = new Dictionary<Encoding, MessageEncoder>();
System.Transactions (1)
System\Transactions\Trace\DiagnosticTrace.cs (1)
209DiagnosticTrace.traceEventTypeNames = new Dictionary<int, string>();
System.Web (26)
Compilation\AssemblyResolver.cs (3)
183s_assemblyLocations = new Dictionary<Assembly, string>(); 192s_assemblyResults = new Dictionary<Assembly, AssemblyResolutionResult>(); 201s_assemblyTypes = new Dictionary<Assembly, ReferenceAssemblyType>();
Compilation\BuildProvider.cs (1)
68private static Dictionary<string, BuildProviderInfo> s_dynamicallyRegisteredProviders = new Dictionary<string, BuildProviderInfo>();
Compilation\CompilationUtil.cs (1)
478providerOptions = new Dictionary<string, string>();
Configuration\FolderLevelBuildProviderCollection.cs (1)
81_buildProviderMappings = new Dictionary<FolderLevelBuildProviderAppliesTo, List<Type>>();
Hosting\ApplicationManager.cs (2)
909Dictionary<string, object> appDomainAdditionalData = new Dictionary<string, object>(); 1036clrQuirks = new Dictionary<string, bool>();
Hosting\ObjectCacheHost.cs (1)
110_cacheInfos = new Dictionary<MemoryCache, MemoryCacheInfo>();
HttpApplication.cs (1)
1868Dictionary<string, RequestNotification> dict = new Dictionary<string, RequestNotification>();
ModelBinding\ComplexModel.cs (1)
20Results = new Dictionary<ModelMetadata, ComplexModelResult>();
ModelBinding\DataAnnotationsModelValidatorProvider.cs (2)
36internal static Dictionary<Type, DataAnnotationsModelValidationFactory> AttributeFactories = new Dictionary<Type, DataAnnotationsModelValidationFactory>() { 68internal static Dictionary<Type, DataAnnotationsValidatableObjectAdapterFactory> ValidatableFactories = new Dictionary<Type, DataAnnotationsValidatableObjectAdapterFactory>();
ModelBinding\DictionaryModelBinder`2.cs (1)
7CollectionModelBinderUtil.CreateOrReplaceDictionary(bindingContext, newCollection, () => new Dictionary<TKey, TValue>());
ModelBinding\ModelBinderDictionary.cs (1)
10private readonly Dictionary<Type, IModelBinder> _innerDictionary = new Dictionary<Type, IModelBinder>();
ModelBinding\ModelBindingExecutionContext.cs (1)
12private Dictionary<Type, object> _services = new Dictionary<Type,object>();
UI\ClientScriptManager.cs (2)
96_registeredResourcesToSuppress = new Dictionary<Assembly, Dictionary<String, Object>>(); 743_owner._hiddenFieldsToRender = new Dictionary<String, String>();
UI\ControlBuilder.cs (1)
276_additionalState = new Dictionary<object, object>();
UI\Page.cs (1)
2222_hiddenFieldsToRender = new Dictionary<string, string>();
UI\WebControls\Content.cs (1)
82Dictionary<string, string> preservedAttributes = new Dictionary<string, string>();
UI\WebControls\MethodParametersDictionary.cs (1)
94_innerDictionary = new Dictionary<string, MethodParameterValue>();
UI\WebControls\ModelDataSourceView.cs (1)
1073Dictionary<string, object> genericDictionary = new Dictionary<string, object>();
UI\WebControls\Wizard.cs (1)
1157_customNavigationContainers = new Dictionary<WizardStepBase, BaseNavigationTemplateContainer>();
UI\WebParts\WebPart.cs (1)
608_trackerCounter = new Dictionary<ProviderConnectionPoint, int>();
Util\AppVerifier.cs (1)
21private static readonly Dictionary<AppVerifierErrorCode, string> _errorStringMappings = new Dictionary<AppVerifierErrorCode, string>() {
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
566Dictionary<String, String> settings = new Dictionary<String, String>();
System.Web.DynamicData (20)
DynamicData\ControlFilterExpression.cs (1)
124Dictionary<string, MetaColumn> nameColumnMapping = new Dictionary<string, MetaColumn>();
DynamicData\DataSourceUtil.cs (1)
22Dictionary<Type, TypeCode> typeNameToTypeCode = new Dictionary<Type, TypeCode>();
DynamicData\DynamicControl.cs (1)
324_attributes = new Dictionary<string, string>();
DynamicData\DynamicDataManager.cs (1)
30private Dictionary<IDynamicDataSource, object> _dataSources = new Dictionary<IDynamicDataSource, object>();
DynamicData\DynamicDataRouteHandler.cs (1)
88virtualPathCache = new Dictionary<long, string>();
DynamicData\DynamicField.cs (1)
309_attributes = new Dictionary<string, string>();
DynamicData\DynamicHyperLink.cs (1)
35private Dictionary<string, string> _extraRouteParams = new Dictionary<string, string>();
DynamicData\FieldTemplateFactory.cs (2)
68_typesToTemplateNames = new Dictionary<Type, string>(); 74_typesFallBacks = new Dictionary<Type, Type>();
DynamicData\FieldTemplateUserControl.cs (1)
553_ignoredModelValidationAttributes = new Dictionary<Type, bool>();
DynamicData\MetaForeignKeyColumn.cs (1)
45_foreignKeyFilterMapping = new Dictionary<string, string>();
DynamicData\MetaModel.cs (1)
25private Dictionary<ContextTypeTableNamePair, MetaTable> _tablesByContextAndName = new Dictionary<ContextTypeTableNamePair, MetaTable>();
DynamicData\MetaTable.cs (2)
662Dictionary<string, object> result = new Dictionary<string, object>(); 860Dictionary<string, object> columnValues = new Dictionary<string, object>();
DynamicData\ModelProviders\DLinqDataModelProvider.cs (1)
12private Dictionary<PropertyInfo, DLinqColumnProvider> _columnLookup = new Dictionary<PropertyInfo, DLinqColumnProvider>();
DynamicData\ModelProviders\EFDataModelProvider.cs (3)
16private Dictionary<EdmType, Type> _entityTypeToClrType = new Dictionary<EdmType, Type>(); 22RelationshipEndLookup = new Dictionary<long, EFColumnProvider>(); 23TableEndLookup = new Dictionary<EntityType, EFTableProvider>();
DynamicData\Util\MetaTableHelper.cs (1)
21mapping = new Dictionary<object, MappingInfo>();
DynamicData\Util\Misc.cs (1)
72Dictionary<string, object> values = new Dictionary<string, object>();
System.Web.Entity (11)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
979Dictionary<EdmProperty, EntityDataSourcePropertyColumn> result = new Dictionary<EdmProperty, EntityDataSourcePropertyColumn>();
System\Data\WebControls\EntityDataSourceValidationException.cs (1)
113_innerExceptions = innerExceptions ?? new Dictionary<string, Exception>();
System\Data\WebControls\EntityDataSourceView.cs (7)
472Dictionary<string, object> originalEntityValues = new Dictionary<string, object>(); 613Dictionary<string, object> entityValues = new Dictionary<string, object>(); 875exceptions = new Dictionary<string, Exception>(); 941Dictionary<string, object> entityValues = new Dictionary<string, object>(); 951Dictionary<string, object> currentEntityValues = new Dictionary<string, object>(); 953Dictionary<string, object> allModifiedProperties = new Dictionary<string, object>(); 990_originalProperties = new Dictionary<string, ArrayList>();
System\Data\WebControls\EntityDataSourceWrapper.cs (2)
164propertySettingExceptionsCaught = new Dictionary<string, Exception>(); 186Dictionary<string, object> partialKeys = new Dictionary<string, object>();
System.Web.Extensions (30)
ApplicationServices\ProfileService.cs (2)
74Dictionary<string, object> retDict = new Dictionary<string, object>(); 123Dictionary<string, object> retDict = new Dictionary<string, object>();
ClientServices\Providers\ClientSettingsProvider.cs (1)
618Dictionary<string, object> propertyValues = new Dictionary<string, object>();
Compilation\WCFModel\SchemaMerger.cs (1)
87knownItemTables[i] = new Dictionary<XmlQualifiedName, XmlSchemaObject>();
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (5)
459new Dictionary<ServiceEndpoint, ChannelEndpointElement>(), 641serviceEndpointToChannelEndpointElementMap = new Dictionary<ServiceEndpoint, ChannelEndpointElement>(); 840Dictionary<Type, ReferencedType> sharedTypeTable = new Dictionary<Type, ReferencedType>(); 1403Dictionary<string, byte[]> extensionFileContents = new Dictionary<string, byte[]>(); 1503Dictionary<XmlSchema, MetadataSection> schemaList = new Dictionary<XmlSchema, MetadataSection>();
Compilation\WCFModel\WsdlInspector.cs (2)
43this.portTypes = new Dictionary<XmlQualifiedName, PortType>(); 44this.messages = new Dictionary<XmlQualifiedName, Message>();
Script\Serialization\JavaScriptObjectDeserializer.cs (1)
143dictionary = new Dictionary<string, object>();
Script\Serialization\JavaScriptSerializer.cs (1)
88_converters = new Dictionary<Type, JavaScriptConverter>();
Script\Services\ClientProxyGenerator.cs (1)
35_docCommentCache = new Dictionary<string, string>();
Script\Services\RestHandler.cs (2)
87Dictionary<string, object> rawParams = new Dictionary<string, object>(); 105return new Dictionary<string, object>();
Script\Services\WebServiceData.cs (7)
32private Dictionary<string, string> _typeResolverSpecials = new Dictionary<string, string>(); 255Dictionary<string, WebServiceTypeData> clientTypeDictionary = new Dictionary<string, WebServiceTypeData>(); 257Dictionary<string, WebServiceEnumData> enumTypeDictionary = new Dictionary<string, WebServiceEnumData>(); 261_clientTypeNameDictionary = new Dictionary<Type, string>(); 295_clientTypesDictionary = new Dictionary<string, WebServiceTypeData>(); 296_enumTypesDictionary = new Dictionary<string, WebServiceEnumData>(); 298_clientTypeNameDictionary = new Dictionary<Type, string>();
Script\Services\WebServiceMethodData.cs (1)
59Dictionary<string, WebServiceParameterData> parameterData = new Dictionary<string, WebServiceParameterData>();
Script\Services\WebServiceTypeData.cs (1)
25static Dictionary<XmlQualifiedName, Type> _nameToType = new Dictionary<XmlQualifiedName, Type>();
UI\ScriptManager.cs (1)
1810resourcesForAssembly = new Dictionary<String, Object>();
UI\ScriptRegistrationManager.cs (1)
116_fallbackScripts = new Dictionary<ScriptKey, string>();
UI\ScriptResourceInfo.cs (1)
99Dictionary<string, bool> scripts = new Dictionary<string, bool>();
UI\WebControls\Dynamic.cs (2)
283classes = new Dictionary<Signature, Type>(); 646literals = new Dictionary<Expression, string>();
System.Windows.Forms (12)
parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
31private static Dictionary<string, bool> s_switchMap = new Dictionary<string, bool>();
winforms\Managed\System\WinForms\BindingSource.cs (1)
209this.relatedBindingSources = new Dictionary<string, BindingSource>();
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
440_components = new Dictionary<int, UnsafeNativeMethods.IMsoComponent>();
winforms\Managed\System\WinForms\HtmlShim.cs (1)
55attachedEventList = new Dictionary<EventHandler, HtmlToClrEventProxy>();
winforms\Managed\System\WinForms\HtmlShimManager.cs (3)
39htmlDocumentShims = new Dictionary<HtmlDocument,HtmlDocument.HtmlDocumentShim>(); 59htmlWindowShims = new Dictionary<HtmlWindow,HtmlWindow.HtmlWindowShim>(); 80htmlElementShims = new Dictionary<HtmlElement,HtmlElement.HtmlElementShim>();
winforms\Managed\System\WinForms\NativeWindow.cs (2)
129hashForIdHandle = new Dictionary<short, IntPtr>(); 130hashForHandleId = new Dictionary<IntPtr, short>();
winforms\Managed\System\WinForms\TableLayoutSettings.cs (1)
633controlsInfo = new Dictionary<object, ControlInformation>();
winforms\Managed\System\WinForms\ToolStripSettings.cs (2)
181Dictionary<object, List<SettingsStub>> toolStripPanelDestinationHash = new Dictionary<object, List<SettingsStub>>(); 268Dictionary<string, ToolStrip> itemLocationHash = new Dictionary<string, ToolStrip>();
System.Workflow.Activities (41)
Common\CompilerHelpers.cs (3)
71Dictionary<string, string> options = new Dictionary<string, string>(); 87providers = new Dictionary<Type, Dictionary<string, CodeDomProvider>>(); 93typedProviders = new Dictionary<string, CodeDomProvider>();
Common\ValidationHelpers.cs (1)
201validatedObjects = new Dictionary<int, object>();
CorrelationValidator.cs (1)
365typesValidated = new Dictionary<Type, ValidationErrorCollection>();
Designers\StateDesigner.cs (1)
608_designerLayouts = new Dictionary<Activity, DesignerLayout>();
Designers\StateDesigner.TransitionInfo.cs (1)
129Dictionary<string, StateActivity> states = new Dictionary<string, StateActivity>();
EventSinkActivity.cs (1)
424Dictionary<string, object> parameters = new Dictionary<string, object>();
InvokeMethodActivity.cs (1)
229Dictionary<string, object> parameters = new Dictionary<string, object>();
InvokeSchedule.cs (1)
168Dictionary<string, object> namedArgumentValues = new Dictionary<string, object>();
InvokeWebService.cs (2)
176sessionCookieContainers = new Dictionary<String, System.Net.CookieContainer>(); 360Dictionary<string, object> parameters = new Dictionary<string, object>();
LocalService\CorrelationResolver.cs (4)
25static Dictionary<Type, CorrelationMethodResolver> cachedTypeResolver = new Dictionary<Type, CorrelationMethodResolver>(); 226this.cachedCorrelationProperties = new Dictionary<string, CorrelationPropertyValue[]>(); 272Dictionary<string, bool> members = new Dictionary<string, bool>(); 385correlationAliases = new Dictionary<String, CorrelationAliasAttribute>();
LocalService\ExternalDataExchangeService.cs (1)
59this.eventHandlers = new Dictionary<int, WorkflowMessageEventHandler>();
LocalService\MethodMessage.cs (1)
51static Dictionary<Guid, MethodMessage> staticMethodMessageMap = new Dictionary<Guid, MethodMessage>();
Role\ADRole.cs (1)
211Dictionary<Guid, DirectoryEntry> dFinal = new Dictionary<Guid, DirectoryEntry>();
Role\DirectoryRedirect.cs (1)
57Dictionary<Guid, DirectoryEntry> dResponse = new Dictionary<Guid, DirectoryEntry>();
Rules\CodeDomDecompiler.cs (1)
275Dictionary<string, string> map = new Dictionary<string, string>();
Rules\Executor.cs (2)
506Dictionary<int, object> affectedRules = new Dictionary<int, object>(); 654Dictionary<string, object> symbols = new Dictionary<string, object>();
Rules\Parser\Parser.cs (7)
182internal Dictionary<object, int> exprPositions = new Dictionary<object, int>(); 275Dictionary<string, MemberInfo> filteredMembers = new Dictionary<string, MemberInfo>(); 384Dictionary<string, MemberInfo> filteredMembers = new Dictionary<string, MemberInfo>(); 613private Dictionary<string, Symbol> globalUniqueSymbols = new Dictionary<string, Symbol>(); 614private Dictionary<string, Symbol> localUniqueSymbols = new Dictionary<string, Symbol>(); 659Dictionary<string, NamespaceSymbol> rootNamespaces = new Dictionary<string, NamespaceSymbol>(); 660Dictionary<string, object> duplicateNames = new Dictionary<string, object>();
Rules\Parser\Symbol.cs (2)
75NestedSymbols = new Dictionary<string, Symbol>(); 93NestedSymbols = new Dictionary<string, Symbol>();
Rules\References.cs (1)
39private Dictionary<string, object> symbols = new Dictionary<string, object>();
Rules\RuleSet.cs (1)
99Dictionary<string, object> ruleNames = new Dictionary<string, object>();
Rules\RuleValidation.cs (3)
920private Dictionary<CodeExpression, RuleExpressionInfo> expressionInfoMap = new Dictionary<CodeExpression, RuleExpressionInfo>(); 921private Dictionary<CodeTypeReference, Type> typeRefMap = new Dictionary<CodeTypeReference, Type>(); 944this.typesUsedAuthorized = new Dictionary<string, Type>();
StateMachineSubscriptionManager.cs (2)
24private Dictionary<IComparable, StateMachineSubscription> _subscriptions = new Dictionary<IComparable, StateMachineSubscription>(); 333Dictionary<IComparable, StateMachineSubscription> subscriptions = new Dictionary<IComparable, StateMachineSubscription>();
WebServiceReceive.cs (1)
421Dictionary<string, object> parameters = new Dictionary<string, object>();
WebServiceResponse.cs (1)
227Dictionary<string, object> parameters = new Dictionary<string, object>();
System.Workflow.ComponentModel (41)
AuthoringOM\ActivityExecutionContext.cs (2)
425grantedLocks = new Dictionary<string, GrantedLock>(); 487Dictionary<string, GrantedLock> cachedGrantedLocks = new Dictionary<string, GrantedLock>();
AuthoringOM\Compiler\Configuration.cs (1)
24Dictionary<string, IList<AuthorizedType>> authorizedTypes = new Dictionary<string, IList<AuthorizedType>>();
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
761Dictionary<MemberSignature, T> membersDictionary = new Dictionary<MemberSignature, T>();
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (5)
187this.needRefreshCompileUnits = new Dictionary<CodeCompileUnit, EventHandler>(); 233typeToAssemblyName = new Dictionary<Type, string>(); 283supportedProperties = new Dictionary<PropertyInfo, bool>(); 571Dictionary<object, Exception> collection = new Dictionary<object, Exception>(); 875Dictionary<CodeCompileUnit, EventHandler> needRefreshCompileUnits2 = new Dictionary<CodeCompileUnit, EventHandler>();
AuthoringOM\Compiler\XomlCompiler.cs (1)
815Dictionary<string, int> names = new Dictionary<string, int>();
AuthoringOM\Compiler\XomlCompilerParameters.cs (1)
42new Dictionary<Version, string>()
AuthoringOM\ComponentFactoryHelpers.cs (2)
15private static IDictionary<Type, List<IExtenderProvider>> componentExtenderMap = new Dictionary<Type, List<IExtenderProvider>>(); 49Dictionary<Type, object> components = new Dictionary<Type, object>();
AuthoringOM\DependencyObject.cs (2)
30private IDictionary<DependencyProperty, object> metaProperties = new Dictionary<DependencyProperty, object>(); 615this.dependencyPropertyValues = new Dictionary<DependencyProperty, object>();
AuthoringOM\DependencyProperty.cs (1)
26private static IDictionary<int, DependencyProperty> dependencyProperties = new Dictionary<int, DependencyProperty>();
AuthoringOM\Design\ActivityDesigner.cs (1)
2133Dictionary<PropertyDescriptor, ActivityBind> promotedProperties = new Dictionary<PropertyDescriptor, ActivityBind>();
AuthoringOM\Design\ActivityDesignerLayoutSerializers.cs (1)
266Dictionary<string, string> argumentDictionary = new Dictionary<string, string>();
AuthoringOM\Design\Connector.cs (3)
1565Dictionary<int, ActivityDesigner> parentDesignerDictionary = new Dictionary<int, ActivityDesigner>(); 1662Dictionary<DesignerEdges, List<Point>> escapeEdges = new Dictionary<DesignerEdges, List<Point>>(); 1698Dictionary<DesignerEdges, Point[]> designerEdgeCover = new Dictionary<DesignerEdges, Point[]>();
AuthoringOM\Design\DesignerHelpers.cs (1)
1729IDictionary<string, string> rules = new Dictionary<string, string>();
AuthoringOM\Design\DesignerInterfaces.cs (1)
1023Dictionary<DesignerVerbGroup, List<ActivityDesignerVerb>> activityDesignerVerbs = new Dictionary<DesignerVerbGroup, List<ActivityDesignerVerb>>();
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
1078Dictionary<string, int> identifiers = new Dictionary<string, int>();
AuthoringOM\Design\ExtenderHelpers.cs (1)
38Dictionary<string, DependencyProperty> dependencyProperyies = new Dictionary<string, DependencyProperty>();
AuthoringOM\Design\Themes.cs (1)
441Dictionary<ThemeType, string[]> standardThemes = new Dictionary<ThemeType, string[]>();
AuthoringOM\Serializer\ActivitySurrogateSelector.cs (1)
29private static Dictionary<Type, ISerializationSurrogate> surrogateCache = new Dictionary<Type, ISerializationSurrogate>();
AuthoringOM\Serializer\CompositeActivityMarkupSerializer.cs (1)
23Dictionary<string, Activity> writtenMappings = new Dictionary<string, Activity>();
AuthoringOM\Serializer\DependencyStoreSurrogate.cs (1)
60this.store = new Dictionary<DependencyProperty, object>();
AuthoringOM\Serializer\MarkupExtensionSerializer.cs (1)
62constructorArguments = new Dictionary<string, string>();
AuthoringOM\Serializer\WorkflowMarkupSerializationManager.cs (4)
38private Dictionary<int, WorkflowMarkupSerializerMapping> clrNamespaceBasedMappings = new Dictionary<int, WorkflowMarkupSerializerMapping>(); 39private Dictionary<string, List<WorkflowMarkupSerializerMapping>> xmlNamespaceBasedMappings = new Dictionary<string, List<WorkflowMarkupSerializerMapping>>(); 40private Dictionary<string, List<WorkflowMarkupSerializerMapping>> prefixBasedMappings = new Dictionary<string, List<WorkflowMarkupSerializerMapping>>(); 42private Dictionary<XmlQualifiedName, Type> cachedXmlQualifiedNameTypes = new Dictionary<XmlQualifiedName, Type>();
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (2)
1463Dictionary<DependencyProperty, object> dependencyProperties = new Dictionary<DependencyProperty, object>(); 2529Dictionary<string, object> namedArgs = new Dictionary<string, object>();
AuthoringOM\Serializer\WorkflowMarkupSerializerMapping.cs (1)
46WorkflowMarkupSerializerMapping.wellKnownTypes = new Dictionary<string, Type>();
Shared\CompilerHelpers.cs (3)
69Dictionary<string, string> options = new Dictionary<string, string>(); 85providers = new Dictionary<Type, Dictionary<string, CodeDomProvider>>(); 91typedProviders = new Dictionary<string, CodeDomProvider>();
Shared\ValidationHelpers.cs (1)
200validatedObjects = new Dictionary<int, object>();
System.Workflow.Runtime (41)
DebugEngine\DebugController.cs (1)
331this.typeToGuid = new Dictionary<Type, Guid>();
Hosting\ManualWorkflowSchedulerService.cs (1)
51private Dictionary<Guid, DefaultWorkflowSchedulerService.WorkItem> scheduleRequests = new Dictionary<Guid, DefaultWorkflowSchedulerService.WorkItem>();
Hosting\SharedConnectionWorkflowTransactionService.cs (1)
112this.transactionConnectionTable = new Dictionary<Transaction, SharedConnectionInfo>();
PerformanceCounterManager.cs (1)
250Dictionary<PerformanceCounterAction, List<PerformanceCounterStatement>> actionStatements = new Dictionary<PerformanceCounterAction, List<PerformanceCounterStatement>>();
RTTrackingProfile.cs (4)
42private Dictionary<string, List<ActivityTrackPointCacheItem>> _activities = new Dictionary<string, List<ActivityTrackPointCacheItem>>(); 45private Dictionary<string, List<UserTrackPoint>> _user = new Dictionary<string, List<UserTrackPoint>>(); 350_dynamicActivities = new Dictionary<string, List<ActivityTrackPointCacheItem>>(); 353_dynamicUser = new Dictionary<string, List<UserTrackPoint>>();
System\Activities\Statements\Interop.cs (7)
136this.properties = new Dictionary<string, Argument>(); 150this.metaProperties = new Dictionary<string, object>(); 474arguments = new Dictionary<string, object>(); 1702this.ResourceManagers = new Dictionary<string, VolatileResourceManager>(); 1703this.CommittedResourceManagers = new Dictionary<Transaction, Dictionary<string, VolatileResourceManager>>(); 1730this.ResourceManagers = new Dictionary<string, VolatileResourceManager>(); 1768this.ResourceManagers = new Dictionary<string, VolatileResourceManager>();
System\Activities\Statements\InteropExecutor.cs (2)
108this.bookmarkQueueMap = new Dictionary<System.Activities.Bookmark, IComparable>(); 454this.contextActivityMap = new Dictionary<int, Activity>();
Tracking.cs (7)
34private Dictionary<Guid, WeakReference> _listeners = new Dictionary<Guid, WeakReference>(); 925private Dictionary<Guid, ServiceProfileContainer> _services = new Dictionary<Guid, ServiceProfileContainer>(); 1085this._services = new Dictionary<Guid, ServiceProfileContainer>(); 1126_cacheLookup = new Dictionary<Type, Dictionary<Type, ProfileList>>(); 1147_cacheLookup = new Dictionary<Type, Dictionary<Type, ProfileList>>(); 1374schedules = new Dictionary<Type, ProfileList>(); 1504schedules = new Dictionary<Type, ProfileList>();
Tracking\SqlTrackingWorkflowInstance.cs (5)
209Dictionary<long, ActivityTrackingRecord> activities = new Dictionary<long, ActivityTrackingRecord>(); 263Dictionary<long, TrackingDataItem> artifacts = new Dictionary<long, TrackingDataItem>(); 345Dictionary<long, UserTrackingRecord> userEvents = new Dictionary<long, UserTrackingRecord>(); 410Dictionary<long, TrackingDataItem> artifacts = new Dictionary<long, TrackingDataItem>(); 492Dictionary<long, WorkflowTrackingRecord> inst = new Dictionary<long, WorkflowTrackingRecord>();
WorkBatch.cs (1)
173Items = new Dictionary<IPendingWork, SortedList<long, object>>();
WorkflowDefinitionDispenser.cs (1)
54this.workflowOutParameters = new Dictionary<Type, List<PropertyInfo>>();
WorkflowEventArgs.cs (1)
50this._outputParameters = new Dictionary<String, Object>();
WorkflowExecutor.cs (1)
1385private Dictionary<int, Activity> subStateMap = new Dictionary<int, Activity>();
WorkflowQueuingService.cs (4)
57this.persistedQueueStates = new Dictionary<IComparable, EventQueueState>(); 70this.persistedQueueStates = new Dictionary<IComparable, EventQueueState>(); 470Dictionary<IComparable, EventQueueState> modifiedItems = new Dictionary<IComparable, EventQueueState>(); 715persistedQueueStatesSnapshot = new Dictionary<IComparable, EventQueueState>();
WorkflowRuntime.cs (4)
56dictionaryDictionary.Add(i, new Dictionary<K, V>()); 120private static Dictionary<Guid, WeakReference> _runtimes = new Dictionary<Guid, WeakReference>(); 819private Dictionary<Type, List<object>> _services = new Dictionary<Type, List<object>>(); 1004_trackingServiceReplacement = new Dictionary<string, Type>();
System.WorkflowServices (19)
System\ServiceModel\Activities\WorkflowClientDeliverMessageWrapper.cs (1)
54IDictionary<string, string> context = new Dictionary<string, string>();
System\ServiceModel\Activities\WorkflowRuntimeServicesExtensionProvider.cs (1)
18this.services = new Dictionary<Type, object>();
System\ServiceModel\Description\ServiceDescriptionContext.cs (2)
21this.contracts = new Dictionary<string, ContractDescription>(); 23this.workflowOperationBehaviors = new Dictionary<KeyValuePair<Type, string>, WorkflowOperationBehavior>();
System\ServiceModel\Dispatcher\DurableInstanceContextProvider.cs (1)
225contextCache = new Dictionary<Guid, ContextItem>();
System\ServiceModel\Dispatcher\WorkflowInstanceLifeTimeManagerExtension.cs (1)
32this.instanceRecordMap = new Dictionary<Guid, InstanceRecord>();
System\Workflow\Activities\ContractType.cs (1)
639Dictionary<MemberSignature, T> membersDictionary = new Dictionary<MemberSignature, T>();
System\Workflow\Activities\Design\RichListBox.cs (3)
32listItemBitmapCache = new Dictionary<string, Bitmap>(); 33listItemViewRenderers = new Dictionary<string, ListItemViewControl>(); 34itemLocations = new Dictionary<object, Point>();
System\Workflow\Activities\DynamicContractTypeBuilder.cs (1)
85Dictionary<string, ContractType> types = new Dictionary<string, ContractType>();
System\Workflow\Activities\ReceiveActivity.cs (1)
1371notNullableParameters = new Dictionary<int, Type>();
System\Workflow\Activities\ValidationHelper.cs (5)
122Dictionary<string, string> implementedTypedContracts = new Dictionary<string, string>(); 123Dictionary<string, string> implementedInferredContracts = new Dictionary<string, string>(); 178Dictionary<Type, Hashtable> implementedServiceOperations = new Dictionary<Type, Hashtable>(); 227Dictionary<Type, bool> checkedContracts = new Dictionary<Type, bool>(); 228Dictionary<Type, Hashtable> notImplementedServiceOperations = new Dictionary<Type, Hashtable>();
System\Workflow\Runtime\Hosting\ChannelManager.cs (2)
37this.factoryCache = new Dictionary<EndpointAddress, ChannelFactoryReference>(); 41this.endpoints = new Dictionary<EndpointAddress, ServiceEndpoint>();
System.Xml (32)
parent\parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
31private static Dictionary<string, bool> s_switchMap = new Dictionary<string, bool>();
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
1602Dictionary<String, String> nstable = new Dictionary<String, String>();
System\Xml\Core\QueryOutputWriter.cs (1)
55this.lookupCDataElems = new Dictionary<XmlQualifiedName, int>();
System\Xml\Core\QueryOutputWriterV1.cs (1)
70this.lookupCDataElems = new Dictionary<XmlQualifiedName, XmlQualifiedName>();
System\Xml\Core\XmlSubtreeReader.cs (1)
1013return new Dictionary<string, string>();
System\Xml\Core\XmlTextReaderImpl.cs (1)
7269currentEntities = new Dictionary<IDtdEntityInfo, IDtdEntityInfo>();
System\Xml\Dom\XmlNodeReader.cs (1)
839Dictionary<string,string> dict = new Dictionary<string, string>();
System\Xml\Schema\DtdParser.cs (1)
1407undeclaredNotations = new Dictionary<string, UndeclaredNotation>();
System\Xml\Schema\SchemaElementDecl.cs (2)
16Dictionary<XmlQualifiedName, SchemaAttDef> attdefs = new Dictionary<XmlQualifiedName, SchemaAttDef>(); 26Dictionary<XmlQualifiedName, XmlQualifiedName> prohibitedAttributes = new Dictionary<XmlQualifiedName, XmlQualifiedName>();
System\Xml\Schema\SchemaInfo.cs (8)
31Dictionary<XmlQualifiedName, SchemaElementDecl> elementDecls = new Dictionary<XmlQualifiedName, SchemaElementDecl>(); 32Dictionary<XmlQualifiedName, SchemaElementDecl> undeclaredElementDecls = new Dictionary<XmlQualifiedName, SchemaElementDecl>(); 43Dictionary<string, bool> targetNamespaces = new Dictionary<string, bool>(); 44Dictionary<XmlQualifiedName, SchemaAttDef> attributeDecls = new Dictionary<XmlQualifiedName, SchemaAttDef>(); 47Dictionary<XmlQualifiedName, SchemaElementDecl> elementDeclsByType = new Dictionary<XmlQualifiedName, SchemaElementDecl>(); 79this.generalEntities = new Dictionary<XmlQualifiedName, SchemaEntity>(); 88this.parameterEntities = new Dictionary<XmlQualifiedName, SchemaEntity>(); 115this.notations = new Dictionary<string, SchemaNotation>();
System\Xml\Schema\XmlSchemaObjectTable.cs (1)
16Dictionary<XmlQualifiedName, XmlSchemaObject> table = new Dictionary<XmlQualifiedName,XmlSchemaObject>();
System\Xml\Serialization\CodeGenerator.cs (4)
99this.freeLocals = new Dictionary<Tuple<Type, string>, Queue<LocalBuilder>>(); 100this.argList = new Dictionary<string, ArgBuilder>(); 160Dictionary<Type, LocalBuilder> TmpLocals = new Dictionary<Type, LocalBuilder>(); 2533this.locals = new Dictionary<string, LocalBuilder>();
System\Xml\Serialization\Types.cs (1)
1020replaceList = new Dictionary<string, MemberInfo>();
System\Xml\Serialization\XmlSerializationILGen.cs (4)
20Dictionary<string, MethodBuilderInfo> methodBuilders = new Dictionary<string, MethodBuilderInfo>(); 22internal Dictionary<string, Type> CreatedTypes = new Dictionary<string, Type>(); 24internal Dictionary<string, MemberInfo> memberInfos = new Dictionary<string, MemberInfo>(); 65static Dictionary<string, Regex> regexs = new Dictionary<string, Regex>();
System\Xml\Serialization\XmlSerializationReaderILGen.cs (1)
25Dictionary<string, FieldBuilder> idNameFields = new Dictionary<string, FieldBuilder>();
System\Xml\XPath\XPathDocument.cs (2)
360this.mapNmsp = new Dictionary<XPathNodeRef, XPathNodeRef>(); 390this.idValueMap = new Dictionary<string, XPathNodeRef>();
System\Xml\XPath\XPathNavigator.cs (1)
433Dictionary<string,string> dict = new Dictionary<string,string>();
WindowsBase (20)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (1)
202_trackers = new Dictionary<DependencyObject, PropertyChangeTracker>();
Base\MS\Internal\ComponentModel\DependencyObjectProvider.cs (2)
268private static Dictionary<PropertyKey, DependencyObjectPropertyDescriptor> _propertyMap = new Dictionary<PropertyKey, DependencyObjectPropertyDescriptor>(); 271private static Dictionary<PropertyKey, DependencyPropertyKind> _propertyKindMap = new Dictionary<PropertyKey, DependencyPropertyKind>();
Base\MS\Internal\ContentType.cs (1)
703_parameterDictionary = new Dictionary<string, string>(); //initial size 0
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (1)
549= new Dictionary<Uri, List<PackageRelationshipSelector>>();
Base\MS\Internal\TraceLevelStore.cs (1)
94private static Dictionary<Key,PresentationTraceLevel> _dictionary = new Dictionary<Key,PresentationTraceLevel>();
Base\System\Windows\DependencyObjectType.cs (1)
225private static Dictionary<Type, DependencyObjectType> DTypeFromCLRType = new Dictionary<Type, DependencyObjectType>();
Base\System\Windows\Markup\ServiceProviders.cs (1)
74private Dictionary<Type,Object> _objDict = new Dictionary<Type,Object>();
Base\System\Windows\Markup\XmlCompatibilityReader.cs (11)
893_subsumingNamespaces = new Dictionary<string, object>(); 920_knownNamespaces = new Dictionary<string, object>(); 1822_ignorables = new Dictionary<string, object>(); 1831_processContents = new Dictionary<string, ProcessContentSet>(); 1846_preserveElements = new Dictionary<string, PreserveItemSet>(); 1861_preserveAttributes = new Dictionary<string, PreserveItemSet>(); 1973_names = new Dictionary<string, object>(); 2029_names = new Dictionary<string, string>(); 2043private Dictionary<string, string> _namespaceMap = new Dictionary<string, string>(); 2045private Dictionary<string, HandleElementCallback> _elementHandler = new Dictionary<string, HandleElementCallback>(); 2046private Dictionary<string, HandleAttributeCallback> _attributeHandler = new Dictionary<string, HandleAttributeCallback>();
Shared\MS\Internal\SafeSecurityHelper.cs (1)
216_assemblies = new Dictionary<object, AssemblyName>();
WsatConfig (5)
CommandLine\ArgumentsParser.cs (3)
17Dictionary<string, ParserBase> parsersTable = new Dictionary<string, ParserBase>(); 18Dictionary<string, string> optionsLookupTable = new Dictionary<string, string>(); 20Dictionary<string, int> optionsHitCount = new Dictionary<string, int>();
Configuration\MsdtcWrapper.cs (1)
23static Dictionary<string, MsdtcWrapper> wrappers = new Dictionary<string, MsdtcWrapper>();
Configuration\RemoteHelper.cs (1)
191Dictionary<uint, uint> processesExited = new Dictionary<uint, uint>();
WsatUI (2)
Configuration\MsdtcWrapper.cs (1)
23static Dictionary<string, MsdtcWrapper> wrappers = new Dictionary<string, MsdtcWrapper>();
Configuration\RemoteHelper.cs (1)
191Dictionary<uint, uint> processesExited = new Dictionary<uint, uint>();
XamlBuildTask (9)
Microsoft\Build\Tasks\Xaml\AttributeData.cs (1)
47properties = new Dictionary<string, AttributeParameterData>();
Microsoft\Build\Tasks\Xaml\ClassImporter.cs (1)
420IDictionary<string, PropertyData> members = new Dictionary<string, PropertyData>();
Microsoft\Build\Tasks\Xaml\CompilationPass2Task.cs (1)
289applicationMarkupWithTypeName = new Dictionary<string, ITaskItem>();
Microsoft\Build\Tasks\Xaml\CompilationPass2TaskInternal.cs (1)
133this.applicationMarkupWithTypeName = new Dictionary<string, ITaskItem>();
Microsoft\Build\Tasks\Xaml\NamespaceTable.cs (2)
11Dictionary<string, NamespaceDeclaration> tempNamespaceList = new Dictionary<string, NamespaceDeclaration>(); 84tempNamespaceList = new Dictionary<string, NamespaceDeclaration>();
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTask.cs (1)
323referencesTimeStampCache = new Dictionary<string, DateTime>();
Microsoft\Build\Tasks\Xaml\WrappingXamlSchemaContext.cs (1)
22MasterTypeList = new Dictionary<Type, XamlNsReplacingType>();
Microsoft\Build\Tasks\Xaml\XamlBuildTypeInspectionExtensionContext.cs (1)
47this.markupItemsByTypeName = new Dictionary<string, ITaskItem>();