14 types derived from Dictionary
mscorlib (1)
system\threading\asynclocal.cs (1)
442private sealed class ManyElementAsyncLocalValueMap : Dictionary<IAsyncLocal, object>, IAsyncLocalValueMap
PresentationFramework (2)
src\Framework\MS\Internal\Data\CommitManager.cs (1)
161class Set<T> : Dictionary<T, object>, IEnumerable<T>
src\Framework\MS\Internal\Data\LiveShapingList.cs (1)
692class DPFromPath : Dictionary<String, DependencyProperty>
System (1)
compmod\system\componentmodel\design\ServiceObjectContainer.cs (1)
278private sealed class ServiceCollection<T> : Dictionary<Type, T> {
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\XmlPropertyBag.cs (1)
20class XmlPropertyBag : Dictionary<XName, object>, IXmlSerializable
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
1221class NamespaceStackNode : Dictionary<string, string>
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
1221class NamespaceStackNode : Dictionary<string, string>
System.Data.Entity (1)
System\Data\Query\InternalTrees\Vars.cs (1)
601internal class VarMap: Dictionary<Var, Var>
System.Data.Entity.Design (1)
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (1)
44public class ErrorsLookup : Dictionary<MetadataItem, List<EdmSchemaError>> { }
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
56internal class Graph<V> : Dictionary<V, List<V>>
System.ServiceModel (1)
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
901internal class MessageHeaderDescriptionTable : Dictionary<QName, MessageHeaderDescription>
System.ServiceModel.Activities (1)
System\ServiceModel\MessageQuerySet.cs (1)
20public class MessageQuerySet : Dictionary<string, MessageQuery>
System.Workflow.Runtime (2)
DebugEngine\IInstanceTable.cs (1)
58internal sealed class InstanceMap : Dictionary<Guid, InstanceData>, ICloneable
WorkBatch.cs (1)
309internal sealed class WorkBatchCollection : Dictionary<object, WorkBatch>
2244 instantiations of Dictionary
ComSvcConfig (7)
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>>();
parent\svcutil\CommandLineParser.cs (1)
91contents = new Dictionary<string, IList<string>>(capacity);
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 (99)
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 (2)
604_compatFlags = new Dictionary<String, object>(adSetup.GetCompatibilityFlags(), StringComparer.OrdinalIgnoreCase); 3251_LocalStore = new Dictionary<String, Object[]>();
system\AppDomainSetup.cs (1)
579_CompatFlags = new Dictionary<string, object>();
system\attribute.cs (2)
41Dictionary<Type, AttributeUsageAttribute> types = new Dictionary<Type, AttributeUsageAttribute>(11); 147Dictionary<Type, AttributeUsageAttribute> types = new Dictionary<Type, AttributeUsageAttribute>(11);
system\collections\objectmodel\keyedcollection.cs (1)
219dict = new Dictionary<TKey,TItem>(comparer);
system\diagnostics\eventing\eventprovider.cs (1)
313args = new Dictionary<string, string>(4);
system\diagnostics\eventing\eventsource.cs (13)
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>(); 6126channelTab = new Dictionary<int, ChannelInfo>(4); 6237mapsTab = new Dictionary<string, Type>(); 6280channelTab = new Dictionary<int, ChannelInfo>(4); 6631channelTab = new Dictionary<int, ChannelInfo>(4); 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\customattribute.cs (1)
2147Dictionary<RuntimeType, RuntimeType> temp_pca = new Dictionary<RuntimeType, RuntimeType>(s_pcasCount);
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\resources\resourcereader.cs (2)
166_resCache = new Dictionary<String, ResourceLocator>(FastResourceComparer.Default); 188_resCache = new Dictionary<String, ResourceLocator>(FastResourceComparer.Default);
system\resources\resourcewriter.cs (5)
110_resourceList = new Dictionary<String, Object>(_ExpectedNumberOfResources, FastResourceComparer.Default); 111_caseInsensitiveDups = new Dictionary<String, Object>(StringComparer.OrdinalIgnoreCase); 122_resourceList = new Dictionary<String, Object>(_ExpectedNumberOfResources, FastResourceComparer.Default); 123_caseInsensitiveDups = new Dictionary<String, Object>(StringComparer.OrdinalIgnoreCase); 247_preserializedData = new Dictionary<String, PrecannedResource>(FastResourceComparer.Default);
system\resources\runtimeresourceset.cs (3)
195_resCache = new Dictionary<String, ResourceLocator>(FastResourceComparer.Default); 215_resCache = new Dictionary<String, ResourceLocator>(FastResourceComparer.Default); 358_caseInsensitiveTable = new Dictionary<String, ResourceLocator>(StringComparer.OrdinalIgnoreCase);
system\rttype.cs (3)
1147Dictionary<RuntimeType, RuntimeType> ht = new Dictionary<RuntimeType, RuntimeType>(); 1232new Dictionary<String, RuntimeEventInfo>(); 1339new Dictionary<String, List<RuntimePropertyInfo>>();
system\runtime\interopservices\gchandlecookietable.cs (1)
37m_HandleToCookieMap = new Dictionary<ObjectHandle, GCHandleCookie>(InitialHandleCount);
system\runtime\interopservices\windowsruntime\eventregistrationtokentable.cs (1)
23private Dictionary<EventRegistrationToken, T> m_tokens = new Dictionary<EventRegistrationToken, T>();
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (3)
272instanceMap = new Dictionary<MethodInfo, Dictionary<object, EventRegistrationTokenList>>(); 279tokens = new Dictionary<object, EventRegistrationTokenList>(); 539new Dictionary<EventCacheKey, EventCacheEntry>(new EventCacheKeyEqualityComparer());
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 (9)
33private static volatile Dictionary<string, Type> appNameHT = new Dictionary<string, Type>(StringComparer.OrdinalIgnoreCase); 34private static volatile Dictionary<string, string> appOidHT = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase); 117Dictionary<string, string> ht = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase); 174Dictionary<string, object> ht = new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase); 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 (4)
63m_hashes = new Dictionary<Type, byte[]>(); 96m_hashes = new Dictionary<Type, byte[]>(); 112m_hashes = new Dictionary<Type, byte[]>(hash.m_hashes); 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 (16)
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 (2)
734_masterBracketCharacterCache = new Dictionary<Type, Dictionary<string, SpecialBracketCharacters>>(); 878Dictionary<string, SpecialBracketCharacters> cache = new Dictionary<string, SpecialBracketCharacters>(StringComparer.OrdinalIgnoreCase);
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 (39)
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\FontCache\FontResourceCache.cs (2)
87folderResourceMap = new Dictionary<string, List<string>>(StringComparer.OrdinalIgnoreCase); 151= new Dictionary<Assembly, Dictionary<string, List<string>>>(1);
Core\CSharp\MS\Internal\FontCache\FontSourceCollection.cs (1)
197Dictionary<string, object> fontPaths = new Dictionary<string, object>(512, StringComparer.OrdinalIgnoreCase);
Core\CSharp\MS\Internal\FontFace\CompositeFontInfo.cs (3)
51_familyNames = new LanguageSpecificStringDictionary(new Dictionary<XmlLanguage,string>(InitialCultureCount)); 73_familyMapRangesByLanguage = new Dictionary<XmlLanguage, ushort[]>(InitialCultureCount); 164Dictionary<XmlLanguage, ushort[]> table = new Dictionary<XmlLanguage, ushort[]>(_familyMapRangesByLanguage.Count);
Core\CSharp\MS\Internal\FontFace\FontDifferentiator.cs (1)
37Dictionary<XmlLanguage, string> faceNames = new Dictionary<XmlLanguage, string>(1);
Core\CSharp\MS\Internal\FontFace\PhysicalFontFamily.cs (1)
55Dictionary<XmlLanguage, string> convertedDictionary = new Dictionary<XmlLanguage, string>();
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1722new System.Collections.Generic.Dictionary<Stroke, StrokeLookupEntry>(_coreStrokes.Count);
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 (2)
55return new Dictionary<string, string>(); 65contentFiles = new Dictionary<string, string>(assemblyAttributes.Length, StringComparer.OrdinalIgnoreCase);
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\Input\ManipulationDevice.cs (1)
110_manipulationDevices = new Dictionary<UIElement, ManipulationDevice>(2);
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (2)
764private Dictionary<int, Manipulator2D> _currentManipulators = new Dictionary<int, Manipulator2D>(2); 767private Dictionary<int, Manipulator2D> _removedManipulators = new Dictionary<int, Manipulator2D>(2);
Core\CSharp\System\Windows\Media\FontEmbeddingManager.cs (2)
58_collectedGlyphTypefaces = new Dictionary<Uri, Dictionary<ushort, bool>>(_uriComparer); 90glyphSet = _collectedGlyphTypefaces[glyphTypeface] = new Dictionary<ushort, bool>();
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
518IDictionary<XmlLanguage, string> adjustedLanguageFaceNames = new Dictionary<XmlLanguage, string>(adjustedFaceNames.Count);
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\SolidColorBrush.cs (2)
285fwdDictionary = new Dictionary<TKey, TValue>(keyComparer); 286revDictionary = new Dictionary<TValue, List<TKey>>(valueComparer);
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\MimeTypeMapper.cs (1)
166private static readonly Dictionary<string, ContentType> _fileExtensionToMimeType = new Dictionary<string, ContentType>(4);
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 (84)
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\Globalization\BamlResourceDeserializer.cs (1)
407= new Dictionary<string, Stack<ILocalizabilityInheritable>>(8);
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (2)
364_classAttributeTable = new Dictionary<string, ElementLocalizability> (8); 365_propertyAttributeTable = new Dictionary<string, LocalizabilityAttribute> (8);
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (1)
848_contentPropertyTable = new Dictionary<string, string>(8);
src\Framework\MS\Internal\Ink\ClipboardProcessor.cs (2)
71_preferredClipboardData = new Dictionary<InkCanvasClipboardFormat, ClipboardData>(); 284Dictionary<InkCanvasClipboardFormat, ClipboardData> preferredData = new Dictionary<InkCanvasClipboardFormat, ClipboardData>();
src\Framework\MS\Internal\Interop\InternalDispatchObject.cs (1)
76_dispId2MethodMap = new Dictionary<int, MethodInfo>(methods.Length);
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (1)
129_lcidDictionary = new Dictionary<string, uint>(StringComparer.OrdinalIgnoreCase);
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
68_predefinedNamespaces = new Dictionary<Uri, IList<Uri>>(6);
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 (2)
8293Dictionary<string, StringBuilder> dataGridStringBuilders = new Dictionary<string, StringBuilder>(formats.Count); 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\Controls\DatePicker.cs (1)
870_isHandlerSuspended = new Dictionary<DependencyProperty, bool>(2);
src\Framework\System\Windows\Controls\Primitives\Selector.cs (3)
2729_set = new Dictionary<ItemInfo, ItemInfo>(capacity, equalityComparer); 2740_set = new Dictionary<ItemInfo, ItemInfo>(collection._set, _equalityComparer); 2917_set = new Dictionary<ItemInfo, ItemInfo>(_list.Count);
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 (2)
24_namespaces = new Dictionary<string, string>(source._namespaces); 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\WpfSharedBamlSchemaContext.cs (1)
63_masterTypeTable = new Dictionary<Type, XamlType>(256);
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 (3)
734_masterBracketCharacterCache = new Dictionary<Type, Dictionary<string, SpecialBracketCharacters>>(); 821_freezeCache = new Dictionary<string, Freezable>(); 878Dictionary<string, SpecialBracketCharacters> cache = new Dictionary<string, SpecialBracketCharacters>(StringComparer.OrdinalIgnoreCase);
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 (4)
38_nsDefinitions = new Dictionary<string, FrugalObjectList<string>>(); 55_piNamespaces = new Dictionary<string, string>(typeMapper.PITable.Count); 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 (3)
477_dictionaries = new Dictionary<Assembly, ResourceDictionaries>(1); 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>();
SMDiagnostics (1)
System\ServiceModel\Diagnostics\LegacyDiagnosticTrace.cs (1)
204Dictionary<string, string> values = new Dictionary<string, string>(3);
SMSvcHost (6)
System\ServiceModel\Activation\AppManager.cs (2)
22this.apps = new Dictionary<string, App>(); 23this.pools = new Dictionary<string, AppPool>();
System\ServiceModel\Activation\Diagnostics\ListenerTraceUtility.cs (1)
18static Dictionary<int, string> traceCodes = new Dictionary<int, string>(39)
System\ServiceModel\Activation\MessageQueue.cs (1)
22static Dictionary<BaseUriWithWildcard, MessageQueue> registry = new Dictionary<BaseUriWithWildcard, MessageQueue>();
System\ServiceModel\Activation\MsmqActivation.cs (2)
155this.bindingMonitors = new Dictionary<string, MsmqBindingMonitor>(StringComparer.OrdinalIgnoreCase); 219this.groups = new Dictionary<int, QueueMonitorGroup>();
svcutil (1)
CommandLineParser.cs (1)
91contents = new Dictionary<string, IList<string>>(capacity);
System (26)
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>();
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (2)
1889Dictionary<string, EventDescriptor> eventList = new Dictionary<string, EventDescriptor>(16); 1926Dictionary<string, PropertyDescriptor> propertyList = new Dictionary<string, PropertyDescriptor>(10);
net\System\_UriSyntax.cs (3)
143m_Table = new Dictionary<String, UriParser>(c_InitialTableSize); 144m_TempTable = new Dictionary<String, UriParser>(c_InitialTableSize); 317m_TempTable = new Dictionary<String, UriParser>(c_InitialTableSize);
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\MailHeaderInfo.cs (1)
122m_HeaderDictionary = new Dictionary<string, int>((int)MailHeaderID.ZMaxEnumValue + 1, StringComparer.OrdinalIgnoreCase);
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>();
net\System\Net\WebUtility.cs (1)
1058Dictionary<string, char> lookupTable = new Dictionary<string, char>(StringComparer.Ordinal);
parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
31private static Dictionary<string, bool> s_switchMap = new Dictionary<string, bool>();
regex\system\text\regularexpressions\RegexCharClass.cs (1)
361Dictionary<String, String> tempCategories = new Dictionary<String, String>(32);
regex\system\text\regularexpressions\RegexWriter.cs (1)
66_stringhash = new Dictionary<string, int>();
System.Activities (141)
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (1)
101new Dictionary<HashSet<Assembly>, HostedCompilerWrapper>(HostedCompilerCacheSize, HashSet<Assembly>.CreateSetComparer()),
Microsoft\VisualBasic\Activities\XamlIntegration\VisualBasicExpressionConverter.cs (1)
229new Dictionary<XNamespace, XmlnsMapping>(new XNamespaceEqualityComparer()),
System\Activities\Activity.cs (2)
1369this.activityExtensionProviders = new Dictionary<Type, WorkflowInstanceExtensionProvider>(); 1419this.singletonActivityNames = new Dictionary<string, Activity>(1);
System\Activities\ActivityLocationReferenceEnvironment.cs (1)
51this.declarations = new Dictionary<string, LocationReference>();
System\Activities\ActivityUtilities.cs (4)
59static ReadOnlyDictionaryInternal<string, object> emptyParameters = new ReadOnlyDictionaryInternal<string, object>(new Dictionary<string, object>(0)); 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\DebugInfo.cs (1)
443this.cachedLocalInfos = new Dictionary<string, LocalInfo>(StringComparer.OrdinalIgnoreCase);
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\ActivatableWorkflowsQueryResult.cs (3)
19static readonly ReadOnlyDictionaryInternal<XName, object> emptyDictionary = new ReadOnlyDictionaryInternal<XName, object>(new Dictionary<XName, object>(0)); 29{ parameters == null ? ActivatableWorkflowsQueryResult.emptyDictionary : new ReadOnlyDictionaryInternal<XName, object>(new Dictionary<XName, object>(parameters)) }; 41dictionary == null ? ActivatableWorkflowsQueryResult.emptyDictionary : new ReadOnlyDictionaryInternal<XName, object>(new Dictionary<XName, object>(dictionary))));
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\DynamicUpdateMapBuilder.cs (4)
201this.updateableObjects = new Dictionary<object, DynamicUpdateMapItem>(ReferenceEqualityComparer.Instance); 312this.savedOriginalValues = new Dictionary<Activity, object>(ReferenceEqualityComparer.Instance); 802this.expressionRootsThatCanInduceIdle = new Dictionary<Activity, Activity>(ReferenceEqualityComparer.Instance); 874this.newToOldMatches = new Dictionary<object, object>(ReferenceEqualityComparer.Instance);
System\Activities\DynamicUpdate\DynamicUpdateMapEntry.cs (1)
233Dictionary<string, object> result = new Dictionary<string, object>(first);
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\WorkflowInstance.cs (1)
26static readonly IDictionary<string, LocationInfo> EmptyMappedVariablesDictionary = new ReadOnlyDictionaryInternal<string, LocationInfo>(new Dictionary<string, LocationInfo>(0));
System\Activities\Hosting\WorkflowInstanceExtensionCollection.cs (2)
68filteredActivityExtensionProviders = new Dictionary<Type, WorkflowInstanceExtensionProvider>(activityExtensionProviders.Count); 450this.singleTypeCache = new Dictionary<Type, object>();
System\Activities\HybridDictionary.cs (1)
115this.dictionary = new Dictionary<TKey, TValue>();
System\Activities\NativeActivityContext.cs (32)
634Dictionary<string, object> inputParameters = new Dictionary<string, object>(1) 668Dictionary<string, object> inputParameters = new Dictionary<string, object>(2) 703Dictionary<string, object> inputParameters = new Dictionary<string, object>(3) 740Dictionary<string, object> inputParameters = new Dictionary<string, object>(4) 780Dictionary<string, object> inputParameters = new Dictionary<string, object>(5) 821Dictionary<string, object> inputParameters = new Dictionary<string, object>(6) 863Dictionary<string, object> inputParameters = new Dictionary<string, object>(7) 906Dictionary<string, object> inputParameters = new Dictionary<string, object>(8) 951Dictionary<string, object> inputParameters = new Dictionary<string, object>(9) 997Dictionary<string, object> inputParameters = new Dictionary<string, object>(10) 1044Dictionary<string, object> inputParameters = new Dictionary<string, object>(11) 1092Dictionary<string, object> inputParameters = new Dictionary<string, object>(12) 1141Dictionary<string, object> inputParameters = new Dictionary<string, object>(13) 1191Dictionary<string, object> inputParameters = new Dictionary<string, object>(14) 1242Dictionary<string, object> inputParameters = new Dictionary<string, object>(15) 1294Dictionary<string, object> inputParameters = new Dictionary<string, object>(16) 1399Dictionary<string, object> inputParameters = new Dictionary<string, object>(1) 1434Dictionary<string, object> inputParameters = new Dictionary<string, object>(2) 1470Dictionary<string, object> inputParameters = new Dictionary<string, object>(3) 1507Dictionary<string, object> inputParameters = new Dictionary<string, object>(4) 1547Dictionary<string, object> inputParameters = new Dictionary<string, object>(5) 1588Dictionary<string, object> inputParameters = new Dictionary<string, object>(6) 1630Dictionary<string, object> inputParameters = new Dictionary<string, object>(7) 1673Dictionary<string, object> inputParameters = new Dictionary<string, object>(8) 1718Dictionary<string, object> inputParameters = new Dictionary<string, object>(9) 1764Dictionary<string, object> inputParameters = new Dictionary<string, object>(10) 1811Dictionary<string, object> inputParameters = new Dictionary<string, object>(11) 1859Dictionary<string, object> inputParameters = new Dictionary<string, object>(12) 1908Dictionary<string, object> inputParameters = new Dictionary<string, object>(13) 1958Dictionary<string, object> inputParameters = new Dictionary<string, object>(14) 2009Dictionary<string, object> inputParameters = new Dictionary<string, object>(15) 2061Dictionary<string, object> inputParameters = new Dictionary<string, object>(16)
System\Activities\Runtime\ActivityExecutor.cs (3)
2355this.workflowOutputs = new Dictionary<string, object>(); 2713Dictionary<string, ExecutionPropertyManager.ExecutionProperty> rootProperties = new Dictionary<string, ExecutionPropertyManager.ExecutionProperty>(hostProperties.Count); 3011this.activeOperations = new Dictionary<ActivityInstance, AsyncOperationContext>();
System\Activities\Runtime\ActivityInstanceMap.cs (2)
69this.instanceMapping = new Dictionary<Activity, InstanceList>(); 587this.instanceMapping = new Dictionary<Activity, InstanceList>(this.rawDeserializedLists.Length);
System\Activities\Runtime\BookmarkManager.cs (1)
162this.bookmarks = new Dictionary<Bookmark, BookmarkCallbackWrapper>(Bookmark.Comparer);
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\Runtime\MappableObjectManager.cs (1)
49result = new Dictionary<string, LocationInfo>(this.mappableLocations.Count);
System\Activities\Statements\CompensationExtension.cs (2)
25this.compensationTokenTable = new Dictionary<long, CompensationTokenData>(); 157readWriteValues = new Dictionary<XName, object>(1)
System\Activities\Statements\DurableTimerExtension.cs (2)
118readWriteValues = new Dictionary<XName, object>(1); 119writeOnlyValues = new Dictionary<XName, object>(1);
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\ActivityStateRecord.cs (3)
90this.variables = new Dictionary<string, object>(record.variables); 102this.arguments = new Dictionary<string, object>(record.arguments); 333trackedData = new Dictionary<string, object>(10);
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\Tracking\TrackingRecord.cs (2)
49Dictionary<string, string> copy = new Dictionary<string, string>(record.annotations); 150readonlyEmptyAnnotations = new ReadOnlyDictionaryInternal<string, string>(new Dictionary<string, string>(0));
System\Activities\Validation\ActivityValidationServices.cs (1)
367Dictionary<string, object> inputDictionary = new Dictionary<string, object>(2);
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 (5)
334this.instanceMetadata = new Dictionary<XName, InstanceValue>(writeOnlyValues.Count); 2872this.instanceMetadata = new Dictionary<XName, InstanceValue>(2); 2887this.persistenceManager.SetMutablemetadata(new Dictionary<XName, InstanceValue> 5636this.instanceMetadata = new Dictionary<XName, InstanceValue>(1); 5841Dictionary<XName, InstanceValue> data = new Dictionary<XName, InstanceValue>(10);
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 (8)
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>(); 2824this.fields = new Dictionary<string, MemberData>(StringComparer.OrdinalIgnoreCase); 2828this.fields = new Dictionary<string, MemberData>(); 2843this.properties = new Dictionary<string, MemberData>(StringComparer.OrdinalIgnoreCase); 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 (105)
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 (3)
294Dictionary<object, object> sourceLocationObjectToModelItemObjectMapping = new Dictionary<object, object>(ObjectReferenceEqualityComparer<object>.Default); 459Dictionary<object, SourceLocation> collectingSourceLocations = new Dictionary<object, SourceLocation>(ObjectReferenceEqualityComparer<object>.Default); 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 (8)
88_interfaces = new Dictionary<Type, Type>(); 208Dictionary<object, Attribute> dict = new Dictionary<object, Attribute>(attrArray.Length); 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 (9)
71this.modelItemToSourceLocation = new Dictionary<ModelItem, SourceLocation>(); 72this.sourceLocationToModelItem = new Dictionary<SourceLocation, ModelItem>(); 73this.breakpoints = new Dictionary<ModelItem, BreakpointTypes>(); 75this.transientBreakpoints = new Dictionary<ModelItem, BreakpointTypes>(); 76this.unmappedBreakpoints = new Dictionary<SourceLocation, BreakpointTypes>(4); 77this.instanceToSourceLocationMapping = new Dictionary<object, SourceLocation>(); 533IDictionary<SourceLocation, BreakpointTypes> breakpointLocations = new Dictionary<SourceLocation, BreakpointTypes>(); 625Dictionary<SourceLocation, BreakpointTypes> newUnmappedBreakpoints = new Dictionary<SourceLocation, BreakpointTypes>(this.unmappedBreakpoints.Count); 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\ModelTreeManager.cs (1)
606Dictionary<string, ModelItem> removedModelItems = new Dictionary<string, ModelItem>(modelPropertyStore);
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\Model\WeakKeyDictionary.cs (2)
23_internalDictionary = new Dictionary<WeakKey, V>(new WeakComparer()); 28_internalDictionary = new Dictionary<WeakKey, V>(new WeakComparer(comparer));
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 (6)
System\Addin\Hosting\AddInStore.cs (2)
61private static readonly Dictionary<String, CacheInfo> StateCache = new Dictionary<String, CacheInfo>(); 1409Dictionary<String, AddInToken> uniqueAddIns = new Dictionary<String, AddInToken>(StringComparer.OrdinalIgnoreCase);
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 (7)
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 (3)
119this._items = new Dictionary<object, object>(items); 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 (2)
System\Configuration\BaseConfigurationRecord.cs (1)
457indirectLocationInputs = new Dictionary<string, List<SectionInput>>(1);
System\Configuration\ConfigurationElement.cs (1)
873s_perTypeValidators = new Dictionary<Type,ConfigurationValidatorBase>();
System.Core (41)
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 (3)
74private readonly Dictionary<object, int> _indexes = new Dictionary<object, int>(ReferenceEqualityComparer<object>.Instance); 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 (3)
79internal readonly Dictionary<ParameterExpression, VariableStorageKind> Definitions = new Dictionary<ParameterExpression, VariableStorageKind>(); 109private readonly Dictionary<ParameterExpression, Storage> _locals = new Dictionary<ParameterExpression, Storage>(); 116Definitions = new Dictionary<ParameterExpression, VariableStorageKind>(variables.Count);
Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs (1)
191curTypeInfo.TypeChain = new Dictionary<Type, TypeInfo>();
Microsoft\Scripting\Compiler\HoistedLocals.cs (1)
82Dictionary<Expression, int> indexes = new Dictionary<Expression, int>(vars.Count);
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 (5)
33_data = new Dictionary<T, object>(); 37_data = new Dictionary<T, object>(comparer); 41_data = new Dictionary<T, object>(list.Count); 48_data = new Dictionary<T, object>(); 55_data = new Dictionary<T, object>(capacity);
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\Linq\Enumerable.cs (1)
968Dictionary<TKey, TElement> d = new Dictionary<TKey, TElement>(comparer);
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (1)
285new Dictionary<Wrapper<TInputOutput>, Pair<TInputOutput, TLeftKey>>(
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
276m_hashLookup = new Dictionary<Wrapper<TInputOutput>, Pair<TInputOutput, TLeftKey>>(m_comparer);
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (1)
357new Dictionary<Wrapper<TInputOutput>, Pair<TInputOutput, ConcatKey<TLeftKey, TRightKey>>>(wrapperComparer);
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (1)
219m_hashLookup = new Dictionary<Wrapper<TInputOutput>, TKey>(
System\Linq\Parallel\Utils\Lookup.cs (1)
50m_dict = new Dictionary<TKey, IGrouping<TKey, TElement>>(m_comparer);
System\Linq\ParallelEnumerable.cs (2)
5004Dictionary<TKey, TSource> result = new Dictionary<TKey, TSource>(comparer); 5107Dictionary<TKey, TElement> result = new Dictionary<TKey, TElement>(comparer);
System\Security\Cryptography\BCryptHashAlgorithm.cs (1)
29m_algorithmHandles = new Dictionary<string, WeakReference>();
System.Data (143)
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 (3)
294Dictionary<object, object> sourceLocationObjectToModelItemObjectMapping = new Dictionary<object, object>(ObjectReferenceEqualityComparer<object>.Default); 459Dictionary<object, SourceLocation> collectingSourceLocations = new Dictionary<object, SourceLocation>(ObjectReferenceEqualityComparer<object>.Default); 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 (8)
88_interfaces = new Dictionary<Type, Type>(); 208Dictionary<object, Attribute> dict = new Dictionary<object, Attribute>(attrArray.Length); 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 (9)
71this.modelItemToSourceLocation = new Dictionary<ModelItem, SourceLocation>(); 72this.sourceLocationToModelItem = new Dictionary<SourceLocation, ModelItem>(); 73this.breakpoints = new Dictionary<ModelItem, BreakpointTypes>(); 75this.transientBreakpoints = new Dictionary<ModelItem, BreakpointTypes>(); 76this.unmappedBreakpoints = new Dictionary<SourceLocation, BreakpointTypes>(4); 77this.instanceToSourceLocationMapping = new Dictionary<object, SourceLocation>(); 533IDictionary<SourceLocation, BreakpointTypes> breakpointLocations = new Dictionary<SourceLocation, BreakpointTypes>(); 625Dictionary<SourceLocation, BreakpointTypes> newUnmappedBreakpoints = new Dictionary<SourceLocation, BreakpointTypes>(this.unmappedBreakpoints.Count); 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\ModelTreeManager.cs (1)
606Dictionary<string, ModelItem> removedModelItems = new Dictionary<string, ModelItem>(modelPropertyStore);
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\Model\WeakKeyDictionary.cs (2)
23_internalDictionary = new Dictionary<WeakKey, V>(new WeakComparer()); 28_internalDictionary = new Dictionary<WeakKey, V>(new WeakComparer(comparer));
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\AdapterUtil.cs (1)
2396Dictionary<string,int> hash = new Dictionary<string,int>(columnNameArray.Length);
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
58values = new Dictionary<string,object>(StringComparer.OrdinalIgnoreCase);
fx\src\data\System\Data\Common\ObjectStorage.cs (2)
507new Dictionary<KeyValuePair<Type,XmlRootAttribute>, XmlSerializer>( 517cache = new Dictionary<KeyValuePair<Type,XmlRootAttribute>, XmlSerializer>(
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 (4)
80private Dictionary<DataRow, DataRowView> rowViewCache = new Dictionary<DataRow, DataRowView>(DataRowReferenceComparer.Default); 85private readonly Dictionary<DataRow, DataRowView> rowViewBuffer = new Dictionary<DataRow, DataRowView>(DataRowReferenceComparer.Default); 960findIndexes = new Dictionary<string,Index>(); 1478Dictionary<DataRow, DataRowView> rvc = new Dictionary<DataRow, DataRowView>(CountFromIndex, DataRowReferenceComparer.Default);
fx\src\data\System\Data\Odbc\OdbcConnectionStringbuilder.cs (1)
51Dictionary<string,Keywords> hash = new Dictionary<string,Keywords>(2, StringComparer.OrdinalIgnoreCase);
fx\src\data\System\Data\OleDb\oledbconnectionstring.cs (1)
252udlcache = new Dictionary<string,string>();
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (2)
65Dictionary<string,Keywords> hash = new Dictionary<string,Keywords>(9, StringComparer.OrdinalIgnoreCase); 387providerInfo = new Dictionary<string,OleDbPropertyInfo>(StringComparer.OrdinalIgnoreCase);
fx\src\data\System\Data\OleDb\PropertyInfoSet.cs (1)
71propertyLookup = new Dictionary<string,OleDbPropertyInfo>(StringComparer.OrdinalIgnoreCase);
fx\src\data\System\Data\ProviderBase\DbConnectionFactory.cs (3)
42_connectionPoolGroups = new Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup>(); 420Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup> newConnectionPoolGroups = new Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup>(1+connectionPoolGroups.Count); 519Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup> newConnectionPoolGroups = new Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup>(connectionPoolGroups.Count);
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
83_transactedCxns = new Dictionary<SysTx.Transaction, TransactedConnectionList> ();
fx\src\data\System\Data\SqlClient\LocalDBAPI.cs (1)
306Dictionary<string, InstanceInfo> tempConfigurableInstances = new Dictionary<string, InstanceInfo>(StringComparer.OrdinalIgnoreCase);
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\SqlConnection.cs (2)
66= new Dictionary<string, SqlColumnEncryptionKeyStoreProvider>(capacity: 1, comparer: StringComparer.OrdinalIgnoreCase) 206new Dictionary<string, SqlColumnEncryptionKeyStoreProvider>(customProviders, StringComparer.OrdinalIgnoreCase);
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
178Dictionary<string, Keywords> hash = new Dictionary<string, Keywords>(KeywordsCount + SqlConnectionString.SynonymCount, StringComparer.OrdinalIgnoreCase);
fx\src\data\System\Data\SqlClient\SqlDependency.cs (2)
253new Dictionary<string, Dictionary<IdentityUserNamePair, List<DatabaseServicePair>>>(StringComparer.OrdinalIgnoreCase); 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\SqlInternalConnectionTds.cs (1)
77_resolvedAliases = new Dictionary<string, Tuple<string, string>>(2);
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 (366)
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\ExpressionPrinter.cs (1)
218Dictionary<DbExpressionKind, string> opMap = new Dictionary<DbExpressionKind, string>(12);
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 (5)
432Dictionary<object, DbComparisonExpression> discriminatorPredicates = new Dictionary<object, DbComparisonExpression>(); 442Dictionary<string, DbComparisonExpression> inputPredicateMap = new Dictionary<string, DbComparisonExpression>(); 443Dictionary<string, DbComparisonExpression> selectorPredicateMap = new Dictionary<string, DbComparisonExpression>(); 444Dictionary<string, DbExpression> columnValues = new Dictionary<string, DbExpression>(rowConstructor.Arguments.Count); 638Dictionary<string, DbExpression> bindings = new Dictionary<string, DbExpression>(innerNew.Arguments.Count);
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\EntitySql\CqlLexerHelpers.cs (3)
836Dictionary<string, short> keywords = new Dictionary<string, short>(60, _stringComparer); 1012Dictionary<string, short> operators = new Dictionary<string, short>(16, _stringComparer); 1042Dictionary<string, short> punctuators = new Dictionary<string, short>(16, _stringComparer);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (4)
2534Dictionary<string, TypeUsage> rowColumns = new Dictionary<string, TypeUsage>(sr.NameComparer); 3602projectionExpressions = new Dictionary<string, DbExpression>(queryExpr.SelectClause.Items.Count, sr.NameComparer); 4349Dictionary<Type, AstExprConverter> astExprConverters = new Dictionary<Type, AstExprConverter>(NumberOfElements); 4373Dictionary<AST.BuiltInKind, BuiltInExprConverter> builtInExprConverter = new Dictionary<AST.BuiltInKind, BuiltInExprConverter>(sizeof(AST.BuiltInKind));
System\Data\Common\EntitySql\SemanticResolver.cs (2)
177Dictionary<string, DbParameterReferenceExpression> retParams = new Dictionary<string, DbParameterReferenceExpression>(parserOptions.NameComparer); 204Dictionary<string, DbVariableReferenceExpression> retVars = new Dictionary<string, DbVariableReferenceExpression>(parserOptions.NameComparer);
System\Data\Common\EntitySql\StaticContext.cs (1)
31_scopeEntries = new Dictionary<string, ScopeEntry>(keyComparer);
System\Data\Common\EntitySql\TypeResolver.cs (2)
194_aliasedNamespaces = new Dictionary<string, MetadataNamespace>(parserOptions.NameComparer); 196_functionDefinitions = new Dictionary<string, List<InlineFunctionInfo>>(parserOptions.NameComparer);
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\QueryCache\QueryCacheManager.cs (1)
56private readonly Dictionary<QueryCacheKey, QueryCacheEntry> _cacheData = new Dictionary<QueryCacheKey, QueryCacheEntry>(32);
System\Data\Common\Utils\AliasGenerator.cs (1)
72updatedCache = new Dictionary<string, string[]>(capacity, StringComparer.InvariantCultureIgnoreCase);
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\Simplifier.cs (1)
79Dictionary<BoolExpr<T_Identifier>, bool> negatedChildren = new Dictionary<BoolExpr<T_Identifier>, bool>(tree.Children.Count);
System\Data\Common\Utils\Boolean\Solver.cs (2)
35new Dictionary<IfThenElseKey, Vertex>(); 37new Dictionary<Vertex, Vertex>(VertexValueComparer.Instance);
System\Data\Common\Utils\KeyToListMap.cs (1)
30m_map = new Dictionary<TKey, List<TValue>>(comparer);
System\Data\Common\Utils\Memoizer.cs (1)
37_resultCache = new Dictionary<TArg, Result>(argComparer);
System\Data\Common\Utils\MetadataHelper.cs (1)
435Dictionary<EntityType, Set<EntityType>> graph = new Dictionary<EntityType, Set<EntityType>>();
System\Data\EntityClient\EntityCommand.cs (1)
812Dictionary<string, TypeUsage> queryParams = new Dictionary<string, TypeUsage>(_parameters.Count);
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\EntityKeyElement.cs (1)
99Dictionary<string, PropertyRefElement> propertyLookUp = new Dictionary<string, PropertyRefElement>(StringComparer.Ordinal);
System\Data\EntityModel\SchemaObjectModel\RelationshipEndCollection.cs (1)
178_endLookup = new Dictionary<string, IRelationshipEnd>(StringComparer.Ordinal);
System\Data\EntityModel\SchemaObjectModel\SchemaElementLookUpTable.cs (1)
210_keyToType = new Dictionary<string,T>(StringComparer.Ordinal);
System\Data\EntityModel\SchemaObjectModel\SchemaLookupTable.cs (1)
23private Dictionary<string, string> _aliasToNamespaceMap = new Dictionary<string, string>(StringComparer.Ordinal);
System\Data\EntityModel\SchemaObjectModel\TypeUsageBuilder.cs (2)
44_facetValues = new Dictionary<string, object>(); 116calculatedFacets = new Dictionary<string, Facet>();
System\Data\EntityModel\SchemaObjectModel\XmlSchemaResource.cs (1)
47Dictionary<string, XmlSchemaResource> schemaResourceMap = new Dictionary<string, XmlSchemaResource>(StringComparer.Ordinal);
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (3)
49private Dictionary<string, int> clrTypeIndexes = new Dictionary<string, int>(StringComparer.Ordinal); //Indexes into the type mappings collection based on clr type name 50private Dictionary<string, int> cdmTypeIndexes = new Dictionary<string, int>(StringComparer.Ordinal); //Indexes into the type mappings collection based on clr type name 431Dictionary<string, ObjectTypeMapping> typeMappings = new Dictionary<string, ObjectTypeMapping>(StringComparer.Ordinal);
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\FunctionImportMappingComposable.cs (1)
146Dictionary<string, Node> viewArguments = new Dictionary<string, Node>(m_commandParameters.Length);
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\ObjectTypeMapping.cs (2)
35m_memberMapping = new Dictionary<string, ObjectMemberMapping>(((StructuralType)cdmType).Members.Count); 52= new Dictionary<string, ObjectMemberMapping>(0);
System\Data\Mapping\StorageComplexTypeMapping.cs (4)
33Dictionary<string, StoragePropertyMapping> m_properties = new Dictionary<string, StoragePropertyMapping>(StringComparer.Ordinal); //child property mappings that make up this complex property 34Dictionary<EdmProperty, StoragePropertyMapping> m_conditionProperties = new Dictionary<EdmProperty, StoragePropertyMapping>(EqualityComparer<EdmProperty>.Default); //Condition property mappings for this complex type 37private Dictionary<string, ComplexType> m_types = new Dictionary<string, ComplexType>(StringComparer.Ordinal); //Types for which the mapping holds true for. 38private Dictionary<string, ComplexType> m_isOfTypes = new Dictionary<string, ComplexType>(StringComparer.Ordinal); //Types for which the mapping holds true for
System\Data\Mapping\StorageEntityContainerMapping.cs (3)
72private Dictionary<string, StorageSetMapping> m_entitySetMappings = new Dictionary<string, StorageSetMapping>(StringComparer.Ordinal); //A collection of EntitySetMappings under this EntityContainer mapping 73private Dictionary<string, StorageSetMapping> m_associationSetMappings = new Dictionary<string, StorageSetMapping>(StringComparer.Ordinal); //A collection of AssociationSetMappings under this EntityContainer mapping 74private Dictionary<EdmFunction, FunctionImportMapping> m_functionImportMappings = new Dictionary<EdmFunction, FunctionImportMapping>();
System\Data\Mapping\StorageEntityTypeMapping.cs (2)
71private Dictionary<string, EdmType> m_entityTypes = new Dictionary<string, EdmType>(StringComparer.Ordinal); 75private Dictionary<string, EdmType> m_isOfEntityTypes = new Dictionary<string, EdmType>(StringComparer.Ordinal);
System\Data\Mapping\StorageMappingFragment.cs (1)
89Dictionary<EdmProperty, StoragePropertyMapping> m_conditionProperties = new Dictionary<EdmProperty, StoragePropertyMapping>(EqualityComparer<EdmProperty>.Default);
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 (3)
64userDefinedQueryViewsDict = new Dictionary<EntitySetBase, GeneratedView>(EqualityComparer<EntitySetBase>.Default); 65userDefinedQueryViewsOfTypeDict = new Dictionary<OfTypeQVCacheKey, GeneratedView>(OfTypeQVCacheKey.PairComparer.Instance); 90extentMappingViews = new Dictionary<EntitySetBase, GeneratedView>();
System\Data\Mapping\StorageMappingItemLoader.cs (3)
102this.m_alias = new Dictionary<string, string>(StringComparer.Ordinal); 553Dictionary<EntitySetBase, int> mappingCounts = new Dictionary<EntitySetBase, int>(); 1214var associationEnds = new Dictionary<AssociationSet, AssociationEndMember>();
System\Data\Mapping\StorageSetMapping.cs (1)
92private Dictionary<Triple, string> m_typeSpecificQueryViews = new Dictionary<Triple, string>(Triple.PairComparer.Instance);
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\FunctionUpdateCommand.cs (1)
200m_outputIdentifiers = new Dictionary<int, string>(initialSize);
System\Data\Mapping\Update\Internal\Graph.cs (2)
43m_successorMap = new Dictionary<TVertex, HashSet<TVertex>>(comparer); 44m_predecessorCounts = new Dictionary<TVertex, int>(comparer);
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.ExtentPlaceholderCreator.cs (1)
51Dictionary<PrimitiveTypeKind, object> typeDefaultMap = new Dictionary<PrimitiveTypeKind, object>(
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (6)
118s_innerJoinInsertRules = new Dictionary<Ops,Ops>(EqualityComparer<Ops>.Default); 119s_innerJoinDeleteRules = new Dictionary<Ops, Ops>(EqualityComparer<Ops>.Default); 120s_leftOuterJoinInsertRules = new Dictionary<Ops, Ops>(EqualityComparer<Ops>.Default); 121s_leftOuterJoinDeleteRules = new Dictionary<Ops, Ops>(EqualityComparer<Ops>.Default); 407map = new Dictionary<PropagatorResult, PropagatorResult>(); 468var hash = new JoinDictionary(m_parent.UpdateTranslator.KeyComparer);
System\Data\Mapping\Update\Internal\RelationshipConstraintValidator.cs (4)
34m_existingRelationships = new Dictionary<DirectionalRelationship, DirectionalRelationship>(EqualityComparer<DirectionalRelationship>.Default); 35m_impliedRelationships = new Dictionary<DirectionalRelationship, IEntityStateEntry>(EqualityComparer<DirectionalRelationship>.Default); 36m_referencingRelationshipSets = new Dictionary<EntitySet, List<AssociationSet>>(EqualityComparer<EntitySet>.Default); 144Dictionary<string, EntityKey> endNameToKeyMap = new Dictionary<string, EntityKey>(
System\Data\Mapping\Update\Internal\TableChangeProcessor.cs (1)
181Dictionary<CompositeKey, PropagatorResult> map = new Dictionary<CompositeKey, PropagatorResult>(
System\Data\Mapping\Update\Internal\UndirectedGraph.cs (1)
64Dictionary<TVertex, ComponentNum> componentMap = new Dictionary<TVertex, ComponentNum>(m_comparer);
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 (3)
42private readonly Dictionary<AssociationSet, AssociationSetMetadata> m_associationSetMetadata = new Dictionary<AssociationSet, AssociationSetMetadata>(); 43private readonly Dictionary<EntitySetBase, Set<EntitySet>> m_affectedTables = new Dictionary<EntitySetBase, Set<EntitySet>>(); 46private readonly Dictionary<EntitySetBase, ModificationFunctionMappingTranslator> m_functionMappingTranslators = new Dictionary<EntitySetBase, ModificationFunctionMappingTranslator>(
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (2)
364var extentLOJs = new Dictionary<EntitySet, OpCellTreeNode>(EqualityComparer<EntitySet>.Default); 401var nestedExtents = new Dictionary<EntitySet, EntitySet>(EqualityComparer<EntitySet>.Default);
System\Data\Mapping\ViewGeneration\CellCreator.cs (1)
120var cSideMembersForSSideExpansionCandidates = new Dictionary<MemberPath, Set<MemberPath>>();
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (1)
440new Dictionary<MemberPath, MemberPath>(MemberPath.EqualityComparer);
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 (4)
63Dictionary<MemberPath, CaseStatement> _caseStatements = new Dictionary<MemberPath, CaseStatement>(); 743Dictionary<BoolLiteral, BoolLiteral> literalRemap = new Dictionary<BoolLiteral, BoolLiteral>(BoolLiteral.EqualityIdentifierComparer); 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\Structures\Domain.cs (2)
342new Dictionary<MemberPath, CellConstantSet>(MemberPath.EqualityComparer); 392Dictionary<MemberPath, CellConstantSet> updateDomainMap = new Dictionary<MemberPath, CellConstantSet>(MemberPath.EqualityComparer);
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (2)
66m_conditionDomainMap = new Dictionary<MemberPath, CellConstantSet>(MemberPath.EqualityComparer); 136m_nonConditionDomainMap = new Dictionary<MemberPath, CellConstantSet>(MemberPath.EqualityComparer);
System\Data\Mapping\ViewGeneration\Structures\MemberProjectionIndex.cs (1)
48m_indexMap = new Dictionary<MemberPath, int>(MemberPath.EqualityComparer);
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (2)
190Dictionary<CompositeCondition, LeftCellWrapper> firstLCWForCondition = new Dictionary<CompositeCondition, LeftCellWrapper>(new ConditionComparer()); 194CompositeCondition condMembersValues = new CompositeCondition();
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (1)
100Dictionary<string, EntitySet> endToExtents = new Dictionary<string, EntitySet>();
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (1)
88m_rewritingCache = new Dictionary<FragmentQuery, Tile<FragmentQuery>>(
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\ItemCollection.cs (2)
491var tempFunctionLookUpTable = new Dictionary<string, List<EdmFunction>>(StringComparer.OrdinalIgnoreCase); 504var functionLookUpTable = new Dictionary<string, System.Collections.ObjectModel.ReadOnlyCollection<EdmFunction>>(StringComparer.OrdinalIgnoreCase);
System\Data\Metadata\Edm\MetadataCollection.cs (2)
345collectionData.IdentityDictionary = new Dictionary<string, OrderedIndex>(collectionData.OrderedList.Count + 1, StringComparer.OrdinalIgnoreCase); 706this.IdentityDictionary = new Dictionary<string, OrderedIndex>(this.OrderedList.Capacity, StringComparer.OrdinalIgnoreCase);
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\MetadataCache.cs (2)
39private static readonly Dictionary<string, EdmMetadataEntry> _edmLevelCache = new Dictionary<string, EdmMetadataEntry>(StringComparer.OrdinalIgnoreCase); 45private static readonly Dictionary<string, StoreMetadataEntry> _storeLevelCache = new Dictionary<string, StoreMetadataEntry>(StringComparer.OrdinalIgnoreCase);
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 (2)
36_assemblies = new Dictionary<Assembly, KnownAssemblyEntry>(); 41_assemblies = new Dictionary<Assembly, KnownAssemblyEntry>(set._assemblies);
System\Data\Metadata\ObjectLayer\LoadMessageLogger.cs (1)
20private Dictionary<EdmType, StringBuilder> _messages = new Dictionary<EdmType, StringBuilder>();
System\Data\Metadata\ObjectLayer\ObjectItemLoadingSessionData.cs (4)
35private readonly Dictionary<Assembly, MutableAssemblyCacheEntry> _listOfAssembliesLoaded = new Dictionary<Assembly, MutableAssemblyCacheEntry>(); 77_conventionCSpaceTypeNames = new Dictionary<string, KeyValuePair<EdmType, int>>(); 134_typesInLoading = new Dictionary<string, EdmType>(StringComparer.Ordinal); 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 (5)
104Dictionary<MethodInfo, CallTranslator> methodTranslators = new Dictionary<MethodInfo, CallTranslator>(); 119Dictionary<SequenceMethod, SequenceMethodTranslator> sequenceTranslators = new Dictionary<SequenceMethod, SequenceMethodTranslator>(); 134Dictionary<string, ObjectQueryCallTranslator> objectQueryCallTranslators = new Dictionary<string, ObjectQueryCallTranslator>(StringComparer.Ordinal); 574return new Dictionary<MethodInfo, MethodInfo>(1); 1430private static readonly Dictionary<MethodInfo, string> s_methodNameMap = new Dictionary<MethodInfo, string>(4);
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 (2)
202s_propertyTranslators = new Dictionary<PropertyInfo, PropertyTranslator>(); 566private static readonly Dictionary<PropertyInfo, string> s_propertyRenameMap = new Dictionary<PropertyInfo, string>(2);
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 (2)
2058Dictionary<EntityKey, EntityEntry> entities = new Dictionary<EntityKey, EntityEntry>(RefreshEntitiesSize(collection)); 2061Dictionary<EntitySet, List<EntityKey>> refreshKeys = new Dictionary<EntitySet, List<EntityKey>>();
System\Data\Objects\ObjectStateManager.cs (13)
68private readonly Dictionary<EntityKey, HashSet<EntityEntry>> _danglingForeignKeys = new Dictionary<EntityKey, HashSet<EntityEntry>>(); 139_metadataStore = new Dictionary<EdmType, StateManagerTypeMetadata>(); 140_metadataMapping = new Dictionary<EntitySetQualifiedType, StateManagerTypeMetadata>(EntitySetQualifiedType.EqualityComparer); 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>(); 2855_keylessEntityStore = new Dictionary<object, EntityEntry>(new ObjectReferenceEqualityComparer()); 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\Objects\ObjectStateManagerMetadata.cs (2)
166_objectNameToOrdinal = new Dictionary<string, int>(members.Count); 167_cLayerNameToOrdinal = new Dictionary<string, int>(members.Count);
System\Data\Objects\SpanIndex.cs (2)
78_rowMap = new Dictionary<RowType, TypeUsage>(RowTypeEqualityComparer.Instance); 112_spanMap = new Dictionary<RowType, Dictionary<int, AssociationEndMember>>(RowTypeEqualityComparer.Instance);
System\Data\Query\InternalTrees\ColumnMapCopier.cs (1)
215Dictionary<object, TypedColumnMap> newTypeChoices = new Dictionary<object, TypedColumnMap>(columnMap.TypeChoices.Comparer);
System\Data\Query\InternalTrees\ColumnMapFactory.cs (1)
55Dictionary<EntityType, TypedColumnMap> typeChoices = new Dictionary<EntityType, TypedColumnMap>(mappedEntityTypes.Count);
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\PlanCompiler\AggregatePushdown.cs (6)
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>(); 912Dictionary<Var, Var> dictionary = new Dictionary<Var, Var>(1);
System\Data\Query\PlanCompiler\CodeGen.cs (1)
123new Dictionary<Var, KeyValuePair<int, int>>();
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (2)
218Dictionary<md.EdmProperty, ColumnMap> keyPropertyMap = new Dictionary<md.EdmProperty, ColumnMap>(); 349Dictionary<object, TypedColumnMap> discriminatorMap = new Dictionary<object, TypedColumnMap>(
System\Data\Query\PlanCompiler\ColumnMapTranslator.cs (1)
354newTypeChoices = new Dictionary<object, TypedColumnMap>(columnMap.TypeChoices);
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 (6)
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>(); 1208Dictionary<string, AliasGenerator> aliasMap = new Dictionary<string, AliasGenerator>(StringComparer.InvariantCultureIgnoreCase); 1209Dictionary<string, string> alreadyUsedAliases = new Dictionary<string, string>(StringComparer.InvariantCultureIgnoreCase); 1735Dictionary<Var, DbAggregate> aggMap = new Dictionary<Var,DbAggregate>();
System\Data\Query\PlanCompiler\ITreeGenerator.cs (5)
108_referencedArgs = new Dictionary<Node, bool>(_arguments.Count); 198private readonly Dictionary<Node, Var> _varMap = new Dictionary<Node, Var>(); 203private readonly Dictionary<DbExpression, bool> _functionsIsPredicateFlag = new Dictionary<DbExpression, bool>(); 219Dictionary<DbExpressionKind, OpType> opMap = new Dictionary<DbExpressionKind, OpType>(12); 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 (2)
133m_typeToNewTypeMap = new Dictionary<md.TypeUsage, md.TypeUsage>(TypeUsageEqualityComparer.Instance); 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 (4)
121m_typeInfoMap = new Dictionary<md.TypeUsage, TypeInfo>(TypeUsageEqualityComparer.Instance); 321m_entityTypeToEntitySetMap = new Dictionary<md.EntityTypeBase, md.EntitySet>(); 343filteredMaps = new Dictionary<md.EntitySetBase, ExplicitDiscriminatorMap>(discriminatorMaps.Count, discriminatorMaps.Comparer); 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 (8)
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>(); 4026Dictionary<Var, Node> varToDefiningNode = new Dictionary<Var, Node>(projectNodeVarDefList.Children.Count);
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\JoinSymbol.cs (1)
93nameToExtent = new Dictionary<string, Symbol>(extents.Count, StringComparer.OrdinalIgnoreCase);
System\Data\SqlClient\SqlGen\Sql8ExpressionRewriter.cs (1)
427Dictionary<string, int> columnNames = new Dictionary<string, int>(flattenedProperties.Count);
System\Data\SqlClient\SqlGen\SqlFunctionCallHandler.cs (11)
102Dictionary<string, FunctionHandler> functionHandlers = new Dictionary<string, FunctionHandler>(15, StringComparer.Ordinal); 137Dictionary<string, FunctionHandler> functionHandlers = new Dictionary<string, FunctionHandler>(16, StringComparer.Ordinal); 204Dictionary<string, string> functionNameToOperatorDictionary = new Dictionary<string, string>(5, StringComparer.Ordinal); 221Dictionary<string, string> dateAddFunctionNameToDatepartDictionary = new Dictionary<string, string>(5, StringComparer.Ordinal); 241Dictionary<string, string> dateDiffFunctionNameToDatepartDictionary = new Dictionary<string, string>(5, StringComparer.Ordinal); 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 (6)
281private Dictionary<string, bool> _candidateParametersToForceNonUnicode = new Dictionary<string, bool>(); 516allExtentNames = new Dictionary<string, int>(StringComparer.OrdinalIgnoreCase); 517allColumnNames = new Dictionary<string, int>(StringComparer.OrdinalIgnoreCase); 3264newColumns = new Dictionary<string, Symbol>(e.Arguments.Count); 3477selectStatement.OutputColumns = new Dictionary<string, Symbol>(); 3604Dictionary<string, Symbol> columnDictionary = new Dictionary<string, Symbol>(StringComparer.OrdinalIgnoreCase);
System\Data\SqlClient\SqlGen\SqlSelectStatement.cs (1)
100outerExtents = new Dictionary<Symbol, bool>();
System\Data\SqlClient\SqlGen\Symbol.cs (2)
53columns = new Dictionary<string, Symbol>(StringComparer.OrdinalIgnoreCase); 69outputColumns = new Dictionary<string, Symbol>(StringComparer.OrdinalIgnoreCase);
System\Data\SqlClient\SqlGen\SymbolTable.cs (1)
42symbols.Add(new Dictionary<string, Symbol>(StringComparer.OrdinalIgnoreCase));
System\Data\SqlClient\SqlGen\SymbolUsageManager.cs (1)
35private readonly Dictionary<Symbol, BoolWrapper> optionalColumnUsage = new Dictionary<Symbol, BoolWrapper>();
System\Data\SqlClient\SqlSpatialServices.cs (1)
73otherSpatialServices = new Dictionary<string, SqlSpatialServices>(1);
System.Data.Entity.Design (40)
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 (4)
27_knownIdentifiers = new Dictionary<string, bool>(caseSensitive ? StringComparer.Ordinal : StringComparer.OrdinalIgnoreCase); 28_identifierToAdjustedIdentifier = new Dictionary<object, string>(); 35_knownIdentifiers = new Dictionary<string, bool>(caseSensitive ? StringComparer.Ordinal : StringComparer.OrdinalIgnoreCase); 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\Emitters\NamespaceEmitter.cs (1)
90Dictionary<string, string> usedClassName = new Dictionary<string, string>(StringComparer.Ordinal);
System\Data\EntityModel\Emitters\Utils.cs (1)
62Dictionary<string, Type> typeReservedNames = new Dictionary<string, Type>(StringComparer.Ordinal);
System\Data\EntityModel\EntityClassGenerator.cs (1)
281Dictionary<MetadataArtifactLoader, XmlReader> readerSourceMap = new Dictionary<MetadataArtifactLoader, XmlReader>();
System.Data.Linq (57)
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 (2)
682this.associationSubQueries = new Dictionary<MetaAssociation,int>(); 2602Dictionary<string, int> lookup = new Dictionary<string, int>(StringComparer.OrdinalIgnoreCase);
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 (37)
parent\Client\System\Data\Services\Client\BatchStream.cs (1)
1312this.contentHeaders = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);
System\Data\Services\Caching\MetadataCache.cs (1)
27private static Dictionary<MetadataCacheKey, MetadataCacheItem> cache = new Dictionary<MetadataCacheKey, MetadataCacheItem>(new MetadataCacheKey.Comparer());
System\Data\Services\Caching\MetadataCacheItem.cs (10)
84this.serviceOperations = new Dictionary<string, ServiceOperation>(EqualityComparer<string>.Default); 85this.typeCache = new Dictionary<Type, ResourceType>(EqualityComparer<Type>.Default); 86this.childTypesCache = new Dictionary<ResourceType, List<ResourceType>>(ReferenceEqualityComparer<ResourceType>.Instance); 87this.entitySets = new Dictionary<string, ResourceSet>(EqualityComparer<string>.Default); 90this.resourceSetWrapperCache = new Dictionary<string, ResourceSetWrapper>(EqualityComparer<string>.Default); 91this.serviceOperationWrapperCache = new Dictionary<string, ServiceOperationWrapper>(EqualityComparer<string>.Default); 92this.visibleTypeCache = new Dictionary<string, ResourceType>(EqualityComparer<string>.Default); 93this.resourceAssociationSetCache = new Dictionary<string, ResourceAssociationSet>(EqualityComparer<string>.Default); 94this.resourcePropertyCache = new Dictionary<string, List<ResourceProperty>>(EqualityComparer<string>.Default); 95this.entityTypeDisallowedForSet = new Dictionary<string, object>(EqualityComparer<string>.Default);
System\Data\Services\DataService.cs (1)
2105private readonly Dictionary<string, SegmentInfo> contentIdsToSegmentInfoMapping = new Dictionary<string, SegmentInfo>(StringComparer.Ordinal);
System\Data\Services\DataServiceConfiguration.cs (5)
137this.resourceRights = new Dictionary<string, EntitySetRights>(EqualityComparer<string>.Default); 138this.serviceRights = new Dictionary<string, ServiceOperationRights>(EqualityComparer<string>.Default); 139this.pageSizes = new Dictionary<string, int>(EqualityComparer<string>.Default); 149this.readAuthorizationMethods = new Dictionary<string, List<MethodInfo>>(EqualityComparer<string>.Default); 150this.writeAuthorizationMethods = new Dictionary<string, List<MethodInfo>>(EqualityComparer<string>.Default);
System\Data\Services\Epm\EpmCustomContentSerializer.cs (1)
219this.visitorContent = new Dictionary<EpmTargetPathSegment, EpmCustomContentWriterNodeData>(ReferenceEqualityComparer<EpmTargetPathSegment>.Instance);
System\Data\Services\Parsing\FunctionDescription.cs (1)
218Dictionary<string, FunctionDescription[]> result = new Dictionary<string, FunctionDescription[]>(StringComparer.Ordinal);
System\Data\Services\Parsing\RequestQueryParser.cs (1)
236this.literals = new Dictionary<Expression, string>(ReferenceEqualityComparer<Expression>.Instance);
System\Data\Services\Providers\BasicExpandProvider.cs (1)
1864this.expandNodeAnnotations = new Dictionary<Expression, ExpandNode>(ReferenceEqualityComparer<Expression>.Instance);
System\Data\Services\Providers\ObjectContextServiceProvider.cs (5)
53private Dictionary<object, object> objectsToBeReplaced = new Dictionary<object, object>(ReferenceEqualityComparer<object>.Instance); 798Dictionary<ResourceType, ResourceSet> typeRights = new Dictionary<ResourceType, ResourceSet>(ReferenceEqualityComparer<ResourceType>.Instance); 2492private Dictionary<string, HashSet<EdmType>> edmTypes = new Dictionary<string, HashSet<EdmType>>(StringComparer.Ordinal); 2495private Dictionary<EntityContainer, List<EntitySet>> entitySets = new Dictionary<EntityContainer, List<EntitySet>>(EqualityComparer<EntityContainer>.Default); 2498private Dictionary<EntityContainer, List<AssociationSet>> associationSets = new Dictionary<EntityContainer, List<AssociationSet>>(EqualityComparer<EntityContainer>.Default);
System\Data\Services\Providers\ResourceType.cs (2)
97private Dictionary<ResourceProperty, PropertyInfo> propertyInfosDeclaredOnThisType = new Dictionary<ResourceProperty, PropertyInfo>(ReferenceEqualityComparer<ResourceProperty>.Instance); 1104this.propertyInfosDeclaredOnThisType = new Dictionary<ResourceProperty, PropertyInfo>(ReferenceEqualityComparer<ResourceProperty>.Instance);
System\Data\Services\Serializers\JsonReader.cs (1)
537this.entries = new Dictionary<string, object>(EqualityComparer<String>.Default);
System\Data\Services\Serializers\MetadataSerializer.cs (4)
709private Dictionary<string, HashSet<ResourceType>> resourceTypes = new Dictionary<string, HashSet<ResourceType>>(StringComparer.Ordinal); 717private Dictionary<string, Dictionary<string, ResourceAssociationType>> associationTypes = new Dictionary<string, Dictionary<string, ResourceAssociationType>>(EqualityComparer<string>.Default); 720private Dictionary<string, ResourceAssociationSet> associationSets = new Dictionary<string, ResourceAssociationSet>(EqualityComparer<string>.Default); 883associationsInThisNamespace = new Dictionary<string, ResourceAssociationType>(StringComparer.Ordinal);
System\Data\Services\UpdateTracker.cs (3)
41this.items = new Dictionary<ResourceSetWrapper, Dictionary<object, UpdateOperations>>(ReferenceEqualityComparer<ResourceSetWrapper>.Instance); 151changedItems = new Dictionary<object, UpdateOperations>(EqualityComparer<object>.Default); 155changedItems = new Dictionary<object, UpdateOperations>(ReferenceEqualityComparer<object>.Instance);
System.Data.Services.Client (34)
parent\Server\System\Data\Services\Epm\EpmCustomContentSerializer.cs (1)
193this.visitorContent = new Dictionary<EpmTargetPathSegment, EpmCustomContentWriterNodeData>(ReferenceEqualityComparer<EpmTargetPathSegment>.Instance);
System\Data\Services\Client\ALinq\DataServiceQueryProvider.cs (1)
151normalizerRewrites = new Dictionary<Expression, Expression>(ReferenceEqualityComparer<Expression>.Instance);
System\Data\Services\Client\ALinq\ExpressionNormalizer.cs (1)
55private readonly Dictionary<Expression, Pattern> _patterns = new Dictionary<Expression, Pattern>(ReferenceEqualityComparer<Expression>.Instance);
System\Data\Services\Client\ALinq\PathBox.cs (1)
38private readonly Dictionary<ParameterExpression, string> basePaths = new Dictionary<ParameterExpression, string>(ReferenceEqualityComparer<ParameterExpression>.Instance);
System\Data\Services\Client\ALinq\ReflectionUtil.cs (3)
36Dictionary<String, SequenceMethod> map = new Dictionary<string, SequenceMethod>(EqualityComparer<string>.Default); 337s_methodMap = new Dictionary<MethodInfo, SequenceMethod>(EqualityComparer<MethodInfo>.Default); 338s_inverseMap = new Dictionary<SequenceMethod, MethodInfo>(EqualityComparer<SequenceMethod>.Default);
System\Data\Services\Client\ALinq\ResourceBinder.cs (4)
159Dictionary<ResourceSetExpression, List<Expression>> predicatesByTarget = new Dictionary<ResourceSetExpression, List<Expression>>(ReferenceEqualityComparer<ResourceSetExpression>.Instance); 282rse.KeyPredicate = new Dictionary<PropertyInfo, ConstantExpression>(EqualityComparer<PropertyInfo>.Default); 370keyValues = new Dictionary<PropertyInfo, ConstantExpression>(EqualityComparer<PropertyInfo>.Default); 1745Dictionary<string, Expression> sourceAccessors = new Dictionary<string, Expression>(constructorParams.Length - 1, StringComparer.Ordinal);
System\Data\Services\Client\ALinq\ResourceExpression.cs (1)
77this.customQueryOptions = customQueryOptions ?? new Dictionary<ConstantExpression, ConstantExpression>(ReferenceEqualityComparer<ConstantExpression>.Instance);
System\Data\Services\Client\ALinq\TypeSystem.cs (3)
49expressionMethodMap = new Dictionary<MethodInfo, string>(ExpectedCount, EqualityComparer<MethodInfo>.Default); 87expressionVBMethodMap = new Dictionary<string, string>(EqualityComparer<string>.Default); 103propertiesAsMethodsMap = new Dictionary<PropertyInfo, MethodInfo>(EqualityComparer<PropertyInfo>.Default);
System\Data\Services\Client\AtomMaterializer.cs (1)
271this.nextLinkTable = new Dictionary<IEnumerable, DataServiceQueryContinuation>(ReferenceEqualityComparer<IEnumerable>.Instance);
System\Data\Services\Client\AtomMaterializerLog.cs (3)
70this.appendOnlyEntries = new Dictionary<string, AtomEntry>(EqualityComparer<String>.Default); 73this.foundEntriesWithMedia = new Dictionary<String, AtomEntry>(EqualityComparer<String>.Default); 74this.identityStack = new Dictionary<String, AtomEntry>(EqualityComparer<String>.Default);
System\Data\Services\Client\BatchStream.cs (1)
1312this.contentHeaders = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);
System\Data\Services\Client\Binding\BindingEntityInfo.cs (2)
52private static readonly Dictionary<Type, object> knownObservableCollectionTypes = new Dictionary<Type, object>(EqualityComparer<Type>.Default); 55private static readonly Dictionary<Type, BindingEntityInfoPerType> bindingEntityInfos = new Dictionary<Type, BindingEntityInfoPerType>(EqualityComparer<Type>.Default);
System\Data\Services\Client\Binding\BindingGraph.cs (1)
577this.vertices = new Dictionary<object, Vertex>(ReferenceEqualityComparer<object>.Instance);
System\Data\Services\Client\ClientConvert.cs (1)
497Dictionary<string, Type> named = new Dictionary<string, Type>(EqualityComparer<String>.Default);
System\Data\Services\Client\ClientType.cs (2)
48private static readonly Dictionary<Type, ClientType> types = new Dictionary<Type, ClientType>(EqualityComparer<Type>.Default); 51private static readonly Dictionary<TypeName, Type> namedTypes = new Dictionary<TypeName, Type>(new TypeNameEqualityComparer());
System\Data\Services\Client\DataServiceContext.cs (3)
105private Dictionary<object, EntityDescriptor> entityDescriptors = new Dictionary<object, EntityDescriptor>(EqualityComparer<object>.Default); 111private Dictionary<LinkDescriptor, LinkDescriptor> bindings = new Dictionary<LinkDescriptor, LinkDescriptor>(LinkDescriptor.EquivalenceComparer); 3572System.Threading.Interlocked.CompareExchange(ref this.identityToDescriptor, new Dictionary<String, EntityDescriptor>(EqualityComparer<String>.Default), null);
System\Data\Services\Client\DataServiceRequest.cs (1)
138QueryOperationResponse qor = new QueryOperationResponse<TElement>(new Dictionary<string, string>(ex.Response.Headers), ex.Response.Query, MaterializeAtom.EmptyResults);
System\Data\Services\Client\DataServiceRequestArgs.cs (1)
32this.headers = new Dictionary<string, string>(EqualityComparer<string>.Default);
System\Data\Services\Client\DataServiceResponse.cs (1)
42this.headers = headers ?? new Dictionary<string, string>(EqualityComparer<string>.Default);
System\Data\Services\Client\ProjectionPlanCompiler.cs (1)
62this.annotations = new Dictionary<Expression, ExpressionAnnotation>(ReferenceEqualityComparer<Expression>.Instance);
System\Data\Services\Client\WebUtil.cs (1)
114Dictionary<string, string> headers = new Dictionary<string, string>(EqualityComparer<string>.Default);
System.Data.Services.Design (7)
System\Data\Common\Utils\Memoizer.cs (1)
37_resultCache = new Dictionary<TArg, Result>(argComparer);
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\EntityModel\Emitters\NamespaceEmitter.cs (1)
55Dictionary<string, string> usedClassName = new Dictionary<string, string>(StringComparer.Ordinal);
System\Data\EntityModel\Emitters\Utils.cs (1)
66Dictionary<string, Type> typeReservedNames = new Dictionary<string, Type>(StringComparer.Ordinal);
System.Data.SqlXml (30)
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 (2)
57private Dictionary<string, string> usedPrefixes = new Dictionary<string, string>(); //The prefies that used in the current scope 1271this.conflictPrefixes = new Dictionary<string, string>(16);
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
159decimalFormats = new Dictionary<XmlQualifiedName, DecimalFormat>();
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
689Dictionary<string, FunctionInfo> table = new Dictionary<string, FunctionInfo>(36);
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\QilGeneratorEnv.cs (1)
252Dictionary<string, FunctionInfo> table = new Dictionary<string, FunctionInfo>(16);
System\Xml\Xsl\Xslt\Scripts.cs (2)
51this.scriptUris = new Dictionary<string, string>( 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 (25)
parent\parent\parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
31private static Dictionary<string, bool> s_switchMap = new Dictionary<string, bool>();
System\IdentityModel\BoundedCache.cs (1)
62_items = new Dictionary<string, ExpirableItem<T>>(keyComparer);
System\IdentityModel\CryptoHelper.cs (1)
23static Dictionary<string, Func<object>> algorithmDelegateDictionary = new Dictionary<string, Func<object>>();
System\IdentityModel\Diagnostics\TraceUtility.cs (1)
27static Dictionary<int, string> traceCodes = new Dictionary<int, string>( 5 )
System\IdentityModel\IdentityModelDictionary.cs (1)
44Dictionary<string, int> dictionary = new Dictionary<string, int>(count);
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\SignedXml.cs (2)
780this.context = new Dictionary<string, string>(inclusivePrefixes.Length); 977Context = new Dictionary<string, string>(inclusivePrefixes.Length);
System\IdentityModel\Tokens\ConfigurationBasedIssuerNameRegistry.cs (1)
32Dictionary<string, string> _configuredTrustedIssuers = new Dictionary<string, string>(new ThumbprintKeyComparer());
System\IdentityModel\Tokens\MruSessionSecurityTokenCache.cs (2)
102this.items = new Dictionary<SessionSecurityTokenCacheKey, CacheEntry>(maximumSize, comparer); 227Dictionary<SessionSecurityTokenCacheKey, CacheEntry> entriesToDelete = new Dictionary<SessionSecurityTokenCacheKey, CacheEntry>();
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
1173Dictionary<SamlAttributeKeyComparer.AttributeKey, Saml2Attribute> distinctAttributes = new Dictionary<SamlAttributeKeyComparer.AttributeKey, Saml2Attribute>(attributes.Count, new SamlAttributeKeyComparer());
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
475Dictionary<SamlAttributeKeyComparer.AttributeKey, SamlAttribute> distinctAttributes = new Dictionary<SamlAttributeKeyComparer.AttributeKey, SamlAttribute>(attributes.Count, new SamlAttributeKeyComparer());
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\IdentityModel\Tokens\SessionSecurityToken.cs (1)
39static Dictionary<string, string> DomainNameMap = new Dictionary<string, string>(MaxDomainNameMapSize, StringComparer.OrdinalIgnoreCase);
System.IdentityModel.Selectors (1)
infocard\Diagnostics\Managed\Microsoft\InfoCards\Diagnostics\InfocardTrace.cs (1)
63static Dictionary<int, string> traceCodes = new Dictionary<int, string>(9)
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 (2)
System\IO\Log\ReservationCollection.cs (2)
23this.reservations = new Dictionary<long, int>(); 113reservationsToClear = new Dictionary<long, int>(this.reservations);
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 (32)
System\Runtime\DurableInstancing\InstanceKey.cs (2)
16static IDictionary<XName, InstanceValue> emptyMetadata = new ReadOnlyDictionaryInternal<XName, InstanceValue>(new Dictionary<XName, InstanceValue>(0)); 49Dictionary<XName, InstanceValue> copy = new Dictionary<XName, InstanceValue>(metadata);
System\Runtime\DurableInstancing\InstanceKeyView.cs (2)
16static readonly ReadOnlyDictionaryInternal<XName, InstanceValue> emptyProperties = new ReadOnlyDictionaryInternal<XName, InstanceValue>(new Dictionary<XName, InstanceValue>(0)); 61this.accumulatedMetadataWrites = new Dictionary<XName, InstanceValue>();
System\Runtime\DurableInstancing\InstanceLockedException.cs (1)
66Dictionary<XName, object> copy = new Dictionary<XName, object>(serializableInstanceOwnerMetadata);
System\Runtime\DurableInstancing\InstanceLockQueryResult.cs (3)
14static readonly ReadOnlyDictionaryInternal<Guid, Guid> EmptyQueryResult = new ReadOnlyDictionaryInternal<Guid, Guid>(new Dictionary<Guid, Guid>(0)); 25Dictionary<Guid, Guid> owners = new Dictionary<Guid, Guid>(1); 33Dictionary<Guid, Guid> copy = new Dictionary<Guid, Guid>(instanceOwnerIds);
System\Runtime\DurableInstancing\InstanceOwner.cs (3)
15readonly Dictionary<Guid, InstanceHandle> boundHandles = new Dictionary<Guid, InstanceHandle>(); 17readonly Dictionary<Guid, Queue<InstanceHandleReference>> inProgressHandlesPerInstance = new Dictionary<Guid, Queue<InstanceHandleReference>>(); 20readonly Dictionary<XName, InstanceNormalEvent> events = new Dictionary<XName, InstanceNormalEvent>(1);
System\Runtime\DurableInstancing\InstanceOwnerQueryResult.cs (6)
14static readonly ReadOnlyDictionaryInternal<Guid, IDictionary<XName, InstanceValue>> EmptyQueryResult = new ReadOnlyDictionaryInternal<Guid, IDictionary<XName, InstanceValue>>(new Dictionary<Guid, IDictionary<XName, InstanceValue>>(0)); 15static readonly ReadOnlyDictionaryInternal<XName, InstanceValue> EmptyMetadata = new ReadOnlyDictionaryInternal<XName, InstanceValue>(new Dictionary<XName, InstanceValue>(0)); 26Dictionary<Guid, IDictionary<XName, InstanceValue>> owners = new Dictionary<Guid, IDictionary<XName, InstanceValue>>(1); 33IDictionary<XName, InstanceValue> copy = new Dictionary<XName, InstanceValue>(metadata); 43Dictionary<Guid, IDictionary<XName, InstanceValue>> owners = new Dictionary<Guid, IDictionary<XName, InstanceValue>>(instanceOwners.Count); 52IDictionary<XName, InstanceValue> copy = new Dictionary<XName, InstanceValue>(metadata.Value);
System\Runtime\DurableInstancing\InstancePersistence.cs (3)
85Dictionary<XName, InstanceValue> copy = new Dictionary<XName, InstanceValue>(bag.Count); 112Dictionary<XName, InstanceValue> copy = existing == null ? new Dictionary<XName, InstanceValue>(bag.Count) : new Dictionary<XName, InstanceValue>(existing);
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (6)
322keysCopy = new Dictionary<Guid, InstanceKeyView>(totalKeys); 438Dictionary<Guid, InstanceKeyView> copy = new Dictionary<Guid, InstanceKeyView>(InstanceView.InstanceKeys); 483Dictionary<Guid, InstanceKeyView> copy = new Dictionary<Guid, InstanceKeyView>(InstanceView.InstanceKeys); 521Dictionary<Guid, InstanceKeyView> copy = new Dictionary<Guid, InstanceKeyView>(InstanceView.InstanceKeys); 544Dictionary<Guid, InstanceKeyView> copy = new Dictionary<Guid, InstanceKeyView>(InstanceView.InstanceKeys); 620Dictionary<Guid, InstanceKeyView> copy = new Dictionary<Guid, InstanceKeyView>(InstanceView.InstanceKeys);
System\Runtime\DurableInstancing\InstanceStore.cs (1)
20readonly Dictionary<Guid, WeakReference> owners = new Dictionary<Guid, WeakReference>(1);
System\Runtime\DurableInstancing\InstanceView.cs (5)
18static readonly ReadOnlyDictionaryInternal<XName, InstanceValue> emptyProperties = new ReadOnlyDictionaryInternal<XName, InstanceValue>(new Dictionary<XName, InstanceValue>(0)); 19static readonly ReadOnlyDictionaryInternal<Guid, InstanceKeyView> emptyKeys = new ReadOnlyDictionaryInternal<Guid, InstanceKeyView>(new Dictionary<Guid, InstanceKeyView>(0)); 82keys = new Dictionary<Guid, InstanceKeyView>(source.InstanceKeys.Count); 152this.accumulatedMetadataWrites = new Dictionary<XName, InstanceValue>(); 181this.accumulatedOwnerMetadataWrites = new Dictionary<XName, InstanceValue>();
System.Runtime.Serialization (55)
System\Runtime\Serialization\ClassDataContract.cs (2)
853Dictionary<string, DataMember> memberNamesTable = new Dictionary<string, DataMember>(); 1485Dictionary<string, DataMember> membersDictionary = new Dictionary<string, DataMember>(Members.Count);
System\Runtime\Serialization\CodeExporter.cs (8)
52this.namespaces = new Dictionary<string, string>(); 53this.clrNamespaces = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase); 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>()); 1495Dictionary<string, object> fragments = new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase);
System\Runtime\Serialization\ContractCodeDomInfo.cs (1)
44memberNames = new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase);
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\Diagnostics\TraceUtility.cs (1)
16static Dictionary<int, string> traceCodes = new Dictionary<int, string>(18)
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\JsonClassDataContract.cs (1)
167Dictionary<string, object> memberTable = new Dictionary<string, object>(memberCount);
System\Runtime\Serialization\Json\JsonDataContract.cs (2)
158static Dictionary<TypeHandleRef, IntRef> typeToIDCache = new Dictionary<TypeHandleRef, IntRef>(new TypeHandleRefEqualityComparer()); 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\SchemaExporter.cs (1)
580Dictionary<string, string> values = new Dictionary<string, string>(2)
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\Runtime\Serialization\XmlObjectSerializerReadContext.cs (1)
214Dictionary<string, string> values = new Dictionary<string, string>(2);
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 (2)
34this.lookup = new Dictionary<string, XmlDictionaryString>(); 41this.lookup = new Dictionary<string, XmlDictionaryString>(capacity);
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 (282)
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 (2)
25Dictionary<string, IWmiProvider> wmiProviders = new Dictionary<string, IWmiProvider>(StringComparer.OrdinalIgnoreCase); 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\ClientContextProtocol.cs (1)
76return new Dictionary<string, string>(this.GetCurrentContext().Context);
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 (3)
22this.dictionaryStore = new Dictionary<string, string>(); 27this.dictionaryStore = new Dictionary<string, string>(); 54localEmpty.dictionaryStore = new ReadOnlyDictionaryInternal<string, string>(new Dictionary<string, string>(0));
System\ServiceModel\Channels\CorrelationDataMessageProperty.cs (2)
23this.dataProviders = new Dictionary<string, DataProviderEntry>(dataProviders); 46this.dataProviders = new Dictionary<string, DataProviderEntry>();
System\ServiceModel\Channels\CorrelationKey.cs (3)
21static readonly ReadOnlyStringDictionary emptyDictionary = new ReadOnlyStringDictionary(new Dictionary<string, string>(0)); 26: base(GenerateKey(keyString), new Dictionary<XName, InstanceValue>(2) 55copy = new Dictionary<string, string>(dictionary);
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 (2)
22this.addressTables = new Dictionary<string, UriPrefixTable<HttpChannelListener>>(); 197new Dictionary<string, UriPrefixTable<HttpChannelListener>>(addressTables);
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\MsmqDiagnostics.cs (8)
35Dictionary<string, string> dictionary = new Dictionary<string, string>(2); 142Dictionary<string, string> dictionary = new Dictionary<string, string>(4); 176Dictionary<string, string> dictionary = new Dictionary<string, string>(4); 195Dictionary<string, string> dictionary = new Dictionary<string, string>(2) 223Dictionary<string, string> dictionary = new Dictionary<string, string>(2) 436Dictionary<string, string> dictionary = new Dictionary<string, string>(3); 454Dictionary<string, string> dictionary = new Dictionary<string, string>(3); 472Dictionary<string, string> dictionary = new Dictionary<string, string>(2);
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 (2)
811return new Dictionary<byte[], bool>(capacity, keyComparer); 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\ServiceChannel.cs (1)
1822Dictionary<string, string> values = new Dictionary<string, string>(4);
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\SocketConnection.cs (1)
610Dictionary<string, string> values = new Dictionary<string, string>(4);
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\Channels\UriPrefixTable.cs (1)
428this.children = new Dictionary<string, SegmentHierarchyNode<TData>>(StringComparer.OrdinalIgnoreCase);
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\ConfigurationHelpers.cs (1)
347Dictionary<string, string> values = new Dictionary<string, string>(2);
System\ServiceModel\Configuration\SecurityElementBase.cs (1)
583Dictionary<AuthenticationMode, SecurityBindingElement> bindingTemplates = new Dictionary<AuthenticationMode, SecurityBindingElement>();
System\ServiceModel\Configuration\ServiceModelEnhancedConfigurationElementCollection.cs (1)
46Dictionary<string, string> values = new Dictionary<string, string>(6);
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (1)
193return this.CreateCanAddRecord(element, new Dictionary<string, string>(3));
System\ServiceModel\Configuration\ServiceModelExtensionElement.cs (1)
157Dictionary<string, string> values = new Dictionary<string, string>(2);
System\ServiceModel\Configuration\StandardEndpointsSection.cs (1)
28Dictionary<string, EndpointCollectionElement> endpointCollectionElements = new Dictionary<string, EndpointCollectionElement>();
System\ServiceModel\Description\ConfigLoader.cs (5)
60this.bindingTable = new Dictionary<string, Binding>(); 693Dictionary<string, object> values = new Dictionary<string, object>(3); 865Dictionary<string, object> values = new Dictionary<string, object>(3); 1087Dictionary<string, object> values = new Dictionary<string, object>(3); 1354Dictionary<string, object> values = new Dictionary<string, object>(8);
System\ServiceModel\Description\ConfigWriter.cs (1)
24this.bindingTable = new Dictionary<Binding, BindingDictionaryValue>();
System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (4)
18Dictionary<OperationDescription, DataContractFormatAttribute> operationAttributes = new Dictionary<OperationDescription, DataContractFormatAttribute>(); 39isNonNillableReferenceTypes = new Dictionary<MessagePartDescription, bool>(); 59this.knownTypes = new Dictionary<MessagePartDescription, ICollection<CodeTypeReference>>(); 86Dictionary<CodeTypeReference, object> operationKnownTypes = new Dictionary<CodeTypeReference, object>(new CodeTypeReferenceComparer());
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 (4)
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>(); 243Dictionary<K, V> counterValue = new Dictionary<K, V>(sets.Count);
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 (3)
44bodyPartsTable = new Dictionary<WsdlNS.Message, IList<string>>(); 171Dictionary<String, String> ht = new Dictionary<string, string>(2) 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 (5)
63this.generatedTypes = new Dictionary<ContractDescription, ServiceContractGenerationContext>(); 64this.generatedOperations = new Dictionary<OperationDescription, OperationContractGenerationContext>(); 65this.referencedTypes = new Dictionary<ContractDescription, Type>(); 243generatedTypedMessages = new Dictionary<MessageDescription, CodeTypeReference>(MessageDescriptionComparer.Singleton); 761namespaceMappings = new Dictionary<string, string>();
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
264mex.UpdatePortsByScheme = new Dictionary<string, int>(dynamicUpdateBehavior.DefaultPortsByScheme);
System\ServiceModel\Description\ServiceMetadataExtension.cs (2)
1096Dictionary<string, object> docFromQueryInit = new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase); 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 (14)
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>(); 2218policyAlternatives.OperationBindingAlternatives = new Dictionary<OperationDescription, IEnumerable<IEnumerable<XmlElement>>>(endpointContext.Endpoint.Contract.Operations.Count); 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\Diagnostics\ServiceModelActivity.cs (2)
398Dictionary<string, string> values = new Dictionary<string, string>(2); 408Dictionary<string, string> values = new Dictionary<string, string>(2);
System\ServiceModel\Diagnostics\ServiceModelPerformanceCounters.cs (1)
36this.operationPerfCounters = new Dictionary<string, OperationPerformanceCountersBase>(contractDescription.Operations.Count);
System\ServiceModel\Diagnostics\TraceUtility.cs (1)
868Dictionary<string, string> values = new Dictionary<string, string>(2)
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\ChannelDispatcher.cs (1)
914Dictionary<string, object> values = new Dictionary<string, object>(3)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilter.cs (3)
215this.qnameLookup = new Dictionary<QName, int>(EndpointAddressProcessor.QNameComparer); 216this.headerLookup = new Dictionary<string, HeaderBit[]>(); 279this.headerLookup = new Dictionary<string, HeaderBit[]>();
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (6)
67this.filters = new Dictionary<MessageFilter, TFilterData>(); 68this.candidates = new Dictionary<MessageFilter, Candidate>(); 69this.headerLookup = new Dictionary<string, HeaderBit[]>(); 75this.toHostLookup = new Dictionary<Uri, CandidateSet>(EndpointAddressMessageFilter.HostUriComparer.Value); 76this.toNoHostLookup = new Dictionary<Uri, CandidateSet>(EndpointAddressMessageFilter.NoHostUriComparer.Value); 814this.qnames = new Dictionary<QName, int>(EndpointAddressProcessor.QNameComparer);
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\SecurityImpersonationBehavior.cs (1)
59this.domainNameMap = new Dictionary<string, string>(maxDomainNameMapSize, StringComparer.OrdinalIgnoreCase);
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 (2)
46this.filters = new Dictionary<MessageFilter, TFilterData>(); 48this.filters = new Dictionary<MessageFilter, TFilterData>(capacity);
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 (3)
127this.scopedSupportingTokenAuthenticatorSpecification = new Dictionary<string, ICollection<SupportingTokenAuthenticatorSpecification>>(); 148this.scopedSupportingTokenAuthenticatorSpecification = new Dictionary<string, ICollection<SupportingTokenAuthenticatorSpecification>>(factory.scopedSupportingTokenAuthenticatorSpecification); 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\ServiceModelDictionary.cs (1)
44Dictionary<string, int> dictionary = new Dictionary<string, int>(count);
System\ServiceModel\SynchronizedKeyedCollection.cs (1)
174this.dictionary = new Dictionary<K, T>(this.comparer);
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 (9)
62this.queries = new Dictionary<string, UriTemplateQueryValue>(StringComparer.OrdinalIgnoreCase); 210this.additionalDefaults = new Dictionary<string, string>(additionalDefaults, StringComparer.OrdinalIgnoreCase); 243this.additionalDefaults = new Dictionary<string, string>(additionalDefaults.Count, StringComparer.OrdinalIgnoreCase); 865IDictionary<string, string> extraParameters = new Dictionary<string, string>(UriTemplateHelpers.GetQueryKeyComparer()); 887IDictionary<string, string> extraParameters = new Dictionary<string, string>(UriTemplateHelpers.GetQueryKeyComparer()); 1015this.defaults = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase); 1223this.defaultValues = new Dictionary<string, string>(); 1263this.defaultValues = new Dictionary<string, string>(); 1608extraParameters = new Dictionary<string, string>(UriTemplateHelpers.GetQueryKeyComparer());
System\UriTemplateHelpers.cs (2)
261Dictionary<string, byte> queryVarNamesWithLiteralVals = new Dictionary<string, byte>(StringComparer.OrdinalIgnoreCase); 277Dictionary<string, byte> queryVarNamesAllLiterals = new Dictionary<string, byte>(queryVarNamesWithLiteralVals);
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 (9)
System\ServiceModel\Activation\CollectibleLRUCache.cs (1)
64directory = new Dictionary<TKey, CollectibleNode>(capacity, comparer);
System\ServiceModel\Activation\Diagnostics\TraceUtility.cs (1)
15static Dictionary<int, string> traceCodes = new Dictionary<int, string>(7)
System\ServiceModel\Activation\HostedTransportConfigurationManager.cs (1)
22IDictionary<string, HostedTransportConfiguration> configurations = new Dictionary<string, HostedTransportConfiguration>(StringComparer.Ordinal);
System\ServiceModel\Activation\MetabaseSettings.cs (2)
34bindingsTable = new Dictionary<string, string[]>(); 207transportSettingsTable = new Dictionary<string, HostedServiceTransportSettings>(StringComparer.OrdinalIgnoreCase);
System\ServiceModel\Activation\ServiceParser.cs (1)
142IDictionary<string, string> attributeTable = new Dictionary<string, string>(
System\ServiceModel\Channels\MsmqHostedTransportManager.cs (1)
112Dictionary<string, string> privateMatches = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);
System\ServiceModel\ServiceHostingEnvironment.cs (2)
1146Dictionary<string, Uri> schemeMappings = new Dictionary<string, Uri>(); 1579buildProviders = new Dictionary<string, BuildProviderInfo>(8, StringComparer.OrdinalIgnoreCase);
System.ServiceModel.Activities (37)
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 (2)
1522Dictionary<XName, InstanceValue> data = new Dictionary<XName, InstanceValue>(10); 2087this.pendingOperations = new Dictionary<string, List<PendingOperationAsyncResult>>();
System\ServiceModel\Activities\InitializeCorrelation.cs (1)
57Dictionary<string, string> dictionary = new Dictionary<string, string>();
System\ServiceModel\Activities\InternalReceiveMessage.cs (4)
504TD.StartSignpostEvent(new DictionaryTraceRecord(new Dictionary<string, string>(3) { 835TD.StopSignpostEvent(new DictionaryTraceRecord(new Dictionary<string, string>(3) { 1012IDictionary<string, string> keyData = new Dictionary<string, string>(1) 1037IDictionary<string, string> keyData = new Dictionary<string, string>(1)
System\ServiceModel\Activities\InternalSendMessage.cs (7)
766new Dictionary<XName, InstanceValue> 784new Dictionary<XName, InstanceValue> 1063TD.StopSignpostEvent(new DictionaryTraceRecord(new Dictionary<string, string>(3) { 1175TD.StartSignpostEvent(new DictionaryTraceRecord(new Dictionary<string, string>(3) { 1201TD.StopSignpostEvent(new DictionaryTraceRecord(new Dictionary<string, string>(3) { 1507Dictionary<string, string> contextValues = new Dictionary<string, string>(1) 2017TD.StopSignpostEvent(new DictionaryTraceRecord(new Dictionary<string, string>(3) {
System\ServiceModel\Activities\SerializableInstanceKey.cs (2)
25this.metadata = new Dictionary<XName, SerializableInstanceValue>(instanceKey.Metadata.Count); 75metadata = new Dictionary<XName, InstanceValue>(this.metadata.Count);
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 (3)
30static readonly ReadOnlyDictionaryInternal<string, string> emptyDictionary = new ReadOnlyDictionaryInternal<string, string>(new Dictionary<string, string>()); 347TD.StartSignpostEvent(new DictionaryTraceRecord(new Dictionary<string, string>(2) { 417TD.StopSignpostEvent(new DictionaryTraceRecord(new Dictionary<string, string>(2) {
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 (7)
System\Runtime\Collections\NullableKeyDictionary.cs (1)
22this.innerDictionary = new Dictionary<TKey, TValue>();
System\Runtime\Collections\ObjectCache.cs (1)
41this.cacheItems = new Dictionary<TKey, Item>(comparer);
System\Runtime\Diagnostics\EventLogger.cs (1)
173Dictionary<string, string> eventValues = new Dictionary<string, string>(logValues.Length + RequiredValueCount);
System\Runtime\DuplicateDetector.cs (1)
21this.items = new Dictionary<T, LinkedListNode<T>>();
System\Runtime\MruCache.cs (2)
42this.items = new Dictionary<TKey, CacheEntry>(); 46this.items = new Dictionary<TKey, CacheEntry>(comparer);
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 (30)
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 (3)
143pathMapping = new Dictionary<int, string>(); 144queryMapping = new Dictionary<int, KeyValuePair<string, Type>>(); 149Dictionary<string, byte> alreadyGotVars = new Dictionary<string, byte>(StringComparer.OrdinalIgnoreCase);
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 (3)
System\Transactions\Oletx\HandleTable.cs (1)
11private static Dictionary<int, object> handleTable = new Dictionary<int, object>(256);
System\Transactions\Trace\DiagnosticTrace.cs (2)
209DiagnosticTrace.traceEventTypeNames = new Dictionary<int, string>(); 596Dictionary<string, string> values = new Dictionary<string, string>(3);
System.Web (50)
Compilation\AssemblyResolver.cs (3)
183s_assemblyLocations = new Dictionary<Assembly, string>(); 192s_assemblyResults = new Dictionary<Assembly, AssemblyResolutionResult>(); 201s_assemblyTypes = new Dictionary<Assembly, ReferenceAssemblyType>();
Compilation\BuildManager.cs (2)
230_theBuildManager._generatedFileTable = new Dictionary<String, String>(StringComparer.OrdinalIgnoreCase); 1190new Dictionary<String, AssemblyReferenceInfo>(StringComparer.OrdinalIgnoreCase);
Compilation\BuildProvider.cs (1)
68private static Dictionary<string, BuildProviderInfo> s_dynamicallyRegisteredProviders = new Dictionary<string, BuildProviderInfo>();
Compilation\CompilationUtil.cs (2)
476providerOptions = new Dictionary<string, string>(originalProviderOptions); 478providerOptions = new Dictionary<string, string>();
Configuration\FolderLevelBuildProviderCollection.cs (1)
81_buildProviderMappings = new Dictionary<FolderLevelBuildProviderAppliesTo, List<Type>>();
Configuration\serverconfig.cs (1)
117s_expressConfigs = new Dictionary<string, ExpressServerConfig>(3);
Hosting\ApplicationManager.cs (5)
76private Dictionary <string, LockableAppDomainContext> _appDomains = new Dictionary<string, LockableAppDomainContext>(StringComparer.OrdinalIgnoreCase); 529_appDomains = new Dictionary<string, LockableAppDomainContext>(StringComparer.OrdinalIgnoreCase); 909Dictionary<string, object> appDomainAdditionalData = new Dictionary<string, object>(); 1036clrQuirks = new Dictionary<string, bool>(); 1730return new Dictionary<string, LockableAppDomainContext>(_appDomains, StringComparer.OrdinalIgnoreCase);
Hosting\ObjectCacheHost.cs (1)
110_cacheInfos = new Dictionary<MemoryCache, MemoryCacheInfo>();
HttpApplication.cs (1)
1868Dictionary<string, RequestNotification> dict = new Dictionary<string, RequestNotification>();
MimeMapping.cs (1)
36private readonly Dictionary<string, string> _mappings = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);
ModelBinding\ComplexModel.cs (1)
20Results = new Dictionary<ModelMetadata, ComplexModelResult>();
ModelBinding\CookieValueProvider.cs (1)
12private readonly Dictionary<string, ValueProviderResultPlaceholder> _values = new Dictionary<string, ValueProviderResultPlaceholder>(StringComparer.OrdinalIgnoreCase);
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\DictionaryValueProvider`1.cs (1)
9private readonly Dictionary<string, ValueProviderResult> _values = new Dictionary<string, ValueProviderResult>(StringComparer.OrdinalIgnoreCase);
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>();
ModelBinding\ModelMetadata.cs (1)
14private Dictionary<string, object> _additionalValues = new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase);
ModelBinding\ModelStateDictionary.cs (1)
10private readonly Dictionary<string, ModelState> _innerDictionary = new Dictionary<string, ModelState>(StringComparer.OrdinalIgnoreCase);
ModelBinding\NameValueCollectionValueProvider.cs (1)
13private readonly Dictionary<string, ValueProviderResultPlaceholder> _values = new Dictionary<string, ValueProviderResultPlaceholder>(StringComparer.OrdinalIgnoreCase);
ModelBinding\SessionAttribute.cs (1)
33Dictionary<string, object> backingStore = new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase);
Routing\RouteCollection.cs (1)
12private Dictionary<string, RouteBase> _namedMap = new Dictionary<string, RouteBase>(StringComparer.OrdinalIgnoreCase);
Routing\RouteValueDictionary.cs (3)
12_dictionary = new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase); 16_dictionary = new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase); 22_dictionary = new Dictionary<string, object>(dictionary, StringComparer.OrdinalIgnoreCase);
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\ParsedAttributeCollection.cs (1)
93_attributeValuePositionInfo = new Dictionary<String, Pair>(StringComparer.OrdinalIgnoreCase);
UI\TemplateControl.cs (2)
949internal readonly IDictionary<string, AsyncEventMethodInfo> AsyncEvents = new Dictionary<string, AsyncEventMethodInfo>(StringComparer.Ordinal); 950internal readonly IDictionary<string, SyncEventMethodInfo> SyncEvents = new Dictionary<string, SyncEventMethodInfo>(StringComparer.Ordinal);
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\TreeView.cs (1)
3366populatedNodes = new Dictionary<int, TreeNode>(Math.Min(logLength, 16)); // don't eagerly allocate the maximum dictionary size
UI\WebControls\Wizard.cs (1)
1157_customNavigationContainers = new Dictionary<WizardStepBase, BaseNavigationTemplateContainer>();
UI\WebParts\PersonalizationStateInfoCollection.cs (1)
29_indices = new Dictionary<Key, int>(KeyComparer.Default);
UI\WebParts\PersonalizationStateQuery.cs (1)
21_knownPropertyTypeMappings = new Dictionary<String, Type>(StringComparer.OrdinalIgnoreCase);
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 (2)
Common\General\Chart.cs (1)
4145private Dictionary<KeyInfo, Font> _fontCache = new Dictionary<KeyInfo, Font>(new KeyInfo.EqualityComparer());
WebForm\General\ChartHttpHandler.cs (1)
566Dictionary<String, String> settings = new Dictionary<String, String>();
System.Web.DynamicData (22)
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 (2)
24private Dictionary<string, MetaTable> _tablesByUniqueName = new Dictionary<string, MetaTable>(StringComparer.OrdinalIgnoreCase); 25private Dictionary<ContextTypeTableNamePair, MetaTable> _tablesByContextAndName = new Dictionary<ContextTypeTableNamePair, MetaTable>();
DynamicData\MetaTable.cs (3)
388_columnsByName = new Dictionary<string, MetaColumn>(StringComparer.OrdinalIgnoreCase); 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 (51)
ApplicationServices\ApplicationServiceHelper.cs (2)
133readAccessProperties = new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase); 140writeAccessProperties = new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase);
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>();
Profile\ProfileService.cs (3)
45return new Dictionary<string, object>(0); 52dictionary = new Dictionary<string, object>(allowedGet.Count, StringComparer.OrdinalIgnoreCase); 64dictionary = new Dictionary<string, object>(allowedGet.Count, StringComparer.OrdinalIgnoreCase);
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 (8)
32private Dictionary<string, string> _typeResolverSpecials = new Dictionary<string, string>(); 223Dictionary<string, WebServiceMethodData> methods = new Dictionary<string, WebServiceMethodData>(StringComparer.OrdinalIgnoreCase); 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 (2)
59Dictionary<string, WebServiceParameterData> parameterData = new Dictionary<string, WebServiceParameterData>(); 185IDictionary<string, object> result = new Dictionary<string, object>(rawParams.Count);
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\ScriptResourceAttribute.cs (1)
96Dictionary<String, String> resources = new Dictionary<String, String>(StringComparer.Ordinal);
UI\ScriptResourceInfo.cs (1)
99Dictionary<string, bool> scripts = new Dictionary<string, bool>();
UI\WebControls\DataSourceHelper.cs (1)
34Dictionary<string, object> values = new Dictionary<string, object>(parameterValues.Count, StringComparer.OrdinalIgnoreCase);
UI\WebControls\Dynamic.cs (4)
283classes = new Dictionary<Signature, Type>(); 645symbols = new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase); 646literals = new Dictionary<Expression, string>(); 2056Dictionary<string, object> d = new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase);
UI\WebControls\LinqDataSourceValidationException.cs (1)
48_innerExceptions = new Dictionary<string, Exception>(StringComparer.OrdinalIgnoreCase);
UI\WebControls\LinqDataSourceView.cs (1)
854validateExceptions = new Dictionary<string, Exception>(StringComparer.OrdinalIgnoreCase);
UI\WebControls\QueryableDataSourceHelper.cs (3)
116Dictionary<string, object> escapedParameters = new Dictionary<string, object>(parameters.Count, 133Dictionary<string, object> escapedParameters = new Dictionary<string, object>(parameters.Count, 178whereClause.Parameters = new Dictionary<string, object>(whereParameters.Count);
UI\WebControls\QueryableDataSourceView.cs (4)
569Dictionary<string, object> rowValues = new Dictionary<string, object>(_originalValues.Count, 752IDictionary<string, Exception> errors = new Dictionary<string, Exception>(StringComparer.OrdinalIgnoreCase); 766IDictionary<string, Exception> errors = new Dictionary<string, Exception>(StringComparer.OrdinalIgnoreCase); 778IDictionary<string, Exception> errors = new Dictionary<string, Exception>(StringComparer.OrdinalIgnoreCase);
Util\OrderedDictionary.cs (1)
28_dictionary = new Dictionary<TKey, TValue>(capacity);
System.Windows.Forms (16)
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\Control.Ime.cs (1)
1400imeModeConversionBits = new Dictionary<ImeMode, ImeModeConversion>( 7 );
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\ProfessionalColorTable.cs (3)
40professionalRGB= new Dictionary<KnownColors,Color>((int)KnownColors.lastKnownColor); 49professionalRGB= new Dictionary<KnownColors,Color>((int)KnownColors.lastKnownColor); 58professionalRGB= new Dictionary<KnownColors,Color>((int)KnownColors.lastKnownColor);
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.Windows.Forms.DataVisualization (1)
Common\General\Chart.cs (1)
4145private Dictionary<KeyInfo, Font> _fontCache = new Dictionary<KeyInfo, Font>(new KeyInfo.EqualityComparer());
System.Workflow.Activities (50)
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>();
ConstrainedGroup.cs (1)
760this.childActivityStats = new Dictionary<string, CAGChildStats>(len);
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\ArithmeticLiteral.cs (2)
78Dictionary<Type, LiteralMaker> dictionary = new Dictionary<Type, LiteralMaker>(16); 112Dictionary<Type, TypeFlags> dictionary = new Dictionary<Type, TypeFlags>(26);
Rules\CodeDomDecompiler.cs (3)
275Dictionary<string, string> map = new Dictionary<string, string>(); 350Dictionary<string, string> map = new Dictionary<string, string>(27); 412Dictionary<Type, ComputePrecedence> map = new Dictionary<Type, ComputePrecedence>(7);
Rules\Executor.cs (2)
506Dictionary<int, object> affectedRules = new Dictionary<int, object>(); 654Dictionary<string, object> symbols = new Dictionary<string, object>();
Rules\Literal.cs (2)
68Dictionary<Type, LiteralMaker> dictionary = new Dictionary<Type, LiteralMaker>(32); 102Dictionary<Type, TypeFlags> dictionary = new Dictionary<Type, TypeFlags>(32);
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\Scanner.cs (1)
57Dictionary<string, KeywordInfo> map = new Dictionary<string, KeywordInfo>(27);
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 (4)
917private Dictionary<string, Type> typesUsed = new Dictionary<string, Type>(16); 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 (42)
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\FormatterServicesNoSerializableCheck.cs (1)
39private static Dictionary<Type, MemberInfoName> m_MemberInfoTable = new Dictionary<Type, MemberInfoName>(32);
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 (50)
DebugEngine\DebugController.cs (2)
331this.typeToGuid = new Dictionary<Type, Guid>(); 332this.xomlHashToGuid = new Dictionary<byte[], Guid>((IEqualityComparer<byte[]>)new DigestComparer());
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 (8)
42private Dictionary<string, List<ActivityTrackPointCacheItem>> _activities = new Dictionary<string, List<ActivityTrackPointCacheItem>>(); 45private Dictionary<string, List<UserTrackPoint>> _user = new Dictionary<string, List<UserTrackPoint>>(); 144_activities = new Dictionary<string, List<ActivityTrackPointCacheItem>>(runtimeProfile._activities.Count); 153_dynamicActivities = new Dictionary<string, List<ActivityTrackPointCacheItem>>(runtimeProfile._dynamicActivities.Count); 162_user = new Dictionary<string, List<UserTrackPoint>>(runtimeProfile._user.Count); 171_dynamicUser = new Dictionary<string, List<UserTrackPoint>>(runtimeProfile._dynamicUser.Count); 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 (3)
108this.bookmarkQueueMap = new Dictionary<System.Activities.Bookmark, IComparable>(); 454this.contextActivityMap = new Dictionary<int, Activity>(); 506this.outputs = new Dictionary<string, object>(this.outputProperties.Count);
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\SqlTrackingService.cs (2)
741private Dictionary<string, long> _activityInstanceId = new Dictionary<string, long>(32); 742private Dictionary<string, long> _tmpActivityInstanceId = new Dictionary<string, long>(10);
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 (5)
53dictionaryDictionary = new Dictionary<int, Dictionary<K, V>>(fanDegree); 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 (23)
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\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
572Dictionary<string, string> openParameters = new Dictionary<string, string>(2)
System\ServiceModel\SerializableReadOnlyDictionary.cs (3)
24this.dictionary = new Dictionary<K, V>(dictionary); 34this.dictionary = new Dictionary<K, V>(entries.Length); 48empty = new SerializableReadOnlyDictionary<K, V>(new Dictionary<K, V>(0), false);
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 (41)
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 (2)
343this.namespaces = new Dictionary<String, NamespaceDecl>(hasher); 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\Core\XmlTextWriter.cs (1)
1250nsHashtable = new Dictionary<string, int>(new SecureStringHasher());
System\Xml\Core\XmlWellFormedWriter.cs (2)
1537nsHashtable = new Dictionary<string, int>(hasher); 1859attrHashTable = new Dictionary<string, int>(hasher);
System\Xml\Dom\XmlNodeReader.cs (1)
839Dictionary<string,string> dict = new Dictionary<string, string>();
System\Xml\Resolvers\XmlPreloadedResolver.cs (1)
156this.mappings = new Dictionary<Uri, PreloadedData>(16, uriComparer);
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\XmlAtomicValue.cs (1)
59Dictionary<string, string> dict = new Dictionary<string, string>(1);
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\XmlNamespacemanager.cs (3)
171hashTable = new Dictionary<string,int>( lastDecl ); 197Dictionary<string, string> prefixes = new Dictionary<string, string>(lastDecl + 1); 228Dictionary<string,string> dict = new Dictionary<string, string>( lastDecl - i + 1 );
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>();
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
128schemaInfos = new Dictionary<XmlSchemaInfo, XmlSchemaInfo>(new XmlSchemaInfoEqualityComparer());
WindowsBase (35)
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\ComponentModel\DPCustomTypeDescriptor.cs (1)
388new Dictionary<PropertyDescriptor, DependencyObjectPropertyDescriptor>(new PropertyDescriptorComparer());
Base\MS\Internal\ContentType.cs (1)
703_parameterDictionary = new Dictionary<string, string>(); //initial size 0
Base\MS\Internal\IO\Packaging\CompoundFile\UserUseLicenseDictionaryLoader.cs (1)
47_dict = new Dictionary<ContentUser, UseLicense>(ContentUser._contentUserComparer);
Base\MS\Internal\IO\Packaging\PartBasedPackageProperties.cs (1)
954private Dictionary<PackageXmlEnum, Object> _propertyDictionary = new Dictionary<PackageXmlEnum, Object>(_numCoreProperties);
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
1315private static readonly Dictionary<string, string> _rsaSigMethodLookup = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase)
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (1)
549= new Dictionary<Uri, List<PackageRelationshipSelector>>();
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (1)
1407new Dictionary<string, string>(3, StringComparer.Ordinal);
Base\MS\Internal\TraceLevelStore.cs (1)
94private static Dictionary<Key,PresentationTraceLevel> _dictionary = new Dictionary<Key,PresentationTraceLevel>();
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (2)
620new Dictionary<object, DependencyPropertyDescriptor>( 624new Dictionary<object, DependencyPropertyDescriptor>(
Base\System\IO\Packaging\Package.cs (1)
500Dictionary<PackUriHelper.ValidatedPartUri, PackagePart> seenPartUris = new Dictionary<PackUriHelper.ValidatedPartUri, PackagePart>(parts.Length);
Base\System\IO\Packaging\PackageDigitalSignatureManager.cs (1)
353_transformDictionary = new Dictionary<String, String>(4);
Base\System\IO\Packaging\ZipPackage.cs (4)
880_defaultDictionary = new Dictionary<string, ContentType>(_defaultDictionaryInitialSize, _extensionEqualityComparer); 1107_overrideDictionary = new Dictionary<PackUriHelper.ValidatedPartUri, ContentType>(_overrideDictionaryInitialSize); 1583_extensionDictionary = new Dictionary<string, List<string>>(_dictionaryInitialSize, _extensionEqualityComparer); 1584_ignoredItemDictionary = new Dictionary<string, List<string>>(_dictionaryInitialSize, StringComparer.Ordinal);
Base\System\Security\RightsManagement\UnsignedPublishLicense.cs (2)
255_localizedNameDescriptionDictionary = new Dictionary <int, LocalizedNameDescriptionPair>(10); 348_applicationSpecificDataDictionary = new Dictionary <string , string>(5);
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 (10)
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\ResolveAssemblyHelper.cs (1)
74this.ReferencedAssemblies = new Dictionary<string, Assembly>(StringComparer.OrdinalIgnoreCase);
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>();
3581 references to Dictionary
ComSvcConfig (19)
ComplusEndpointConfigContainer.cs (1)
525Dictionary<string, List<EndpointConfig>> endpointConfigs = BaseGetEndpointsFromConfiguration(config);
EndpointConfigContainer.cs (2)
483protected Dictionary<string, List<EndpointConfig>> BaseGetEndpointsFromConfiguration(Configuration config) 485Dictionary<string, List<EndpointConfig>> endpointConfigs = new Dictionary<string, List<EndpointConfig>>();
Options.cs (1)
332Dictionary<string, ComponentDefinition<string>> comps = new Dictionary<string, ComponentDefinition<string>>();
parent\svcutil\CommandLineParser.cs (1)
87Dictionary<string, IList<string>> contents;
SvcFileManager.cs (1)
30Dictionary<Guid, SvcFile> svcFiles;
Tool.cs (12)
458Dictionary<Guid, Dictionary<Guid, Dictionary<Guid, List<EndpointConfig>>>> applicationToComponents = new Dictionary<Guid, Dictionary<Guid, Dictionary<Guid, List<EndpointConfig>>>>(); 461Dictionary<Guid, Dictionary<Guid, List<EndpointConfig>>> componentToInterfaces = null; 462Dictionary<Guid, List<EndpointConfig>> interfacesForComponents = null; 467componentToInterfaces = new Dictionary<Guid, Dictionary<Guid, List<EndpointConfig>>>(); 482IEnumerator<KeyValuePair<Guid, Dictionary<Guid, Dictionary<Guid, List<EndpointConfig>>>>> enumerateApps = applicationToComponents.GetEnumerator(); 485IEnumerator<KeyValuePair<Guid, Dictionary<Guid, List<EndpointConfig>>>> enumerateComponents = enumerateApps.Current.Value.GetEnumerator();
WasEndpointConfigContainer.cs (1)
276Dictionary<string, List<EndpointConfig>> endpointConfigs = BaseGetEndpointsFromConfiguration(config);
Microsoft.Activities.Build (3)
Microsoft\Activities\Build\Validation\ValidationBuildExtension.cs (3)
158Dictionary<object, SourceLocation> sourceLocations; 204Dictionary<object, SourceLocation> GetErrorInformation(Activity activity) 206Dictionary<object, SourceLocation> sourceLocations = null;
mscorlib (109)
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 (3)
221private Dictionary<String, Object[]> _LocalStore; 344private Dictionary<String, object> _compatFlags; 3245private Dictionary<String, Object[]> LocalStore
system\AppDomainSetup.cs (2)
116private Dictionary<string, object> _CompatFlags; 558internal Dictionary<string, object> GetCompatibilityFlags()
system\attribute.cs (4)
41Dictionary<Type, AttributeUsageAttribute> types = new Dictionary<Type, AttributeUsageAttribute>(11); 147Dictionary<Type, AttributeUsageAttribute> types = new Dictionary<Type, AttributeUsageAttribute>(11); 368private static void CopyToArrayList(List<Attribute> attributeList,Attribute[] attributes,Dictionary<Type, AttributeUsageAttribute> types) 398private static void AddAttributesToList(List<Attribute> attributeList, Attribute[] attributes, Dictionary<Type, AttributeUsageAttribute> types)
system\collections\generic\dictionary.cs (10)
699private Dictionary<TKey,TValue> dictionary; 708internal Enumerator(Dictionary<TKey,TValue> dictionary, int getEnumeratorRetType) { 803private Dictionary<TKey,TValue> dictionary; 805public KeyCollection(Dictionary<TKey,TValue> dictionary) { 924private Dictionary<TKey, TValue> dictionary; 929internal Enumerator(Dictionary<TKey, TValue> dictionary) { 990private Dictionary<TKey,TValue> dictionary; 992public ValueCollection(Dictionary<TKey,TValue> dictionary) { 1110private Dictionary<TKey, TValue> dictionary; 1115internal Enumerator(Dictionary<TKey, TValue> dictionary) {
system\collections\objectmodel\keyedcollection.cs (1)
25Dictionary<TKey,TItem> dict;
system\diagnostics\eventing\eventsource.cs (10)
3292Dictionary<string, string> eventsByName = null; 3703private static void DebugCheckEvent(ref Dictionary<string, string> eventsByName, 4528Dictionary<EventListener, bool> allListeners = new Dictionary<EventListener, bool>(); 6888Dictionary<int, string> opcodeTab; 6889Dictionary<int, string> taskTab; 6891Dictionary<int, ChannelInfo> channelTab; 6893Dictionary<ulong, string> keywordTab; 6894Dictionary<string, Type> mapsTab; 6896Dictionary<string, string> stringTab; // Maps unlocalized strings to localized ones 6913Dictionary<string, List<int>> perEventByteArrayArgIndices; // "event_name" -> List_of_Indices_of_Byte[]_Arg
System\Diagnostics\Eventing\TraceLogging\SimpleTypeInfos.cs (1)
1008var serializedType = new Dictionary<string, object>();
system\globalization\culturedata.cs (7)
197private static Dictionary<string, string> RegionNames 203var regionNames = new Dictionary<string, string> { 338private volatile static Dictionary<string, string> s_RegionNames; 508private static volatile Dictionary<String, CultureData> s_cachedCultures; 538Dictionary<String, CultureData> tempHashTable = s_cachedCultures; 740private static volatile Dictionary<String, CultureData> s_cachedRegions; 767Dictionary<String, CultureData> tempHashTable = s_cachedRegions;
system\globalization\datetimeformatinfoscanner.cs (3)
119private static volatile Dictionary<String, String> s_knownWords; 121static Dictionary<String, String> KnownWords 127Dictionary<String, String> temp = new Dictionary<String, String>();
system\reflection\customattribute.cs (2)
2106private static Dictionary<RuntimeType, RuntimeType> s_pca; 2147Dictionary<RuntimeType, RuntimeType> temp_pca = new Dictionary<RuntimeType, RuntimeType>(s_pcasCount);
system\reflection\emit\modulebuilder.cs (1)
100private Dictionary<string, Type> m_TypeBuilderDict;
system\resources\filebasedresourcegroveler.cs (1)
44public ResourceSet GrovelForResourceSet(CultureInfo culture, Dictionary<String, ResourceSet> localResourceSets, bool tryParents, bool createIfNotExists, ref StackCrawlMark stackMark)
system\resources\iresourcegroveler.cs (1)
26ResourceSet GrovelForResourceSet(CultureInfo culture, Dictionary<String, ResourceSet> localResourceSets, bool tryParents,
system\resources\manifestbasedresourcegroveler.cs (1)
62public ResourceSet GrovelForResourceSet(CultureInfo culture, Dictionary<String, ResourceSet> localResourceSets, bool tryParents, bool createIfNotExists, ref StackCrawlMark stackMark)
system\resources\resourcemanager.cs (6)
191private Dictionary <String,ResourceSet> _resourceSets; 582Dictionary<String, ResourceSet> localResourceSets = _resourceSets; 665Dictionary<String,ResourceSet> localResourceSets = _resourceSets; 705Dictionary<String,ResourceSet> localResourceSets = _resourceSets; 764Dictionary<String, ResourceSet> localResourceSets = _resourceSets; 843private static void AddResourceSet(Dictionary<String,ResourceSet> localResourceSets, String cultureName, ref ResourceSet rs)
system\resources\resourcereader.cs (2)
89internal Dictionary<String, ResourceLocator> _resCache; 202internal ResourceReader(Stream stream, Dictionary<String, ResourceLocator> resCache)
system\resources\resourcewriter.cs (3)
96private Dictionary<String, Object> _resourceList; 98private Dictionary<String, Object> _caseInsensitiveDups; 99private Dictionary<String, PrecannedResource> _preserializedData;
system\resources\runtimeresourceset.cs (3)
171private Dictionary<String, ResourceLocator> _resCache; 183private Dictionary<String, ResourceLocator> _caseInsensitiveTable; 415private Object ResolveResourceLocator(ResourceLocator resLocation, String key, Dictionary<String, ResourceLocator> copyOfCache, bool keyInWrongCase)
system\rttype.cs (5)
1147Dictionary<RuntimeType, RuntimeType> ht = new Dictionary<RuntimeType, RuntimeType>(); 1231Dictionary<String, RuntimeEventInfo> csEventInfos = filter.CaseSensitive() ? null : 1260Filter filter, RuntimeType declaringType, Dictionary<String, RuntimeEventInfo> csEventInfos, ref ListBuilder<RuntimeEventInfo> list) 1338Dictionary<String, List<RuntimePropertyInfo>> csPropertyInfos = filter.CaseSensitive() ? null : 1364Dictionary<String, List<RuntimePropertyInfo>> csPropertyInfos,
system\runtime\interopservices\gchandlecookietable.cs (1)
211private Dictionary<ObjectHandle, GCHandleCookie> m_HandleToCookieMap;
system\runtime\interopservices\windowsruntime\eventregistrationtokentable.cs (1)
23private Dictionary<EventRegistrationToken, T> m_tokens = new Dictionary<EventRegistrationToken, T>();
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (13)
224ConditionalWeakTable<object, Dictionary<MethodInfo, Dictionary<object, EventRegistrationTokenList>>> s_eventRegistrations = 225new ConditionalWeakTable<object, Dictionary<MethodInfo, Dictionary<object, EventRegistrationTokenList>>>(); 237Dictionary<object, EventRegistrationTokenList> registrationTokens = GetEventRegistrationTokenTable(instance, removeMethod); 261private static Dictionary<object, EventRegistrationTokenList> GetEventRegistrationTokenTable(object instance, Action<EventRegistrationToken> removeMethod) 269Dictionary<MethodInfo, Dictionary<object, EventRegistrationTokenList>> instanceMap = null; 272instanceMap = new Dictionary<MethodInfo, Dictionary<object, EventRegistrationTokenList>>(); 276Dictionary<object, EventRegistrationTokenList> tokens = null; 293Dictionary<object, EventRegistrationTokenList> registrationTokens = GetEventRegistrationTokenTable(instance, removeMethod); 335Dictionary<object, EventRegistrationTokenList> registrationTokens = GetEventRegistrationTokenTable(instance, removeMethod); 538internal volatile static Dictionary<EventCacheKey, EventCacheEntry> s_eventRegistrations =
system\runtime\serialization\formatters\binary\binaryformatter.cs (1)
53private static Dictionary<Type, TypeInformation> typeNameCache = new Dictionary<Type, TypeInformation>();
system\runtime\serialization\serializationinfo.cs (1)
45private Dictionary<string, int> m_nameToIndex;
system\security\claims\Claim.cs (1)
43Dictionary<string, string> m_properties;
system\security\cryptography\cryptoconfig.cs (15)
29private static volatile Dictionary<string, string> defaultOidHT = null; 30private static volatile Dictionary<string, object> defaultNameHT = null; 31private static volatile Dictionary<string, string> machineOidHT = null; 32private static volatile Dictionary<string, string> machineNameHT = null; 33private static volatile Dictionary<string, Type> appNameHT = new Dictionary<string, Type>(StringComparer.OrdinalIgnoreCase); 34private static volatile Dictionary<string, string> appOidHT = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase); 114private static Dictionary<string, string> DefaultOidHT { 117Dictionary<string, string> ht = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase); 171private static Dictionary<string, object> DefaultNameHT { 174Dictionary<string, object> ht = new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase); 832private static Dictionary<string, string> InitializeNameMappings(ConfigNode nameMappingNode) 837Dictionary<string, string> nameMappings = new Dictionary<string, string>(); 838Dictionary<string, string> typeAliases = new Dictionary<string, string>(); 882private static Dictionary<string, string> InitializeOidMappings(ConfigNode oidMappingNode) 887Dictionary<string, string> oidMap = new Dictionary<string, string>();
system\security\policy\evidence.cs (2)
58private Dictionary<Type, EvidenceTypeDescriptor> m_evidence; 1031Dictionary<Type, EvidenceBase> generatedEvidence = new Dictionary<Type, EvidenceBase>();
system\security\policy\hash.cs (4)
35private Dictionary<Type, byte[]> m_hashes; 54Dictionary<Type, byte[]> hashes = info.GetValueNoThrow("Hashes", typeof(Dictionary<Type, byte[]>)) as 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)
225public Dictionary<string, TimeZoneInfo> m_systemTimeZones;
PresentationBuildTasks (25)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (11)
1644Dictionary<string, object> _ignorables; 1645Dictionary<string, ProcessContentSet> _processContents; 1646Dictionary<string, PreserveItemSet> _preserveElements; 1647Dictionary<string, PreserveItemSet> _preserveAttributes; 1931Dictionary<string, object> _names; 1987Dictionary<string, string> _names; 2042private Dictionary<string, object> _knownNamespaces; 2043private Dictionary<string, string> _namespaceMap = new Dictionary<string, string>(); 2044private Dictionary<string, object> _subsumingNamespaces; 2045private Dictionary<string, HandleElementCallback> _elementHandler = new Dictionary<string, HandleElementCallback>(); 2046private Dictionary<string, HandleAttributeCallback> _attributeHandler = new Dictionary<string, HandleAttributeCallback>();
Framework\System\Windows\Markup\MarkupExtensionParser.cs (2)
949Dictionary<string, SpecialBracketCharacters> bracketCharacterCache = _parserContext.InitBracketCharacterCacheForType(extensionType); 1498private SpecialBracketCharacters GetBracketCharacterForProperty(string propertyName, Dictionary<string, SpecialBracketCharacters> bracketCharacterCache)
Framework\System\Windows\Markup\ParserContext.cs (9)
209internal Dictionary<string, SpecialBracketCharacters> InitBracketCharacterCacheForType(Type type) 213Dictionary<string, SpecialBracketCharacters> map = BuildBracketCharacterCacheForType(type); 728internal Dictionary<Type, Dictionary<string, SpecialBracketCharacters>> MasterBracketCharacterCache 734_masterBracketCharacterCache = new Dictionary<Type, Dictionary<string, SpecialBracketCharacters>>(); 856private Dictionary<Type, Dictionary<string, SpecialBracketCharacters>> _masterBracketCharacterCache; 876private Dictionary<string, SpecialBracketCharacters> BuildBracketCharacterCacheForType(Type extensionType) 878Dictionary<string, SpecialBracketCharacters> cache = new Dictionary<string, SpecialBracketCharacters>(StringComparer.OrdinalIgnoreCase);
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
4389Dictionary<string, string> _piReverseTable = new Dictionary<string, string>();
Framework\System\Windows\Markup\XmlnsCache.cs (2)
424private Dictionary<string, string> _compatTable = null; 427private Dictionary<string, string> _compatTableReverse = null;
PresentationCore (60)
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 (2)
648private Dictionary<int, ushort> _cmap; 657private Dictionary<int, ushort> CMap
Core\CSharp\MS\Internal\FontCache\FontResourceCache.cs (7)
29private static void ConstructFontResourceCache(Assembly entryAssembly, Dictionary<string, List<string>> folderResourceMap) 32Dictionary<string, string> contentFiles = ContentFileHelper.GetContentFiles(entryAssembly); 81Dictionary<string, List<string>> folderResourceMap; 113private static void AddResourceToFolderMap(Dictionary<string, List<string>> folderResourceMap, string resourceFullName) 150private static Dictionary<Assembly, Dictionary<string, List<string>>> _assemblyCaches 151= new Dictionary<Assembly, Dictionary<string, List<string>>>(1);
Core\CSharp\MS\Internal\FontCache\FontSourceCollection.cs (1)
197Dictionary<string, object> fontPaths = new Dictionary<string, object>(512, StringComparer.OrdinalIgnoreCase);
Core\CSharp\MS\Internal\FontFace\CompositeFontInfo.cs (2)
39private Dictionary<XmlLanguage, ushort[]> _familyMapRangesByLanguage; 164Dictionary<XmlLanguage, ushort[]> table = new Dictionary<XmlLanguage, ushort[]>(_familyMapRangesByLanguage.Count);
Core\CSharp\MS\Internal\FontFace\FontDifferentiator.cs (1)
37Dictionary<XmlLanguage, string> faceNames = new Dictionary<XmlLanguage, string>(1);
Core\CSharp\MS\Internal\FontFace\PhysicalFontFamily.cs (1)
55Dictionary<XmlLanguage, string> convertedDictionary = new Dictionary<XmlLanguage, string>();
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
2780System.Collections.Generic.Dictionary<Stroke, StrokeLookupEntry> _strokeLookupTable = null;
Core\CSharp\MS\Internal\Ink\Renderer.cs (2)
716private Dictionary<Stroke, StrokeVisual> _visuals; 719private Dictionary<Color, HighlighterContainerVisual> _highlighters = null;
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (3)
270Dictionary<Edge, EdgeInfo> adjInformation = new Dictionary<Edge, EdgeInfo>(); 447Dictionary<Edge, EdgeInfo> adjInformation, 840Dictionary<Edge, EdgeInfo> adjInformation)
Core\CSharp\MS\Internal\Resources\ContentFileHelper.cs (3)
42static internal Dictionary<string, string> GetContentFiles(Assembly asm) 44Dictionary<string, string> contentFiles = null; 79private static Dictionary<string, string> _contentFiles;
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (1)
398Dictionary<Color, List<Stroke>> highLighters = new Dictionary<Color, List<Stroke>>();
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (1)
620private static Dictionary<UIElement, ManipulationDevice> _manipulationDevices;
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (3)
571var temp = _removedManipulators; 764private Dictionary<int, Manipulator2D> _currentManipulators = new Dictionary<int, Manipulator2D>(2); 767private Dictionary<int, Manipulator2D> _removedManipulators = new Dictionary<int, Manipulator2D>(2);
Core\CSharp\System\Windows\Media\FontEmbeddingManager.cs (5)
58_collectedGlyphTypefaces = new Dictionary<Uri, Dictionary<ushort, bool>>(_uriComparer); 85Dictionary<ushort, bool> glyphSet; 122Dictionary<ushort, bool> glyphsUsed = _collectedGlyphTypefaces[glyphTypeface]; 163private Dictionary<Uri, Dictionary<ushort, bool>> _collectedGlyphTypefaces;
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)
2803private Dictionary<ICompositionTarget, object> _registeredICompositionTargets;
Core\CSharp\System\Windows\Media\SolidColorBrush.cs (3)
330public Dictionary<TKey, TValue>.Enumerator GetEnumerator() 338private Dictionary<TKey, TValue> fwdDictionary; 339private Dictionary<TValue, List<TKey>> revDictionary;
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatterContext.cs (3)
57private static Dictionary<char,bool> _specialCharacters; // special characters 499Dictionary<char,bool> dict = new Dictionary<char,bool>(); 555System.Threading.Interlocked.CompareExchange<Dictionary<char,bool>>(ref _specialCharacters, dict, null);
Core\CSharp\System\Windows\Media\Visual.cs (10)
673Dictionary<DUCE.Channel, int> channelsToCyclicBrushMap = 848Dictionary<DUCE.Channel, int> channelsToCyclicBrushMap = 878Dictionary<ICyclicBrush, int> cyclicBrushToChannelsMap = 915Dictionary<ICyclicBrush, int> cyclicBrushToChannelsMap = 939Dictionary<DUCE.Channel, int> channelsToCyclicBrushMap = 5285Dictionary<ICyclicBrush, int> cyclicBrushToChannelsMap = 5395private static readonly UncommonField<Dictionary<ICyclicBrush, int>> CyclicBrushToChannelsMapField 5396= new UncommonField<Dictionary<ICyclicBrush, int>>(); 5402private static readonly UncommonField<Dictionary<DUCE.Channel, int>> ChannelsToCyclicBrushMapField 5403= new UncommonField<Dictionary<DUCE.Channel, int>>();
Core\CSharp\System\Windows\Media3D\Visual3DCollection.cs (1)
575Dictionary<Visual3D, string> duplicates = new Dictionary<Visual3D, string>();
Shared\MS\Internal\AppDomainShutdownMonitor.cs (1)
81private static Dictionary<WeakReference, WeakReference> _dictionary;
Shared\MS\Internal\MimeTypeMapper.cs (1)
166private static readonly Dictionary<string, ContentType> _fileExtensionToMimeType = new Dictionary<string, ContentType>(4);
Shared\MS\Internal\SafeSecurityHelper.cs (1)
159static Dictionary<object, AssemblyName> _assemblies; // get key via GetKeyForAssembly
Shared\MS\Internal\SizeLimitedCache.cs (1)
333private Dictionary<K, Node> _nodeLookup;
PresentationFramework (127)
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)
386private Dictionary<string,string> _nameValues;
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (6)
118public Dictionary<Guid, Annotation> FindAnnotations(ContentLocator anchorLocator) 123Dictionary<Guid, Annotation> annotations = new Dictionary<Guid, Annotation>(); 128Dictionary<Guid, CachedAnnotation>.ValueCollection.Enumerator annotationsEnumerator = _currentAnnotations.Values.GetEnumerator(); 182public Dictionary<Guid, Annotation> FindAnnotations() 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)
262Dictionary<XmlDocument, int> _xmlDocsRefCounts;
src\Framework\MS\Internal\AppModel\MimeObjectFactory.cs (1)
75private static readonly Dictionary<ContentType, StreamToObjectFactoryDelegate> _objectConverters = new Dictionary<ContentType, StreamToObjectFactoryDelegate>(5, new ContentType.WeakComparer());
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)
896private static Dictionary<XmlToken, string> s_xmlTokeFullNames; // A dictionary for the names of the xml elements 898private Dictionary<XmlToken, object> _cachedXmlElements; // A dictionary for caching the data object
src\Framework\MS\Internal\Data\LiveShapingList.cs (1)
104internal Dictionary<string, DependencyProperty> ObservedProperties
src\Framework\MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
406private Dictionary<string, Stack<ILocalizabilityInheritable>> _propertyInheritanceTreeStack
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (2)
312private Dictionary<string, ElementLocalizability> _classAttributeTable; 313private Dictionary<string, LocalizabilityAttribute> _propertyAttributeTable;
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (1)
715private Dictionary<String, string> _contentPropertyTable;
src\Framework\MS\Internal\Ink\ClipboardProcessor.cs (2)
284Dictionary<InkCanvasClipboardFormat, ClipboardData> preferredData = new Dictionary<InkCanvasClipboardFormat, ClipboardData>(); 495private Dictionary<InkCanvasClipboardFormat, ClipboardData> _preferredClipboardData;
src\Framework\MS\Internal\Interop\InternalDispatchObject.cs (1)
65private Dictionary<int, MethodInfo> _dispId2MethodMap;
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (1)
1056private Dictionary<string, uint> _lcidDictionary;
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (3)
679private IList<Annotation> MergeAndCacheAnnotations(Dictionary<Guid, Annotation> mapAnnotations, List<Guid> storeAnnotationsId) 723Dictionary<Guid, Annotation> annotations = null; 1083private static readonly Dictionary<Uri, IList<Uri>> _predefinedNamespaces;
src\Framework\System\Windows\Automation\Peers\CalendarAutomationPeer.cs (5)
118Dictionary<DateTimeCalendarModePair, DateTimeAutomationPeer> newChildren = new Dictionary<DateTimeCalendarModePair,DateTimeAutomationPeer>(); 672private Dictionary<DateTimeCalendarModePair, DateTimeAutomationPeer> DateTimePeers 679private Dictionary<DateTimeCalendarModePair, WeakReference> WeakRefElementProxyStorage 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 (2)
8293Dictionary<string, StringBuilder> dataGridStringBuilders = new Dictionary<string, StringBuilder>(formats.Count); 8703private Dictionary<DataGridColumn, CellAutomationValueHolder> _editingCellAutomationValueHolders
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (2)
478Dictionary<int, int> assignedDisplayIndexMap = new Dictionary<int, int>(); // <DisplayIndex, ColumnIndex> 2545private Dictionary<DataGridColumn, DataGridLength> _originalWidthsForResize; // Dictionary to hold the original widths of columns for resize operation
src\Framework\System\Windows\Controls\DataGridHelper.cs (6)
432var transferEnabledMap = GetPropertyTransferEnabledMapForObject(d); 438private static Dictionary<DependencyProperty, bool> GetPropertyTransferEnabledMapForObject(DependencyObject d) 440Dictionary<DependencyProperty, bool> propertyTransferEnabledForObject; 453Dictionary<DependencyProperty, bool> propertyTransferEnabledForObject; 471private static ConditionalWeakTable<DependencyObject, Dictionary<DependencyProperty, bool>> _propertyTransferEnabledMap = new ConditionalWeakTable<DependencyObject, Dictionary<DependencyProperty, bool>>();
src\Framework\System\Windows\Controls\DataGridItemAttachedStorage.cs (8)
20var map = EnsureItem(item); 27Dictionary<DependencyProperty, object> map; 40Dictionary<DependencyProperty, object> map; 64_itemStorageMap = new Dictionary<object, Dictionary<DependencyProperty, object>>(); 68private Dictionary<DependencyProperty, object> EnsureItem(object item) 70Dictionary<DependencyProperty, object> map; 85private Dictionary<object, Dictionary<DependencyProperty, object>> _itemStorageMap;
src\Framework\System\Windows\Controls\Primitives\Selector.cs (1)
2963private Dictionary<ItemInfo, ItemInfo> _set;
src\Framework\System\Windows\Data\BindingGroup.cs (1)
1567Dictionary<WeakReference, List<ValidationError>> _notifyDataErrors = new Dictionary<WeakReference, List<ValidationError>>();
src\Framework\System\Windows\Documents\FixedDocument.cs (2)
829internal Dictionary<FixedPage, ArrayList> Highlights 1339private Dictionary<FixedPage, ArrayList> _highlights;
src\Framework\System\Windows\Documents\FixedDSBuilder.cs (1)
269private Dictionary<String, NameHashFixedNode> _nameHashTable;
src\Framework\System\Windows\Documents\FixedSchema.cs (1)
332static private readonly Dictionary<ContentType, XpsSchema> _schemas = new Dictionary<ContentType, XpsSchema>(new ContentType.StrongComparer());
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
414internal void GetMultiHighlights(FixedTextPointer start, FixedTextPointer end, Dictionary<FixedPage, ArrayList> highlights, FixedHighlightType t,
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
258Dictionary<FixedPage, ArrayList> highlights = new Dictionary<FixedPage,ArrayList>();
src\Framework\System\Windows\Documents\Speller.cs (2)
477private Dictionary<Uri, DictionaryInfo> UriMap 2200private Dictionary<Uri, DictionaryInfo> _uriMap;
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (2)
927private Dictionary<CultureInfo, Tuple<WordsSegmenter, SpellChecker>> _spellCheckers; 937private Dictionary<string, List<string>> _customDictionaryFiles;
src\Framework\System\Windows\FrameworkTemplate.cs (2)
1520internal Dictionary<int, Type> ChildTypeFromChildIndex 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>(); 34private Dictionary<string, Freezable> _freezeCache;
src\Framework\System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (2)
11protected Dictionary<string, string> _namespaces; 49public void SetNamespaces(Dictionary<string, string> namespaces)
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 (2)
313private Dictionary<int, Baml6ConstructorInfo> _constructors; 315public Dictionary<int, Baml6ConstructorInfo> Constructors
src\Framework\System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
40private Dictionary<Type, XamlType> _masterTypeTable;
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)
2882private Dictionary<String, List<String>> _reverseXmlnsTable;
src\Framework\System\Windows\Markup\MarkupExtensionParser.cs (2)
949Dictionary<string, SpecialBracketCharacters> bracketCharacterCache = _parserContext.InitBracketCharacterCacheForType(extensionType); 1498private SpecialBracketCharacters GetBracketCharacterForProperty(string propertyName, Dictionary<string, SpecialBracketCharacters> bracketCharacterCache)
src\Framework\System\Windows\Markup\ParserContext.cs (10)
209internal Dictionary<string, SpecialBracketCharacters> InitBracketCharacterCacheForType(Type type) 213Dictionary<string, SpecialBracketCharacters> map = BuildBracketCharacterCacheForType(type); 728internal Dictionary<Type, Dictionary<string, SpecialBracketCharacters>> MasterBracketCharacterCache 734_masterBracketCharacterCache = new Dictionary<Type, Dictionary<string, SpecialBracketCharacters>>(); 856private Dictionary<Type, Dictionary<string, SpecialBracketCharacters>> _masterBracketCharacterCache; 876private Dictionary<string, SpecialBracketCharacters> BuildBracketCharacterCacheForType(Type extensionType) 878Dictionary<string, SpecialBracketCharacters> cache = new Dictionary<string, SpecialBracketCharacters>(StringComparer.OrdinalIgnoreCase); 982private Dictionary<string, Freezable> _freezeCache;
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (2)
86Dictionary<string, string> constructorArguments = null; 707private static Dictionary<Type, Type> _keyTypeMap;
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (12)
510Dictionary<string, string> writtenAttributes = new Dictionary<string, string>(); 946private bool IsDeferredProperty (MarkupProperty property, Dictionary<string, string> writtenAttributes, 1324private Dictionary<string, string> _uriToPrefix; 1325private Dictionary<string, string> _prefixToUri; 1570private static Dictionary<Assembly, Dictionary<string, string>> XmlnsDefinitions = new Dictionary<Assembly, Dictionary<string, string>>(); 1571private static Dictionary<string, string> DefaultPrefixes = new Dictionary<string, string>(); 1574static Dictionary<string, string> GetMappingsFor(Assembly assembly) 1576Dictionary<string, string> namespaceToUri; 1616Dictionary<string, string> assembliesNamespacetoUri = GetMappingsFor(referencedAssembly); 1638Dictionary<string, string> namespaceToUri = GetMappingsFor(type.Assembly);
src\Framework\System\Windows\Markup\RoutedEventValueSerializer.cs (1)
46static Dictionary<Type, Type> initializedTypes = new Dictionary<Type, Type>();
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (4)
333private Dictionary<string, string> CloneStringDictionary(Dictionary<string, string> dict) 335Dictionary<string, string> newDict = new Dictionary<string, string>(); 4389Dictionary<string, string> _piReverseTable = new Dictionary<string, string>();
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (3)
18Dictionary<string, FrugalObjectList<string>> _nsDefinitions; 24Dictionary<string, string> _piNamespaces; 26Dictionary<Type, XamlType> _allowedInternalTypes;
src\Framework\System\Windows\Markup\XmlnsCache.cs (2)
424private Dictionary<string, string> _compatTable = null; 427private Dictionary<string, string> _compatTableReverse = null;
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 (3)
1760[ThreadStatic] private static Dictionary<DpiUtil.HwndDpiInfo, SecurityCriticalDataClass<HwndWrapper>> _hwndNotify; 1761[ThreadStatic] [SecurityCritical] private static Dictionary<DpiUtil.HwndDpiInfo, HwndWrapperHook> _hwndNotifyHook; 1765private static Dictionary<Assembly, ResourceDictionaries> _dictionaries;
src\Framework\System\Windows\TemplateContent.cs (2)
1609internal Dictionary<string, XamlType> _namedTypes; 1610internal Dictionary<string, XamlType> NamedTypes
src\Framework\System\Windows\VisualStateManager.cs (8)
427Dictionary<TimelineDataToken, Timeline> currentAnimations = FlattenTimelines(group.CurrentStoryboards); 428Dictionary<TimelineDataToken, Timeline> transitionAnimations = FlattenTimelines(transition != null ? transition.Storyboard : null); 429Dictionary<TimelineDataToken, Timeline> newStateAnimations = FlattenTimelines(newState.Storyboard); 728private static Dictionary<TimelineDataToken, Timeline> FlattenTimelines(Storyboard storyboard) 730Dictionary<TimelineDataToken, Timeline> result = new Dictionary<TimelineDataToken, Timeline>(); 737private static Dictionary<TimelineDataToken, Timeline> FlattenTimelines(Collection<Storyboard> storyboards) 739Dictionary<TimelineDataToken, Timeline> result = new Dictionary<TimelineDataToken, Timeline>(); 749private static void FlattenTimelines(Storyboard storyboard, Dictionary<TimelineDataToken, Timeline> result)
SMDiagnostics (1)
System\ServiceModel\Diagnostics\LegacyDiagnosticTrace.cs (1)
204Dictionary<string, string> values = new Dictionary<string, string>(3);
SMSvcHost (8)
System\ServiceModel\Activation\AppManager.cs (4)
17Dictionary<string, App> apps; 18Dictionary<string, AppPool> pools; 34public Dictionary<string, App> Apps 42public Dictionary<string, AppPool> AppPools
System\ServiceModel\Activation\Diagnostics\ListenerTraceUtility.cs (1)
18static Dictionary<int, string> traceCodes = new Dictionary<int, string>(39)
System\ServiceModel\Activation\MessageQueue.cs (1)
22static Dictionary<BaseUriWithWildcard, MessageQueue> registry = new Dictionary<BaseUriWithWildcard, MessageQueue>();
System\ServiceModel\Activation\MsmqActivation.cs (2)
150Dictionary<string, MsmqBindingMonitor> bindingMonitors; 205Dictionary<int, QueueMonitorGroup> groups;
svcutil (1)
CommandLineParser.cs (1)
87Dictionary<string, IList<string>> contents;
System (21)
compmod\microsoft\win32\SystemEvents.cs (1)
96private static Dictionary<object, List<SystemEventInvokeInfo>> _handlers;
compmod\system\codedom\compiler\CodeDomConfigurationHandler.cs (1)
193Dictionary<string, string> res = new Dictionary<string, string>();
compmod\system\componentmodel\CultureInfoConverter.cs (1)
309private static volatile System.Collections.Generic.Dictionary<string, string> cultureInfoNameMap;
compmod\system\componentmodel\design\serialization\MemberRelationshipService.cs (1)
31private Dictionary<RelationshipEntry,RelationshipEntry> _relationships = new Dictionary<RelationshipEntry,RelationshipEntry>();
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (2)
1889Dictionary<string, EventDescriptor> eventList = new Dictionary<string, EventDescriptor>(16); 1926Dictionary<string, PropertyDescriptor> propertyList = new Dictionary<string, PropertyDescriptor>(10);
net\System\_UriSyntax.cs (2)
64private static readonly Dictionary<String, UriParser> m_Table; 65private static Dictionary<String, UriParser> m_TempTable;
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)
80private Dictionary<string, SchemeSettingInternal> schemeSettings;
net\System\Net\Configuration\UriSectionData.cs (2)
17private Dictionary<string, SchemeSettingInternal> schemeSettings; 36public Dictionary<string, SchemeSettingInternal> SchemeSettings
net\System\Net\mail\MailHeaderInfo.cs (1)
108private static readonly Dictionary<string, int> m_HeaderDictionary;
net\System\Net\mail\SmtpDateTime.cs (1)
91Dictionary<string, TimeSpan> tempTimeZoneOffsetLookup = new Dictionary<string, TimeSpan>();
net\System\Net\WebUtility.cs (3)
1053private static Dictionary<string, char> _lookupTable = GenerateLookupTable(); 1055private static Dictionary<string, char> GenerateLookupTable() { 1058Dictionary<string, char> lookupTable = new Dictionary<string, char>(StringComparer.Ordinal);
parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
31private static Dictionary<string, bool> s_switchMap = new Dictionary<string, bool>();
regex\system\text\regularexpressions\RegexCharClass.cs (2)
89static Dictionary<String, String> _definedCategories; 361Dictionary<String, String> tempCategories = new Dictionary<String, String>(32);
regex\system\text\regularexpressions\RegexWriter.cs (1)
29internal Dictionary<string, int> _stringhash;
System.Activities (182)
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (1)
89static Dictionary<HashSet<Assembly>, HostedCompilerWrapper> HostedCompilerCache;
Microsoft\VisualBasic\Activities\XamlIntegration\VisualBasicExpressionConverter.cs (2)
188static Dictionary<XNamespace, XmlnsMapping> xmlnsMappings; 190public static Dictionary<XNamespace, XmlnsMapping> XmlnsMappings
System\Activities\Activity.cs (6)
433internal Dictionary<string, List<RuntimeArgument>> OverloadGroups 553internal bool GetActivityExtensionInformation(out Dictionary<Type, WorkflowInstanceExtensionProvider> activityExtensionProviders, out HashSet<Type> requiredActivityExtensionTypes) 1288Dictionary<string, Activity> singletonActivityNames; 1289Dictionary<Type, WorkflowInstanceExtensionProvider> activityExtensionProviders; 1308public Dictionary<string, List<RuntimeArgument>> OverloadGroups 1356public bool GetActivityExtensionInformation(out Dictionary<Type, WorkflowInstanceExtensionProvider> activityExtensionProviders, out HashSet<Type> requiredActivityExtensionTypes)
System\Activities\ActivityLocationReferenceEnvironment.cs (2)
14Dictionary<string, LocationReference> declarations; 45Dictionary<string, LocationReference> Declarations
System\Activities\ActivityUtilities.cs (4)
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>(); 1431Dictionary<Type, ILocationReferenceExpression> lookupTable = null;
System\Activities\Debugger\DebugInfo.cs (1)
27Dictionary<string, LocalInfo> cachedLocalInfos;
System\Activities\Debugger\DebugManager.cs (9)
27Dictionary<object, State> states; 28Dictionary<int, Stack<Activity>> runningThreads; 88Dictionary<string, byte[]> checksumCache = null; 92Dictionary<object, SourceLocation> sourceLocations = SourceLocationProvider.GetSourceLocations(activity, out sourcePath, out isTemporaryFile, out checksum); 213public void Instrument(Activity rootActivity, Dictionary<object, SourceLocation> sourceLocations, string typeNamePrefix, Dictionary<string, byte[]> checksumCache) 342void EnterState(int threadId, Activity activity, Dictionary<string, object> locals) 409static Dictionary<string, object> GenerateLocals(ActivityInstance instance) 411Dictionary<string, object> locals = new Dictionary<string, object>();
System\Activities\Debugger\InstrumentationTracker.cs (2)
21Dictionary<Activity, string> uninstrumentedSubRoots; 23Dictionary<Activity, string> UninstrumentedSubRoots
System\Activities\Debugger\SourceLocationProvider.cs (9)
50static internal Dictionary<object, SourceLocation> GetSourceLocations(Activity rootActivity, out string sourcePath, out bool isTemporaryFile, out byte[] checksum) 93Dictionary<object, SourceLocation> mapping; 199public static Dictionary<object, SourceLocation> GetSourceLocations(Activity rootActivity, WorkflowSymbol symbol) 207internal static Dictionary<object, SourceLocation> GetSourceLocations(Activity rootActivity, WorkflowSymbol symbol, bool translateInternalActivityToOrigin) 216Dictionary<object, SourceLocation> newMapping = new Dictionary<object, SourceLocation>(); 270public static void CollectMapping(Activity rootActivity1, Activity rootActivity2, Dictionary<object, SourceLocation> mapping, string path) 278static void CollectMapping(Activity rootActivity1, Activity rootActivity2, Dictionary<object, SourceLocation> mapping, string path, byte[] checksum, bool requirePrepareForRuntime) 356static void CollectMapping(Activity rootActivity1, Activity rootActivity2, Dictionary<object, SourceLocation> mapping, string path, byte[] checksum) 378public static ICollection<ActivitySymbol> GetSymbols(Activity rootActivity, Dictionary<object, SourceLocation> sourceLocations)
System\Activities\Debugger\StateManager.cs (8)
131internal void Bake(string typeName, Dictionary<string, byte[]> checksumCache) 430Dictionary<SourceLocation, State> stateMap = new Dictionary<SourceLocation, State>(); 441Dictionary<State, MethodInfo> islands; 444Dictionary<State, MethodInfo> islandsWithPriming; 450Dictionary<string, ISymbolDocumentWriter> sourceDocuments; 495public void Bake(string typeName, string typeNamePrefix, Dictionary<string, byte[]> checksumCache) 637MethodBuilder CreateIsland(TypeBuilder typeBuilder, State state, bool withPrimingTest, Dictionary<string, byte[]>checksumCache) 769private ISymbolDocumentWriter GetSourceDocument(string fileName, byte[] checksum, Dictionary<string, byte[]> checksumCache)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (2)
60private Dictionary<XamlNode, DocumentRange> initializationValueRanges; 690private Dictionary<DocumentRange, DocumentRange> objRgnToInitValueRgnMapping;
System\Activities\Debugger\XmlReaderWithSourceLocation.cs (10)
14private Dictionary<DocumentLocation, DocumentRange> attributeValueRanges; 15private Dictionary<DocumentLocation, DocumentRange> emptyElementRanges; 16private Dictionary<DocumentLocation, DocumentRange> contentValueRanges; 17private Dictionary<DocumentLocation, DocumentLocation> startElementLocations; 18private Dictionary<DocumentLocation, DocumentLocation> endElementLocations; 38public Dictionary<DocumentLocation, DocumentRange> AttributeValueRanges 51public Dictionary<DocumentLocation, DocumentRange> ContentValueRanges 64public Dictionary<DocumentLocation, DocumentRange> EmptyElementRanges 77public Dictionary<DocumentLocation, DocumentLocation> StartElementLocations 90public Dictionary<DocumentLocation, DocumentLocation> EndElementLocations
System\Activities\DurableInstancing\CreateWorkflowOwnerCommand.cs (1)
16Dictionary<XName, InstanceValue> instanceOwnerMetadata;
System\Activities\DurableInstancing\CreateWorkflowOwnerWithIdentityCommand.cs (1)
16Dictionary<XName, InstanceValue> instanceOwnerMetadata;
System\Activities\DurableInstancing\LoadWorkflowByInstanceKeyCommand.cs (1)
17Dictionary<Guid, IDictionary<XName, InstanceValue>> keysToAssociate;
System\Activities\DurableInstancing\SaveWorkflowCommand.cs (4)
17Dictionary<Guid, IDictionary<XName, InstanceValue>> keysToAssociate; 21Dictionary<XName, InstanceValue> instanceData; 23Dictionary<XName, InstanceValue> instanceMetadataChanges; 24Dictionary<Guid, IDictionary<XName, InstanceValue>> keyMetadataChanges;
System\Activities\DynamicUpdate\DynamicUpdateMapBuilder.cs (8)
187private Dictionary<object, DynamicUpdateMapItem> updateableObjects; 199public Dictionary<object, DynamicUpdateMapItem> Prepare() 303Dictionary<Activity, object> savedOriginalValues; 307Dictionary<Activity, Activity> expressionRootsThatCanInduceIdle; 411internal Dictionary<string, object> SavedOriginalValuesForCurrentActivity 423internal Dictionary<Activity, Activity> ExpressionRootsThatCanInduceIdle 674internal static bool CreateArgumentEntries(DynamicUpdateMapEntry mapEntry, IList<RuntimeArgument> newArguments, IList<ArgumentInfo> oldArguments, Dictionary<Activity, Activity> expressionRootsThatCanInduceIdle, out RuntimeArgument newIdleArgument, out Activity idleActivity) 868Dictionary<object, object> newToOldMatches;
System\Activities\DynamicUpdate\DynamicUpdateMapEntry.cs (1)
233Dictionary<string, object> result = new Dictionary<string, object>(first);
System\Activities\Hosting\SymbolResolver.cs (1)
16Dictionary<string, ExternalLocationReference> symbols;
System\Activities\Hosting\WorkflowInstanceExtensionCollection.cs (3)
22Dictionary<Type, object> singleTypeCache; 53Dictionary<Type, WorkflowInstanceExtensionProvider> activityExtensionProviders; 54Dictionary<Type, WorkflowInstanceExtensionProvider> filteredActivityExtensionProviders = null;
System\Activities\NativeActivityContext.cs (32)
634Dictionary<string, object> inputParameters = new Dictionary<string, object>(1) 668Dictionary<string, object> inputParameters = new Dictionary<string, object>(2) 703Dictionary<string, object> inputParameters = new Dictionary<string, object>(3) 740Dictionary<string, object> inputParameters = new Dictionary<string, object>(4) 780Dictionary<string, object> inputParameters = new Dictionary<string, object>(5) 821Dictionary<string, object> inputParameters = new Dictionary<string, object>(6) 863Dictionary<string, object> inputParameters = new Dictionary<string, object>(7) 906Dictionary<string, object> inputParameters = new Dictionary<string, object>(8) 951Dictionary<string, object> inputParameters = new Dictionary<string, object>(9) 997Dictionary<string, object> inputParameters = new Dictionary<string, object>(10) 1044Dictionary<string, object> inputParameters = new Dictionary<string, object>(11) 1092Dictionary<string, object> inputParameters = new Dictionary<string, object>(12) 1141Dictionary<string, object> inputParameters = new Dictionary<string, object>(13) 1191Dictionary<string, object> inputParameters = new Dictionary<string, object>(14) 1242Dictionary<string, object> inputParameters = new Dictionary<string, object>(15) 1294Dictionary<string, object> inputParameters = new Dictionary<string, object>(16) 1399Dictionary<string, object> inputParameters = new Dictionary<string, object>(1) 1434Dictionary<string, object> inputParameters = new Dictionary<string, object>(2) 1470Dictionary<string, object> inputParameters = new Dictionary<string, object>(3) 1507Dictionary<string, object> inputParameters = new Dictionary<string, object>(4) 1547Dictionary<string, object> inputParameters = new Dictionary<string, object>(5) 1588Dictionary<string, object> inputParameters = new Dictionary<string, object>(6) 1630Dictionary<string, object> inputParameters = new Dictionary<string, object>(7) 1673Dictionary<string, object> inputParameters = new Dictionary<string, object>(8) 1718Dictionary<string, object> inputParameters = new Dictionary<string, object>(9) 1764Dictionary<string, object> inputParameters = new Dictionary<string, object>(10) 1811Dictionary<string, object> inputParameters = new Dictionary<string, object>(11) 1859Dictionary<string, object> inputParameters = new Dictionary<string, object>(12) 1908Dictionary<string, object> inputParameters = new Dictionary<string, object>(13) 1958Dictionary<string, object> inputParameters = new Dictionary<string, object>(14) 2009Dictionary<string, object> inputParameters = new Dictionary<string, object>(15) 2061Dictionary<string, object> inputParameters = new Dictionary<string, object>(16)
System\Activities\Runtime\ActivityExecutor.cs (2)
40Dictionary<ActivityInstance, AsyncOperationContext> activeOperations; 2713Dictionary<string, ExecutionPropertyManager.ExecutionProperty> rootProperties = new Dictionary<string, ExecutionPropertyManager.ExecutionProperty>(hostProperties.Count);
System\Activities\Runtime\BookmarkManager.cs (2)
18Dictionary<Bookmark, BookmarkCallbackWrapper> bookmarks; 53internal Dictionary<Bookmark, BookmarkCallbackWrapper> SerializedBookmarks
System\Activities\Runtime\BookmarkScopeManager.cs (2)
20Dictionary<BookmarkScope, BookmarkManager> bookmarkManagers; 77internal Dictionary<BookmarkScope, BookmarkManager> SerializedBookmarkManagers
System\Activities\Runtime\DelegateCompletionCallbackWrapper.cs (2)
19Dictionary<string, object> results; 28internal Dictionary<string, object> SerializedResults
System\Activities\Runtime\ExecutionPropertyManager.cs (5)
18Dictionary<string, ExecutionProperty> properties; 70internal ExecutionPropertyManager(ActivityInstance owningInstance, Dictionary<string, ExecutionProperty> properties) 84internal Dictionary<string, ExecutionProperty> SerializedProperties 97internal Dictionary<string, ExecutionProperty> Properties 172Dictionary<string, object> flattenedProperties = new Dictionary<string, object>();
System\Activities\Runtime\MappableObjectManager.cs (1)
46Dictionary<string, LocationInfo> result = null;
System\Activities\Statements\CompensationExtension.cs (3)
21Dictionary<long, CompensationTokenData> compensationTokenTable; 28internal Dictionary<long, CompensationTokenData> CompensationTokenTable 181this.CompensationTokenTable = (Dictionary<long, CompensationTokenData>)list[0];
System\Activities\Statements\Flowchart.cs (1)
98Dictionary<Activity, int> originalActivities = new Dictionary<Activity, int>();
System\Activities\Statements\InternalState.cs (1)
53Dictionary<Activity, InternalTransition> triggerInternalTransitionMapping = new Dictionary<Activity, InternalTransition>();
System\Activities\Statements\InvokeDelegate.cs (1)
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)
270Dictionary<Bookmark, TimerData> dictionary; 302internal Dictionary<Bookmark, TimerData> SerializedDictionary
System\Activities\Tracking\ActivityStateRecord.cs (3)
215Dictionary<string, object> trackedVariables = null; // delay allocated through TrackData 281Dictionary<string, object> trackedArguments = null; // delay allocated through TrackData 324bool TrackData(string name, int id, ActivityInstance currentInstance, ICollection<string> data, bool wildcard, ref Dictionary<string, object> trackedData)
System\Activities\Tracking\RuntimeTrackingProfile.cs (3)
24Dictionary<string, HybridCollection<ActivityStateQuery>> activitySubscriptions; 26Dictionary<string, BookmarkResumptionQuery> bookmarkSubscriptions; 27Dictionary<string, WorkflowInstanceQuery> workflowEventSubscriptions;
System\Activities\Tracking\TrackingProvider.cs (1)
16Dictionary<TrackingParticipant, RuntimeTrackingProfile> profileSubscriptions;
System\Activities\Tracking\TrackingRecord.cs (1)
49Dictionary<string, string> copy = new Dictionary<string, string>(record.annotations);
System\Activities\Validation\ActivityValidationServices.cs (2)
188Dictionary<string, List<RuntimeArgument>> overloadGroups; 367Dictionary<string, object> inputDictionary = new Dictionary<string, object>(2);
System\Activities\Validation\ValidationHelper.cs (14)
17public static void ValidateArguments(Activity activity, OverloadGroupEquivalenceInfo equivalenceInfo, Dictionary<string, List<RuntimeArgument>> overloadGroups, List<RuntimeArgument> requiredArgumentsNotInOverloadGroups, IDictionary<string, object> inputs, ref IList<ValidationError> validationErrors) 37Dictionary<string, bool> configurationResults = new Dictionary<string, bool>(); 135public static bool GatherAndValidateOverloads(Activity activity, out Dictionary<string, List<RuntimeArgument>> overloadGroups, out List<RuntimeArgument> requiredArgumentsNotInOverloadGroups, out OverloadGroupEquivalenceInfo equivalenceInfo, ref IList<ValidationError> validationErrors) 182static bool ValidateOverloadGroupDefinitions(Activity activity, OverloadGroupEquivalenceInfo equivalenceInfo, Dictionary<string, List<RuntimeArgument>> overloadGroups, ref IList<ValidationError> validationErrors) 240static OverloadGroupEquivalenceInfo GetOverloadGroupEquivalence(Dictionary<string, List<RuntimeArgument>> groupDefinitions) 315Dictionary<string, List<string>> equivalentGroupsDictionary; 316Dictionary<string, List<string>> supersetOfGroupsDictionary; 317Dictionary<string, List<string>> overlappingGroupsDictionary; 318Dictionary<string, List<string>> disjointGroupsDictionary; 324public Dictionary<string, List<string>> EquivalentGroupsDictionary 332public Dictionary<string, List<string>> SupersetOfGroupsDictionary 340public Dictionary<string, List<string>> OverlappingGroupsDictionary 348public Dictionary<string, List<string>> DisjointGroupsDictionary 388void AddToDictionary(ref Dictionary<string, List<string>> dictionary, string dictionaryKey, string listEntry)
System\Activities\WorkflowApplication.cs (2)
5839public static Dictionary<XName, InstanceValue> GenerateInitialData(WorkflowApplication instance) 5841Dictionary<XName, InstanceValue> data = new Dictionary<XName, InstanceValue>(10);
System\Activities\WorkflowDataContext.cs (2)
76Dictionary<string, object> names = new Dictionary<string, object>(); 99void AddProperty(LocationReference reference, Dictionary<string, object> names,
System\Activities\WorkflowInvoker.cs (2)
22Dictionary<object, AsyncInvokeContext> pendingInvokes; 53Dictionary<object, AsyncInvokeContext> PendingInvokes
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (3)
876Dictionary<string, ActivityPropertyHolder> propertyHolders; 877Dictionary<string, ValueHolder> valueHolders; 956Dictionary<string, ActivityPropertyHolder> PropertyHolders
System\Activities\XamlIntegration\NamespaceTable.cs (2)
14Dictionary<string, NamespaceDeclaration> namespacesCache; 95Dictionary<string, NamespaceDeclaration> localNamespaces = new Dictionary<string, NamespaceDeclaration>();
System\Activities\XamlIntegration\TextExpressionCompiler.cs (13)
56Dictionary<int, IList<string>> expressionIdToLocationReferences = new Dictionary<int, IList<string>>(); 73Dictionary<object, SourceLocation> symbols = null; 77Dictionary<string, int> lineNumbersForNSes; 78Dictionary<string, int> lineNumbersForNSesForImpl; 787Dictionary<string, int> GetCacheIndicies() 789Dictionary<string, int> contexts = new Dictionary<string, int>(); 961Dictionary<string, int> cacheIndicies = GetCacheIndicies(); 1058void GenerateGetDataContextVariable(CompiledExpressionDescriptor descriptor, CodeVariableDeclarationStatement dataContextVariable, CodeStatementCollection statements, bool withLocationReferences, Dictionary<string, int> cacheIndicies) 1138CodeStatement[] GenerateReferenceExpressionInvocation(CompiledExpressionDescriptor descriptor, bool withLocationReferences, Dictionary<string, int> cacheIndicies) 1210CodeStatement[] GenerateValueExpressionInvocation(CompiledExpressionDescriptor descriptor, bool withLocationReferences, Dictionary<string, int> cacheIndicies) 1237CodeStatement[] GenerateStatementInvocation(CompiledExpressionDescriptor descriptor, bool withLocationReferences, Dictionary<string, int> cacheIndicies) 2526Dictionary<string, int> lineNumberDictionary = this.settings.ForImplementation ? this.lineNumbersForNSesForImpl : this.lineNumbersForNSes; 2539bool TryGetSymbols(Activity rootActivity, out Dictionary<object, SourceLocation> symbols, out string fileName)
System\Activities\XamlIntegration\TextExpressionCompilerHelper.cs (3)
22public static void GetNamespacesLineInfo(string sourceXamlFileName, Dictionary<string, int> lineNumbersForNSes, Dictionary<string, int> lineNumbersForNSesForImpl) 91private static void WalkSubTree(XamlReader subTreeReader, Dictionary<string, int> lineNumbersDictionary)
System.Activities.Core.Presentation (29)
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (7)
50Dictionary<FlowNode, FlowNode> clonedFlowElements = new Dictionary<FlowNode, FlowNode>(); 133void UpdateCloneReferences(FlowNode currentFlowElement, Dictionary<FlowNode, FlowNode> clonedFlowElements) 188Dictionary<FlowNode, ModelItem> modelItems, Dictionary<FlowNode, FlowNode> clonedFlowElements) 431Dictionary<string, object> viewState = this.ViewStateService.RetrieveAllViewState(modelItem); 473Dictionary<string, object> modifiedValues = new Dictionary<string, object>(); 474Dictionary<string, object> viewState = this.ViewStateService.RetrieveAllViewState(modelItem);
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (10)
58internal Dictionary<ModelItem, UIElement> modelElement; 63Dictionary<ModelItem, UIElement> flowNodeToUIElement; 709Dictionary<string, object> viewState = WorkflowViewStateService.GetViewState(this.ModelItem.GetCurrentValue()); 1533Dictionary<WorkflowViewElement, Point> relativeLocations = DragDropHelper.GetDraggedViewElementRelativeLocations(e); 1535Dictionary<object, FlowNode> objToNewFlowNodeMap = null; 1536Dictionary<FlowNode, ModelItem> flowNodeModelItemMap = null; 1537Dictionary<FlowNode, FlowNode> oldNewFlowNodeMap = null; 1789out Dictionary<object, FlowNode> objToNewFlowNodeMap, 1790out Dictionary<FlowNode, ModelItem> flowNodeNewModelItemMap, 1791out Dictionary<FlowNode, FlowNode> oldNewFlowNodeMap)
System\Activities\Core\Presentation\GenericFlowSwitchHelper.cs (6)
50public static void Copy(Type genericType, FlowNode currentFlowElement, Dictionary<FlowNode, FlowNode> clonedFlowElements) 56public static void GenericCopy<T>(FlowNode currentFlowElement, Dictionary<FlowNode, FlowNode> clonedFlowElements) 87Dictionary<FlowNode, ModelItem> modelItems, 88Dictionary<FlowNode, FlowNode> clonedFlowElements) 106ModelItem modelItem, Dictionary<FlowNode, FlowNode> oldNewFlowNodeMap) 123Dictionary<object, object> keyValueMap = new Dictionary<object, object>();
System\Activities\Core\Presentation\RegisterMetadataDelayedWorker.cs (2)
16private Dictionary<string, List<Action<AttributeTableBuilder>>> delayedWorkItems; 19public Dictionary<string, List<Action<AttributeTableBuilder>>> DelayedWorkItems
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (3)
38private static Dictionary<ModelItem, string> modelItemToGuid = new Dictionary<ModelItem, string>(); 45Dictionary<ModelItem, UIElement> modelItemToUIElement; 1886Dictionary<WorkflowViewElement, Point> relativeLocations = DragDropHelper.GetDraggedViewElementRelativeLocations(e);
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (1)
493Dictionary<ModelItem, int> stateToConnectionMap = new Dictionary<ModelItem, int>();
System.Activities.DurableInstancing (43)
System\Activities\DurableInstancing\DefaultObjectSerializer.cs (5)
25public Dictionary<XName, object> DeserializePropertyBag(byte[] serializedValue) 41public ArraySegment<byte> SerializePropertyBag(Dictionary<XName, object> value) 59protected virtual Dictionary<XName, object> DeserializePropertyBag(Stream stream) 63Dictionary<XName, object> propertyBag = new Dictionary<XName, object>(); 88protected virtual void SerializePropertyBag(Stream stream, Dictionary<XName, object> propertyBag)
System\Activities\DurableInstancing\GZipObjectSerializer.cs (2)
14protected override Dictionary<XName, object> DeserializePropertyBag(Stream stream) 29protected override void SerializePropertyBag(Stream stream, Dictionary<XName, object> propertyBag)
System\Activities\DurableInstancing\IObjectSerializer.cs (2)
13Dictionary<XName, object> DeserializePropertyBag(byte[] bytes); 15ArraySegment<byte> SerializePropertyBag(Dictionary<XName, object> value);
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (9)
19Dictionary<Guid, IDictionary<XName, InstanceValue>> associatedInstanceKeys; 20Dictionary<Guid, IDictionary<XName, InstanceValue>> completedInstanceKeys; 22Dictionary<XName, InstanceValue> instanceData; 23Dictionary<XName, InstanceValue> instanceMetadata; 187void ReadInstanceMetadataChanges(SqlDataReader reader, Dictionary<XName, InstanceValue> instanceMetadata) 204Dictionary<XName, InstanceValue> metadataChangeSet = SerializationUtilities.DeserializeMetadataPropertyBag(serializedMetadataChanges, encodingOption); 224void ReadKeyData(SqlDataReader reader, Dictionary<Guid, IDictionary<XName, InstanceValue>> associatedInstanceKeys, 225Dictionary<Guid, IDictionary<XName, InstanceValue>> completedInstanceKeys) 241Dictionary<Guid, IDictionary<XName, InstanceValue>> destination = isAssociated ? associatedInstanceKeys : completedInstanceKeys;
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (1)
39static Dictionary<Guid, long> serviceDeploymentIdsCache = new Dictionary<Guid, long>();
System\Activities\DurableInstancing\SerializationUtilities.cs (16)
92public static Dictionary<XName, InstanceValue> DeserializeMetadataPropertyBag(byte[] serializedMetadataProperties, InstanceEncodingOption instanceEncodingOption) 94Dictionary<XName, InstanceValue> metadataProperties = new Dictionary<XName, InstanceValue>(); 99Dictionary<XName, object> propertyBag = serializer.DeserializePropertyBag(serializedMetadataProperties); 114Dictionary<XName, object> propertyBagToSerialize = new Dictionary<XName, object>(); 163Dictionary<XName, object> complexProperties = new Dictionary<XName, object>(); 164Dictionary<XName, object> complexWriteOnlyProperties = new Dictionary<XName, object>(); 165Dictionary<XName, object>[] propertyBags = new Dictionary<XName, object>[] { primitiveProperties, complexProperties, 206Dictionary<XName, object> propertyBag = new Dictionary<XName, object>(); 223public static Dictionary<XName, InstanceValue> DeserializeKeyMetadata(byte[] serializedKeyMetadata, InstanceEncodingOption encodingOption) 228public static Dictionary<XName, InstanceValue> DeserializePropertyBag(byte[] primitiveDataProperties, byte[] complexDataProperties, InstanceEncodingOption encodingOption) 231Dictionary<XName, InstanceValue> properties = new Dictionary<XName, InstanceValue>(); 232Dictionary<XName, object>[] propertyBags = new Dictionary<XName, object>[2]; 236propertyBags[0] = (Dictionary<XName, object>)serializer.DeserializeValue(primitiveDataProperties); 244foreach (Dictionary<XName, object> propertyBag in propertyBags)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (2)
31Dictionary<string, Tuple<List<XName>, List<XName>>> definedPromotions; 204internal Dictionary<string, Tuple<List<XName>, List<XName>>> Promotions
System\Activities\DurableInstancing\StoreUtilities.cs (6)
186static Dictionary<XName, object> ReadLockOwnerMetadata(SqlDataReader reader) 188Dictionary<XName, object> lockOwnerProperties = new Dictionary<XName, object>(); 193Dictionary<XName, object>[] lockOwnerPropertyBags = new Dictionary<XName, object>[2]; 197lockOwnerPropertyBags[0] = (Dictionary<XName, object>)serializer.DeserializeValue(serializedPrimitiveLockOwnerData); 205foreach (Dictionary<XName, object> propertyBag in lockOwnerPropertyBags)
System.Activities.Presentation (158)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\IWorkflowDesignerXamlHelperExecutionContext.cs (2)
24void OnSerializationCompleted(Dictionary<object, object> sourceLocationObjectToModelItemObjectMapping); 30void OnAfterDeserialize(Dictionary<string, SourceLocation> viewStateDataSourceLocationMapping);
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ResolverCache.cs (1)
14private Dictionary<Type, WeakReference> cache;
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 (8)
75Dictionary<string, XamlNodeList> viewStateInfo = new Dictionary<string, XamlNodeList>(); 284public static XamlReader ConvertViewStateToAttachedProperties(XamlReader inputReader, ViewStateIdManager idManager, out Dictionary<string, SourceLocation> viewStateSourceLocationMap) 313Dictionary<string, XamlNodeList> viewStateInfo = null; 579static XamlNodeList CreateViewStateManagerNodeList(Dictionary<string, XamlNodeList> viewStateInfo, XamlSchemaContext schemaContext) 649static XamlReader StripViewStateElement(XamlReader inputReader, out Dictionary<string, XamlNodeList> viewStateInfo, out Dictionary<string, SourceLocation> viewStateSourceLocationMap) 684static void ReadViewStateInfo(XamlReader inputReader, out Dictionary<string, XamlNodeList> viewStateInfo, out Dictionary<string, SourceLocation> viewStateSourceLocationMap)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (13)
82public void OnSerializationCompleted(Dictionary<object, object> sourceLocationObjectToModelItemObjectMapping) 97public void OnAfterDeserialize(Dictionary<string, SourceLocation> viewStateDataSourceLocationMapping) 198Dictionary<int, object> modelItemObjectSequence = null; 279Dictionary<object, SourceLocation> sourceLocations; 294Dictionary<object, object> sourceLocationObjectToModelItemObjectMapping = new Dictionary<object, object>(ObjectReferenceEqualityComparer<object>.Default); 303Dictionary<int, object> sourceLocationObjectSequence = innerReader.SequenceNumberToObjectMap; 338Dictionary<object, SourceLocation> sourceLocations; 342internal object DeserializeString(string text, out IList<XamlLoadErrorInfo> loadErrors, out Dictionary<object, SourceLocation> sourceLocations) 423private WorkflowSymbol GetWorkflowSymbol(string fileName, object deserializedObject, Dictionary<object, SourceLocation> sourceLocations) 455private object DeserializeString(string text, DeserializationMode mode, out IList<XamlLoadErrorInfo> loadErrors, out Dictionary<object, SourceLocation> sourceLocations) 459Dictionary<object, SourceLocation> collectingSourceLocations = new Dictionary<object, SourceLocation>(ObjectReferenceEqualityComparer<object>.Default); 473Dictionary<string, SourceLocation> viewStateDataSourceLocationMapping = null; 596Dictionary<string, SourceLocation> propertyValueLocationMapping = new Dictionary<string, SourceLocation>();
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (1)
28Dictionary<Type, XamlType> customXamlTypes;
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\XamlObjectReaderWithSequence.cs (2)
18private Dictionary<int, object> sequenceNumberToObjectMap; 29public Dictionary<int, object> SequenceNumberToObjectMap
System.Activities.Presentation\System\Activities\Presentation\Base\Core\EditingContext.cs (8)
157private Dictionary<Type, SubscribeContextCallback> _subscriptions; 436private Dictionary<Type, ContextItem> _items; 437private Dictionary<Type, ContextItem> _defaultItems; 444internal Dictionary<Type, ContextItem> DefaultItems 455internal Dictionary<Type, ContextItem> Items 480private Dictionary<Type, object> _services; 481private Dictionary<Type, SubscribeServiceCallback> _subscriptions; 762Dictionary<Type, object> services = _services;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\AttributeDataCache.cs (1)
50private static Dictionary<MemberTypes, GetBaseMemberCallback> _baseMemberFinders;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (2)
31private Dictionary<Type, TypeMetadata> _metadata; 601internal Dictionary<string, AttributeList> MemberAttributes;
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 (3)
44Dictionary<string, object> flagDictionary = GenerateFlagDictionary(flagType); 63static Dictionary<string, object> GenerateFlagDictionary(Type flagType) 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 (2)
68private Dictionary<Type, string> _activeCategoryEditors = new Dictionary<Type, string>(); 781Dictionary<Type, object> newCategoryEditorTypes = _propertyToolBar.CurrentViewManager.GetCategoryEditors(
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspectorFontAndColorDictionary.cs (1)
15internal PropertyInspectorFontAndColorDictionary(Dictionary<string, object> fontAndColorData)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\SelectionPathResolver.cs (1)
19private static Dictionary<string, ISelectionPathInterpreter> _interpreters;
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 (1)
23private Dictionary<string, string> _persistenceIdToManagerTypeNameMap;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\AlphabeticalViewManager.cs (1)
103public Dictionary<Type, object> GetCategoryEditors(Type ownerType, CategoryList categoryList)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\ByCategoryViewManager.cs (4)
126public Dictionary<Type, object> GetCategoryEditors(Type ownerType, CategoryList categoryList) 128Dictionary<Type, object> editorSet = new Dictionary<Type, object>(); 136private static void AddAttachedPropertiesCategoryEditors(Dictionary<Type, object> categoryEditorSet, IEnumerable<CategoryBase> categories) 162private static void AddTypeCategoryEditors(Dictionary<Type, object> categoryEditorSet, Type type)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\IPropertyViewManager.cs (1)
46Dictionary<Type, object> GetCategoryEditors(Type ownerType, CategoryList categoryList);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (6)
27private static Dictionary<Type, Type> _interfaces; 117private Dictionary<Type, Type> _metadataTypeCache; 118private Dictionary<Type, AttributeCollection> _attributeCache; 119private Dictionary<DescriptorKey, MemberDescriptor> _descriptorCache; 208Dictionary<object, Attribute> dict = new Dictionary<object, Attribute>(attrArray.Length); 1050private Dictionary<MemberInfo, MemberInfo> _memberCache;
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 (9)
44Dictionary<object, SourceLocation> instanceToSourceLocationMapping; 45Dictionary<ModelItem, SourceLocation> modelItemToSourceLocation; 46Dictionary<SourceLocation, ModelItem> sourceLocationToModelItem; 48Dictionary<ModelItem, BreakpointTypes> breakpoints; // The map contains breakpoint that has its ModelItem on the modelTree. 49Dictionary<ModelItem, BreakpointTypes> transientBreakpoints; // The map contains breakpoint that has its ModelItem not on the modelTree. 50Dictionary<SourceLocation, BreakpointTypes> unmappedBreakpoints; // The map contains breakpoint that has no ModelItem 615public void UpdateSourceLocations(Dictionary<object, SourceLocation> newSourceLocationMapping) 625Dictionary<SourceLocation, BreakpointTypes> newUnmappedBreakpoints = new Dictionary<SourceLocation, BreakpointTypes>(this.unmappedBreakpoints.Count); 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\DragDropHelper.cs (5)
593Dictionary<ICompositeView, List<ModelItem>> viewItemListDictionary = new Dictionary<ICompositeView, List<ModelItem>>(); 729internal static Dictionary<WorkflowViewElement, Point> GetViewElementRelativeLocations(IEnumerable<WorkflowViewElement> viewElements) 732Dictionary<WorkflowViewElement, Point> locations = new Dictionary<WorkflowViewElement, Point>(); 768internal static Dictionary<WorkflowViewElement, Point> GetDraggedViewElementRelativeLocations(DragEventArgs e) 847Dictionary<WorkflowViewElement, Point> locations = DragDropHelper.GetViewElementRelativeLocations(viewElements);
System.Activities.Presentation\System\Activities\Presentation\Hosting\ICommandService.cs (1)
18void ExecuteCommand(int commandId, Dictionary<string, object> parameters);
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>(); 273private Dictionary<Activity, List<ArgumentAccessorWrapper>> argumentAccessorWrappersCache;
System.Activities.Presentation\System\Activities\Presentation\Model\IModelTreeItem.cs (1)
20Dictionary<string, ModelItem> ModelPropertyStore
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (3)
27Dictionary<string, ModelItem> modelPropertyStore; 217internal Dictionary<string, ModelItem> ModelPropertyStore 250Dictionary<string, ModelItem> IModelTreeItem.ModelPropertyStore
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (2)
28Dictionary<string, ModelItem> modelPropertyStore; 342public Dictionary<string, ModelItem> ModelPropertyStore
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (2)
30Dictionary<string, ModelItem> modelPropertyStore; 238Dictionary<string, ModelItem> IModelTreeItem.ModelPropertyStore
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\ModelTreeManager.cs (2)
605Dictionary<string, ModelItem> modelPropertyStore = ((IModelTreeItem)modelProperty.Parent).ModelPropertyStore; 606Dictionary<string, ModelItem> removedModelItems = new Dictionary<string, ModelItem>(modelPropertyStore);
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\Model\WeakKeyDictionary.cs (1)
17private Dictionary<WeakKey, V> _internalDictionary;
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 (2)
154Dictionary<string, List<string>> availableNamespaces; 168public Dictionary<string, List<string>> AvailableNamespaces
System.Activities.Presentation\System\Activities\Presentation\ObjectReferenceService.cs (4)
20private Dictionary<Guid, object> objectReferenceIds; 21private Dictionary<Guid, int> objectReferenceCount; 48private Dictionary<Guid, object> ObjectReferenceIds 61private Dictionary<Guid, int> ObjectReferenceCount
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 (2)
16private static Dictionary<string, string> iconNameMapping; 18internal static Dictionary<string, string> IconNameMapping
System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (4)
29Dictionary<Type, IValidationErrorSourceLocator> validationErrorSourceLocators; 45Dictionary<object, ValidationErrorState> validationErrors; 969Dictionary<object, ValidationErrorState> ValidationErrors 981Dictionary<Type, IValidationErrorSourceLocator> ValidationErrorSourceLocators
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 (2)
1696var commandParameters = (Dictionary<string, object>)null;
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
81Dictionary<ModelItem, ModelItem> selectionMap = new Dictionary<ModelItem, ModelItem>(); 563Dictionary<ModelItem, ModelItem> newSelectionMap = new Dictionary<ModelItem, ModelItem>();
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 (1)
458this.availableNamespaces = this.importsModelItem.Properties[NamespaceListPropertyDescriptor.AvailableNamespacesPropertyName].ComputedValue as Dictionary<string, List<string>>;
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (1)
17public Dictionary<ModelItem, HashSet<string>> TrackedModelItem { get; set; }
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeViewItem.cs (3)
42internal Dictionary<string, string> GetAutomationItemStatus() 44Dictionary<string, string> itemStatus = new Dictionary<string, string>(); 193Dictionary<string, string> itemStatus = this.owner.GetAutomationItemStatus();
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (2)
29internal static Dictionary<Type, DrawingBrush> IconCache = new Dictionary<Type, DrawingBrush>(); 148internal Dictionary<ModelProperty, ChangeNotificationTracker> Trackers { get; private set; }
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 (1)
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\ViewStateService.cs (1)
17public abstract Dictionary<string, object> RetrieveAllViewState(ModelItem modelItem);
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (3)
474if (this.Context.Services.Contains<Dictionary<string, object>>()) 476Dictionary<string, object> sessionObjects = this.Context.Services.GetService<Dictionary<string, object>>();
System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewStateService.cs (7)
40public static Dictionary<string, object> GetViewState(object instance) 46Dictionary<string, object> viewState; 51public static void SetViewState(object instance, Dictionary<string, object> value) 73Dictionary<string, object> viewState = WorkflowViewStateService.GetViewState(modelItem.GetCurrentValue()); 93Dictionary<string, object> viewState = WorkflowViewStateService.GetViewState(modelItem.GetCurrentValue()); 125Dictionary<string, object> viewState = WorkflowViewStateService.GetViewState(modelItem.GetCurrentValue()); 137public override Dictionary<string, object> RetrieveAllViewState(ModelItem modelItem)
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 (2)
143this.context.Services.Publish<Dictionary<string, object>>(new Dictionary<string, object>()); 403Dictionary<object, SourceLocation> sourceLocations;
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.SerializationHelpers.cs (3)
45void IWorkflowDesignerXamlHelperExecutionContext.OnSerializationCompleted(Dictionary<object, object> sourceLocationObjectToModelItemObjectMapping) 61void IWorkflowDesignerXamlHelperExecutionContext.OnAfterDeserialize(Dictionary<string, SourceLocation> viewStateDataSourceLocationMapping) 89internal object DeserializeString(string text, out IList<XamlLoadErrorInfo> loadErrors, out Dictionary<object, SourceLocation> sourceLocations)
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (3)
922Dictionary<ModelItem, ICompositeView> sourceContainers = new Dictionary<ModelItem, ICompositeView>(); 957Dictionary<ICompositeView, List<ModelItem>> containerMovedModelItemList = new Dictionary<ICompositeView, List<ModelItem>>(); 1051Dictionary<WorkflowViewElement, Point> locations = DragDropHelper.GetViewElementRelativeLocations(viewElements);
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
1155private Dictionary<string, XamlFragment> declaredNames;
System.Activities.Presentation\System\Activities\Presentation\Xaml\ObjectToSourceLocationMapping.cs (7)
41internal Dictionary<object, object> SourceLocationObjectToModelItemObjectMapping 47internal Dictionary<string, SourceLocation> ViewStateDataSourceLocationMapping 68Dictionary<object, SourceLocation> validMapping = GetValidSourceLocationMapping(); 138private static SourceLocation FindSrcLocation(Dictionary<object, SourceLocation> mapping, Predicate<object> predicate) 165private static SourceLocation FindMatchSrcLocation(ModelItem modelItem, Dictionary<object, SourceLocation> mapping) 222private Dictionary<object, SourceLocation> GetValidSourceLocationMapping() 224Dictionary<object, SourceLocation> validSrcLocMapping = new Dictionary<object, SourceLocation>();
System.AddIn (5)
System\Addin\Hosting\AddInStore.cs (2)
61private static readonly Dictionary<String, CacheInfo> StateCache = new Dictionary<String, CacheInfo>(); 1409Dictionary<String, AddInToken> uniqueAddIns = new Dictionary<String, AddInToken>(StringComparer.OrdinalIgnoreCase);
System\Addin\Hosting\AddInToken.cs (1)
63Dictionary<AddInSegmentType, IDictionary<String, String>> dictionary =
System\Addin\Hosting\Store\PipelineComponent.cs (2)
87Dictionary<String, String> dictionary = new Dictionary<String, String>(); 105Dictionary<String, String> dictionary = new Dictionary<String, String>();
System.ComponentModel.DataAnnotations (7)
DataAnnotations\ValidationAttributeStore.cs (4)
19private Dictionary<Type, TypeStoreItem> _typeStoreItems = new Dictionary<Type, TypeStoreItem>(); 168private Dictionary<string, PropertyStoreItem> _propertyStoreItems; 201private Dictionary<string, PropertyStoreItem> CreatePropertyStoreItems() { 202Dictionary<string, PropertyStoreItem> propertyStoreItems = new Dictionary<string, PropertyStoreItem>();
DataAnnotations\ValidationContext.cs (2)
35private Dictionary<object, object> _items; 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 (2)
System\Configuration\BaseConfigurationRecord.cs (1)
401Dictionary<string, List<SectionInput>> indirectLocationInputs = null;
System\Configuration\ConfigurationElement.cs (1)
51private static volatile Dictionary<Type,ConfigurationValidatorBase> s_perTypeValidators;
System.Core (49)
Microsoft\Scripting\Actions\CallSite.cs (1)
221var cache = Binder.Cache;
Microsoft\Scripting\Actions\CallSiteBinder.cs (2)
43internal Dictionary<Type, object> Cache; 223var cache = Cache;
Microsoft\Scripting\Actions\ExpandoClass.cs (1)
31private Dictionary<int, List<WeakReference>> _transitions; // cached transitions
Microsoft\Scripting\Ast\DebugViewWriter.cs (4)
60private Dictionary<LambdaExpression, int> _lambdaIds; 65private Dictionary<ParameterExpression, int> _paramIds; 70private Dictionary<LabelTarget, int> _labelIds; 101private static int GetId<T>(T e, ref Dictionary<T, int> ids) {
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (1)
37private Dictionary<object, int> _ids;
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 (3)
74private readonly Dictionary<object, int> _indexes = new Dictionary<object, int>(ReferenceEqualityComparer<object>.Instance); 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 (3)
79internal readonly Dictionary<ParameterExpression, VariableStorageKind> Definitions = new Dictionary<ParameterExpression, VariableStorageKind>(); 85internal Dictionary<ParameterExpression, int> ReferenceCount; 109private readonly Dictionary<ParameterExpression, Storage> _locals = new Dictionary<ParameterExpression, Storage>();
Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs (1)
46public Dictionary<Type, TypeInfo> TypeChain;
Microsoft\Scripting\Compiler\HoistedLocals.cs (1)
82Dictionary<Expression, int> indexes = new Dictionary<Expression, int>(vars.Count);
Microsoft\Scripting\Compiler\KeyedQueue.cs (1)
33private readonly Dictionary<K, Queue<V>> _data;
Microsoft\Scripting\Compiler\LabelInfo.cs (1)
308private Dictionary<LabelTarget, LabelInfo> Labels; // lazily allocated, we typically use this only once every 6th-7th block
Microsoft\Scripting\Compiler\LambdaCompiler.cs (1)
58private readonly Dictionary<LabelTarget, LabelInfo> _labelInfo = new Dictionary<LabelTarget, LabelInfo>();
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (3)
585MethodInfo add = typeof(Dictionary<string, int>).GetMethod("Add", new[] { typeof(string), typeof(int) }); 598MemberExpression dictField = CreateLazyInitializedField<Dictionary<string, int>>("dictionarySwitch"); 609typeof(Dictionary<string, int>).GetConstructor(new[] { typeof(int) }),
Microsoft\Scripting\Compiler\Set.cs (1)
30private readonly Dictionary<T, object> _data;
Microsoft\Scripting\Compiler\SymbolDocumentGenerator.cs (1)
43private Dictionary<SymbolDocumentInfo, ISymbolDocumentWriter> _symbolWriters;
Microsoft\Scripting\Utils\Helpers.cs (1)
47internal static void IncrementCount<T>(T key, Dictionary<T, int> dict) {
System\Diagnostics\Eventing\Reader\ProviderMetadataCachedInformation.cs (1)
33private Dictionary<ProviderMetadataId, CacheItem> cache;
System\Diagnostics\PerformanceData\CounterSet.cs (2)
35internal Dictionary<String, Int32> m_stringToId; 36internal Dictionary<Int32, CounterType> m_idToCounter;
System\Diagnostics\PerformanceData\CounterSetInstanceCounterDataSet.cs (1)
106private Dictionary<Int32, CounterData> m_counters;
System\Diagnostics\PerformanceData\PerfProviderCollection.cs (1)
41private static Dictionary<Object, Int32> s_counterSetList = new Dictionary<Object, Int32>();
System\Linq\Enumerable.cs (5)
952public static Dictionary<TKey, TSource> ToDictionary<TSource, TKey>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector) { 956public static Dictionary<TKey, TSource> ToDictionary<TSource, TKey>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector, IEqualityComparer<TKey> comparer) { 960public static Dictionary<TKey, TElement> ToDictionary<TSource, TKey, TElement>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector, Func<TSource, TElement> elementSelector) { 964public static Dictionary<TKey, TElement> ToDictionary<TSource, TKey, TElement>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector, Func<TSource, TElement> elementSelector, IEqualityComparer<TKey> comparer) { 968Dictionary<TKey, TElement> d = new Dictionary<TKey, TElement>(comparer);
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (1)
284var leftLookup =
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
240private Dictionary<Wrapper<TInputOutput>, Pair<TInputOutput,TLeftKey>> m_hashLookup; // The hash lookup, used to produce the intersection.
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (1)
356Dictionary<Wrapper<TInputOutput>, Pair<TInputOutput, ConcatKey<TLeftKey, TRightKey>>> union =
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (1)
201private Dictionary<Wrapper<TInputOutput>, TKey> m_hashLookup; // The hash lookup, used to produce the distinct set.
System\Linq\ParallelEnumerable.cs (6)
4968public static Dictionary<TKey, TSource> ToDictionary<TSource, TKey>( 4997public static Dictionary<TKey, TSource> ToDictionary<TSource, TKey>( 5004Dictionary<TKey, TSource> result = new Dictionary<TKey, TSource>(comparer); 5064public static Dictionary<TKey, TElement> ToDictionary<TSource, TKey, TElement>( 5099public static Dictionary<TKey, TElement> ToDictionary<TSource, TKey, TElement>( 5107Dictionary<TKey, TElement> result = new Dictionary<TKey, TElement>(comparer);
System\Security\Cryptography\BCryptHashAlgorithm.cs (1)
24private Dictionary<string, WeakReference> m_algorithmHandles;
System.Data (225)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\IWorkflowDesignerXamlHelperExecutionContext.cs (2)
24void OnSerializationCompleted(Dictionary<object, object> sourceLocationObjectToModelItemObjectMapping); 30void OnAfterDeserialize(Dictionary<string, SourceLocation> viewStateDataSourceLocationMapping);
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ResolverCache.cs (1)
14private Dictionary<Type, WeakReference> cache;
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 (8)
75Dictionary<string, XamlNodeList> viewStateInfo = new Dictionary<string, XamlNodeList>(); 284public static XamlReader ConvertViewStateToAttachedProperties(XamlReader inputReader, ViewStateIdManager idManager, out Dictionary<string, SourceLocation> viewStateSourceLocationMap) 313Dictionary<string, XamlNodeList> viewStateInfo = null; 579static XamlNodeList CreateViewStateManagerNodeList(Dictionary<string, XamlNodeList> viewStateInfo, XamlSchemaContext schemaContext) 649static XamlReader StripViewStateElement(XamlReader inputReader, out Dictionary<string, XamlNodeList> viewStateInfo, out Dictionary<string, SourceLocation> viewStateSourceLocationMap) 684static void ReadViewStateInfo(XamlReader inputReader, out Dictionary<string, XamlNodeList> viewStateInfo, out Dictionary<string, SourceLocation> viewStateSourceLocationMap)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (13)
82public void OnSerializationCompleted(Dictionary<object, object> sourceLocationObjectToModelItemObjectMapping) 97public void OnAfterDeserialize(Dictionary<string, SourceLocation> viewStateDataSourceLocationMapping) 198Dictionary<int, object> modelItemObjectSequence = null; 279Dictionary<object, SourceLocation> sourceLocations; 294Dictionary<object, object> sourceLocationObjectToModelItemObjectMapping = new Dictionary<object, object>(ObjectReferenceEqualityComparer<object>.Default); 303Dictionary<int, object> sourceLocationObjectSequence = innerReader.SequenceNumberToObjectMap; 338Dictionary<object, SourceLocation> sourceLocations; 342internal object DeserializeString(string text, out IList<XamlLoadErrorInfo> loadErrors, out Dictionary<object, SourceLocation> sourceLocations) 423private WorkflowSymbol GetWorkflowSymbol(string fileName, object deserializedObject, Dictionary<object, SourceLocation> sourceLocations) 455private object DeserializeString(string text, DeserializationMode mode, out IList<XamlLoadErrorInfo> loadErrors, out Dictionary<object, SourceLocation> sourceLocations) 459Dictionary<object, SourceLocation> collectingSourceLocations = new Dictionary<object, SourceLocation>(ObjectReferenceEqualityComparer<object>.Default); 473Dictionary<string, SourceLocation> viewStateDataSourceLocationMapping = null; 596Dictionary<string, SourceLocation> propertyValueLocationMapping = new Dictionary<string, SourceLocation>();
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (1)
28Dictionary<Type, XamlType> customXamlTypes;
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\XamlObjectReaderWithSequence.cs (2)
18private Dictionary<int, object> sequenceNumberToObjectMap; 29public Dictionary<int, object> SequenceNumberToObjectMap
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\EditingContext.cs (8)
157private Dictionary<Type, SubscribeContextCallback> _subscriptions; 436private Dictionary<Type, ContextItem> _items; 437private Dictionary<Type, ContextItem> _defaultItems; 444internal Dictionary<Type, ContextItem> DefaultItems 455internal Dictionary<Type, ContextItem> Items 480private Dictionary<Type, object> _services; 481private Dictionary<Type, SubscribeServiceCallback> _subscriptions; 762Dictionary<Type, object> services = _services;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\AttributeDataCache.cs (1)
50private static Dictionary<MemberTypes, GetBaseMemberCallback> _baseMemberFinders;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (2)
31private Dictionary<Type, TypeMetadata> _metadata; 601internal Dictionary<string, AttributeList> MemberAttributes;
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 (3)
44Dictionary<string, object> flagDictionary = GenerateFlagDictionary(flagType); 63static Dictionary<string, object> GenerateFlagDictionary(Type flagType) 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 (2)
68private Dictionary<Type, string> _activeCategoryEditors = new Dictionary<Type, string>(); 781Dictionary<Type, object> newCategoryEditorTypes = _propertyToolBar.CurrentViewManager.GetCategoryEditors(
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspectorFontAndColorDictionary.cs (1)
15internal PropertyInspectorFontAndColorDictionary(Dictionary<string, object> fontAndColorData)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\SelectionPathResolver.cs (1)
19private static Dictionary<string, ISelectionPathInterpreter> _interpreters;
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 (1)
23private Dictionary<string, string> _persistenceIdToManagerTypeNameMap;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\AlphabeticalViewManager.cs (1)
103public Dictionary<Type, object> GetCategoryEditors(Type ownerType, CategoryList categoryList)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\ByCategoryViewManager.cs (4)
126public Dictionary<Type, object> GetCategoryEditors(Type ownerType, CategoryList categoryList) 128Dictionary<Type, object> editorSet = new Dictionary<Type, object>(); 136private static void AddAttachedPropertiesCategoryEditors(Dictionary<Type, object> categoryEditorSet, IEnumerable<CategoryBase> categories) 162private static void AddTypeCategoryEditors(Dictionary<Type, object> categoryEditorSet, Type type)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\IPropertyViewManager.cs (1)
46Dictionary<Type, object> GetCategoryEditors(Type ownerType, CategoryList categoryList);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (6)
27private static Dictionary<Type, Type> _interfaces; 117private Dictionary<Type, Type> _metadataTypeCache; 118private Dictionary<Type, AttributeCollection> _attributeCache; 119private Dictionary<DescriptorKey, MemberDescriptor> _descriptorCache; 208Dictionary<object, Attribute> dict = new Dictionary<object, Attribute>(attrArray.Length); 1050private Dictionary<MemberInfo, MemberInfo> _memberCache;
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 (9)
44Dictionary<object, SourceLocation> instanceToSourceLocationMapping; 45Dictionary<ModelItem, SourceLocation> modelItemToSourceLocation; 46Dictionary<SourceLocation, ModelItem> sourceLocationToModelItem; 48Dictionary<ModelItem, BreakpointTypes> breakpoints; // The map contains breakpoint that has its ModelItem on the modelTree. 49Dictionary<ModelItem, BreakpointTypes> transientBreakpoints; // The map contains breakpoint that has its ModelItem not on the modelTree. 50Dictionary<SourceLocation, BreakpointTypes> unmappedBreakpoints; // The map contains breakpoint that has no ModelItem 615public void UpdateSourceLocations(Dictionary<object, SourceLocation> newSourceLocationMapping) 625Dictionary<SourceLocation, BreakpointTypes> newUnmappedBreakpoints = new Dictionary<SourceLocation, BreakpointTypes>(this.unmappedBreakpoints.Count); 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\DragDropHelper.cs (5)
593Dictionary<ICompositeView, List<ModelItem>> viewItemListDictionary = new Dictionary<ICompositeView, List<ModelItem>>(); 729internal static Dictionary<WorkflowViewElement, Point> GetViewElementRelativeLocations(IEnumerable<WorkflowViewElement> viewElements) 732Dictionary<WorkflowViewElement, Point> locations = new Dictionary<WorkflowViewElement, Point>(); 768internal static Dictionary<WorkflowViewElement, Point> GetDraggedViewElementRelativeLocations(DragEventArgs e) 847Dictionary<WorkflowViewElement, Point> locations = DragDropHelper.GetViewElementRelativeLocations(viewElements);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Hosting\ICommandService.cs (1)
18void ExecuteCommand(int commandId, Dictionary<string, object> parameters);
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>(); 273private Dictionary<Activity, List<ArgumentAccessorWrapper>> argumentAccessorWrappersCache;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\IModelTreeItem.cs (1)
20Dictionary<string, ModelItem> ModelPropertyStore
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (3)
27Dictionary<string, ModelItem> modelPropertyStore; 217internal Dictionary<string, ModelItem> ModelPropertyStore 250Dictionary<string, ModelItem> IModelTreeItem.ModelPropertyStore
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (2)
28Dictionary<string, ModelItem> modelPropertyStore; 342public Dictionary<string, ModelItem> ModelPropertyStore
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (2)
30Dictionary<string, ModelItem> modelPropertyStore; 238Dictionary<string, ModelItem> IModelTreeItem.ModelPropertyStore
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\ModelTreeManager.cs (2)
605Dictionary<string, ModelItem> modelPropertyStore = ((IModelTreeItem)modelProperty.Parent).ModelPropertyStore; 606Dictionary<string, ModelItem> removedModelItems = new Dictionary<string, ModelItem>(modelPropertyStore);
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\Model\WeakKeyDictionary.cs (1)
17private Dictionary<WeakKey, V> _internalDictionary;
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 (2)
154Dictionary<string, List<string>> availableNamespaces; 168public Dictionary<string, List<string>> AvailableNamespaces
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ObjectReferenceService.cs (4)
20private Dictionary<Guid, object> objectReferenceIds; 21private Dictionary<Guid, int> objectReferenceCount; 48private Dictionary<Guid, object> ObjectReferenceIds 61private Dictionary<Guid, int> ObjectReferenceCount
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 (2)
16private static Dictionary<string, string> iconNameMapping; 18internal static Dictionary<string, string> IconNameMapping
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (4)
29Dictionary<Type, IValidationErrorSourceLocator> validationErrorSourceLocators; 45Dictionary<object, ValidationErrorState> validationErrors; 969Dictionary<object, ValidationErrorState> ValidationErrors 981Dictionary<Type, IValidationErrorSourceLocator> ValidationErrorSourceLocators
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 (2)
1696var commandParameters = (Dictionary<string, object>)null;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
81Dictionary<ModelItem, ModelItem> selectionMap = new Dictionary<ModelItem, ModelItem>(); 563Dictionary<ModelItem, ModelItem> newSelectionMap = new Dictionary<ModelItem, ModelItem>();
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 (1)
458this.availableNamespaces = this.importsModelItem.Properties[NamespaceListPropertyDescriptor.AvailableNamespacesPropertyName].ComputedValue as Dictionary<string, List<string>>;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (1)
17public Dictionary<ModelItem, HashSet<string>> TrackedModelItem { get; set; }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeViewItem.cs (3)
42internal Dictionary<string, string> GetAutomationItemStatus() 44Dictionary<string, string> itemStatus = new Dictionary<string, string>(); 193Dictionary<string, string> itemStatus = this.owner.GetAutomationItemStatus();
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>(); 148internal Dictionary<ModelProperty, ChangeNotificationTracker> Trackers { get; private set; }
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 (1)
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\ViewStateService.cs (1)
17public abstract Dictionary<string, object> RetrieveAllViewState(ModelItem modelItem);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (3)
474if (this.Context.Services.Contains<Dictionary<string, object>>()) 476Dictionary<string, object> sessionObjects = this.Context.Services.GetService<Dictionary<string, object>>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewStateService.cs (7)
40public static Dictionary<string, object> GetViewState(object instance) 46Dictionary<string, object> viewState; 51public static void SetViewState(object instance, Dictionary<string, object> value) 73Dictionary<string, object> viewState = WorkflowViewStateService.GetViewState(modelItem.GetCurrentValue()); 93Dictionary<string, object> viewState = WorkflowViewStateService.GetViewState(modelItem.GetCurrentValue()); 125Dictionary<string, object> viewState = WorkflowViewStateService.GetViewState(modelItem.GetCurrentValue()); 137public override Dictionary<string, object> RetrieveAllViewState(ModelItem modelItem)
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 (2)
143this.context.Services.Publish<Dictionary<string, object>>(new Dictionary<string, object>()); 403Dictionary<object, SourceLocation> sourceLocations;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.SerializationHelpers.cs (3)
45void IWorkflowDesignerXamlHelperExecutionContext.OnSerializationCompleted(Dictionary<object, object> sourceLocationObjectToModelItemObjectMapping) 61void IWorkflowDesignerXamlHelperExecutionContext.OnAfterDeserialize(Dictionary<string, SourceLocation> viewStateDataSourceLocationMapping) 89internal object DeserializeString(string text, out IList<XamlLoadErrorInfo> loadErrors, out Dictionary<object, SourceLocation> sourceLocations)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (3)
922Dictionary<ModelItem, ICompositeView> sourceContainers = new Dictionary<ModelItem, ICompositeView>(); 957Dictionary<ICompositeView, List<ModelItem>> containerMovedModelItemList = new Dictionary<ICompositeView, List<ModelItem>>(); 1051Dictionary<WorkflowViewElement, Point> locations = DragDropHelper.GetViewElementRelativeLocations(viewElements);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
1155private Dictionary<string, XamlFragment> declaredNames;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ObjectToSourceLocationMapping.cs (7)
41internal Dictionary<object, object> SourceLocationObjectToModelItemObjectMapping 47internal Dictionary<string, SourceLocation> ViewStateDataSourceLocationMapping 68Dictionary<object, SourceLocation> validMapping = GetValidSourceLocationMapping(); 138private static SourceLocation FindSrcLocation(Dictionary<object, SourceLocation> mapping, Predicate<object> predicate) 165private static SourceLocation FindMatchSrcLocation(ModelItem modelItem, Dictionary<object, SourceLocation> mapping) 222private Dictionary<object, SourceLocation> GetValidSourceLocationMapping() 224Dictionary<object, SourceLocation> validSrcLocMapping = new Dictionary<object, SourceLocation>();
fx\src\data\System\Data\Common\AdapterUtil.cs (2)
2396Dictionary<string,int> hash = new Dictionary<string,int>(columnNameArray.Length); 2430static private int GenerateUniqueName(Dictionary<string,int> hash, ref string columnName, int index, int uniqueIndex) {
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (3)
28private Dictionary<string,object> _currentValues; 54private Dictionary<string,object> CurrentValues { 56Dictionary<string,object> values = _currentValues;
fx\src\data\System\Data\Common\ObjectStorage.cs (3)
453private static Dictionary<KeyValuePair<Type,XmlRootAttribute>, XmlSerializer> _tempAssemblyCache; 489Dictionary<KeyValuePair<Type,XmlRootAttribute>, XmlSerializer> cache = _tempAssemblyCache; 506Dictionary<KeyValuePair<Type,XmlRootAttribute>, XmlSerializer> tmp =
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)
34private readonly Dictionary<string, DataColumn> columnFromName; // Links names to columns
fx\src\data\System\Data\DataView.cs (5)
35private Dictionary<string,Index> findIndexes; 80private Dictionary<DataRow, DataRowView> rowViewCache = new Dictionary<DataRow, DataRowView>(DataRowReferenceComparer.Default); 85private readonly Dictionary<DataRow, DataRowView> rowViewBuffer = new Dictionary<DataRow, DataRowView>(DataRowReferenceComparer.Default); 1478Dictionary<DataRow, DataRowView> rvc = new Dictionary<DataRow, DataRowView>(CountFromIndex, DataRowReferenceComparer.Default); 1562Dictionary<string,Index> indexes = findIndexes;
fx\src\data\System\Data\Odbc\OdbcConnectionStringbuilder.cs (2)
35private static readonly Dictionary<string,Keywords> _keywords; 51Dictionary<string,Keywords> hash = new Dictionary<string,Keywords>(2, StringComparer.OrdinalIgnoreCase);
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (2)
750internal Dictionary<string,OleDbPropertyInfo> GetPropertyInfo(Guid[] propertySets) { 753Dictionary<string,OleDbPropertyInfo> properties = null;
fx\src\data\System\Data\OleDb\oledbconnectionstring.cs (2)
61static internal volatile Dictionary<string,string> _Pool; 241Dictionary<string,string> udlcache = UDL._Pool;
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (10)
40private static readonly Dictionary<string,Keywords> _keywords; 43private Dictionary<string,OleDbPropertyInfo> _propertyInfo; 65Dictionary<string,Keywords> hash = new Dictionary<string,Keywords>(9, StringComparer.OrdinalIgnoreCase); 95Dictionary<string,OleDbPropertyInfo> dynamic = GetProviderInfo(Provider); 216Dictionary<string,OleDbPropertyInfo> dynamic = GetProviderInfo(Provider); 373Dictionary<string,OleDbPropertyInfo> dynamic = GetProviderInfo(Provider); 384private Dictionary<string,OleDbPropertyInfo> GetProviderInfo(string provider) { 385Dictionary<string,OleDbPropertyInfo> providerInfo = _propertyInfo; 389Dictionary<string,OleDbPropertyInfo> hash = null; 484Dictionary<string,OleDbPropertyInfo> providerInfo = GetProviderInfo(Provider);
fx\src\data\System\Data\OleDb\PropertyInfoSet.cs (2)
63internal Dictionary<string,OleDbPropertyInfo> GetValues() { 64Dictionary<string,OleDbPropertyInfo> propertyLookup = null;
fx\src\data\System\Data\ProviderBase\DbConnectionFactory.cs (8)
20private Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup> _connectionPoolGroups; 66Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup> connectionPoolGroups = _connectionPoolGroups; 103Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup> connectionPoolGroups = _connectionPoolGroups; 167Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup> connectionPoolGroups = _connectionPoolGroups; 375Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup> connectionPoolGroups = _connectionPoolGroups; 420Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup> newConnectionPoolGroups = new Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup>(1+connectionPoolGroups.Count); 518Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup> connectionPoolGroups = _connectionPoolGroups; 519Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup> newConnectionPoolGroups = new Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup>(connectionPoolGroups.Count);
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
71Dictionary<SysTx.Transaction, TransactedConnectionList> _transactedCxns;
fx\src\data\System\Data\SqlClient\LocalDBAPI.cs (2)
260static Dictionary<string, InstanceInfo> s_configurableInstances = null; 306Dictionary<string, InstanceInfo> tempConfigurableInstances = new Dictionary<string, InstanceInfo>(StringComparer.OrdinalIgnoreCase);
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\SqlConnection.cs (2)
65static private readonly Dictionary<string, SqlColumnEncryptionKeyStoreProvider> _SystemColumnEncryptionKeyStoreProviders 205Dictionary<string, SqlColumnEncryptionKeyStoreProvider> customColumnEncryptionKeyStoreProviders =
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (2)
91private static readonly Dictionary<string,Keywords> _keywords; 178Dictionary<string, Keywords> hash = new Dictionary<string, Keywords>(KeywordsCount + SqlConnectionString.SynonymCount, StringComparer.OrdinalIgnoreCase);
fx\src\data\System\Data\SqlClient\SqlDependency.cs (6)
252private static Dictionary<string, Dictionary<IdentityUserNamePair, List<DatabaseServicePair>>> _serverUserHash = 253new Dictionary<string, Dictionary<IdentityUserNamePair, List<DatabaseServicePair>>>(StringComparer.OrdinalIgnoreCase); 799Dictionary<IdentityUserNamePair, List<DatabaseServicePair>> identityDatabaseHash; 843Dictionary<IdentityUserNamePair, List<DatabaseServicePair>> identityDatabaseHash; 913Dictionary<IdentityUserNamePair, List<DatabaseServicePair>> identityDatabaseHash = _serverUserHash[server];
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (3)
69private Dictionary<string, int> _appDomainKeyHash = null; // AppDomainKey->Open RefCount 1234private Dictionary<SqlConnectionContainerHashHelper, SqlConnectionContainer> _connectionContainers; // NT_ID+ConStr+Service->Container 1235private Dictionary<string, SqlDependencyPerAppDomainDispatcher> _sqlDependencyPerAppDomainDispatchers; // AppDomainKey->Callback
fx\src\data\System\Data\SqlClient\SqlDependencyUtils.cs (3)
37private Dictionary<string, SqlDependency> _dependencyIdToDependencyHash; 55private Dictionary<string, DependencyList> _notificationIdToDependenciesHash; 60private Dictionary<string, string> _commandHashToNotificationId;
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
53internal Dictionary<string, Tuple<string, string>> _resolvedAliases;
fx\src\data\System\Data\SqlClient\SqlUdtInfo.cs (1)
58private static Dictionary<Type, SqlUdtInfo> m_types2UdtInfo;
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)
139Dictionary <DataTable, List<DataTable>> tableDictionary;
System.Data.Entity (830)
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)
113Dictionary<string, int> nameIndex = null;
System\Data\Common\CommandTrees\Internal\ExpressionDumper.cs (11)
35internal void Begin(string name) { Begin(name, (Dictionary<string, object>)null); } 42internal abstract void Begin(string name, Dictionary<string, object> attrs); 182Dictionary<string, object> facetInfo = new Dictionary<string, object>(); 357private void Begin(DbExpression expr, Dictionary<string, object> attrs) 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\ExpressionPrinter.cs (3)
214private static Dictionary<DbExpressionKind, string> _opMap = InitializeOpMap(); 216private static Dictionary<DbExpressionKind, string> InitializeOpMap() 218Dictionary<DbExpressionKind, string> opMap = new Dictionary<DbExpressionKind, string>(12);
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 (6)
24private readonly Dictionary<string, DbParameterReferenceExpression> paramMappings = new Dictionary<string, DbParameterReferenceExpression>(); 25private readonly Stack<Dictionary<string, TypeUsage>> variableScopes = new Stack<Dictionary<string, TypeUsage>>(); 44internal Dictionary<string, DbParameterReferenceExpression> Parameters { get { return this.paramMappings; } } 78var newScope = scopeVariables.ToDictionary(var => var.VariableName, var => var.ResultType, StringComparer.Ordinal); 94foreach(Dictionary<string, TypeUsage> scope in this.variableScopes)
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (11)
316var keyValueMap = keyPropAndValue.ToDictionary(pav => pav.Item1, pav => pav.Item2, StringComparer.Ordinal); 432Dictionary<object, DbComparisonExpression> discriminatorPredicates = new Dictionary<object, DbComparisonExpression>(); 442Dictionary<string, DbComparisonExpression> inputPredicateMap = new Dictionary<string, DbComparisonExpression>(); 443Dictionary<string, DbComparisonExpression> selectorPredicateMap = new Dictionary<string, DbComparisonExpression>(); 444Dictionary<string, DbExpression> columnValues = new Dictionary<string, DbExpression>(rowConstructor.Arguments.Count); 515internal static DbExpression Substitute(DbExpression original, string referencedVariable, Dictionary<string, DbExpression> propertyValues) 523private readonly Dictionary<string, DbExpression> replacements; 525private ValueSubstituter(string varName, Dictionary<string, DbExpression> replValues) 638Dictionary<string, DbExpression> bindings = new Dictionary<string, DbExpression>(innerNew.Arguments.Count); 705private Dictionary<string, DbExpression> m_varRefMemberBindings; 708internal ProjectionCollapser(Dictionary<string, DbExpression> varRefMemberBindings,
System\Data\Common\CommandTrees\Internal\XmlExpressionDumper.cs (1)
51internal override void Begin(string name, Dictionary<string, object> attrs)
System\Data\Common\DataRecord.cs (1)
434Dictionary<object, AttributeCollection> _attrCache = null;
System\Data\Common\DbXmlEnabledProviderManifest.cs (6)
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>(); 54protected Dictionary<string, PrimitiveType> StoreTypeNameToEdmPrimitiveType 62protected Dictionary<string, PrimitiveType> StoreTypeNameToStorePrimitiveType 148private static System.Collections.ObjectModel.ReadOnlyCollection<T> GetReadOnlyCollection<T>(PrimitiveType type, Dictionary<PrimitiveType, System.Collections.ObjectModel.ReadOnlyCollection<T>> typeDictionary, System.Collections.ObjectModel.ReadOnlyCollection<T> useIfEmpty)
System\Data\Common\EntitySql\CqlLexerHelpers.cs (9)
52static Dictionary<string, short> _keywords; 55static Dictionary<string, short> _operators; 56static Dictionary<string, short> _punctuators; 829private static Dictionary<string, short> InternalKeywordDictionary 836Dictionary<string, short> keywords = new Dictionary<string, short>(60, _stringComparer); 1005private static Dictionary<string, short> InternalOperatorDictionary 1012Dictionary<string, short> operators = new Dictionary<string, short>(16, _stringComparer); 1035private static Dictionary<string, short> InternalPunctuatorDictionary 1042Dictionary<string, short> punctuators = new Dictionary<string, short>(16, _stringComparer);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (8)
2534Dictionary<string, TypeUsage> rowColumns = new Dictionary<string, TypeUsage>(sr.NameComparer); 3599Dictionary<string, DbExpression> projectionExpressions = null; 4342private static readonly Dictionary<Type, AstExprConverter> _astExprConverters = CreateAstExprConverters(); 4344private static readonly Dictionary<AST.BuiltInKind, BuiltInExprConverter> _builtInExprConverter = CreateBuiltInExprConverter(); 4346private static Dictionary<Type, AstExprConverter> CreateAstExprConverters() 4349Dictionary<Type, AstExprConverter> astExprConverters = new Dictionary<Type, AstExprConverter>(NumberOfElements); 4371private static Dictionary<AST.BuiltInKind, BuiltInExprConverter> CreateBuiltInExprConverter() 4373Dictionary<AST.BuiltInKind, BuiltInExprConverter> builtInExprConverter = new Dictionary<AST.BuiltInKind, BuiltInExprConverter>(sizeof(AST.BuiltInKind));
System\Data\Common\EntitySql\SemanticResolver.cs (10)
100private readonly Dictionary<string, DbParameterReferenceExpression> _parameters; 101private readonly Dictionary<string, DbVariableReferenceExpression> _variables; 142Dictionary<string, DbParameterReferenceExpression> parameters, 143Dictionary<string, DbVariableReferenceExpression> variables, 175private static Dictionary<string, DbParameterReferenceExpression> ProcessParameters(IEnumerable<DbParameterReferenceExpression> paramDefs, ParserOptions parserOptions) 177Dictionary<string, DbParameterReferenceExpression> retParams = new Dictionary<string, DbParameterReferenceExpression>(parserOptions.NameComparer); 202private static Dictionary<string, DbVariableReferenceExpression> ProcessVariables(IEnumerable<DbVariableReferenceExpression> varDefs, ParserOptions parserOptions) 204Dictionary<string, DbVariableReferenceExpression> retVars = new Dictionary<string, DbVariableReferenceExpression>(parserOptions.NameComparer); 229internal Dictionary<string, DbParameterReferenceExpression> Parameters 237internal Dictionary<string, DbVariableReferenceExpression> Variables
System\Data\Common\EntitySql\StaticContext.cs (2)
23private readonly Dictionary<string, ScopeEntry> _scopeEntries; 75public Dictionary<string, ScopeEntry>.Enumerator GetEnumerator()
System\Data\Common\EntitySql\TypeResolver.cs (2)
176private readonly Dictionary<string, MetadataNamespace> _aliasedNamespaces; 181private readonly Dictionary<string, List<InlineFunctionInfo>> _functionDefinitions;
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\ColumnMapKeyBuilder.cs (1)
101Dictionary<int, AssociationEndMember> spanMap = _spanIndex.GetSpanMap((RowType)type);
System\Data\Common\Internal\Materialization\CoordinatorScratchpad.cs (3)
38private readonly Dictionary<Expression, Expression> _expressionWithErrorHandlingMap; 228private readonly Dictionary<Expression, Expression> _replacementDictionary; 231internal ReplacementExpressionVisitor(Dictionary<Expression, Expression> replacementDictionary,
System\Data\Common\Internal\Materialization\Shaper.cs (1)
98private readonly Dictionary<AssociationType, AssociationType> AssociationSpaceMap;
System\Data\Common\Internal\Materialization\Translator.cs (2)
175private readonly Dictionary<EdmType, ObjectTypeMapping> _objectTypeMappings = new Dictionary<EdmType, ObjectTypeMapping>(); 1726Dictionary<int, AssociationEndMember> spanMap = _spanIndex.GetSpanMap(spanRowType);
System\Data\Common\QueryCache\EntityClientCacheKey.cs (1)
166Dictionary<string, TypeUsage> paramTypeUsage = entityCommand.GetParameterTypeUsage();
System\Data\Common\QueryCache\QueryCacheManager.cs (1)
56private readonly Dictionary<QueryCacheKey, QueryCacheEntry> _cacheData = new Dictionary<QueryCacheKey, QueryCacheEntry>(32);
System\Data\Common\Utils\AliasGenerator.cs (3)
35private static Dictionary<string, string[]> _prefixCounter; 56Dictionary<string, string[]> updatedCache; 57Dictionary<string, string[]> prefixCounter;
System\Data\Common\Utils\Boolean\ConversionContext.cs (5)
62readonly Dictionary<TermExpr<T_Identifier>, int> _variableMap = new Dictionary<TermExpr<T_Identifier>, int>(); 63Dictionary<int, TermExpr<T_Identifier>> _inverseVariableMap; 115readonly Dictionary<DomainVariable<T_Variable, T_Element>, int> _domainVariableToRobddVariableMap = 117Dictionary<int, DomainVariable<T_Variable, T_Element>> _inverseMap; 164Dictionary<Vertex, Set<T_Element>> vertexToRange = new Dictionary<Vertex, Set<T_Element>>();
System\Data\Common\Utils\Boolean\Simplifier.cs (1)
79Dictionary<BoolExpr<T_Identifier>, bool> negatedChildren = new Dictionary<BoolExpr<T_Identifier>, bool>(tree.Children.Count);
System\Data\Common\Utils\Boolean\Solver.cs (2)
34readonly Dictionary<IfThenElseKey, Vertex> _computedIfThenElseValues = 36readonly Dictionary<Vertex, Vertex> _knownVertices =
System\Data\Common\Utils\KeyToListMap.cs (1)
36private Dictionary<TKey, List<TValue>> m_map;
System\Data\Common\Utils\Memoizer.cs (1)
23private readonly Dictionary<TArg, Result> _resultCache;
System\Data\Common\Utils\MetadataHelper.cs (3)
433internal static Dictionary<EntityType, Set<EntityType>> BuildUndirectedGraphOfTypes(EdmItemCollection edmItemCollection) 435Dictionary<EntityType, Set<EntityType>> graph = new Dictionary<EntityType, Set<EntityType>>(); 481private static void AddDirectedEdgeBetweenEntityTypes(Dictionary<EntityType, Set<EntityType>> graph, EntityType a, EntityType b)
System\Data\Common\Utils\Set.cs (2)
321private Dictionary<TElement, bool>.KeyCollection.Enumerator keys; 323internal Enumerator(Dictionary<TElement, bool>.KeyCollection.Enumerator keys)
System\Data\EntityClient\EntityCommand.cs (3)
583Dictionary<string, TypeUsage> queryParams = GetParameterTypeUsage(); 808internal Dictionary<string, TypeUsage> GetParameterTypeUsage() 812Dictionary<string, TypeUsage> queryParams = new Dictionary<string, TypeUsage>(_parameters.Count);
System\Data\EntityKey.cs (1)
88private static Dictionary<string, string> _nameLookup = new Dictionary<string, string>();
System\Data\EntityModel\SchemaObjectModel\CollectionTypeElement.cs (1)
186internal override bool ResolveNameAndSetTypeUsage(Converter.ConversionCache convertedItemCache, Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (2)
361Dictionary<SchemaEntityType, EntityContainerEntitySet> baseEntitySetTypes = new Dictionary<SchemaEntityType, EntityContainerEntitySet>(); 426private static bool TypeIsSubTypeOf(SchemaEntityType itemType, Dictionary<SchemaEntityType, EntityContainerEntitySet> baseEntitySetTypes, out EntityContainerEntitySet set)
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSet.cs (1)
25private Dictionary<string, EntityContainerAssociationSetEnd> _relationshipEnds = new Dictionary<string, EntityContainerAssociationSetEnd>();
System\Data\EntityModel\SchemaObjectModel\EntityKeyElement.cs (1)
99Dictionary<string, PropertyRefElement> propertyLookUp = new Dictionary<string, PropertyRefElement>(StringComparer.Ordinal);
System\Data\EntityModel\SchemaObjectModel\ModelFunctionTypeElement.cs (1)
31internal abstract bool ResolveNameAndSetTypeUsage(Converter.ConversionCache convertedItemCache, Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems);
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (1)
145internal bool ResolveNestedTypeNames(Converter.ConversionCache convertedItemCache, Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
System\Data\EntityModel\SchemaObjectModel\ReferenceTypeElement.cs (1)
74internal override bool ResolveNameAndSetTypeUsage(Converter.ConversionCache convertedItemCache, Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
System\Data\EntityModel\SchemaObjectModel\RelationshipEndCollection.cs (4)
24private Dictionary<string,IRelationshipEnd> _endLookup = null; 173private Dictionary<string,IRelationshipEnd> EndLookup 266private Dictionary<string,IRelationshipEnd> _Data = null; 273public Enumerator(Dictionary<string, IRelationshipEnd> data, List<string> keysInDefOrder)
System\Data\EntityModel\SchemaObjectModel\ReturnType.cs (2)
141internal bool ResolveNestedTypeNames(Converter.ConversionCache convertedItemCache, Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems) 399internal override bool ResolveNameAndSetTypeUsage(Converter.ConversionCache convertedItemCache, Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
System\Data\EntityModel\SchemaObjectModel\RowTypeElement.cs (1)
122internal override bool ResolveNameAndSetTypeUsage(Converter.ConversionCache convertedItemCache, Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs (1)
193internal override bool ResolveNameAndSetTypeUsage(Converter.ConversionCache convertedItemCache, Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
1243var schemaResourceMap = XmlSchemaResource.GetMetadataSchemaResourceMap(XmlConstants.SchemaVersionLatest);
System\Data\EntityModel\SchemaObjectModel\SchemaElementLookUpTable.cs (2)
25private Dictionary<string,T> _keyToType = null; 204private Dictionary<string,T> KeyToType
System\Data\EntityModel\SchemaObjectModel\SchemaElementLookUpTableEnumerator.cs (2)
26private Dictionary<string,S> _data = null; 36public SchemaElementLookUpTableEnumerator(Dictionary<string,S> data,List<string> keysInOrder)
System\Data\EntityModel\SchemaObjectModel\SchemaLookupTable.cs (1)
23private Dictionary<string, string> _aliasToNamespaceMap = new Dictionary<string, string>(StringComparer.Ordinal);
System\Data\EntityModel\SchemaObjectModel\StructuredProperty.cs (1)
152internal void EnsureEnumTypeFacets(Converter.ConversionCache convertedItemCache, Dictionary<SchemaElement, GlobalItem> newGlobalItems)
System\Data\EntityModel\SchemaObjectModel\TypeRefElement.cs (1)
64internal override bool ResolveNameAndSetTypeUsage(Converter.ConversionCache convertedItemCache, Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
System\Data\EntityModel\SchemaObjectModel\TypeUsageBuilder.cs (11)
26private readonly Dictionary<String, object> _facetValues; 112private bool TryGetFacets(EdmType edmType, bool complainOnMissingFacet, out Dictionary<string, Facet> calculatedFacets) 115Dictionary<string, Facet> defaultFacets = edmType.GetAssociatedFacetDescriptions().ToDictionary(f => f.FacetName, f => f.DefaultValueFacet); 186Dictionary<string, Facet> calculatedFacets; 201Dictionary<string, Facet> calculatedFacets; 365private void ValidateAndSetBinaryFacets(EdmType type, Dictionary<string, Facet> facets) 371private void ValidateAndSetDecimalFacets(EdmType type, Dictionary<string, Facet> facets) 428private void ValidatePrecisionFacetsForDateTimeFamily(EdmType type, Dictionary<string, Facet> facets) 455private void ValidateAndSetStringFacets(EdmType type, Dictionary<string, Facet> facets) 460private void ValidateLengthFacets(EdmType type, Dictionary<string, Facet> facets) 491private void ValidateSpatialFacets(EdmType type, Dictionary<string, Facet> facets)
System\Data\EntityModel\SchemaObjectModel\XmlSchemaResource.cs (5)
45internal static Dictionary<string, XmlSchemaResource> GetMetadataSchemaResourceMap(double schemaVersion) 47Dictionary<string, XmlSchemaResource> schemaResourceMap = new Dictionary<string, XmlSchemaResource>(StringComparer.Ordinal); 57internal static void AddStoreSchemaResourceMapEntries(Dictionary<string, XmlSchemaResource> schemaResourceMap, double schemaVersion) 86internal static void AddMappingSchemaResourceMapEntries(Dictionary<string, XmlSchemaResource> schemaResourceMap, double schemaVersion) 110internal static void AddEdmSchemaResourceMapEntries(Dictionary<string, XmlSchemaResource> schemaResourceMap, double schemaVersion)
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (8)
49private Dictionary<string, int> clrTypeIndexes = new Dictionary<string, int>(StringComparer.Ordinal); //Indexes into the type mappings collection based on clr type name 50private Dictionary<string, int> cdmTypeIndexes = new Dictionary<string, int>(StringComparer.Ordinal); //Indexes into the type mappings collection based on clr type name 431Dictionary<string, ObjectTypeMapping> typeMappings = new Dictionary<string, ObjectTypeMapping>(StringComparer.Ordinal); 447Dictionary<string, ObjectTypeMapping> typeMappings) 607DefaultObjectMappingItemCollection ocItemCollection, Dictionary<string, ObjectTypeMapping> typeMappings) 749DefaultObjectMappingItemCollection ocItemCollection, Dictionary<string, ObjectTypeMapping> typeMappings) 791DefaultObjectMappingItemCollection ocItemCollection, Dictionary<string, ObjectTypeMapping> typeMappings) 808DefaultObjectMappingItemCollection ocItemCollection, Dictionary<string, ObjectTypeMapping> typeMappings)
System\Data\Mapping\FunctionImportMapping.cs (4)
72var isOfTypeEntityTypeColumnsRenameMapping = new Dictionary<EntityType, OM.Collection<FunctionImportReturnTypePropertyMapping>>(); 73var entityTypeColumnsRenameMapping = new Dictionary<EntityType, OM.Collection<FunctionImportReturnTypePropertyMapping>>(); 106var columnMap = entityTypeMapping.Conditions.ToDictionary( 221internal readonly Dictionary<string, FunctionImportReturnTypeStructuralTypeColumnRenameMapping> ReturnTypeColumnsRenameMapping;
System\Data\Mapping\FunctionImportMapping.ReturnTypeRenameMapping.cs (3)
113internal Dictionary<string, FunctionImportReturnTypeStructuralTypeColumnRenameMapping> ColumnRenameMapping; 116Dictionary<EntityType, Collection<FunctionImportReturnTypePropertyMapping>> isOfTypeEntityTypeColumnsRenameMapping, 117Dictionary<EntityType, Collection<FunctionImportReturnTypePropertyMapping>> entityTypeColumnsRenameMapping)
System\Data\Mapping\FunctionImportMappingComposable.cs (4)
146Dictionary<string, Node> viewArguments = new Dictionary<string, Node>(m_commandParameters.Length); 172private Dictionary<string, Node> m_viewArguments; 174private FunctionViewOpCopier(Command cmd, Dictionary<string, Node> viewArguments) 180internal static Node Copy(Command cmd, Node viewNode, Dictionary<string, Node> viewArguments)
System\Data\Mapping\FunctionImportMappingNonComposable.cs (1)
177Dictionary<string, TypeUsage> columns = new Dictionary<string, TypeUsage>();
System\Data\Mapping\MetadataMappingHasherVisitor.cs (1)
27private Dictionary<Object, int> m_itemsAlreadySeen = new Dictionary<Object, int>();
System\Data\Mapping\ObjectTypeMapping.cs (2)
49private readonly Dictionary<string, ObjectMemberMapping> m_memberMapping; //Indexes into the member mappings collection based on clr member name 51private static readonly Dictionary<string, ObjectMemberMapping> EmptyMemberMapping
System\Data\Mapping\StorageComplexTypeMapping.cs (4)
33Dictionary<string, StoragePropertyMapping> m_properties = new Dictionary<string, StoragePropertyMapping>(StringComparer.Ordinal); //child property mappings that make up this complex property 34Dictionary<EdmProperty, StoragePropertyMapping> m_conditionProperties = new Dictionary<EdmProperty, StoragePropertyMapping>(EqualityComparer<EdmProperty>.Default); //Condition property mappings for this complex type 37private Dictionary<string, ComplexType> m_types = new Dictionary<string, ComplexType>(StringComparer.Ordinal); //Types for which the mapping holds true for. 38private Dictionary<string, ComplexType> m_isOfTypes = new Dictionary<string, ComplexType>(StringComparer.Ordinal); //Types for which the mapping holds true for
System\Data\Mapping\StorageEntityContainerMapping.cs (3)
72private Dictionary<string, StorageSetMapping> m_entitySetMappings = new Dictionary<string, StorageSetMapping>(StringComparer.Ordinal); //A collection of EntitySetMappings under this EntityContainer mapping 73private Dictionary<string, StorageSetMapping> m_associationSetMappings = new Dictionary<string, StorageSetMapping>(StringComparer.Ordinal); //A collection of AssociationSetMappings under this EntityContainer mapping 74private Dictionary<EdmFunction, FunctionImportMapping> m_functionImportMappings = new Dictionary<EdmFunction, FunctionImportMapping>();
System\Data\Mapping\StorageEntityTypeMapping.cs (2)
71private Dictionary<string, EdmType> m_entityTypes = new Dictionary<string, EdmType>(StringComparer.Ordinal); 75private Dictionary<string, EdmType> m_isOfEntityTypes = new Dictionary<string, EdmType>(StringComparer.Ordinal);
System\Data\Mapping\StorageMappingFragment.cs (1)
89Dictionary<EdmProperty, StoragePropertyMapping> m_conditionProperties = new Dictionary<EdmProperty, StoragePropertyMapping>(EqualityComparer<EdmProperty>.Default);
System\Data\Mapping\StorageMappingItemCollection.cs (9)
53private Dictionary<EdmMember, KeyValuePair<TypeUsage, TypeUsage>> m_memberMappings = new Dictionary<EdmMember, KeyValuePair<TypeUsage, TypeUsage>>(); 206Dictionary<EntitySetBase, GeneratedView> userDefinedQueryViewsDict; 207Dictionary<OfTypeQVCacheKey, GeneratedView> userDefinedQueryViewsOfTypeDict; 399internal Dictionary<EntitySetBase, string> GenerateEntitySetViews(out IList<EdmSchemaError> errors) 401Dictionary<EntitySetBase, string> esqlViews = new Dictionary<EntitySetBase, string>(); 733Dictionary<EntitySetBase, GeneratedView> userDefinedQueryViewsDict, 734Dictionary<OfTypeQVCacheKey, GeneratedView> userDefinedQueryViewsOfTypeDict, 787Dictionary<EntitySetBase, GeneratedView> userDefinedQueryViewsDict, 788Dictionary<OfTypeQVCacheKey, GeneratedView> userDefinedQueryViewsOfTypeDict,
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (12)
50private readonly Memoizer<EntityContainer, Dictionary<EntitySetBase, GeneratedView>> m_generatedViewsMemoizer; 57out Dictionary<EntitySetBase, GeneratedView> userDefinedQueryViewsDict, 58out Dictionary<OfTypeQVCacheKey, GeneratedView> userDefinedQueryViewsOfTypeDict) 61this.m_generatedViewsMemoizer = new Memoizer<EntityContainer, Dictionary<EntitySetBase, GeneratedView>>(SerializedGetGeneratedViews, null); 71private Dictionary<EntitySetBase, GeneratedView> SerializedGetGeneratedViews(EntityContainer container) 76Dictionary<EntitySetBase, GeneratedView> extentMappingViews; 128private void SerializedGenerateViews(StorageEntityContainerMapping entityContainerMap, Dictionary<EntitySetBase, GeneratedView> resultDictionary) 352Dictionary<EntitySetBase, GeneratedView> generatedViews = m_generatedViewsMemoizer.Evaluate(extent.EntityContainer); 368private void SerializedCollectViewsFromObjectCollection(MetadataWorkspace workspace, Dictionary<EntitySetBase, GeneratedView> extentMappingViews) 406private void SerializedAddGeneratedViewsInEntityViewContainer(MetadataWorkspace workspace, EntityViewContainer entityViewContainer, Dictionary<EntitySetBase, GeneratedView> extentMappingViews) 485private void SerializedAddGeneratedViews(MetadataWorkspace workspace, EntityViewContainer viewContainer, Dictionary<EntitySetBase, GeneratedView> extentMappingViews) 539private void SerializedCollectViewsFromReferencedAssemblies(MetadataWorkspace workspace, Dictionary<EntitySetBase, GeneratedView> extentMappingViews)
System\Data\Mapping\StorageMappingItemLoader.cs (6)
96internal StorageMappingItemLoader(XmlReader reader, StorageMappingItemCollection storageMappingItemCollection, string fileName, Dictionary<EdmMember, KeyValuePair<TypeUsage, TypeUsage>> scalarMemberMappings) 137private Dictionary<string, string> m_alias; //To support the aliasing mechanism provided by MSL. 141private Dictionary<EdmMember, KeyValuePair<TypeUsage, TypeUsage>> m_scalarMemberMappings; // dictionary of all the scalar member mappings - this is to validate that no property is mapped to different store types across mappings. 553Dictionary<EntitySetBase, int> mappingCounts = new Dictionary<EntitySetBase, int>(); 603private static void IncrementCount<T>(Dictionary<T, int> counts, T key) 1214var associationEnds = new Dictionary<AssociationSet, AssociationEndMember>();
System\Data\Mapping\StorageSetMapping.cs (1)
92private Dictionary<Triple, string> m_typeSpecificQueryViews = new Dictionary<Triple, string>(Triple.PairComparer.Instance);
System\Data\Mapping\Update\Internal\DynamicUpdateCommand.cs (7)
29private readonly Dictionary<int, string> m_outputIdentifiers; 35Dictionary<int, string> outputIdentifiers) 97internal override long Execute(UpdateTranslator translator, EntityConnection connection, Dictionary<int, object> identifierValues, List<KeyValuePair<PropagatorResult, object>> generatedValues) 172private DbCommand CreateCommand(UpdateTranslator translator, Dictionary<int, object> identifierValues) 179Dictionary<DbSetClause, DbSetClause> modifiedClauses = new Dictionary<DbSetClause, DbSetClause>(); 199private DbModificationCommandTree RebuildCommandTree(DbModificationCommandTree originalTree, Dictionary<DbSetClause, DbSetClause> clauseMappings) 227private List<DbModificationClause> ReplaceClauses(IList<DbModificationClause> originalClauses, Dictionary<DbSetClause, DbSetClause> mappings)
System\Data\Mapping\Update\Internal\FunctionMappingTranslator.cs (7)
63private readonly Dictionary<EntityType, StorageEntityTypeModificationFunctionMapping> m_typeMappings; 95var currentReferenceEnds = new Dictionary<AssociationEndMember, IEntityStateEntry>(); 96var originalReferenceEnds = new Dictionary<AssociationEndMember, IEntityStateEntry>(); 140Dictionary<AssociationEndMember, IEntityStateEntry> currentReferenceEnd, 141Dictionary<AssociationEndMember, IEntityStateEntry> originalReferenceEnd, 227private void BindFunctionParameters(UpdateTranslator translator, ExtractedStateEntry stateEntry, StorageModificationFunctionMapping functionMapping, FunctionUpdateCommand command, Dictionary<AssociationEndMember, IEntityStateEntry> currentReferenceEnds, Dictionary<AssociationEndMember, IEntityStateEntry> originalReferenceEnds)
System\Data\Mapping\Update\Internal\FunctionUpdateCommand.cs (2)
77private Dictionary<int, string> m_outputIdentifiers; 209internal override long Execute(UpdateTranslator translator, EntityConnection connection, Dictionary<int, object> identifierValues,
System\Data\Mapping\Update\Internal\Graph.cs (2)
53private readonly Dictionary<TVertex, HashSet<TVertex>> m_successorMap; 58private readonly Dictionary<TVertex, int> m_predecessorCounts;
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.ExtentPlaceholderCreator.cs (3)
40static private Dictionary<PrimitiveTypeKind, object> s_typeDefaultMap = InitializeTypeDefaultMap(); 49private static Dictionary<PrimitiveTypeKind, object> InitializeTypeDefaultMap() 51Dictionary<PrimitiveTypeKind, object> typeDefaultMap = new Dictionary<PrimitiveTypeKind, object>(
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (18)
23using JoinDictionary = Dictionary<CompositeKey, Tuple<CompositeKey, PropagatorResult>>; 94private static readonly Dictionary<Ops, Ops> s_innerJoinInsertRules; 95private static readonly Dictionary<Ops, Ops> s_innerJoinDeleteRules; 96private static readonly Dictionary<Ops, Ops> s_leftOuterJoinInsertRules; 97private static readonly Dictionary<Ops, Ops> s_leftOuterJoinDeleteRules; 102private readonly Dictionary<Ops, Ops> m_insertRules; 103private readonly Dictionary<Ops, Ops> m_deleteRules; 260JoinDictionary leftDeletes = ProcessKeys(m_left.Deleted, m_leftKeySelectors); 261JoinDictionary leftInserts = ProcessKeys(m_left.Inserted, m_leftKeySelectors); 262JoinDictionary rightDeletes = ProcessKeys(m_right.Deleted, m_rightKeySelectors); 263JoinDictionary rightInserts = ProcessKeys(m_right.Inserted, m_rightKeySelectors); 287private void Propagate(CompositeKey key, ChangeNode result, JoinDictionary leftDeletes, JoinDictionary leftInserts, 288JoinDictionary rightDeletes, JoinDictionary rightInserts) 397Dictionary<PropagatorResult, PropagatorResult> map = null; 463private JoinDictionary ProcessKeys(IEnumerable<PropagatorResult> instances, ReadOnlyCollection<DbExpression> keySelectors) 468var hash = new JoinDictionary(m_parent.UpdateTranslator.KeyComparer);
System\Data\Mapping\Update\Internal\RelationshipConstraintValidator.cs (4)
45private readonly Dictionary<DirectionalRelationship, DirectionalRelationship> m_existingRelationships; 50private readonly Dictionary<DirectionalRelationship, IEntityStateEntry> m_impliedRelationships; 55private readonly Dictionary<EntitySet, List<AssociationSet>> m_referencingRelationshipSets; 144Dictionary<string, EntityKey> endNameToKeyMap = new Dictionary<string, EntityKey>(
System\Data\Mapping\Update\Internal\TableChangeProcessor.cs (4)
110Dictionary<CompositeKey, PropagatorResult> deleteResults = ProcessKeys(compiler, changeNode.Deleted, keys); 111Dictionary<CompositeKey, PropagatorResult> insertResults = ProcessKeys(compiler, changeNode.Inserted, keys); 179private Dictionary<CompositeKey, PropagatorResult> ProcessKeys(UpdateCompiler compiler, List<PropagatorResult> changes, Set<CompositeKey> keys) 181Dictionary<CompositeKey, PropagatorResult> map = new Dictionary<CompositeKey, PropagatorResult>(
System\Data\Mapping\Update\Internal\UndirectedGraph.cs (1)
64Dictionary<TVertex, ComponentNum> componentMap = new Dictionary<TVertex, ComponentNum>(m_comparer);
System\Data\Mapping\Update\Internal\UpdateCommand.cs (1)
190internal abstract long Execute(UpdateTranslator translator, EntityConnection connection, Dictionary<int, object> identifierValues,
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (1)
145Dictionary<int, UpdateCommand> predecessors = new Dictionary<int, UpdateCommand>();
System\Data\Mapping\Update\Internal\UpdateCompiler.cs (5)
90Dictionary<int, string> outputIdentifiers; 148Dictionary<int, string> outputIdentifiers; 190PropagatorResult originalRow, TableChangeProcessor processor, bool insertMode, out Dictionary<int, string> outputIdentifiers, out DbExpression returning, 193Dictionary<EdmProperty, PropagatorResult> setClauses = new Dictionary<EdmProperty, PropagatorResult>(); 365Dictionary<EdmProperty, PropagatorResult> whereClauses = new Dictionary<EdmProperty, PropagatorResult>();
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (6)
87private readonly Dictionary<EntitySetBase, ChangeNode> m_changes; 88private readonly Dictionary<EntitySetBase, List<ExtractedStateEntry>> m_functionChanges; 91private readonly Dictionary<EntityKey, AssociationSet> m_requiredEntities; 108private Dictionary<StorageModificationFunctionMapping, DbCommandDefinition> m_modificationFunctionCommandDefinitions; 111private readonly Dictionary<Tuple<EntitySetBase, StructuralType>, ExtractorMetadata> m_extractorMetadata; 383Dictionary<int, object> identifierValues = new Dictionary<int, object>();
System\Data\Mapping\Update\Internal\ViewLoader.cs (4)
42private readonly Dictionary<AssociationSet, AssociationSetMetadata> m_associationSetMetadata = new Dictionary<AssociationSet, AssociationSetMetadata>(); 43private readonly Dictionary<EntitySetBase, Set<EntitySet>> m_affectedTables = new Dictionary<EntitySetBase, Set<EntitySet>>(); 46private readonly Dictionary<EntitySetBase, ModificationFunctionMappingTranslator> m_functionMappingTranslators = new Dictionary<EntitySetBase, ModificationFunctionMappingTranslator>( 110private T_Value SyncGetValue<T_Key, T_Value>(EntitySetBase entitySetBase, MetadataWorkspace workspace, Dictionary<T_Key, T_Value> dictionary, T_Key key)
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (3)
364var extentLOJs = new Dictionary<EntitySet, OpCellTreeNode>(EqualityComparer<EntitySet>.Default); 401var nestedExtents = new Dictionary<EntitySet, EntitySet>(EqualityComparer<EntitySet>.Default); 467private static bool CheckLOJCycle(EntitySet child, EntitySet parent, Dictionary<EntitySet, EntitySet> nestedExtents)
System\Data\Mapping\ViewGeneration\CellCreator.cs (1)
120var cSideMembersForSSideExpansionCandidates = new Dictionary<MemberPath, Set<MemberPath>>();
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (1)
439Dictionary<MemberPath, MemberPath> remap =
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (2)
34Dictionary<MemberPath, 60private readonly Dictionary<MemberPath, CaseStatement> m_caseStatements;
System\Data\Mapping\ViewGeneration\DiscriminatorMap.cs (10)
61Dictionary<EdmProperty, DbExpression> propertyMap, 62Dictionary<Query.InternalTrees.RelProperty, DbExpression> relPropertyMap, 97var propertyMap = new Dictionary<EdmProperty, DbExpression>(); 98var relPropertyMap = new Dictionary<Query.InternalTrees.RelProperty, DbExpression>(); 99var typeToRelPropertyMap = new Dictionary<EntityType, List<Query.InternalTrees.RelProperty>>(); 158Dictionary<Query.InternalTrees.RelProperty, DbExpression> relPropertyMap, 159Dictionary<EntityType, List<Query.InternalTrees.RelProperty>> typeToRelPropertyMap) 184Dictionary<EdmProperty, DbExpression> propertyMap, 185Dictionary<Query.InternalTrees.RelProperty, DbExpression> relPropertyMap, 186Dictionary<EntityType, List<Query.InternalTrees.RelProperty>> typeToRelPropertyMap,
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (7)
63Dictionary<MemberPath, CaseStatement> _caseStatements = new Dictionary<MemberPath, CaseStatement>(); 174internal Dictionary<MemberPath, CaseStatement> CaseStatements 743Dictionary<BoolLiteral, BoolLiteral> literalRemap = new Dictionary<BoolLiteral, BoolLiteral>(BoolLiteral.EqualityIdentifierComparer); 764Dictionary<MemberPath, CaseStatement> newCaseStatements = new Dictionary<MemberPath, CaseStatement>(); 883Dictionary<MemberPath, FragmentQuery> attributeConditions = new Dictionary<MemberPath, FragmentQuery>(); 941Dictionary<MemberPath, FragmentQuery> attributeConditions) 990private bool CoverAttribute(MemberPath projectedAttribute, FragmentQuery view, Dictionary<MemberPath, FragmentQuery> attributeConditions, FragmentQuery toFillQuery)
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 (3)
23private readonly Dictionary<T_Tile, TileOpKind> m_usedViews = new Dictionary<T_Tile, TileOpKind>(); 26private RewritingSimplifier(T_Tile originalRewriting, T_Tile toAvoid, Dictionary<T_Tile, TileOpKind> usedViews, 60internal static bool TrySimplifyJoinRewriting(ref T_Tile rewriting, T_Tile toAvoid, Dictionary<T_Tile, TileOpKind> usedViews, RewritingProcessor<T_Tile> qp)
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (8)
52Dictionary<MemberValueBinding, CellTreeNode> plainMemberValueTrees = CreateMemberValueTrees(false); 55Dictionary<MemberValueBinding, CellTreeNode> complementMemberValueTrees = CreateMemberValueTrees(true); 191private Dictionary<MemberValueBinding, CellTreeNode> CreateMemberValueTrees(bool complementElse) 193Dictionary<MemberValueBinding, CellTreeNode> memberValueTrees = new Dictionary<MemberValueBinding, CellTreeNode>(); 239private void CheckConstraintsOnProjectedConditionMembers(Dictionary<MemberValueBinding, CellTreeNode> memberValueTrees, LeftCellWrapper wrapper, CellTreeNode sQueryTree, BoolExpression inExtentCondition) 350private void CheckConstraintsOnNonNullableMembers(Dictionary<MemberValueBinding, CellTreeNode> memberValueTrees, LeftCellWrapper wrapper, CellTreeNode sQueryTree, BoolExpression inExtentCondition) 390Dictionary<MemberValueBinding, CellTreeNode> _memberValueTrees; 392internal WhereClauseVisitor(CellTreeNode topLevelTree, Dictionary<MemberValueBinding, CellTreeNode> memberValueTrees)
System\Data\Mapping\ViewGeneration\QueryRewriting\RoleBoolean.cs (1)
106internal override BoolLiteral RemapBool(Dictionary<MemberPath, MemberPath> remap)
System\Data\Mapping\ViewGeneration\Structures\BoolExpression.cs (2)
302internal BoolExpression RemapLiterals(Dictionary<BoolLiteral, BoolLiteral> remap) 361internal BoolExpression RemapBool(Dictionary<MemberPath, MemberPath> remap)
System\Data\Mapping\ViewGeneration\Structures\BoolExpressionVisitors.cs (3)
153private RemapBoolVisitor(MemberDomainMap memberDomainMap, Dictionary<MemberPath, MemberPath> remap) 159private Dictionary<MemberPath, MemberPath> m_remap; 163Dictionary<MemberPath, MemberPath> remap)
System\Data\Mapping\ViewGeneration\Structures\BoolLiteral.cs (1)
74internal abstract BoolLiteral RemapBool(Dictionary<MemberPath, MemberPath> remap);
System\Data\Mapping\ViewGeneration\Structures\CellIdBoolean.cs (1)
105internal override BoolLiteral RemapBool(Dictionary<MemberPath, MemberPath> remap)
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (4)
337internal static Dictionary<MemberPath, CellConstantSet> 341Dictionary<MemberPath, CellConstantSet> cDomainMap = 388internal static Dictionary<MemberPath, CellConstantSet> 392Dictionary<MemberPath, CellConstantSet> updateDomainMap = new Dictionary<MemberPath, CellConstantSet>(MemberPath.EqualityComparer);
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (11)
36private Dictionary<MemberPath, CellConstantSet> m_conditionDomainMap; 39private Dictionary<MemberPath, CellConstantSet> m_nonConditionDomainMap; 54private MemberDomainMap(Dictionary<MemberPath, CellConstantSet> domainMap, 55Dictionary<MemberPath, CellConstantSet> nonConditionDomainMap, EdmItemCollection edmItemCollection) 64internal MemberDomainMap(ViewTarget viewTarget, bool isValidationEnabled, IEnumerable<Cell> extentCells, EdmItemCollection edmItemCollection, ConfigViewGenerator config, Dictionary<EntityType, Set<EntityType>> inheritanceGraph) 69Dictionary<MemberPath, CellConstantSet> domainMap = null; 175var domainMap = m_conditionDomainMap.ToDictionary(p => p.Key, p => new Set<Constant>(p.Value, Constant.EqualityComparer)); 184var domainMap = m_conditionDomainMap.ToDictionary(p => p.Key, p => new Set<Constant>(p.Value, Constant.EqualityComparer)); 196private void ExpandDomainsIfNeeded(Dictionary<MemberPath, CellConstantSet> domainMapForMembers) 236private static void ReduceEnumerableDomainToEnumeratedValues(ViewTarget target, Dictionary<MemberPath, CellConstantSet> domainMap, ConfigViewGenerator config, 302private static void ExpandNegationsInDomainMap(Dictionary<MemberPath, Set<Constant>> domainMap)
System\Data\Mapping\ViewGeneration\Structures\MemberPath.cs (2)
258internal bool IsAlwaysDefined(Dictionary<EntityType, Set<EntityType>> inheritanceGraph) 311private static bool RecurseToFindMemberAbsentInConcreteType(EntityType current, EntityType avoidEdge, EdmMember member, EntityType entitySetType, Dictionary<EntityType, Set<EntityType>> inheritanceGraph)
System\Data\Mapping\ViewGeneration\Structures\MemberProjectedSlot.cs (1)
123internal MemberProjectedSlot RemapSlot(Dictionary<MemberPath, MemberPath> remap)
System\Data\Mapping\ViewGeneration\Structures\MemberProjectionIndex.cs (1)
27private readonly Dictionary<MemberPath, int> m_indexMap;
System\Data\Mapping\ViewGeneration\Structures\ScalarRestriction.cs (1)
68internal override BoolLiteral RemapBool(Dictionary<MemberPath, MemberPath> remap)
System\Data\Mapping\ViewGeneration\Structures\TypeRestriction.cs (1)
67internal override BoolLiteral RemapBool(Dictionary<MemberPath, MemberPath> remap)
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (11)
23using CompositeCondition = Dictionary<MemberPath, Set<Constant>>; 189Set<CompositeCondition> setOfconditions = new Set<CompositeCondition>(new ConditionComparer()); 190Dictionary<CompositeCondition, LeftCellWrapper> firstLCWForCondition = new Dictionary<CompositeCondition, LeftCellWrapper>(new ConditionComparer()); 194CompositeCondition condMembersValues = new CompositeCondition(); 780class ConditionComparer : IEqualityComparer<Dictionary<MemberPath, Set<Constant>>> 782public bool Equals(Dictionary<MemberPath, Set<Constant>> one, Dictionary<MemberPath, Set<Constant>> two) 805public int GetHashCode(Dictionary<MemberPath, Set<Constant>> obj)
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (1)
100Dictionary<string, EntitySet> endToExtents = new Dictionary<string, EntitySet>();
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (1)
51private Dictionary<FragmentQuery, Tile<FragmentQuery>> m_rewritingCache;
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (2)
42private Dictionary<EntitySetBase, QueryRewriter> m_queryRewriterCache; 63Dictionary<EntityType, Set<EntityType>> inheritanceGraph = MetadataHelper.BuildUndirectedGraphOfTypes(entityContainerMapping.StorageMappingItemCollection.EdmItemCollection);
System\Data\Mapping\ViewValidator.cs (1)
609private Dictionary<String, DbExpressionEntitySetInfo> m_entitySetInfos;
System\Data\Metadata\Converter.cs (20)
103Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems = new Dictionary<Som.SchemaElement, GlobalItem>(); 112Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems = new Dictionary<Som.SchemaElement, GlobalItem>(); 124ConversionCache convertedItemCache, Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems) 180Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems) 257Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems) 318Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems) 373Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems) 401Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems) 448Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems) 611Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems) 653Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems) 709Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems) 786Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems) 859Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems) 1043private static EnumType ConvertToEnumType(Som.SchemaEnumType somEnumType, Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems) 1108Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems) 1266Dictionary<string, Facet> newFacets = targetType.Facets.ToDictionary(f => f.Name); 1303Dictionary<string, Facet> facets = propertyTypeUsage.Facets.ToDictionary(f => f.Name); 1401private readonly Dictionary<EdmType, TypeUsage> _nullFacetsTypeUsage; 1402private readonly Dictionary<EdmType, TypeUsage> _nullFacetsCollectionTypeUsage;
System\Data\Metadata\Edm\EntityType.cs (1)
75private Dictionary<EdmMember, string> _memberSql;
System\Data\Metadata\Edm\ItemCollection.cs (7)
42private Dictionary<string, System.Collections.ObjectModel.ReadOnlyCollection<EdmFunction>> _functionLookUpTable; 62internal Dictionary<string, System.Collections.ObjectModel.ReadOnlyCollection<EdmFunction>> FunctionLookUpTable 68Dictionary<string, System.Collections.ObjectModel.ReadOnlyCollection<EdmFunction>> functionLookUpTable = PopulateFunctionLookUpTable(this); 333Dictionary<string, System.Collections.ObjectModel.ReadOnlyCollection<EdmFunction>> functionCollection, 489static private Dictionary<string, System.Collections.ObjectModel.ReadOnlyCollection<EdmFunction>> PopulateFunctionLookUpTable(ItemCollection itemCollection) 491var tempFunctionLookUpTable = new Dictionary<string, List<EdmFunction>>(StringComparer.OrdinalIgnoreCase); 504var functionLookUpTable = new Dictionary<string, System.Collections.ObjectModel.ReadOnlyCollection<EdmFunction>>(StringComparer.OrdinalIgnoreCase);
System\Data\Metadata\Edm\MetadataCollection.cs (1)
688internal Dictionary<string, OrderedIndex> IdentityDictionary;
System\Data\Metadata\Edm\Provider\EdmProviderManifest.cs (3)
28private Dictionary<PrimitiveType, System.Collections.ObjectModel.ReadOnlyCollection<FacetDescription>> _facetDescriptions; 241Dictionary<PrimitiveType, System.Collections.ObjectModel.ReadOnlyCollection<FacetDescription>> facetDescriptions = new Dictionary<PrimitiveType, System.Collections.ObjectModel.ReadOnlyCollection<FacetDescription>>(); 340Interlocked.CompareExchange<Dictionary<PrimitiveType, System.Collections.ObjectModel.ReadOnlyCollection<FacetDescription>>>(ref _facetDescriptions,
System\Data\Metadata\EdmItemCollection.OcAssemblyCache.cs (1)
19private Dictionary<Assembly, ImmutableAssemblyCacheEntry> _conventionalOcCache;
System\Data\Metadata\EdmValidator.cs (1)
521Dictionary<string, EdmMember> allMembers = new Dictionary<string, EdmMember>();
System\Data\Metadata\Helper.cs (1)
514private static readonly Dictionary<PrimitiveTypeKind, long[]> _enumUnderlyingTypeRanges =
System\Data\Metadata\MetadataArtifactLoader.cs (1)
288public abstract List<XmlReader> GetReaders(Dictionary<MetadataArtifactLoader, XmlReader> sourceDictionary);
System\Data\Metadata\MetadataArtifactLoaderComposite.cs (1)
142public override List<XmlReader> GetReaders(Dictionary<MetadataArtifactLoader, XmlReader> sourceDictionary)
System\Data\Metadata\MetadataArtifactLoaderCompositeFile.cs (1)
216public override List<XmlReader> GetReaders(Dictionary<MetadataArtifactLoader, XmlReader> sourceDictionary)
System\Data\Metadata\MetadataArtifactLoaderCompositeResource.cs (1)
123public override List<XmlReader> GetReaders(Dictionary<MetadataArtifactLoader, XmlReader> sourceDictionary)
System\Data\Metadata\MetadataArtifactLoaderFile.cs (1)
143public override List<XmlReader> GetReaders(Dictionary<MetadataArtifactLoader, XmlReader> sourceDictionary)
System\Data\Metadata\MetadataArtifactLoaderResource.cs (1)
136public override List<XmlReader> GetReaders(Dictionary<MetadataArtifactLoader, XmlReader> sourceDictionary)
System\Data\Metadata\MetadataArtifactLoaderXmlReaderWrapper.cs (1)
133public override List<XmlReader> GetReaders(Dictionary<MetadataArtifactLoader, XmlReader> sourceDictionary)
System\Data\Metadata\MetadataCache.cs (4)
39private static readonly Dictionary<string, EdmMetadataEntry> _edmLevelCache = new Dictionary<string, EdmMetadataEntry>(StringComparer.OrdinalIgnoreCase); 45private static readonly Dictionary<string, StoreMetadataEntry> _storeLevelCache = new Dictionary<string, StoreMetadataEntry>(StringComparer.OrdinalIgnoreCase); 199private static void DoCacheClean<T>(Dictionary<string, T> cache, object objectToLock) where T: MetadataEntry 312private static T GetCacheEntry<T>(Dictionary<string, T> cache, string cacheKey, object objectToLock,
System\Data\Metadata\ObjectItemCollection.cs (6)
56private Dictionary<string, EdmType> _ocMapping = new Dictionary<string, EdmType>(); 238internal static Dictionary<string, EdmType> LoadTypesExpensiveWay(Assembly assembly) 240Dictionary<string, EdmType> typesInLoading = null; 265Dictionary<string, EdmType> typesInLoading = LoadTypesExpensiveWay(entityClrType.Assembly); 285Dictionary<string, EdmType> typesInLoading = LoadTypesExpensiveWay(assembly); 334Dictionary<string, EdmType> typesInLoading;
System\Data\Metadata\ObjectLayer\AssemblyCache.cs (5)
20private readonly static Dictionary<Assembly, ImmutableAssemblyCacheEntry> s_globalAssemblyCache = new Dictionary<Assembly, ImmutableAssemblyCacheEntry>(); 33KnownAssembliesSet knownAssemblies, out Dictionary<string, EdmType> typesInLoading, out List<EdmItemError> errors) 40KnownAssembliesSet knownAssemblies, EdmItemCollection edmItemCollection, Action<String> logLoadMessage, ref object loaderCookie, out Dictionary<string, EdmType> typesInLoading, out List<EdmItemError> errors) 137private static void UpdateCache(EdmItemCollection edmItemCollection, Dictionary<Assembly, MutableAssemblyCacheEntry> assemblies) 146private static void UpdateCache(LockedAssemblyCache lockedAssemblyCache, Dictionary<Assembly, MutableAssemblyCacheEntry> assemblies)
System\Data\Metadata\ObjectLayer\KnownAssembliesSet.cs (1)
33private Dictionary<Assembly, KnownAssemblyEntry> _assemblies;
System\Data\Metadata\ObjectLayer\LoadMessageLogger.cs (1)
20private Dictionary<EdmType, StringBuilder> _messages = new Dictionary<EdmType, StringBuilder>();
System\Data\Metadata\ObjectLayer\LockedAssemblyCache.cs (2)
20private Dictionary<Assembly, ImmutableAssemblyCacheEntry> _globalAssemblyCache; 21internal LockedAssemblyCache(object lockObject, Dictionary<Assembly, ImmutableAssemblyCacheEntry> globalAssemblyCache)
System\Data\Metadata\ObjectLayer\ObjectItemLoadingSessionData.cs (8)
21private readonly Dictionary<string, EdmType> _typesInLoading; 35private readonly Dictionary<Assembly, MutableAssemblyCacheEntry> _listOfAssembliesLoaded = new Dictionary<Assembly, MutableAssemblyCacheEntry>(); 45private Dictionary<string, KeyValuePair<EdmType, int>> _conventionCSpaceTypeNames; 46private Dictionary<EdmType, EdmType> _cspaceToOspace; 48internal Dictionary<string, EdmType> TypesInLoading { get { return _typesInLoading; } } 49internal Dictionary<Assembly, MutableAssemblyCacheEntry> AssembliesLoaded { get { return _listOfAssembliesLoaded; } } 54internal Dictionary<EdmType, EdmType> CspaceToOspace { get { return _cspaceToOspace; } } 71internal Dictionary<string, KeyValuePair<EdmType, int>> ConventionCSpaceTypeNames
System\Data\Metadata\TypeSemantics.cs (1)
962Dictionary<EdmType, byte> otherBaseTypes = new Dictionary<EdmType, byte>();
System\Data\Objects\DataClasses\EntityCollection.cs (3)
48private Dictionary<TEntity, IEntityWrapper> _wrappedRelatedEntities; 97private Dictionary<TEntity, IEntityWrapper> WrappedRelatedEntities 561internal override void RetrieveReferentialConstraintProperties(Dictionary<string, KeyValuePair<object, IntBox>> properties, HashSet<object> visited)
System\Data\Objects\DataClasses\EntityReference.cs (1)
461internal void UpdateForeignKeyValues(IEntityWrapper dependentEntity, IEntityWrapper principalEntity, Dictionary<int, object> changedFKs, bool forceChange)
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (2)
596internal override void RetrieveReferentialConstraintProperties(Dictionary<string, KeyValuePair<object, IntBox>> properties, HashSet<object> visited) 603Dictionary<string, KeyValuePair<object, IntBox>> retrievedProperties;
System\Data\Objects\DataClasses\RelatedEnd.cs (1)
2085internal abstract void RetrieveReferentialConstraintProperties(Dictionary<string, KeyValuePair<object, IntBox>> keyValues, HashSet<object> visited);
System\Data\Objects\DataClasses\RelationshipManager.cs (3)
630Dictionary<string, EdmType> types = ObjectItemCollection.LoadTypesExpensiveWay(WrappedOwner.IdentityType.Assembly); 1219internal void RetrieveReferentialConstraintProperties(out Dictionary<string, KeyValuePair<object, IntBox>> properties, HashSet<object> visited, bool includeOwnValues) 1299private static bool CheckIfAllPropertiesWereRetrieved(Dictionary<string, KeyValuePair<object, IntBox>> properties, List<string> propertiesToRetrieve)
System\Data\Objects\ELinq\CompiledELinqQueryState.cs (3)
229private readonly Dictionary<ParameterExpression, object> _parameterToValueLookup; 231private CreateDonateableExpressionVisitor(Dictionary<ParameterExpression, object> parameterToValueLookup) 238Dictionary<ParameterExpression, object> parameterLookup = query
System\Data\Objects\ELinq\ExpressionConverter.cs (5)
39private Dictionary<DbExpression, Span> _spanMappings; 41private Dictionary<Type, InitializerMetadata> _initializers; 51private static readonly Dictionary<ExpressionType, Translator> s_translators = InitializeTranslators(); 140private static Dictionary<ExpressionType, Translator> InitializeTranslators() 142Dictionary<ExpressionType, Translator> translators = new Dictionary<ExpressionType, Translator>();
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (1)
48private readonly Dictionary<Expression, Pattern> _patterns = new Dictionary<Expression, Pattern>();
System\Data\Objects\ELinq\MethodCallTranslator.cs (12)
95private static readonly Dictionary<MethodInfo, CallTranslator> s_methodTranslators = InitializeMethodTranslators(); 96private static readonly Dictionary<SequenceMethod, SequenceMethodTranslator> s_sequenceTranslators = InitializeSequenceMethodTranslators(); 97private static readonly Dictionary<string, ObjectQueryCallTranslator> s_objectQueryTranslators = InitializeObjectQueryTranslators(); 101private static Dictionary<MethodInfo, CallTranslator> InitializeMethodTranslators() 104Dictionary<MethodInfo, CallTranslator> methodTranslators = new Dictionary<MethodInfo, CallTranslator>(); 116private static Dictionary<SequenceMethod, SequenceMethodTranslator> InitializeSequenceMethodTranslators() 119Dictionary<SequenceMethod, SequenceMethodTranslator> sequenceTranslators = new Dictionary<SequenceMethod, SequenceMethodTranslator>(); 131private static Dictionary<string, ObjectQueryCallTranslator> InitializeObjectQueryTranslators() 134Dictionary<string, ObjectQueryCallTranslator> objectQueryCallTranslators = new Dictionary<string, ObjectQueryCallTranslator>(StringComparer.Ordinal); 533private static readonly Dictionary<MethodInfo, MethodInfo> s_alternativeMethods = InitializeAlternateMethodInfos(); 572private static Dictionary<MethodInfo, MethodInfo> InitializeAlternateMethodInfos() 1430private static readonly Dictionary<MethodInfo, string> s_methodNameMap = new Dictionary<MethodInfo, string>(4);
System\Data\Objects\ELinq\ReflectionUtil.cs (5)
24private static readonly Dictionary<MethodInfo, SequenceMethod> s_methodMap; 25private static readonly Dictionary<SequenceMethod, MethodInfo> s_inverseMap; 31Dictionary<String, SequenceMethod> map = new Dictionary<string, SequenceMethod>(); 432Dictionary<Type, int> genericArgumentOrdinals = null; 465private static void AppendCanonicalTypeDescription(Type type, Dictionary<Type, int> genericArgumentOrdinals, StringBuilder description)
System\Data\Objects\ELinq\SpatialMethodCallTranslator.cs (3)
36private static readonly Dictionary<MethodInfo, string> methodFunctionRenames = GetRenamedMethodFunctions(); 141private static Dictionary<MethodInfo, string> GetRenamedMethodFunctions() 143Dictionary<MethodInfo, string> result = new Dictionary<MethodInfo, string>();
System\Data\Objects\ELinq\SpatialPropertyTranslator.cs (3)
35private readonly Dictionary<PropertyInfo, string> propertyFunctionRenames = GetRenamedPropertyFunctions(); 97private static Dictionary<PropertyInfo, string> GetRenamedPropertyFunctions() 99Dictionary<PropertyInfo, string> result = new Dictionary<PropertyInfo, string>();
System\Data\Objects\ELinq\Translator.cs (2)
195private static readonly Dictionary<PropertyInfo, PropertyTranslator> s_propertyTranslators; 566private static readonly Dictionary<PropertyInfo, string> s_propertyRenameMap = new Dictionary<PropertyInfo, string>(2);
System\Data\Objects\EntityEntry.cs (23)
35private Dictionary<object, Dictionary<int, object>> _originalComplexObjects; // used for POCO Complex Objects change tracking 1707Dictionary<RelatedEnd, HashSet<EntityKey>> keys; 1770this._originalComplexObjects = new Dictionary<object, Dictionary<int, object>>(); 1772Dictionary<int, object> ordinal2complexObject; 1788foreach (Dictionary<int, object> ordinal2complexObject in this._originalComplexObjects.Values) 2023Dictionary<int, object> ordinal2complexObject; 2041Dictionary<int, object> ordinal2complexObject; 2099var changedFKs = new Dictionary<int, object>(); 2313Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<IEntityWrapper>>> relationships, 2337Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>> relationships, 2338Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>> principalRelationships, 2367Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<T>>> relationships, 2372Dictionary<RelatedEnd, HashSet<T>> alreadyDetectedRelationshipsFrom; 2687Dictionary<string, KeyValuePair<object, IntBox>> properties; 2710internal void RetrieveReferentialConstraintPropertiesFromKeyEntries(Dictionary<string, KeyValuePair<object, IntBox>> properties) 2756internal static void AddOrIncreaseCounter(Dictionary<string, KeyValuePair<object, IntBox>> properties, string propertyName, object propertyValue) 2915internal void GetOtherKeyProperties(Dictionary<string, KeyValuePair<object, IntBox>> properties) 3832out Dictionary<RelatedEnd, HashSet<EntityKey>> relatedEntities,
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)
44private readonly Dictionary<Tuple<string, string>, AssociationType> _navigationPropertyAssociationTypes;
System\Data\Objects\Internal\ObjectFullSpanRewriter.cs (1)
43internal Dictionary<NavigationProperty, SpanPathInfo> Children;
System\Data\Objects\Internal\ObjectSpanRewriter.cs (5)
144public Dictionary<int, AssociationEndMember> SpannedColumns; 145public Dictionary<AssociationEndMember, bool> FullSpannedEnds; 205private void AddSpanMap(RowType rowType, Dictionary<int, AssociationEndMember> columnMap) 355Dictionary<int, DbExpression> unmodifiedColumns = null; 356Dictionary<int, DbExpression> spannedColumns = null;
System\Data\Objects\Internal\TransactionManager.cs (19)
26internal Dictionary<RelatedEnd, IList<IEntityWrapper>> PromotedRelationships 33internal Dictionary<object, EntityEntry> PromotedKeyEntries 76internal Dictionary<object, IEntityWrapper> WrappedEntities 102internal Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<IEntityWrapper>>> AddedRelationshipsByGraph 109internal Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<IEntityWrapper>>> DeletedRelationshipsByGraph 116internal Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>> AddedRelationshipsByForeignKey 123internal Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>> AddedRelationshipsByPrincipalKey 130internal Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>> DeletedRelationshipsByForeignKey 137internal Dictionary<IEntityWrapper, HashSet<RelatedEnd>> ChangedForeignKeys 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>>>();
System\Data\Objects\ObjectContext.cs (6)
1239private void AddRefreshKey(object entityLike, Dictionary<EntityKey, EntityEntry> entities, Dictionary<EntitySet, List<EntityKey>> currentKeys) 2016Dictionary<EntityKey, EntityEntry> entities, 2058Dictionary<EntityKey, EntityEntry> entities = new Dictionary<EntityKey, EntityEntry>(RefreshEntitiesSize(collection)); 2061Dictionary<EntitySet, List<EntityKey>> refreshKeys = new Dictionary<EntitySet, List<EntityKey>>(); 2162private int BatchRefreshEntitiesByKey(RefreshMode refreshMode, Dictionary<EntityKey, EntityEntry> trackedEntities, EntitySet targetSet, List<EntityKey> targetKeys, int startFrom)
System\Data\Objects\ObjectStateManager.cs (33)
37private Dictionary<EntityKey, EntityEntry> _addedEntityStore; 38private Dictionary<EntityKey, EntityEntry> _modifiedEntityStore; 39private Dictionary<EntityKey, EntityEntry> _deletedEntityStore; 40private Dictionary<EntityKey, EntityEntry> _unchangedEntityStore; 41private Dictionary<object, EntityEntry> _keylessEntityStore; 45private Dictionary<RelationshipWrapper, RelationshipEntry> _addedRelationshipStore; 46private Dictionary<RelationshipWrapper, RelationshipEntry> _deletedRelationshipStore; 47private Dictionary<RelationshipWrapper, RelationshipEntry> _unchangedRelationshipStore; 50private readonly Dictionary<EdmType, StateManagerTypeMetadata> _metadataStore; 51private readonly Dictionary<EntitySetQualifiedType, StateManagerTypeMetadata> _metadataMapping; 68private readonly Dictionary<EntityKey, HashSet<EntityEntry>> _danglingForeignKeys = new Dictionary<EntityKey, HashSet<EntityEntry>>(); 1712Dictionary<EntityKey, EntityEntry>[] stores = { _unchangedEntityStore, _modifiedEntityStore, _addedEntityStore, _deletedEntityStore }; 1713foreach (Dictionary<EntityKey, EntityEntry> store in stores) 1928private void GetEntityEntriesForDetectChanges(Dictionary<EntityKey, EntityEntry> entityStore, ref List<EntityEntry> entries) 2759Dictionary<RelationshipWrapper, RelationshipEntry> dictionaryToAdd = null; 2800Dictionary<EntityKey, EntityEntry> dictionaryToAdd = null; 2871Dictionary<RelationshipWrapper, RelationshipEntry> dictionaryContainingEntry = null; 2915Dictionary<EntityKey, EntityEntry> dictionaryContainingEntry = null; 3122Dictionary<RelatedEnd, HashSet<IEntityWrapper>> addedRelationshipsByGraph; 3124Dictionary<RelatedEnd, HashSet<EntityKey>> addedRelationshipsByForeignKey; 3171Dictionary<string, KeyValuePair<object, IntBox>> properties = new Dictionary<string, KeyValuePair<object, IntBox>>(); 3212Dictionary<RelatedEnd, HashSet<EntityKey>> addedRelationshipsByPrincipalKey; 3236Dictionary<RelatedEnd, HashSet<EntityKey>> deletedRelationshipsByForeignKey; 3261Dictionary<string, KeyValuePair<object, IntBox>> retrievedProperties = new Dictionary<string, KeyValuePair<object, IntBox>>(); 3349Dictionary<RelatedEnd, HashSet<EntityKey>> addedRelationshipsByForeignKey; 3359Dictionary<RelatedEnd, HashSet<IEntityWrapper>> addedRelationshipsByGraph; 3475Dictionary<RelatedEnd, HashSet<EntityKey>> deletedRelationshipsByForeignKey; 3484Dictionary<RelatedEnd, HashSet<IEntityWrapper>> deletedRelationshipsByGraph; 3612Dictionary<RelatedEnd, HashSet<EntityKey>> deletedRelationshipsByForeignKey; 3613Dictionary<RelatedEnd, HashSet<IEntityWrapper>> deletedRelationshipsByGraph; 3638Dictionary<RelatedEnd, HashSet<IEntityWrapper>> addedRelationshipsByGraph; 3665Dictionary<RelatedEnd, HashSet<EntityKey>> addedRelationshipsByForeignKey; 3673Dictionary<RelatedEnd, HashSet<IEntityWrapper>> addedRelationshipsByGraph;
System\Data\Objects\ObjectStateManagerMetadata.cs (2)
146private readonly Dictionary<string, int> _objectNameToOrdinal; 147private readonly Dictionary<string, int> _cLayerNameToOrdinal;
System\Data\Objects\SpanIndex.cs (7)
60private Dictionary<RowType, Dictionary<int, AssociationEndMember>> _spanMap; 64private Dictionary<RowType, TypeUsage> _rowMap; 105internal void AddSpanMap(RowType rowType, Dictionary<int, AssociationEndMember> columnMap) 112_spanMap = new Dictionary<RowType, Dictionary<int, AssociationEndMember>>(RowTypeEqualityComparer.Instance); 118internal Dictionary<int, AssociationEndMember> GetSpanMap(RowType rowType) 120Dictionary<int, AssociationEndMember> retMap = null;
System\Data\Query\InternalTrees\ColumnMap.cs (6)
355private Dictionary<object, TypedColumnMap> m_typedColumnMap; 369Dictionary<object, TypedColumnMap> typeChoices) 386internal Dictionary<object, TypedColumnMap> TypeChoices 442private readonly Dictionary<md.EntityType, TypedColumnMap> m_typeChoices; 452Dictionary<md.EntityType, TypedColumnMap> typeChoices, 473internal Dictionary<md.EntityType, TypedColumnMap> TypeChoices
System\Data\Query\InternalTrees\ColumnMapCopier.cs (1)
215Dictionary<object, TypedColumnMap> newTypeChoices = new Dictionary<object, TypedColumnMap>(columnMap.TypeChoices.Comparer);
System\Data\Query\InternalTrees\ColumnMapFactory.cs (6)
55Dictionary<EntityType, TypedColumnMap> typeChoices = new Dictionary<EntityType, TypedColumnMap>(mappedEntityTypes.Count); 85internal static CollectionColumnMap CreateColumnMapFromReaderAndType(DbDataReader storeDataReader, EdmType edmType, EntitySet entitySet, Dictionary<string, FunctionImportReturnTypeStructuralTypeColumnRenameMapping> renameList) 216ColumnMap[] propertyColumnMaps, Dictionary<string, FunctionImportReturnTypeStructuralTypeColumnRenameMapping> renameList) 268private static ColumnMap[] GetColumnMapsForType(DbDataReader storeDataReader, EdmType edmType, Dictionary<string, FunctionImportReturnTypeStructuralTypeColumnRenameMapping> renameList) 319private static int GetMemberOrdinalFromReader(DbDataReader storeDataReader, EdmMember member, EdmType currentType, Dictionary<string, FunctionImportReturnTypeStructuralTypeColumnRenameMapping> renameList) 331private static string GetRenameForMember(EdmMember member, EdmType currentType, Dictionary<string, FunctionImportReturnTypeStructuralTypeColumnRenameMapping> renameList)
System\Data\Query\InternalTrees\Command.cs (1)
30private Dictionary<string, ParameterVar> m_parameterMap;
System\Data\Query\InternalTrees\Dump.cs (24)
128internal void Begin(string name, Dictionary<string, object> attrs) { 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>(); 622private static Dictionary<string, object> GetAttributes(ColumnMap columnMap) { 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>(); 777Dictionary<string, object> attrs = GetAttributes(columnMap); 792Dictionary<string, object> attrs = GetAttributes(columnMap); 1022Dictionary<string, object> attrs = new Dictionary<string, object>(); 1030internal AutoXml(Dump dumper, Op op, Dictionary<string, object> attrs) { 1034Dictionary<string, object> attrs2 = new Dictionary<string, object>(); 1050internal AutoXml(Dump dumper, string nodeName, Dictionary<string, object> attrs) {
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 (3)
562internal static Dictionary<Var, Var> ComputeVarRemappings(Node varDefListNode) 566Dictionary<Var, Var> varMap = new Dictionary<Var, Var>(); 645Dictionary<Var, Var> varRenameMap = ComputeVarRemappings(n.Child1);
System\Data\Query\InternalTrees\RelPropertyHelper.cs (1)
110private Dictionary<EntityTypeBase, List<RelProperty>> _relPropertyMap;
System\Data\Query\InternalTrees\RuleProcessor.cs (2)
29private Dictionary<SubTreeId, SubTreeId> m_processedNodeMap; 90Dictionary<SubTreeId, SubTreeId> localProcessedMap = new Dictionary<SubTreeId, SubTreeId>();
System\Data\Query\InternalTrees\Vars.cs (1)
468internal VarVec Remap(Dictionary<Var, Var> varMap)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (9)
174private readonly Dictionary<Var, GroupAggregateVarRefInfo> _groupAggregateVarRelatedVarToInfo = new Dictionary<Var, GroupAggregateVarRefInfo>(); 175private Dictionary<Var, Dictionary<EdmMember, GroupAggregateVarRefInfo>> _groupAggregateVarRelatedVarPropertyToInfo; 223this._groupAggregateVarRelatedVarPropertyToInfo = new Dictionary<Var, Dictionary<System.Data.Metadata.Edm.EdmMember, GroupAggregateVarRefInfo>>(); 225Dictionary<EdmMember, GroupAggregateVarRefInfo> varPropertyDictionary; 265Dictionary<EdmMember, GroupAggregateVarRefInfo> varPropertyDictionary; 432Dictionary<Var, Node> constantDefinitions = new Dictionary<Var, Node>(); 635private readonly Dictionary<Node, Node> _childToParent = new Dictionary<Node, Node>(); 912Dictionary<Var, Var> dictionary = new Dictionary<Var, Var>(1);
System\Data\Query\PlanCompiler\CodeGen.cs (3)
109Dictionary<Var, KeyValuePair<int, int>> varMap = BuildVarMap(); 120private Dictionary<Var, KeyValuePair<int, int>> BuildVarMap() 122Dictionary<Var, KeyValuePair<int, int>> varMap =
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (4)
117Dictionary<object, TypedColumnMap> discriminatorMap, List<TypedColumnMap> allMaps) 185Dictionary<object, TypedColumnMap> discriminatorMap, List<TypedColumnMap> allMaps, bool handleRelProperties) 218Dictionary<md.EdmProperty, ColumnMap> keyPropertyMap = new Dictionary<md.EdmProperty, ColumnMap>(); 349Dictionary<object, TypedColumnMap> discriminatorMap = new Dictionary<object, TypedColumnMap>(
System\Data\Query\PlanCompiler\ColumnMapTranslator.cs (5)
85private static Var GetReplacementVar(Var originalVar, Dictionary<Var, Var> replacementVarMap) 123internal static ColumnMap Translate(ColumnMap columnMapToTranslate, Dictionary<Var, ColumnMap> varToColumnMap) 157internal static ColumnMap Translate(ColumnMap columnMapToTranslate, Dictionary<Var, Var> varToVarMap) 184internal static ColumnMap Translate(ColumnMap columnMapToTranslate, Dictionary<Var, KeyValuePair<int, int>> varToCommandColumnMap) 345Dictionary<object, TypedColumnMap> newTypeChoices = columnMap.TypeChoices;
System\Data\Query\PlanCompiler\ConstraintManager.cs (3)
166private Dictionary<string, string> m_keyMap; 287private Dictionary<md.EntityContainer, md.EntityContainer> m_entityContainerMap; 288private Dictionary<ExtentPair, List<ForeignKeyConstraint>> m_parentChildRelationships;
System\Data\Query\PlanCompiler\CTreeGenerator.cs (10)
290private Dictionary<Var, DbExpression> _definedVars; 292internal VarDefScope(Dictionary<Var, DbExpression> definedVars) 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>(); 1130private static string GenerateNameForVar(Var projectedVar, Dictionary<string, AliasGenerator> aliasMap, 1131AliasGenerator defaultAliasGenerator, Dictionary<string, string> alreadyUsedNames) 1208Dictionary<string, AliasGenerator> aliasMap = new Dictionary<string, AliasGenerator>(StringComparer.InvariantCultureIgnoreCase); 1209Dictionary<string, string> alreadyUsedAliases = new Dictionary<string, string>(StringComparer.InvariantCultureIgnoreCase); 1735Dictionary<Var, DbAggregate> aggMap = new Dictionary<Var,DbAggregate>();
System\Data\Query\PlanCompiler\ITreeGenerator.cs (11)
100private readonly Dictionary<string, Tuple<Node, bool>> _arguments; 101private readonly Dictionary<Node, bool> _referencedArgs; 103internal LambdaScope(ITreeGenerator treeGen, Command command, Dictionary<string, Tuple<Node, bool>> args) 161private void MapCopiedNodeVars(IList<Node> sources, IList<Node> copies, Dictionary<Var, Var> varMappings) 194private static Dictionary<DbExpressionKind, OpType> s_opMap = InitializeExpressionKindToOpTypeMap(); 198private readonly Dictionary<Node, Var> _varMap = new Dictionary<Node, Var>(); 203private readonly Dictionary<DbExpression, bool> _functionsIsPredicateFlag = new Dictionary<DbExpression, bool>(); 217private static Dictionary<DbExpressionKind, OpType> InitializeExpressionKindToOpTypeMap() 219Dictionary<DbExpressionKind, OpType> opMap = new Dictionary<DbExpressionKind, OpType>(12); 244internal Dictionary<Node, Var> VarMap { get { return _varMap; } } 880var args = new Dictionary<string, Tuple<Node, bool>>();
System\Data\Query\PlanCompiler\JoinElimination.cs (2)
55private Dictionary<Node, Node> m_joinGraphUnnecessaryMap = new Dictionary<Node,Node>(); 116Dictionary<Node, Node> processedNodes;
System\Data\Query\PlanCompiler\JoinGraph.cs (16)
487private Dictionary<Table, AugmentedTableNode> m_tableVertexMap; 489private Dictionary<Var, VarVec> m_reverseVarMap; 490private Dictionary<Var, AugmentedTableNode> m_varToDefiningNodeMap; //Includes all replacing vars and referenced vars from replacing tables 491private Dictionary<Node, Node> m_processedNodes; 544out Dictionary<Node, Node> processedNodes) 1743Dictionary<md.EntitySetBase, List<JoinEdge>> groupedEdges = new Dictionary<md.EntitySetBase, List<JoinEdge>>(); 2308Dictionary<Node, int> predicates; 2469Dictionary<Node, int> predicates; 2499private Node RebuildNodeTree(AugmentedJoinNode joinNode, out Dictionary<Node, int> predicates) 2510Dictionary<Node, int> leftPredicates; 2511Dictionary<Node, int> rightPredicates; 2635private Node RebuildNodeTree(AugmentedNode augmentedNode, out Dictionary<Node, int> predicates) 2673private Node CombinePredicateNodes(int targetNodeId, Node localPredicateNode, int localPredicateMinLocationId, Dictionary<Node, int> leftPredicates, Dictionary<Node, int> rightPredicates, out Dictionary<Node, int> outPredicates) 2713private Node ClassifyPredicate(int targetNodeId, Node predicateNode, int predicateMinLocationId, Node result, Dictionary<Node, int> outPredicates)
System\Data\Query\PlanCompiler\KeyPullup.cs (1)
143Dictionary<Var, Var> varRenameMap = NodeInfoVisitor.ComputeVarRemappings(n.Child1);
System\Data\Query\PlanCompiler\NestPullup.cs (17)
60private Dictionary<Var, Node> m_definingNodeMap = new Dictionary<Var, Node>(); 71private Dictionary<Var, Var> m_varRefMap = new Dictionary<Var, Var>(); 210private static void RemapSortKeys(List<InternalTrees.SortKey> sortKeys, Dictionary<Var, Var> varMap) 232private IEnumerable<Var> RemapVars(IEnumerable<Var> vars, Dictionary<Var, Var> varMap) 254private VarList RemapVarList(VarList varList, Dictionary<Var, Var> varMap) 266private VarVec RemapVarVec(VarVec varVec, Dictionary<Var, Var> varMap) 1835Dictionary<Var, Node> collectionVarDefinitions; 1957Dictionary<Var, ColumnMap> varRefReplacementMap = new Dictionary<Var, ColumnMap>(); 2117private Node ConvertToSingleStreamNest(Node nestNode, Dictionary<Var, ColumnMap> varRefReplacementMap, VarList flattenedOutputVarList, out SimpleColumnMap[] parentKeyColumnMaps) 2192List<Dictionary<Var, Var>> varMapList; 2195Dictionary<Var, Var> drivingNodeVarMap = varMapList[0]; 2475private Node BuildUnionAllSubqueryForNestOp(NestBaseOp nestOp, Node nestNode, VarList drivingNodeVars, VarList discriminatorVarList, out Var discriminatorVar, out List<Dictionary<Var, Var>> varMapList) 2601varMapList = new List<Dictionary<Var, Var>>(); 2613Dictionary<Var, Var> varMap = new Dictionary<Var, Var>(); 2644Dictionary<Var, Var> reverseVarMap = varMap.GetReverseMap(); 2669private Dictionary<Var, Node> m_newCollectionVarDefinitions = new Dictionary<Var, Node>(); 2689internal static Node Copy(Command cmd, Node n, out VarMap varMap, out Dictionary<Var, Node> newCollectionVarDefinitions)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (11)
107private readonly Dictionary<Var, PropertyRefList> m_varPropertyMap; 108private readonly Dictionary<Node, PropertyRefList> m_nodePropertyMap; 113private readonly Dictionary<md.EdmFunction, md.EdmProperty[]> m_tvfResultKeys; 114private Dictionary<md.TypeUsage, md.TypeUsage> m_typeToNewTypeMap; 123Dictionary<Var, PropertyRefList> varPropertyMap, 124Dictionary<Node, PropertyRefList> nodePropertyMap, 125Dictionary<md.EdmFunction, md.EdmProperty[]> tvfResultKeys) 149Dictionary<md.EdmFunction, md.EdmProperty[]> tvfResultKeys) 157Dictionary<Var, PropertyRefList> varPropertyMap; 158Dictionary<Node, PropertyRefList> nodePropertyMap; 708Dictionary<md.EdmProperty, PropertyRef> flattenedTypePropertyToPropertyRef = new Dictionary<md.EdmProperty, PropertyRef>();
System\Data\Query\PlanCompiler\PlanCompiler.cs (1)
303Dictionary<md.EdmFunction, md.EdmProperty[]> tvfResultKeys;
System\Data\Query\PlanCompiler\PreProcessor.cs (7)
126private readonly Dictionary<EdmFunction, EdmProperty[]> m_tvfResultKeys = new Dictionary<EdmFunction, EdmProperty[]>(); 135private readonly Dictionary<EntitySetBase, DiscriminatorMapInfo> m_discriminatorMaps = new Dictionary<EntitySetBase, DiscriminatorMapInfo>(); 156out Dictionary<EdmFunction, EdmProperty[]> tvfResultKeys) 176internal void Process(out Dictionary<EdmFunction, EdmProperty[]> tvfResultKeys) 1708Dictionary<RelProperty, Node> prebuiltExpressions, 1799Dictionary<RelProperty, Node> prebuiltRelPropertyExprs = new Dictionary<RelProperty, Node>(); 1869Dictionary<RelProperty, Node> prebuiltRelPropertyExprs = new Dictionary<RelProperty, Node>();
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (4)
69private readonly Dictionary<Node, PropertyRefList> m_nodePropertyRefMap; 70private readonly Dictionary<Var, PropertyRefList> m_varPropertyRefMap; 97internal static void Process(Command itree, StructuredTypeInfo structuredTypeInfo, out Dictionary<Var, PropertyRefList> varPropertyRefs, out Dictionary<Node, PropertyRefList> nodePropertyRefs)
System\Data\Query\PlanCompiler\PropertyRef.cs (1)
403private Dictionary<PropertyRef, PropertyRef> m_propertyReferences;
System\Data\Query\PlanCompiler\ProviderCommandInfoUtils.cs (3)
70Dictionary<Var, md.EdmProperty> outputVarMap = BuildOutputVarMap(projectOp, collType.TypeUsage); 103private static Dictionary<Var, md.EdmProperty> BuildOutputVarMap(PhysicalProjectOp projectOp, md.TypeUsage outputType) 105Dictionary<Var, md.EdmProperty> outputVarMap = new Dictionary<Var, md.EdmProperty>();
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (8)
97private Dictionary<md.TypeUsage, TypeInfo> m_typeInfoMap; 100private Dictionary<md.EntitySet, int> m_entitySetToEntitySetIdMap; 105private Dictionary<md.EntityTypeBase, md.EntitySet> m_entityTypeToEntitySetMap; 106private Dictionary<md.EntitySetBase, ExplicitDiscriminatorMap> m_discriminatorMaps; 145Dictionary<md.EntitySetBase, DiscriminatorMapInfo> discriminatorMaps, 167Dictionary<md.EntitySetBase, DiscriminatorMapInfo> discriminatorMaps, 335private void ProcessDiscriminatorMaps(Dictionary<md.EntitySetBase, DiscriminatorMapInfo> discriminatorMaps) 340Dictionary<md.EntitySetBase, ExplicitDiscriminatorMap> filteredMaps = null;
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 (22)
87internal Node ReMap(Node node, Dictionary<Var, Node> varMap) 266internal bool IsScalarOpTree(Node node, Dictionary<Var, int> varRefMap) 289internal Dictionary<Var, Node> GetVarMap(Node varDefListNode, Dictionary<Var, int> varRefMap) 293Dictionary<Var, Node> varMap = new Dictionary<Var, Node>(); 414private readonly Dictionary<Node, Node> m_suppressions; 547private bool IsScalarOpTree(Node node, Dictionary<Var, int> varRefMap, ref int nonLeafNodeCount) 1476Dictionary<Var, int> varRefMap = new Dictionary<Var, int>(); 1485Dictionary<Var, Node> varMap = trc.GetVarMap(projectNode.Child1, varRefMap); 1577Dictionary<Var, Node> remapMap = new Dictionary<Var, Node>(); 1708Dictionary<Var, int> varRefMap = new Dictionary<Var, int>(); 1732Dictionary<Var, Node> varMap = trc.GetVarMap(groupByNode.Child1, varRefMap); 2121Dictionary<Var, int> varRefMap = new Dictionary<Var, int>(); 2130Dictionary<Var, Node> varMap = trc.GetVarMap(subProjectNode.Child1, varRefMap); 3398Dictionary<Var, int> varRefMap = new Dictionary<Var, int>(); 3422Dictionary<Var, Node> varMap1 = trc.GetVarMap(joinNode.Child0.Child1, varRefMap); 3423Dictionary<Var, Node> varMap2 = trc.GetVarMap(joinNode.Child1.Child1, varRefMap); 3473Dictionary<Var, Node> varMap = trc.GetVarMap(projectNode.Child1, varRefMap); 4026Dictionary<Var, Node> varToDefiningNode = new Dictionary<Var, Node>(projectNodeVarDefList.Children.Count); 4045private Dictionary<Var, Node> m_varReplacementTable; 4048private VarRefReplacer(Dictionary<Var, Node> varReplacementTable, Command command) 4063internal static Node Replace(Dictionary<Var, Node> varReplacementTable, Node root, Command command)
System\Data\Query\PlanCompiler\TypeInfo.cs (1)
421private readonly Dictionary<PropertyRef, md.EdmProperty> m_propertyMap;
System\Data\Query\PlanCompiler\VarInfo.cs (2)
114private Dictionary<md.EdmProperty, Var> m_propertyToVarMap; 257private Dictionary<Var, VarInfo> m_map;
System\Data\Query\PlanCompiler\VarRefManager.cs (2)
28private Dictionary<Node, Node> m_nodeToParentMap; //child-parent mapping 29private Dictionary<Node, int> m_nodeToSiblingNumber; //the index of the given node among its siblings, i.e. 0 for a first child
System\Data\Query\PlanCompiler\VarRemapper.cs (3)
39private readonly Dictionary<Var, Var> m_varMap; 58internal VarRemapper(Command command, Dictionary<Var, Var> varMap) 128internal static VarList RemapVarList(Command command, Dictionary<Var, Var> varMap, VarList varList)
System\Data\SqlClient\SqlGen\DmlSqlGenerator.cs (2)
478private readonly Dictionary<EdmMember, SqlParameter> _memberValues; 483internal Dictionary<EdmMember, SqlParameter> MemberValues { get { return _memberValues; } }
System\Data\SqlClient\SqlGen\JoinSymbol.cs (2)
76private Dictionary<string, Symbol> nameToExtent; 77internal Dictionary<string, Symbol> NameToExtent
System\Data\SqlClient\SqlGen\Sql8ExpressionRewriter.cs (1)
427Dictionary<string, int> columnNames = new Dictionary<string, int>(flattenedProperties.Count);
System\Data\SqlClient\SqlGen\SqlFunctionCallHandler.cs (37)
38static private readonly Dictionary<string, FunctionHandler> _storeFunctionHandlers = InitializeStoreFunctionHandlers(); 39static private readonly Dictionary<string, FunctionHandler> _canonicalFunctionHandlers = InitializeCanonicalFunctionHandlers(); 40static private readonly Dictionary<string, string> _functionNameToOperatorDictionary = InitializeFunctionNameToOperatorDictionary(); 41static private readonly Dictionary<string, string> _dateAddFunctionNameToDatepartDictionary = InitializeDateAddFunctionNameToDatepartDictionary(); 42static private readonly Dictionary<string, string> _dateDiffFunctionNameToDatepartDictionary = InitializeDateDiffFunctionNameToDatepartDictionary(); 43static private readonly Dictionary<string, FunctionHandler> _geographyFunctionNameToStaticMethodHandlerDictionary = InitializeGeographyStaticMethodFunctionsDictionary(); 44static private readonly Dictionary<string, string> _geographyFunctionNameToInstancePropertyNameDictionary = InitializeGeographyInstancePropertyFunctionsDictionary(); 45static private readonly Dictionary<string, string> _geographyRenamedInstanceMethodFunctionDictionary = InitializeRenamedGeographyInstanceMethodFunctions(); 46static private readonly Dictionary<string, FunctionHandler> _geometryFunctionNameToStaticMethodHandlerDictionary = InitializeGeometryStaticMethodFunctionsDictionary(); 47static private readonly Dictionary<string, string> _geometryFunctionNameToInstancePropertyNameDictionary = InitializeGeometryInstancePropertyFunctionsDictionary(); 48static private readonly Dictionary<string, string> _geometryRenamedInstanceMethodFunctionDictionary = InitializeRenamedGeometryInstanceMethodFunctions(); 100private static Dictionary<string, FunctionHandler> InitializeStoreFunctionHandlers() 102Dictionary<string, FunctionHandler> functionHandlers = new Dictionary<string, FunctionHandler>(15, StringComparer.Ordinal); 135private static Dictionary<string, FunctionHandler> InitializeCanonicalFunctionHandlers() 137Dictionary<string, FunctionHandler> functionHandlers = new Dictionary<string, FunctionHandler>(16, StringComparer.Ordinal); 202private static Dictionary<string, string> InitializeFunctionNameToOperatorDictionary() 204Dictionary<string, string> functionNameToOperatorDictionary = new Dictionary<string, string>(5, StringComparer.Ordinal); 219private static Dictionary<string, string> InitializeDateAddFunctionNameToDatepartDictionary() 221Dictionary<string, string> dateAddFunctionNameToDatepartDictionary = new Dictionary<string, string>(5, StringComparer.Ordinal); 239private static Dictionary<string, string> InitializeDateDiffFunctionNameToDatepartDictionary() 241Dictionary<string, string> dateDiffFunctionNameToDatepartDictionary = new Dictionary<string, string>(5, StringComparer.Ordinal); 259private static Dictionary<string, FunctionHandler> InitializeGeographyStaticMethodFunctionsDictionary() 261Dictionary<string, FunctionHandler> staticGeographyFunctions = new Dictionary<string, FunctionHandler>(); 294private static Dictionary<string, string> InitializeGeographyInstancePropertyFunctionsDictionary() 296Dictionary<string, string> instancePropGeographyFunctions = new Dictionary<string, string>(); 311private static Dictionary<string, string> InitializeRenamedGeographyInstanceMethodFunctions() 313Dictionary<string, string> renamedInstanceMethodFunctions = new Dictionary<string, string>(); 347private static Dictionary<string, FunctionHandler> InitializeGeometryStaticMethodFunctionsDictionary() 349Dictionary<string, FunctionHandler> staticGeometryFunctions = new Dictionary<string, FunctionHandler>(); 382private static Dictionary<string, string> InitializeGeometryInstancePropertyFunctionsDictionary() 384Dictionary<string, string> instancePropGeometryFunctions = new Dictionary<string, string>(); 399private static Dictionary<string, string> InitializeRenamedGeometryInstanceMethodFunctions() 401Dictionary<string, string> renamedInstanceMethodFunctions = new Dictionary<string, string>(); 736private static ISqlFragment HandleSpecialFunction(Dictionary<string, FunctionHandler> handlers, SqlGenerator sqlgen, DbFunctionExpression e) 757Dictionary<string, FunctionHandler> staticMethodsMap, 758Dictionary<string, string> instancePropertiesMap, 759Dictionary<string, string> renamedInstanceMethodsMap)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (10)
247Dictionary<string, int> allExtentNames; 248internal Dictionary<string, int> AllExtentNames 256Dictionary<string, int> allColumnNames; 257internal Dictionary<string, int> AllColumnNames 281private Dictionary<string, bool> _candidateParametersToForceNonUnicode = new Dictionary<string, bool>(); 2262Dictionary<string, Symbol> newColumns; 3257private ISqlFragment VisitNewInstanceExpression(DbNewInstanceExpression e, bool aliasesNeedRenaming, out Dictionary<string, Symbol> newColumns) 3392List<Symbol> columnList, Dictionary<string, Symbol> columnDictionary) 3521List<Symbol> columnList, Dictionary<string, Symbol> columnDictionary, string columnName) 3604Dictionary<string, Symbol> columnDictionary = new Dictionary<string, Symbol>(StringComparer.OrdinalIgnoreCase);
System\Data\SqlClient\SqlGen\SqlSelectStatement.cs (3)
66internal Dictionary<string, Symbol> OutputColumns 93private Dictionary<Symbol, bool> outerExtents; 94internal Dictionary<Symbol, bool> OuterExtents
System\Data\SqlClient\SqlGen\Symbol.cs (5)
46private Dictionary<string, Symbol> columns; 47internal Dictionary<string, Symbol> Columns 62private Dictionary<string, Symbol> outputColumns; 63internal Dictionary<string, Symbol> OutputColumns 123public Symbol(string name, TypeUsage type, Dictionary<string, Symbol> outputColumns, bool outputColumnsRenamed)
System\Data\SqlClient\SqlGen\SymbolTable.cs (2)
38private List<Dictionary<string, Symbol>> symbols = new List<Dictionary<string, Symbol>>();
System\Data\SqlClient\SqlGen\SymbolUsageManager.cs (1)
35private readonly Dictionary<Symbol, BoolWrapper> optionalColumnUsage = new Dictionary<Symbol, BoolWrapper>();
System\Data\SqlClient\SqlSpatialServices.cs (1)
33private static Dictionary<string, SqlSpatialServices> otherSpatialServices;
System.Data.Entity.Design (56)
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)
40private readonly Dictionary<string, bool> _knownIdentifiers; 41private readonly Dictionary<object, string> _identifierToAdjustedIdentifier;
System\Data\Entity\Design\EntityCodeGenerator.cs (2)
617_edmToObjectNamespaceMap = type.GetProperty("EdmToObjectNamespaceMap", flags, null, typeof(Dictionary<string, string>), new Type[0], null); 646internal Dictionary<string, string> EdmToObjectNamespaceMap
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.cs (1)
1337Dictionary<string, Facet> facets = primitiveType.GetAssociatedFacetDescriptions().ToDictionary(fd => fd.FacetName, fd => fd.DefaultValueFacet);
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 (10)
184Dictionary<EntitySetBase, string> generatedViews; 230Dictionary<EntitySetBase, string> generatedViews; 273private bool GetViewsWithErrors(StorageMappingItemCollection mappingCollection, out CodeDomProvider provider, out IList<EdmSchemaError> schemaErrors, out Dictionary<EntitySetBase, string> generatedViews) 284private void GetViewsAndCodeDomProvider(StorageMappingItemCollection mappingCollection, out CodeDomProvider provider, out IList<EdmSchemaError> schemaErrors, out Dictionary<EntitySetBase, string> generatedViews) 304out IList<EdmSchemaError> schemaErrors, out Dictionary<EntitySetBase, string> generatedViews) 333Dictionary<EntitySetBase, string> generatedViews, TextWriter sourceWriter, CodeDomProvider provider, IList<EdmSchemaError> schemaErrors) 452private static Dictionary<string, string> GenerateDictionaryForEntitySetNameAndView(Dictionary<EntitySetBase, string> dictionary) 454Dictionary<string, string> newDictionary = new Dictionary<string, string>(); 483private static void CreateAndAddGetViewAtMethod(CodeTypeDeclaration typeDeclaration, Dictionary<EntitySetBase, string> generatedViews)
System\Data\Entity\Design\PluralizationService\BidirectionalDictionary.cs (4)
23internal Dictionary<TFirst, TSecond> FirstToSecondDictionary { get; set; } 24internal Dictionary<TSecond, TFirst> SecondToFirstDictionary { get; set; } 32internal BidirectionalDictionary(Dictionary<TFirst,TSecond> firstToSecondDictionary) : this() 99internal StringBidirectionalDictionary(Dictionary<string, string> firstToSecondDictionary)
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (9)
54private Dictionary<string, string> _irregularVerbList = 77private Dictionary<string, string> _irregularPluralsDictionary = 99Dictionary<string, string> _assimilatedClassicalInflectionDictionary = 115Dictionary<string, string> _oSuffixDictionary = 129Dictionary<string, string> _classicalInflectionDictionary = 181private Dictionary<string, string> _wordsEndingWithSeDictionary = 227private Dictionary<string, string> _wordsEndingWithSisDictionary = 246private Dictionary<string, string> _wordsEndingWithSusDictionary = 252private Dictionary<string, string> _wordsEndingWithInxAnxYnxDictionary =
System\Data\EntityModel\EdmToObjectNamespaceMap.cs (2)
23private Dictionary<string, string> _map = new Dictionary<string, string>(); 88internal Dictionary<string, string> AsDictionary()
System\Data\EntityModel\Emitters\FixUpCollection.cs (2)
47private Dictionary<string,List<FixUp>> _classFixUps = null; 713private Dictionary<string,List<FixUp>> ClassFixUps
System\Data\EntityModel\Emitters\NamespaceEmitter.cs (3)
90Dictionary<string, string> usedClassName = new Dictionary<string, string>(StringComparer.Ordinal); 125private bool AddElementNameToCache(GlobalItem element, Dictionary<string, string> cache) 140private bool TryAddNameToCache(string name, string type, Dictionary<string, string> cache)
System\Data\EntityModel\Emitters\Utils.cs (1)
62Dictionary<string, Type> typeReservedNames = new Dictionary<string, Type>(StringComparer.Ordinal);
System\Data\EntityModel\EntityClassGenerator.cs (1)
281Dictionary<MetadataArtifactLoader, XmlReader> readerSourceMap = new Dictionary<MetadataArtifactLoader, XmlReader>();
System.Data.Linq (78)
ChangeProcessor.cs (12)
365Dictionary<object, object> visited = new Dictionary<object, object>(); 390private void TrackUntrackedObjects(MetaType type, object item, Dictionary<object, object> visited) { 460Dictionary<object, object> visited = new Dictionary<object, object>(); 468private void ObserveUntrackedObjects(MetaType type, object item, Dictionary<object, object> visited) { 583var visited = new Dictionary<TrackedObject, VisitState>(); 644private void BuildDependencyOrderedList(TrackedObject item, List<TrackedObject> list, Dictionary<TrackedObject, VisitState> visited) { 699Dictionary<MetaAssociation, Dictionary<TrackedObject, TrackedObject>> associations; 702this.associations = new Dictionary<MetaAssociation, Dictionary<TrackedObject, TrackedObject>>(); 706Dictionary<TrackedObject, TrackedObject> pairs; 716Dictionary<TrackedObject, TrackedObject> pairs; 732Dictionary<TrackedObject, List<TrackedObject>> references;
ChangeTracker.cs (3)
50Dictionary<object, StandardTrackedObject> items; 87Dictionary<object, object> visited = new Dictionary<object, object>(); 91private TrackedObject Track(MetaType mt, object obj, Dictionary<object, object> visited, bool recurse, int level) {
DataContext.cs (1)
70Dictionary<MetaTable, ITable> tables;
DataServices.cs (4)
22Dictionary<MetaDataMember, IDeferredSourceFactory> factoryMap; 524Dictionary<MetaDataMember, object> keys = new Dictionary<MetaDataMember, object>(); 533private bool GetKeysFromPredicate(MetaType type, Dictionary<MetaDataMember, object> keys, Expression expr) { 556private static bool GetKeyFromPredicate(MetaType type, Dictionary<MetaDataMember, object> keys, Expression mex, Expression vex) {
DataShape.cs (2)
14Dictionary<MetaPosition, MemberInfo> includes = new Dictionary<MetaPosition, MemberInfo>(); 15Dictionary<MetaPosition, LambdaExpression> subqueries = new Dictionary<MetaPosition, LambdaExpression>();
IdentityManager.cs (1)
30Dictionary<MetaType, IdentityCache> caches;
Mapping\AttributedMetaModel.cs (7)
64Dictionary<Type, MetaType> metaTypes; 65Dictionary<Type, MetaTable> metaTables; 67Dictionary<MetaPosition, MetaFunction> metaFunctions; 388Dictionary<Type, MetaType> types; 389Dictionary<object, MetaType> codeMap; 459Dictionary<object, string> memberToColumn = new Dictionary<object, string>(); 530Dictionary<MetaPosition, MetaDataMember> dataMemberMap;
Mapping\MappedMetaModel.cs (12)
26Dictionary<string, Type> types; 27Dictionary<Type, MetaType> metaTypes; 28Dictionary<Type, MetaTable> metaTables; 29Dictionary<MetaPosition, MetaFunction> metaFunctions; 416Dictionary<Type, MetaType> derivedTypes; 417Dictionary<object, MetaType> inheritanceCodes; 456Dictionary<object, string> memberToColumn = new Dictionary<object, string>(); 568Dictionary<object, MetaDataMember> dataMemberMap; 634Dictionary<object, MetaDataMember> map = new Dictionary<object, MetaDataMember>(); 640Dictionary<string, MemberMapping> names = new Dictionary<string, MemberMapping>(); 1533Dictionary<object, MetaDataMember> dataMemberMap; 1646Dictionary<object, MetaDataMember> map = new Dictionary<object, MetaDataMember>();
Mapping\MappingSource.cs (2)
24Dictionary<Type, MetaModel> secondaryModels; 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 (4)
18Dictionary<Expression, bool> locals; 20internal Localizer(Dictionary<Expression, bool> locals) { 89Dictionary<Expression, bool> locals; 91internal Dictionary<Expression, bool> MapLocals(Expression expression) {
SqlClient\Query\QueryConverter.cs (4)
45Dictionary<ParameterExpression, SqlExpression> map; 46Dictionary<ParameterExpression, Expression> exprMap; 47Dictionary<ParameterExpression, SqlNode> dupMap; 48Dictionary<SqlNode, GroupInfo> gmap;
SqlClient\Query\SqlBinder.cs (2)
50Dictionary<object, SqlExpression> map; 96Dictionary<SqlAlias, SqlAlias> outerAliasMap;
SqlClient\Query\SqlDeflator.cs (6)
77Dictionary<SqlNode, SqlNode> referenceMap; 196Dictionary<SqlColumn, SqlColumn> map; 271Dictionary<SqlAlias, SqlAlias> removedMap; 445Dictionary<SqlColumn, SqlColumnRef> map = new Dictionary<SqlColumn, SqlColumnRef>(); 489Dictionary<SqlColumn, SqlColumnRef> map; 490internal ColumnMapper(Dictionary<SqlColumn, SqlColumnRef> map) {
SqlClient\Query\SqlDuplicator.cs (1)
40Dictionary<SqlNode, SqlNode> nodeMap;
SqlClient\Query\SqlFlattener.cs (3)
27Dictionary<SqlColumn, SqlColumn> map = new Dictionary<SqlColumn,SqlColumn>(); 88Dictionary<SqlColumn, SqlColumn> map; 92internal SelectionFlattener(SqlRow row, Dictionary<SqlColumn, SqlColumn> map, bool isInput) {
SqlClient\Query\SqlFormatter.cs (4)
53internal Dictionary<SqlNode, string> names = new Dictionary<SqlNode, string>(); 54internal Dictionary<SqlColumn, SqlAlias> aliasMap = new Dictionary<SqlColumn, SqlAlias>(); 1434Dictionary<SqlColumn, SqlAlias> aliasMap; 1437internal AliasMapper(Dictionary<SqlColumn, SqlAlias> aliasMap) {
SqlClient\Query\SqlParameterizer.cs (1)
99internal Dictionary<object, SqlParameterInfo> map;
SqlClient\Reader\ObjectReaderCompiler.cs (2)
676Dictionary<MetaAssociation, int> associationSubQueries; 2602Dictionary<string, int> lookup = new Dictionary<string, int>(StringComparer.OrdinalIgnoreCase);
SqlClient\SqlBuilder.cs (2)
79Dictionary<object, string> memberNameToMappedName = new Dictionary<object, string>(); 88private static int BuildFieldDeclarations(MetaType type, Dictionary<object, string> memberNameToMappedName, StringBuilder sb) {
SqlClient\SqlTypeSystemProvider.cs (1)
806protected Dictionary<int, SqlType> applicationTypes = new Dictionary<int, SqlType>();
System.Data.Services (85)
parent\Client\System\Data\Services\Client\BatchStream.cs (2)
77private Dictionary<string, string> contentHeaders; 126public Dictionary<string, string> ContentHeaders
System\Data\Services\Caching\MetadataCache.cs (1)
27private static Dictionary<MetadataCacheKey, MetadataCacheItem> cache = new Dictionary<MetadataCacheKey, MetadataCacheItem>(new MetadataCacheKey.Comparer());
System\Data\Services\Caching\MetadataCacheItem.cs (20)
26private readonly Dictionary<string, ResourceSet> entitySets; 29private readonly Dictionary<string, ServiceOperation> serviceOperations; 35private readonly Dictionary<Type, ResourceType> typeCache; 38private readonly Dictionary<ResourceType, List<ResourceType>> childTypesCache; 49private Dictionary<string, ResourceType> visibleTypeCache; 54private Dictionary<string, ResourceSetWrapper> resourceSetWrapperCache; 59private Dictionary<string, ServiceOperationWrapper> serviceOperationWrapperCache; 64private Dictionary<string, ResourceAssociationSet> resourceAssociationSetCache; 69private Dictionary<string, List<ResourceProperty>> resourcePropertyCache; 74private Dictionary<string, object> entityTypeDisallowedForSet; 122internal Dictionary<string, ResourceType> VisibleTypeCache 131internal Dictionary<string, ResourceSetWrapper> ResourceSetWrapperCache 140internal Dictionary<string, ServiceOperationWrapper> ServiceOperationWrapperCache 149internal Dictionary<string, ResourceAssociationSet> ResourceAssociationSetCache 158internal Dictionary<string, List<ResourceProperty>> ResourcePropertyCache 167internal Dictionary<string, object> EntityTypeDisallowedForSet 174internal Dictionary<string, ServiceOperation> ServiceOperations 181internal Dictionary<Type, ResourceType> TypeCache 188internal Dictionary<ResourceType, List<ResourceType>> ChildTypesCache 195internal Dictionary<string, ResourceSet> EntitySets
System\Data\Services\DataService.cs (1)
2105private readonly Dictionary<string, SegmentInfo> contentIdsToSegmentInfoMapping = new Dictionary<string, SegmentInfo>(StringComparer.Ordinal);
System\Data\Services\DataServiceConfiguration.cs (5)
74private Dictionary<string, EntitySetRights> resourceRights; 81private Dictionary<string, ServiceOperationRights> serviceRights; 88private Dictionary<string, int> pageSizes; 109private Dictionary<string, List<MethodInfo>> readAuthorizationMethods; 116private Dictionary<string, List<MethodInfo>> writeAuthorizationMethods;
System\Data\Services\Epm\EpmCustomContentSerializer.cs (1)
38private Dictionary<EpmTargetPathSegment, EpmCustomContentWriterNodeData> visitorContent;
System\Data\Services\KeyInstance.cs (3)
31private readonly Dictionary<string, object> namedValues; 47private KeyInstance(Dictionary<string, object> namedValues, List<object> positionalValues) 200Dictionary<string, object> namedValues = null;
System\Data\Services\Parsing\FunctionDescription.cs (2)
216internal static Dictionary<string, FunctionDescription[]> CreateFunctions() 218Dictionary<string, FunctionDescription[]> result = new Dictionary<string, FunctionDescription[]>(StringComparer.Ordinal);
System\Data\Services\Parsing\RequestQueryParser.cs (2)
146private static readonly Dictionary<string, FunctionDescription[]> functions = FunctionDescription.CreateFunctions(); 194private Dictionary<Expression, string> literals;
System\Data\Services\Providers\BaseServiceProvider.cs (2)
186private Dictionary<Type, ResourceType> TypeCache 193private Dictionary<ResourceType, List<ResourceType>> ChildTypesCache
System\Data\Services\Providers\BasicExpandProvider.cs (6)
968Dictionary<Expression, ExpandNode> expandNodeAnnotations = 1854private Dictionary<Expression, ExpandNode> expandNodeAnnotations; 1873internal static Dictionary<Expression, ExpandNode> AnnotateExpression( 2030private Dictionary<Expression, ExpandNode> expandNodeAnnotations; 2035Dictionary<Expression, ExpandNode> expandNodeAnnotations) 2048Dictionary<Expression, ExpandNode> expandNodeAnnotations)
System\Data\Services\Providers\DataServiceProviderWrapper.cs (6)
333private Dictionary<string, ResourceType> VisibleTypeCache 342private Dictionary<string, ResourceSetWrapper> ResourceSetWrapperCache 351private Dictionary<string, ServiceOperationWrapper> ServiceOperationWrapperCache 360private Dictionary<string, ResourceAssociationSet> ResourceAssociationSetCache 369private Dictionary<string, List<ResourceProperty>> ResourcePropertyCache 378private Dictionary<string, object> EntityTypeDisallowedForSet
System\Data\Services\Providers\ObjectContextServiceProvider.cs (7)
53private Dictionary<object, object> objectsToBeReplaced = new Dictionary<object, object>(ReferenceEqualityComparer<object>.Instance); 798Dictionary<ResourceType, ResourceSet> typeRights = new Dictionary<ResourceType, ResourceSet>(ReferenceEqualityComparer<ResourceType>.Instance); 2492private Dictionary<string, HashSet<EdmType>> edmTypes = new Dictionary<string, HashSet<EdmType>>(StringComparer.Ordinal); 2495private Dictionary<EntityContainer, List<EntitySet>> entitySets = new Dictionary<EntityContainer, List<EntitySet>>(EqualityComparer<EntityContainer>.Default); 2498private Dictionary<EntityContainer, List<AssociationSet>> associationSets = new Dictionary<EntityContainer, List<AssociationSet>>(EqualityComparer<EntityContainer>.Default); 2559internal Dictionary<EntityContainer, List<EntitySet>> EntitySets 2565internal Dictionary<EntityContainer, List<AssociationSet>> AssociationSets
System\Data\Services\Providers\ResourceType.cs (1)
97private Dictionary<ResourceProperty, PropertyInfo> propertyInfosDeclaredOnThisType = new Dictionary<ResourceProperty, PropertyInfo>(ReferenceEqualityComparer<ResourceProperty>.Instance);
System\Data\Services\RequestQueryProcessor.cs (4)
441Dictionary<string, object> dictionary = resourceSet.ResourceSet.CustomState as Dictionary<string, object>; 1049Dictionary<string, object> dictionary = resourceSet.ResourceSet.CustomState as Dictionary<string, object>;
System\Data\Services\Serializers\JsonDeserializer.cs (2)
293private static string ReadUri(Dictionary<String, Object> metadata) 679Dictionary<String, Object> jsonObjectTable,
System\Data\Services\Serializers\JsonReader.cs (2)
529private Dictionary<String, Object> entries; 559public Dictionary<String, Object> Entries
System\Data\Services\Serializers\MetadataSerializer.cs (13)
250Dictionary<string, ResourceAssociationType> associationsInThisNamespace = metadataManager.GetAssociationTypesForNamespace(namespaceAlongWithTypes.Key); 264Dictionary<string, ResourceAssociationType> associationsInThisNamespace = metadataManager.GetAssociationTypesForNamespace(typeNamespace); 288Dictionary<string, ResourceAssociationType> associationsInThisNamespace, 315Dictionary<string, ResourceAssociationType> associationsInThisNamespace, 474Dictionary<string, ResourceAssociationType> associationsInThisNamespace, 709private Dictionary<string, HashSet<ResourceType>> resourceTypes = new Dictionary<string, HashSet<ResourceType>>(StringComparer.Ordinal); 717private Dictionary<string, Dictionary<string, ResourceAssociationType>> associationTypes = new Dictionary<string, Dictionary<string, ResourceAssociationType>>(EqualityComparer<string>.Default); 720private Dictionary<string, ResourceAssociationSet> associationSets = new Dictionary<string, ResourceAssociationSet>(EqualityComparer<string>.Default); 878internal Dictionary<string, ResourceAssociationType> GetAssociationTypesForNamespace(string typeNamespace) 880Dictionary<string, ResourceAssociationType> associationsInThisNamespace; 1021Dictionary<string, ResourceAssociationType> associationTypesInNamespece = this.GetAssociationTypesForNamespace(typeNamespace);
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
309private static void IncludeCommonNamespaces(Dictionary<XmlQualifiedName, string> attributeExtensions)
System\Data\Services\UpdateTracker.cs (4)
29private Dictionary<ResourceSetWrapper, Dictionary<object, UpdateOperations>> items; 41this.items = new Dictionary<ResourceSetWrapper, Dictionary<object, UpdateOperations>>(ReferenceEqualityComparer<ResourceSetWrapper>.Instance); 144Dictionary<object, UpdateOperations> changedItems;
System.Data.Services.Client (79)
parent\Server\System\Data\Services\Epm\EpmCustomContentSerializer.cs (1)
38private Dictionary<EpmTargetPathSegment, EpmCustomContentWriterNodeData> visitorContent;
System\Data\Services\Client\ALinq\DataServiceQueryProvider.cs (1)
144Dictionary<Expression, Expression> normalizerRewrites = null;
System\Data\Services\Client\ALinq\ExpressionNormalizer.cs (5)
55private readonly Dictionary<Expression, Pattern> _patterns = new Dictionary<Expression, Pattern>(ReferenceEqualityComparer<Expression>.Instance); 58private readonly Dictionary<Expression, Expression> normalizerRewrites; 66private ExpressionNormalizer(Dictionary<Expression, Expression> normalizerRewrites) 77internal Dictionary<Expression, Expression> NormalizerRewrites 92internal static Expression Normalize(Expression expression, Dictionary<Expression, Expression> rewrites)
System\Data\Services\Client\ALinq\NavigationPropertySingletonExpression.cs (1)
47internal NavigationPropertySingletonExpression(Type type, Expression source, Expression memberExpression, Type resourceType, List<string> expandPaths, CountOption countOption, Dictionary<ConstantExpression, ConstantExpression> customQueryOptions, ProjectionQueryOptionExpression projection)
System\Data\Services\Client\ALinq\PathBox.cs (1)
38private readonly Dictionary<ParameterExpression, string> basePaths = new Dictionary<ParameterExpression, string>(ReferenceEqualityComparer<ParameterExpression>.Instance);
System\Data\Services\Client\ALinq\QueryComponents.cs (3)
34private readonly Dictionary<Expression, Expression> normalizerRewrites; 52internal QueryComponents(Uri uri, Version version, Type lastSegmentType, LambdaExpression projection, Dictionary<Expression, Expression> normalizerRewrites) 73internal Dictionary<Expression, Expression> NormalizerRewrites
System\Data\Services\Client\ALinq\ReflectionUtil.cs (5)
28private static readonly Dictionary<MethodInfo, SequenceMethod> s_methodMap; 29private static readonly Dictionary<SequenceMethod, MethodInfo> s_inverseMap; 36Dictionary<String, SequenceMethod> map = new Dictionary<string, SequenceMethod>(EqualityComparer<string>.Default); 444Dictionary<Type, int> genericArgumentOrdinals = null; 477private static void AppendCanonicalTypeDescription(Type type, Dictionary<Type, int> genericArgumentOrdinals, StringBuilder description)
System\Data\Services\Client\ALinq\ResourceBinder.cs (7)
159Dictionary<ResourceSetExpression, List<Expression>> predicatesByTarget = new Dictionary<ResourceSetExpression, List<Expression>>(ReferenceEqualityComparer<ResourceSetExpression>.Instance); 204Dictionary<PropertyInfo, ConstantExpression> keyValues; 220Dictionary<PropertyInfo, ConstantExpression> inputKeyValues; 275private static void SetKeyPredicate(ResourceSetExpression rse, Dictionary<PropertyInfo, ConstantExpression> keyValues) 354out Dictionary<PropertyInfo, ConstantExpression> keyValues) 420private static Expression BuildKeyPredicateFilter(InputReferenceExpression input, Dictionary<PropertyInfo, ConstantExpression> keyValuesDictionary) 1745Dictionary<string, Expression> sourceAccessors = new Dictionary<string, Expression>(constructorParams.Length - 1, StringComparer.Ordinal);
System\Data\Services\Client\ALinq\ResourceExpression.cs (3)
57private Dictionary<ConstantExpression, ConstantExpression> customQueryOptions; 72internal ResourceExpression(Expression source, ExpressionType nodeType, Type type, List<string> expandPaths, CountOption countOption, Dictionary<ConstantExpression, ConstantExpression> customQueryOptions, ProjectionQueryOptionExpression projection) 119internal virtual Dictionary<ConstantExpression, ConstantExpression> CustomQueryOptions
System\Data\Services\Client\ALinq\ResourceSetExpression.cs (5)
41private Dictionary<PropertyInfo, ConstantExpression> keyFilter; 61internal ResourceSetExpression(Type type, Expression source, Expression memberExpression, Type resourceType, List<string> expandPaths, CountOption countOption, Dictionary<ConstantExpression, ConstantExpression> customQueryOptions, ProjectionQueryOptionExpression projection) 126internal Dictionary<PropertyInfo, ConstantExpression> KeyPredicate 304internal readonly Dictionary<string, Expression> SourceAccessors; 313internal TransparentAccessors(string acc, Dictionary<string, Expression> sourceAccesors)
System\Data\Services\Client\ALinq\TypeSystem.cs (3)
22private static readonly Dictionary<MethodInfo, string> expressionMethodMap; 25private static readonly Dictionary<string, string> expressionVBMethodMap; 28private static readonly Dictionary<PropertyInfo, MethodInfo> propertiesAsMethodsMap;
System\Data\Services\Client\ALinq\UriWriter.cs (1)
515internal void VisitCustomQueryOptions(Dictionary<ConstantExpression, ConstantExpression> options)
System\Data\Services\Client\AtomMaterializer.cs (2)
210private readonly Dictionary<IEnumerable, DataServiceQueryContinuation> nextLinkTable; 349internal Dictionary<IEnumerable, DataServiceQueryContinuation> NextLinkTable
System\Data\Services\Client\AtomMaterializerLog.cs (3)
38private readonly Dictionary<String, AtomEntry> appendOnlyEntries; 41private readonly Dictionary<String, AtomEntry> foundEntriesWithMedia; 44private readonly Dictionary<String, AtomEntry> identityStack;
System\Data\Services\Client\BatchStream.cs (2)
77private Dictionary<string, string> contentHeaders; 126public Dictionary<string, string> ContentHeaders
System\Data\Services\Client\Binding\BindingEntityInfo.cs (2)
52private static readonly Dictionary<Type, object> knownObservableCollectionTypes = new Dictionary<Type, object>(EqualityComparer<Type>.Default); 55private static readonly Dictionary<Type, BindingEntityInfoPerType> bindingEntityInfos = new Dictionary<Type, BindingEntityInfoPerType>(EqualityComparer<Type>.Default);
System\Data\Services\Client\Binding\BindingGraph.cs (1)
569private Dictionary<object, Vertex> vertices;
System\Data\Services\Client\ChangesetResponse.cs (1)
30internal ChangeOperationResponse(Dictionary<string, string> headers, Descriptor descriptor)
System\Data\Services\Client\ClientConvert.cs (3)
40private static readonly Dictionary<string, Type> namedTypesMap = CreateKnownNamesMap(); 495private static Dictionary<string, Type> CreateKnownNamesMap() 497Dictionary<string, Type> named = new Dictionary<string, Type>(EqualityComparer<String>.Default);
System\Data\Services\Client\ClientType.cs (2)
48private static readonly Dictionary<Type, ClientType> types = new Dictionary<Type, ClientType>(EqualityComparer<Type>.Default); 51private static readonly Dictionary<TypeName, Type> namedTypes = new Dictionary<TypeName, Type>(new TypeNameEqualityComparer());
System\Data\Services\Client\DataServiceContext.cs (7)
105private Dictionary<object, EntityDescriptor> entityDescriptors = new Dictionary<object, EntityDescriptor>(EqualityComparer<object>.Default); 108private Dictionary<String, EntityDescriptor> identityToDescriptor; 111private Dictionary<LinkDescriptor, LinkDescriptor> bindings = new Dictionary<LinkDescriptor, LinkDescriptor>(LinkDescriptor.EquivalenceComparer); 5274Dictionary<string, string> headers = null; 5332(Dictionary<string, string>)this.DataServiceResponse.BatchHeaders, 5402var contentHeaders = batch.ContentHeaders; // get the headers before materialize clears them 5676private int ValidateContentID(Dictionary<string, string> contentHeaders)
System\Data\Services\Client\DataServiceRequestArgs.cs (2)
25private readonly Dictionary<string, string> headers; 79public Dictionary<string, string> Headers
System\Data\Services\Client\DataServiceResponse.cs (2)
22private Dictionary<string, string> headers; 40internal DataServiceResponse(Dictionary<string, string> headers, int statusCode, IEnumerable<OperationResponse> response, bool batchResponse)
System\Data\Services\Client\DataServiceStreamResponse.cs (2)
31private Dictionary<string, string> headers; 76public Dictionary<string, string> Headers
System\Data\Services\Client\OperationResponse.cs (2)
22private Dictionary<string, string> headers; 34internal OperationResponse(Dictionary<string, string> headers)
System\Data\Services\Client\ProjectionPlanCompiler.cs (4)
35private readonly Dictionary<Expression, ExpressionAnnotation> annotations; 41private readonly Dictionary<Expression, Expression> normalizerRewrites; 60private ProjectionPlanCompiler(Dictionary<Expression, Expression> normalizerRewrites) 76internal static ProjectionPlan CompilePlan(LambdaExpression projection, Dictionary<Expression, Expression> normalizerRewrites)
System\Data\Services\Client\QueryOperationResponseOfT.cs (1)
34internal QueryOperationResponse(Dictionary<string, string> headers, DataServiceRequest query, MaterializeAtom results)
System\Data\Services\Client\QueryResponse.cs (2)
45internal QueryOperationResponse(Dictionary<string, string> headers, DataServiceRequest query, MaterializeAtom results) 135internal static QueryOperationResponse GetInstance(Type elementType, Dictionary<string, string> headers, DataServiceRequest query, MaterializeAtom results)
System\Data\Services\Client\QueryResult.cs (2)
290Dictionary<string, string> headers = WebUtil.WrapResponseHeaders(this.httpWebResponse); 309Dictionary<string, string> headers = WebUtil.WrapResponseHeaders(this.httpWebResponse);
System\Data\Services\Client\WebUtil.cs (3)
112internal static Dictionary<string, string> WrapResponseHeaders(HttpWebResponse response) 114Dictionary<string, string> headers = new Dictionary<string, string>(EqualityComparer<string>.Default); 134internal static void ApplyHeadersToRequest(Dictionary<string, string> headers, HttpWebRequest request, bool ignoreAcceptHeader)
System.Data.Services.Design (12)
System\Data\Common\Utils\Memoizer.cs (1)
23private readonly Dictionary<TArg, Result> _resultCache;
System\Data\Entity\Design\Common\UniqueIdentifierService.cs (1)
32private readonly Dictionary<object, string> _identifierToAdjustedIdentifier;
System\Data\EntityModel\EdmToObjectNamespaceMap.cs (1)
20private Dictionary<string, string> _map = new Dictionary<string, string>();
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (2)
157private Dictionary<string, string> _namespaceMap; 208public Dictionary<string, string> NamespaceMap
System\Data\EntityModel\Emitters\FixUpCollection.cs (2)
43private Dictionary<string,List<FixUp>> _classFixUps; 709private Dictionary<string,List<FixUp>> ClassFixUps
System\Data\EntityModel\Emitters\NamespaceEmitter.cs (4)
55Dictionary<string, string> usedClassName = new Dictionary<string, string>(StringComparer.Ordinal); 126private void Emit(Dictionary<string, string> usedClassName, string namespaceName, List<GlobalItem> items) 175private bool AddElementNameToCache(GlobalItem element, Dictionary<string, string> cache) 190private bool TryAddNameToCache(string name, string type, Dictionary<string, string> cache)
System\Data\EntityModel\Emitters\Utils.cs (1)
66Dictionary<string, Type> typeReservedNames = new Dictionary<string, Type>(StringComparer.Ordinal);
System.Data.SqlXml (38)
System\Xml\Xsl\IlGen\GenerateHelper.cs (1)
395public static readonly Dictionary<Type, XmlILStorageMethods> StorageMethods;
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 (2)
30private static Dictionary<string, MethodInfo> nameToFactoryMethod; 36private Dictionary<string, QilNode> scope, fwdDecls;
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (1)
23private Dictionary<XmlExtensionFunction, XmlExtensionFunction> table;
System\Xml\Xsl\Runtime\XmlILIndex.cs (1)
20private Dictionary<string, XmlQueryNodeSequence> table;
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (2)
50private Dictionary<string, string> conflictPrefixes; // Remembers prefixes that were auto-generated previously in case they can be reused 57private Dictionary<string, string> usedPrefixes = new Dictionary<string, string>(); //The prefies that used in the current scope
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
92private Dictionary<XmlQualifiedName, DecimalFormat> decimalFormats;
System\Xml\Xsl\XPath\XPathBuilder.cs (3)
687public static Dictionary<string, FunctionInfo> FunctionTable = CreateFunctionTable(); 688private static Dictionary<string, FunctionInfo> CreateFunctionTable() { 689Dictionary<string, FunctionInfo> table = new Dictionary<string, FunctionInfo>(36);
System\Xml\Xsl\Xslt\Compiler.cs (7)
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>(); 321Dictionary<string, int> moduleOrder; 323public CompilerErrorComparer(Dictionary<string, int> moduleOrder) {
System\Xml\Xsl\Xslt\MatcherBuilder.cs (1)
241public Dictionary<QilName, List<Pattern>> FixedNamePatterns = new Dictionary<QilName, List<Pattern>>();
System\Xml\Xsl\Xslt\QilGenerator.cs (3)
184Dictionary<string, Type> scriptClasses = compiler.Scripts.ScriptClasses; 412Dictionary<VarPar, Template > paramToTemplate = null; 413Dictionary<VarPar, QilFunction> paramToFunction = null;
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (3)
250public static Dictionary<string, FunctionInfo> FunctionTable = CreateFunctionTable(); 251private static Dictionary<string, FunctionInfo> CreateFunctionTable() { 252Dictionary<string, FunctionInfo> table = new Dictionary<string, FunctionInfo>(16);
System\Xml\Xsl\Xslt\Scripts.cs (3)
37public Dictionary<string, string> scriptUris; 89private Dictionary<string, Type> nsToType = new Dictionary<string, Type>(); 96public Dictionary<string, Type> ScriptClasses {
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 (4)
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>(); 231private void FillModeFlags(Dictionary<QilName, XslFlags> parentModeFlags, Stylesheet sheet) {
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 (34)
parent\parent\parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
31private static Dictionary<string, bool> s_switchMap = new Dictionary<string, bool>();
System\IdentityModel\BoundedCache.cs (2)
16Dictionary<string, ExpirableItem<T>> _items; 171protected Dictionary<string, ExpirableItem<T>> Items
System\IdentityModel\CryptoHelper.cs (1)
23static Dictionary<string, Func<object>> algorithmDelegateDictionary = new Dictionary<string, Func<object>>();
System\IdentityModel\Diagnostics\TraceUtility.cs (1)
27static Dictionary<int, string> traceCodes = new Dictionary<int, string>( 5 )
System\IdentityModel\IdentityModelDictionary.cs (2)
16Dictionary<string, int> dictionary; 44Dictionary<string, int> dictionary = new Dictionary<string, int>(count);
System\IdentityModel\Metadata\DisplayClaim.cs (6)
18static Dictionary<string, string> claimDescriptionMap = PopulateClaimDescriptionMap(); 19static Dictionary<string, string> claimTagMap = PopulateClaimTagMap(); 27static Dictionary<string, string> PopulateClaimTagMap() 29Dictionary<string, string> map = new Dictionary<string, string>(); 53static Dictionary<string, string> PopulateClaimDescriptionMap() 56Dictionary<string, string> map = new Dictionary<string, string>();
System\IdentityModel\OpenObject.cs (2)
14Dictionary<string, object> _properties = new Dictionary<string, object>(); // for any custom data 19public Dictionary<string, object> Properties
System\IdentityModel\Policy\DefaultEvaluationContext.cs (1)
15Dictionary<string, object> properties;
System\IdentityModel\Privilege.cs (1)
19static Dictionary<string, LUID> luids = new Dictionary<string, LUID>();
System\IdentityModel\Scope.cs (2)
23Dictionary<string, object> _properties = new Dictionary<string, object>(); // for any custom data 171public virtual Dictionary<string, object> Properties
System\IdentityModel\SecurityUtils.cs (1)
333Dictionary<string, object> properties = new Dictionary<string, object>();
System\IdentityModel\Selectors\SecurityTokenRequirement.cs (1)
30Dictionary<string, object> properties;
System\IdentityModel\SignedXml.cs (2)
668Dictionary<string, string> context; 821protected Dictionary<string, string> Context
System\IdentityModel\Tokens\ConfigurationBasedIssuerNameRegistry.cs (1)
32Dictionary<string, string> _configuredTrustedIssuers = new Dictionary<string, string>(new ThumbprintKeyComparer());
System\IdentityModel\Tokens\MruSessionSecurityTokenCache.cs (2)
32private Dictionary<SessionSecurityTokenCacheKey, CacheEntry> items; 227Dictionary<SessionSecurityTokenCacheKey, CacheEntry> entriesToDelete = new Dictionary<SessionSecurityTokenCacheKey, CacheEntry>();
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
1173Dictionary<SamlAttributeKeyComparer.AttributeKey, Saml2Attribute> distinctAttributes = new Dictionary<SamlAttributeKeyComparer.AttributeKey, Saml2Attribute>(attributes.Count, new SamlAttributeKeyComparer());
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
475Dictionary<SamlAttributeKeyComparer.AttributeKey, SamlAttribute> distinctAttributes = new Dictionary<SamlAttributeKeyComparer.AttributeKey, SamlAttribute>(attributes.Count, new SamlAttributeKeyComparer());
System\IdentityModel\Tokens\SecurityTokenDescriptor.cs (2)
38private Dictionary<string, object> properties = new Dictionary<string, object>(); // for any custom data 168public Dictionary<string, object> Properties
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\IdentityModel\Tokens\SessionSecurityToken.cs (1)
39static Dictionary<string, string> DomainNameMap = new Dictionary<string, string>(MaxDomainNameMapSize, StringComparer.OrdinalIgnoreCase);
System.IdentityModel.Selectors (1)
infocard\Diagnostics\Managed\Microsoft\InfoCards\Diagnostics\InfocardTrace.cs (1)
63static Dictionary<int, string> traceCodes = new Dictionary<int, string>(9)
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 (3)
System\IO\Log\ReservationCollection.cs (3)
15Dictionary<long, int> reservations; 56Dictionary<long, int> Reservations 103Dictionary<long, int> reservationsToClear;
System.Messaging (3)
System\Messaging\MessageQueue.cs (2)
4139private Dictionary<Key, CacheEntry<Value>> table; 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 (7)
net\PeerToPeer\Collaboration\ContactManager.cs (1)
1473Dictionary<object, AsyncOperation> m_createContactAsyncList = new Dictionary<object, AsyncOperation>();
net\PeerToPeer\Collaboration\Peer.cs (3)
456Dictionary<Guid, PeerObject> mergedObjects = new Dictionary<Guid, PeerObject>(); 485Dictionary<Guid, PeerObject>.ValueCollection objects = mergedObjects.Values; 794internal Dictionary<object, InviteAsyncHelper> m_inviteAsyncHelperList = new Dictionary<object, InviteAsyncHelper>();
net\PeerToPeer\Collaboration\PeerContact.cs (2)
960Dictionary<Guid, PeerApplication> mergedApplications = new Dictionary<Guid, PeerApplication>(); 979Dictionary<Guid, PeerApplication>.ValueCollection applications = mergedApplications.Values;
net\PeerToPeer\PeerNameResolver.cs (1)
562private Dictionary<object, PeerNameResolverHelper> m_PeerNameResolverHelperList = new Dictionary<object, PeerNameResolverHelper>();
System.Runtime.Caching (4)
System\Caching\MemoryCache.cs (2)
455Dictionary<string, object> h = new Dictionary<string, object>(); 713Dictionary<string, object> values = null;
System\Caching\MemoryCacheEntry.cs (2)
32internal Dictionary<MemoryCacheEntryChangeMonitor, MemoryCacheEntryChangeMonitor> _dependents; // dependents must be notified when this entry is removed 207Dictionary<MemoryCacheEntryChangeMonitor, MemoryCacheEntryChangeMonitor>.KeyCollection deps = null;
System.Runtime.DurableInstancing (29)
System\Runtime\DurableInstancing\InstanceKey.cs (1)
49Dictionary<XName, InstanceValue> copy = new Dictionary<XName, InstanceValue>(metadata);
System\Runtime\DurableInstancing\InstanceKeyView.cs (2)
19Dictionary<XName, InstanceValue> accumulatedMetadataWrites; 55internal Dictionary<XName, InstanceValue> AccumulatedMetadataWrites
System\Runtime\DurableInstancing\InstanceLockedException.cs (1)
66Dictionary<XName, object> copy = new Dictionary<XName, object>(serializableInstanceOwnerMetadata);
System\Runtime\DurableInstancing\InstanceLockQueryResult.cs (2)
25Dictionary<Guid, Guid> owners = new Dictionary<Guid, Guid>(1); 33Dictionary<Guid, Guid> copy = new Dictionary<Guid, Guid>(instanceOwnerIds);
System\Runtime\DurableInstancing\InstanceOwner.cs (6)
15readonly Dictionary<Guid, InstanceHandle> boundHandles = new Dictionary<Guid, InstanceHandle>(); 17readonly Dictionary<Guid, Queue<InstanceHandleReference>> inProgressHandlesPerInstance = new Dictionary<Guid, Queue<InstanceHandleReference>>(); 20readonly Dictionary<XName, InstanceNormalEvent> events = new Dictionary<XName, InstanceNormalEvent>(1); 32internal Dictionary<XName, InstanceNormalEvent> Events 48Dictionary<Guid, InstanceHandle> BoundHandles 64Dictionary<Guid, Queue<InstanceHandleReference>> InProgressHandlesPerInstance
System\Runtime\DurableInstancing\InstanceOwnerQueryResult.cs (2)
26Dictionary<Guid, IDictionary<XName, InstanceValue>> owners = new Dictionary<Guid, IDictionary<XName, InstanceValue>>(1); 43Dictionary<Guid, IDictionary<XName, InstanceValue>> owners = new Dictionary<Guid, IDictionary<XName, InstanceValue>>(instanceOwners.Count);
System\Runtime\DurableInstancing\InstancePersistence.cs (2)
85Dictionary<XName, InstanceValue> copy = new Dictionary<XName, InstanceValue>(bag.Count); 112Dictionary<XName, InstanceValue> copy = existing == null ? new Dictionary<XName, InstanceValue>(bag.Count) : new Dictionary<XName, InstanceValue>(existing);
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (6)
318Dictionary<Guid, InstanceKeyView> keysCopy = null; 438Dictionary<Guid, InstanceKeyView> copy = new Dictionary<Guid, InstanceKeyView>(InstanceView.InstanceKeys); 483Dictionary<Guid, InstanceKeyView> copy = new Dictionary<Guid, InstanceKeyView>(InstanceView.InstanceKeys); 521Dictionary<Guid, InstanceKeyView> copy = new Dictionary<Guid, InstanceKeyView>(InstanceView.InstanceKeys); 544Dictionary<Guid, InstanceKeyView> copy = new Dictionary<Guid, InstanceKeyView>(InstanceView.InstanceKeys); 620Dictionary<Guid, InstanceKeyView> copy = new Dictionary<Guid, InstanceKeyView>(InstanceView.InstanceKeys);
System\Runtime\DurableInstancing\InstanceStore.cs (1)
20readonly Dictionary<Guid, WeakReference> owners = new Dictionary<Guid, WeakReference>(1);
System\Runtime\DurableInstancing\InstanceView.cs (5)
27Dictionary<XName, InstanceValue> accumulatedMetadataWrites; 28Dictionary<XName, InstanceValue> accumulatedOwnerMetadataWrites; 79Dictionary<Guid, InstanceKeyView> keys = null; 146internal Dictionary<XName, InstanceValue> AccumulatedMetadataWrites 175internal Dictionary<XName, InstanceValue> AccumulatedOwnerMetadataWrites
System\Runtime\PersistencePipeline.cs (1)
28public PersistencePipeline(IEnumerable<IPersistencePipelineModule> modules, Dictionary<XName, InstanceValue> initialValues)
System.Runtime.Serialization (147)
System\Runtime\Serialization\ClassDataContract.cs (9)
13using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>; 181internal override DataContractDictionary KnownDataContracts 323internal static void CheckAndAddMember(List<DataMember> members, DataMember memberContract, Dictionary<string, DataMember> memberNamesTable) 662DataContractDictionary knownDataContracts; 853Dictionary<string, DataMember> memberNamesTable = new Dictionary<string, DataMember>(); 1240internal override DataContractDictionary KnownDataContracts 1396internal override DataContract BindGenericParameters(DataContract[] paramContracts, Dictionary<DataContract, DataContract> boundContracts) 1448internal override bool Equals(object other, Dictionary<DataContractPairKey, object> checkedContracts) 1485Dictionary<string, DataMember> membersDictionary = new Dictionary<string, DataMember>(Members.Count);
System\Runtime\Serialization\CodeExporter.cs (17)
19using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>; 26Dictionary<string, string> namespaces; 27Dictionary<string, string> clrNamespaces; 219Dictionary<string, string> Namespaces 224Dictionary<string, string> ClrNamespaces 309void ExportClassDataContractHierarchy(XmlQualifiedName typeName, ClassDataContract classContract, ContractCodeDomInfo contractCodeDomInfo, Dictionary<XmlQualifiedName, object> contractNamesInHierarchy) 922DataContractDictionary knownTypeDictionary = GetKnownTypeContracts(dataContract); 938DataContractDictionary GetKnownTypeContracts(DataContract dataContract) 955DataContractDictionary GetKnownTypeContracts(ClassDataContract dataContract, Dictionary<DataContract, object> handledContracts) 991void AddKnownTypeContracts(ClassDataContract dataContract, DataContractDictionary knownContracts) 1008DataContractDictionary knownContractDictionary = GetKnownTypeContracts(dataContract, new Dictionary<DataContract, object>()); 1382Dictionary<string, object> baseMemberNames = baseContractCodeDomInfo.GetMemberNames(); 1383Dictionary<string, object> memberNames = contractCodeDomInfo.GetMemberNames(); 1495Dictionary<string, object> fragments = new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase); 1526static void AddToNamespace(StringBuilder builder, string fragment, Dictionary<string, object> fragments) 1560int fragmentLength, Dictionary<string, object> fragments)
System\Runtime\Serialization\CollectionDataContract.cs (6)
16using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>; 344internal override DataContractDictionary KnownDataContracts 489DataContractDictionary knownDataContracts; 769internal override DataContractDictionary KnownDataContracts 1234internal override DataContract BindGenericParameters(DataContract[] paramContracts, Dictionary<DataContract, DataContract> boundContracts) 1395internal override bool Equals(object other, Dictionary<DataContractPairKey, object> checkedContracts)
System\Runtime\Serialization\ContractCodeDomInfo.cs (2)
22Dictionary<string, object> memberNames; 36internal Dictionary<string, object> GetMemberNames()
System\Runtime\Serialization\DataContract.cs (25)
20using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>; 273internal virtual DataContractDictionary KnownDataContracts 361internal virtual DataContract BindGenericParameters(DataContract[] paramContracts, Dictionary<DataContract, DataContract> boundContracts) 401static Dictionary<Type, DataContract> typeToBuiltInContract; 402static Dictionary<XmlQualifiedName, DataContract> nameToBuiltInContract; 403static Dictionary<string, DataContract> typeNameToBuiltInContract; 405static Dictionary<string, XmlDictionaryString> clrTypeStrings; 1175internal virtual DataContractDictionary KnownDataContracts 1280static bool IsTypeSerializable(Type type, Dictionary<Type, object> previousCollectionTypes) 1303static void ValidatePreviousCollectionTypes(Type collectionType, Type itemType, Dictionary<Type, object> previousCollectionTypes) 1424static XmlQualifiedName GetStableName(Type type, Dictionary<Type, object> previousCollectionTypes, out bool hasDataContract) 1478static XmlQualifiedName GetNonDCTypeStableName(Type type, Dictionary<Type, object> previousCollectionTypes) 1503static bool TryGetBuiltInXmlAndArrayTypeStableName(Type type, Dictionary<Type, object> previousCollectionTypes, out XmlQualifiedName stableName) 1555static XmlQualifiedName GetCollectionStableName(Type type, Type itemType, Dictionary<Type, object> previousCollectionTypes, out CollectionDataContractAttribute collectionContractAttribute) 2045internal static DataContractDictionary ImportKnownTypeAttributes(Type type) 2047DataContractDictionary knownDataContracts = null; 2048Dictionary<Type, Type> typesChecked = new Dictionary<Type, Type>(); 2054static void ImportKnownTypeAttributes(Type type, Dictionary<Type, Type> typesChecked, ref DataContractDictionary knownDataContracts) 2142static void LoadKnownTypesFromConfig(Type type, Dictionary<Type, Type> typesChecked, ref DataContractDictionary knownDataContracts) 2238internal static void CheckAndAdd(Type type, Dictionary<Type, Type> typesChecked, ref DataContractDictionary nameToDataContractTable) 2274internal virtual bool Equals(object other, Dictionary<DataContractPairKey, object> checkedContracts) 2284internal bool IsEqualOrChecked(object other, Dictionary<DataContractPairKey, object> checkedContracts)
System\Runtime\Serialization\DataContractSerializer.cs (3)
19using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>; 34internal DataContractDictionary knownDataContracts; 208internal override DataContractDictionary KnownDataContracts
System\Runtime\Serialization\DataContractSet.cs (14)
13using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>; 18Dictionary<XmlQualifiedName, DataContract> contracts; 19Dictionary<DataContract, object> processedContracts; 22DataContractDictionary knownTypesForObject; 25Dictionary<XmlQualifiedName, object> referencedTypesDictionary; 26Dictionary<XmlQualifiedName, object> referencedCollectionTypesDictionary; 61Dictionary<XmlQualifiedName, DataContract> Contracts 73Dictionary<DataContract, object> ProcessedContracts 95internal DataContractDictionary KnownTypesForObject 212void AddKnownDataContracts(DataContractDictionary knownDataContracts) 352Dictionary<XmlQualifiedName, object> GetReferencedTypes() 374Dictionary<XmlQualifiedName, object> GetReferencedCollectionTypes() 395void AddReferencedType(Dictionary<XmlQualifiedName, object> referencedTypes, Type type) 454Dictionary<XmlQualifiedName, object> referencedTypes = useReferencedCollectionTypes ? GetReferencedCollectionTypes() : GetReferencedTypes();
System\Runtime\Serialization\DataMember.cs (2)
308internal DataMember BindGenericParameters(DataContract[] paramContracts, Dictionary<DataContract, DataContract> boundContracts) 320internal bool Equals(object other, Dictionary<DataContractPairKey, object> checkedContracts)
System\Runtime\Serialization\Diagnostics\TraceUtility.cs (1)
16static Dictionary<int, string> traceCodes = new Dictionary<int, string>(18)
System\Runtime\Serialization\EnumDataContract.cs (4)
136static Dictionary<Type, XmlQualifiedName> typeToName; 137static Dictionary<XmlQualifiedName, Type> nameToType; 273Dictionary<string, DataMember> memberValuesTable = new Dictionary<string, DataMember>(); 456internal override bool Equals(object other, Dictionary<DataContractPairKey, object> checkedContracts)
System\Runtime\Serialization\ExtensionDataReader.cs (2)
54static Dictionary<string, string> nsToPrefixTable; 59static Dictionary<string, string> prefixToNsTable;
System\Runtime\Serialization\GenericParameterDataContract.cs (1)
62internal override DataContract BindGenericParameters(DataContract[] paramContracts, Dictionary<DataContract, DataContract> boundContracts)
System\Runtime\Serialization\Globals.cs (1)
1038typeOfDictionaryGeneric = typeof(Dictionary<,>);
System\Runtime\Serialization\HybridObjectCache.cs (2)
13Dictionary<string, object> objectDictionary; 14Dictionary<string, object> referencedObjectDictionary;
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (3)
16using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>; 23internal DataContractDictionary knownDataContracts; 143internal override DataContractDictionary KnownDataContracts
System\Runtime\Serialization\Json\JsonClassDataContract.cs (1)
167Dictionary<string, object> memberTable = new Dictionary<string, object>(memberCount);
System\Runtime\Serialization\Json\JsonDataContract.cs (4)
63Dictionary<XmlQualifiedName, DataContract> KnownDataContracts 158static Dictionary<TypeHandleRef, IntRef> typeToIDCache = new Dictionary<TypeHandleRef, IntRef>(new TypeHandleRefEqualityComparer()); 159Dictionary<XmlQualifiedName, DataContract> knownDataContracts; 170internal Dictionary<XmlQualifiedName, DataContract> KnownDataContracts
System\Runtime\Serialization\Json\JsonXmlDataContract.cs (2)
62Dictionary<XmlQualifiedName, DataContract>[] entries = context.scopedKnownTypes.dataContractDictionaries; 67Dictionary<XmlQualifiedName, DataContract> entry = entries[i];
System\Runtime\Serialization\Json\XmlObjectSerializerWriteContextComplexJson.cs (1)
314Dictionary<object, object> genericDictionaryObj = new Dictionary<object, object>();
System\Runtime\Serialization\ObjectReferenceStack.cs (1)
19Dictionary<object, object> objectDictionary;
System\Runtime\Serialization\PrimitiveDataContract.cs (1)
147internal override bool Equals(object other, Dictionary<DataContractPairKey, object> checkedContracts)
System\Runtime\Serialization\SchemaExporter.cs (1)
580Dictionary<string, string> values = new Dictionary<string, string>(2)
System\Runtime\Serialization\SchemaHelper.cs (4)
12using SchemaObjectDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, SchemaObjectInfo>; 64internal static XmlSchemaType GetSchemaType(SchemaObjectDictionary schemaInfo, XmlQualifiedName typeName) 74internal static XmlSchema GetSchemaWithType(SchemaObjectDictionary schemaInfo, XmlSchemaSet schemas, XmlQualifiedName typeName) 117internal static XmlSchemaElement GetSchemaElement(SchemaObjectDictionary schemaInfo, XmlQualifiedName elementName)
System\Runtime\Serialization\SchemaImporter.cs (9)
18using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>; 19using SchemaObjectDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, SchemaObjectInfo>; 30SchemaObjectDictionary schemaObjects; 153SchemaObjectDictionary SchemaObjects 189Dictionary<Type, object> previousCollectionTypes = new Dictionary<Type, object>(); 225DataContractDictionary knownDataContracts = new DataContractDictionary(); 242internal SchemaObjectDictionary CreateSchemaObjects() 244SchemaObjectDictionary schemaObjects = new SchemaObjectDictionary(); 931DataContractDictionary knownDataContracts = ancestorDataContract.KnownDataContracts;
System\Runtime\Serialization\ScopedKnownTypes.cs (6)
9using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>; 13internal DataContractDictionary[] dataContractDictionaries; 15internal void Push(DataContractDictionary dataContractDictionary) 18dataContractDictionaries = new DataContractDictionary[4]; 20Array.Resize<DataContractDictionary>(ref dataContractDictionaries, dataContractDictionaries.Length * 2); 33DataContractDictionary dataContractDictionary = dataContractDictionaries[i];
System\Runtime\Serialization\XmlDataContract.cs (5)
15using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>; 47internal override DataContractDictionary KnownDataContracts 180DataContractDictionary knownDataContracts; 239internal override DataContractDictionary KnownDataContracts 404internal override bool Equals(object other, Dictionary<DataContractPairKey, object> checkedContracts)
System\Runtime\Serialization\XmlObjectSerializer.cs (2)
16using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>; 95internal virtual DataContractDictionary KnownDataContracts
System\Runtime\Serialization\XmlObjectSerializerContext.cs (8)
13using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>; 24protected DataContractDictionary serializerKnownDataContracts; 213DataContractDictionary SerializerKnownDataContracts 229DataContractDictionary serializerKnownDataContracts = this.SerializerKnownDataContracts; 236internal static DataContractDictionary GetDataContractsForKnownTypes(IList<Type> knownTypeList) 239DataContractDictionary dataContracts = new DataContractDictionary(); 240Dictionary<Type, Type> typesChecked = new Dictionary<Type, Type>(); 252internal bool IsKnownType(DataContract dataContract, DataContractDictionary knownDataContracts, Type declaredType)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (2)
214Dictionary<string, string> values = new Dictionary<string, string>(2); 235bool ReplaceScopedKnownTypesTop(Dictionary<XmlQualifiedName, DataContract> knownDataContracts, bool knownTypesAddedInCurrentScope)
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (1)
15using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>;
System\Xml\XmlBinaryReaderSession.cs (1)
17Dictionary<int, XmlDictionaryString> stringDict;
System\Xml\XmlBinaryWriterSession.cs (1)
105Dictionary<K, V> dictionary;
System\Xml\XmlDictionary.cs (1)
18Dictionary<string, XmlDictionaryString> lookup;
System\Xml\XmlMtomReader.cs (4)
29Dictionary<string, MimePart> mimeParts; 2184Dictionary<string, MimeHeader> headers = new Dictionary<string, MimeHeader>(); 2330Dictionary<string, string> parameters; 2354public Dictionary<string, string> Parameters
System.ServiceModel (405)
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 (4)
16static Dictionary<ServiceHostBase, DateTime> services; 39static Dictionary<ServiceHostBase, DateTime> GetServices() 80Dictionary<ServiceHostBase, DateTime> services = GetServices(); 92Dictionary<ServiceHostBase, DateTime> services = GetServices();
System\ServiceModel\Administration\WbemProvider.cs (3)
25Dictionary<string, IWmiProvider> wmiProviders = new Dictionary<string, IWmiProvider>(StringComparer.OrdinalIgnoreCase); 780Dictionary<string, object> keys = new Dictionary<string, object>(); 814internal Dictionary<string, object> Keys { get { return this.keys; } }
System\ServiceModel\Channels\AddressHeaderCollection.cs (3)
127Dictionary<string, int> myHeaders = new Dictionary<string, int>(); 130Dictionary<string, int> otherHeaders = new Dictionary<string, int>(); 153internal void PopulateHeaderDictionary(StringBuilder builder, Dictionary<string, int> headers)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
25Dictionary<Type, TypedChannelDemuxer> typeDemuxers;
System\ServiceModel\Channels\ChannelTracker.cs (1)
18Dictionary<TChannel, TState> receivers;
System\ServiceModel\Channels\ConnectAlgorithms.cs (3)
24Dictionary<Uri, PeerNodeAddress> nodeAddresses = new Dictionary<Uri, PeerNodeAddress>(); 26Dictionary<Uri, PeerNodeAddress> pendingConnectedNeighbor = new Dictionary<Uri, PeerNodeAddress>(); 31public void Initialize(IPeerMaintainer maintainer, PeerNodeConfig config, int wantedConnectionCount, Dictionary<EndpointAddress, Referral> referralCache)
System\ServiceModel\Channels\ConnectionPool.cs (1)
21Dictionary<TKey, EndpointConnectionPool> endpointPools;
System\ServiceModel\Channels\ConnectionPoolRegistry.cs (1)
13Dictionary<string, List<ConnectionPool>> registry;
System\ServiceModel\Channels\CorrelationDataMessageProperty.cs (1)
13Dictionary<string, DataProviderEntry> dataProviders;
System\ServiceModel\Channels\DeliveryStrategy.cs (2)
75Dictionary<Int64, ItemType> items; 151static void DisposeItems(Dictionary<Int64, ItemType>.Enumerator items)
System\ServiceModel\Channels\HttpChannelListener.cs (2)
746Dictionary<string, string> serviceNames = new Dictionary<string, string>(); 797static void AddSpn(Dictionary<string, string> list, string value)
System\ServiceModel\Channels\HttpTransportManager.cs (3)
15volatile Dictionary<string, UriPrefixTable<HttpChannelListener>> addressTables; 151Dictionary<string, UriPrefixTable<HttpChannelListener>> localAddressTables = addressTables; 196Dictionary<string, UriPrefixTable<HttpChannelListener>> newAddressTables =
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
113Dictionary<TItem, IdlingConnectionSettings> connectionMapping;
System\ServiceModel\Channels\MsmqBindingMonitor.cs (4)
23Dictionary<string, MatchState> knownPublicQueues = new Dictionary<string, MatchState>(); 24Dictionary<string, MatchState> knownPrivateQueues = new Dictionary<string, MatchState>(); 270void ProcessFoundQueues(MessageQueue[] queues, Dictionary<string, MatchState> knownQueues, bool isPrivate) 304void ProcessLostQueues(Dictionary<string, MatchState> knownQueues)
System\ServiceModel\Channels\MsmqDefaultLockingQueue.cs (2)
17Dictionary<long, TransactionLookupEntry> lockMap; 18Dictionary<Guid, List<long>> dtcTransMap;
System\ServiceModel\Channels\MsmqDiagnostics.cs (8)
35Dictionary<string, string> dictionary = new Dictionary<string, string>(2); 142Dictionary<string, string> dictionary = new Dictionary<string, string>(4); 176Dictionary<string, string> dictionary = new Dictionary<string, string>(4); 195Dictionary<string, string> dictionary = new Dictionary<string, string>(2) 223Dictionary<string, string> dictionary = new Dictionary<string, string>(2) 436Dictionary<string, string> dictionary = new Dictionary<string, string>(3); 454Dictionary<string, string> dictionary = new Dictionary<string, string>(3); 472Dictionary<string, string> dictionary = new Dictionary<string, string>(2);
System\ServiceModel\Channels\MsmqReceiveContextLockManager.cs (2)
17Dictionary<long, MsmqReceiveContext> messageExpiryMap; 18Dictionary<Guid, List<MsmqReceiveContext>> transMessages;
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 (2)
38Dictionary<IPeerNeighbor, IOThreadTimer> timerTable; 189Dictionary<IPeerNeighbor, IOThreadTimer> table;
System\ServiceModel\Channels\PeerFlooder.cs (4)
664Dictionary<byte[], bool>[] tables; 679tables = new Dictionary<byte[], bool>[buckets]; 809Dictionary<byte[], bool> NewCache(int capacity) 829Dictionary<IAsyncResult, IPeerNeighbor> results = new Dictionary<IAsyncResult, IPeerNeighbor>();
System\ServiceModel\Channels\PeerHelpers.cs (1)
374public static Dictionary<string, string> protocolActions;
System\ServiceModel\Channels\PeerMaintainer.cs (3)
47void Initialize(IPeerMaintainer maintainer, PeerNodeConfig config, int wantedConnectedNeighbors, Dictionary<EndpointAddress, Referral> referralCache); 61Dictionary<EndpointAddress, Referral> referralCache; 519Dictionary<string, PeerNodeAddress> alreadySeen = new Dictionary<string, PeerNodeAddress>();
System\ServiceModel\Channels\PeerNodeImplementation.cs (6)
56Dictionary<object, MessageFilterRegistration> messageFilters; 76Dictionary<Uri, RefCountedSecurityProtocol> uri2SecurityProtocol; 77Dictionary<Type, object> serviceHandlers; 747static internal Dictionary<Uri, PeerNodeImplementation> peerNodes = new Dictionary<Uri, PeerNodeImplementation>(); 1348Dictionary<Type, object> services = serviceHandlers; 1619public void SetServiceHandlers(Dictionary<Type, object> services)
System\ServiceModel\Channels\PeerService.cs (2)
57Dictionary<Type, object> services) 62Dictionary<Type, object> services,
System\ServiceModel\Channels\PnrpPeerResolver.cs (12)
133internal PnrpResolveScope EnumerateClouds(bool forResolve, Dictionary<uint, string> LinkCloudNames, Dictionary<uint, string> SiteCloudNames) 236Dictionary<uint, string> SiteCloudNames = new Dictionary<uint, string>(); 237Dictionary<uint, string> LinkCloudNames = new Dictionary<uint, string>(); 432void PeerNodeAddressToPnrpRegistrations(string meshName, Dictionary<uint, string> LinkCloudNames, Dictionary<uint, string> SiteCloudNames, PeerNodeAddress input, out PnrpRegistration[] linkRegs, out PnrpRegistration[] siteRegs, out PnrpRegistration global) 436Dictionary<uint, PnrpRegistration> resultsLink = new Dictionary<uint, PnrpRegistration>(); 437Dictionary<uint, PnrpRegistration> resultsSite = new Dictionary<uint, PnrpRegistration>(); 593void MergeResults(Dictionary<string, PnrpRegistration> results, List<PnrpRegistration> regs) 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)
547Dictionary<UniqueId, TReliableChannel> channelsByInput; 548Dictionary<UniqueId, TReliableChannel> channelsByOutput;
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
691Dictionary<IReliableChannelBinder, TState> faultList = new Dictionary<IReliableChannelBinder, TState>(); 704Dictionary<IReliableChannelBinder, TState> tempFaultList;
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (3)
37Dictionary<Int64, ReliableRequestContext> requestsByRequestSequenceNumber = new Dictionary<Int64, ReliableRequestContext>(); 38Dictionary<Int64, ReliableRequestContext> requestsByReplySequenceNumber = new Dictionary<Int64, ReliableRequestContext>(); 146Dictionary<Int64, ReliableRequestContext>.ValueCollection contexts = this.requestsByRequestSequenceNumber.Values;
System\ServiceModel\Channels\SecurityBindingElement.cs (2)
41Dictionary<string, SupportingTokenParameters> operationSupportingTokenParameters; 42Dictionary<string, SupportingTokenParameters> optionalOperationSupportingTokenParameters;
System\ServiceModel\Channels\ServiceChannel.cs (1)
1822Dictionary<string, string> values = new Dictionary<string, string>(4);
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
206Dictionary<Type, byte> supportedChannels = new Dictionary<Type, byte>();
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1496static Dictionary<string, RegistrationRefCount> processWideRefCount;
System\ServiceModel\Channels\SocketConnection.cs (1)
610Dictionary<string, string> values = new Dictionary<string, string>(4);
System\ServiceModel\Channels\TransactionChannelFactory.cs (2)
17Dictionary<DirectionalAction, TransactionFlowOption> dictionary; 24Dictionary<DirectionalAction, TransactionFlowOption> dictionary,
System\ServiceModel\Channels\TransactionChannelListener.cs (2)
17Dictionary<DirectionalAction, TransactionFlowOption> dictionary; 21public TransactionChannelListener(TransactionProtocol transactionProtocol, IDefaultCommunicationTimeouts timeouts, Dictionary<DirectionalAction, TransactionFlowOption> dictionary, IChannelListener<TChannel> innerListener)
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (6)
96bool IsFlowEnabled(Dictionary<DirectionalAction, TransactionFlowOption> dictionary) 215Dictionary<DirectionalAction, TransactionFlowOption> dictionary = GetDictionary(context); 247Dictionary<DirectionalAction, TransactionFlowOption> dictionary = GetDictionary(context); 280Dictionary<DirectionalAction, TransactionFlowOption> GetDictionary(BindingContext context) 282Dictionary<DirectionalAction, TransactionFlowOption> dictionary = 283context.BindingParameters.Find<Dictionary<DirectionalAction, TransactionFlowOption>>();
System\ServiceModel\Channels\TransportBindingElementImporter.cs (2)
202static Dictionary<XmlQualifiedName, XmlQualifiedName> GetGeneratedTransportBindingElements(MetadataImporter importer) 210return (Dictionary<XmlQualifiedName, XmlQualifiedName>)retValue;
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\UriPrefixTable.cs (1)
420Dictionary<string, SegmentHierarchyNode<TData>> children;
System\ServiceModel\ComIntegration\ComPlusAuthorization.cs (1)
207Dictionary<LUID, bool> accessCheckCache = new Dictionary<LUID, bool>();
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (2)
271public static void Trace(TraceEventType type, int traceCode, string description, Dictionary<MonikerHelper.MonikerAttribute, string> propertyTable) 403Dictionary<UInt32, System.ServiceModel.ComIntegration.DispatchProxy.MethodInfo> dispToOperationDescription)
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
27Dictionary<Guid, ContractDescription> contracts;
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>(); 90public Dictionary<uint, ParamInfo> dispIdToParamInfo; 103Dictionary<string, ParamInfo> paramDictionary = null;
System\ServiceModel\ComIntegration\EmitterCache.cs (1)
43Dictionary<Type, Type> interfaceToClassMap;
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (2)
31Dictionary<MonikerHelper.MonikerAttribute, string> propertyTable; 87internal MexServiceChannelBuilder(Dictionary<MonikerHelper.MonikerAttribute, string> propertyTable)
System\ServiceModel\ComIntegration\MonikerUtility.cs (1)
128internal static void Parse(string displayName, ref Dictionary<MonikerHelper.MonikerAttribute, string> propertyTable)
System\ServiceModel\ComIntegration\ProxyBuilder.cs (1)
14internal static void Build(Dictionary<MonikerHelper.MonikerAttribute, string> propertyTable, ref Guid riid, IntPtr ppv)
System\ServiceModel\ComIntegration\ProxyManager.cs (1)
14Dictionary<Guid, ComProxy> InterfaceIDToComProxy;
System\ServiceModel\ComIntegration\ServiceInfo.cs (1)
62Dictionary<Guid, List<Type>> udts;
System\ServiceModel\ComIntegration\ServiceMoniker.cs (1)
184private Dictionary<MonikerHelper.MonikerAttribute, string> PropertyTable;
System\ServiceModel\ComIntegration\TearOffProxy.cs (1)
19Dictionary<MethodBase, MethodBase> baseTypeToInterfaceMethod;
System\ServiceModel\ComIntegration\TypeCacheManager.cs (2)
55private Dictionary<Guid, Assembly> assemblyTable; 56private Dictionary<Guid, Type> typeTable;
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (2)
194internal void ResolveTypeIfPossible(Dictionary<MonikerHelper.MonikerAttribute, string> propertyTable) 219internal TypedServiceChannelBuilder(Dictionary<MonikerHelper.MonikerAttribute, string> propertyTable)
System\ServiceModel\ComIntegration\TypeLibraryHelper.cs (1)
99Dictionary<Guid, Assembly> TypelibraryAssembly = new Dictionary<Guid, Assembly>();
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (2)
31Dictionary<MonikerHelper.MonikerAttribute, string> propertyTable; 85internal WsdlServiceChannelBuilder(Dictionary<MonikerHelper.MonikerAttribute, string> propertyTable)
System\ServiceModel\Configuration\BindingsSection.cs (2)
24Dictionary<string, BindingCollectionElement> BindingCollectionElements 28Dictionary<string, BindingCollectionElement> bindingCollectionElements = new Dictionary<string, BindingCollectionElement>();
System\ServiceModel\Configuration\ConfigurationHelpers.cs (1)
347Dictionary<string, string> values = new Dictionary<string, string>(2);
System\ServiceModel\Configuration\SecurityElement.cs (1)
67protected override void AddBindingTemplates(Dictionary<AuthenticationMode, SecurityBindingElement> bindingTemplates)
System\ServiceModel\Configuration\SecurityElementBase.cs (3)
364protected void AddBindingTemplate(Dictionary<AuthenticationMode, SecurityBindingElement> bindingTemplates, AuthenticationMode mode) 549protected virtual void AddBindingTemplates(Dictionary<AuthenticationMode, SecurityBindingElement> bindingTemplates) 583Dictionary<AuthenticationMode, SecurityBindingElement> bindingTemplates = new Dictionary<AuthenticationMode, SecurityBindingElement>();
System\ServiceModel\Configuration\ServiceModelEnhancedConfigurationElementCollection.cs (1)
46Dictionary<string, string> values = new Dictionary<string, string>(6);
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (1)
196DictionaryTraceRecord CreateCanAddRecord(TServiceModelExtensionElement element, Dictionary<string, string> values)
System\ServiceModel\Configuration\ServiceModelExtensionElement.cs (1)
157Dictionary<string, string> values = new Dictionary<string, string>(2);
System\ServiceModel\Configuration\StandardEndpointsSection.cs (2)
24Dictionary<string, EndpointCollectionElement> EndpointCollectionElements 28Dictionary<string, EndpointCollectionElement> endpointCollectionElements = new Dictionary<string, EndpointCollectionElement>();
System\ServiceModel\Description\ConfigLoader.cs (5)
42Dictionary<string, Binding> bindingTable; 693Dictionary<string, object> values = new Dictionary<string, object>(3); 865Dictionary<string, object> values = new Dictionary<string, object>(3); 1087Dictionary<string, object> values = new Dictionary<string, object>(3); 1354Dictionary<string, object> values = new Dictionary<string, object>(8);
System\ServiceModel\Description\ConfigWriter.cs (1)
17readonly Dictionary<Binding, BindingDictionaryValue> bindingTable;
System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (7)
18Dictionary<OperationDescription, DataContractFormatAttribute> operationAttributes = new Dictionary<OperationDescription, DataContractFormatAttribute>(); 20Dictionary<MessagePartDescription, ICollection<CodeTypeReference>> knownTypes; 21Dictionary<MessagePartDescription, bool> isNonNillableReferenceTypes; 49internal Dictionary<OperationDescription, DataContractFormatAttribute> OperationAttributes 54internal Dictionary<MessagePartDescription, ICollection<CodeTypeReference>> KnownTypes 86Dictionary<CodeTypeReference, object> operationKnownTypes = new Dictionary<CodeTypeReference, object>(new CodeTypeReferenceComparer()); 100void AddKnownTypesForPart(OperationContractGenerationContext context, MessagePartDescription part, Dictionary<CodeTypeReference, object> operationKnownTypes)
System\ServiceModel\Description\DispatcherBuilder.cs (4)
345Dictionary<Type, byte> setOfChannelTypesSupportedByBinding = new Dictionary<Type, byte>(); 638Dictionary<ListenUriInfo, StuffPerListenUriInfo> stuffPerListenUriInfo 640Dictionary<EndpointAddress, Collection<EndpointInfo>> endpointInfosPerEndpointAddress 904void EnsureRequiredRuntimeProperties(Dictionary<EndpointAddress, Collection<EndpointInfo>> endpointInfosPerEndpointAddress)
System\ServiceModel\Description\ImportedPolicyConversionContext.cs (23)
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>(); 37Dictionary<OperationDescription, IEnumerable<XmlElement>> operationBindingAssertions, 38Dictionary<MessageDescription, IEnumerable<XmlElement>> messageBindingAssertions, 39Dictionary<FaultDescription, IEnumerable<XmlElement>> faultBindingAssertions, 117IEnumerable<Dictionary<MessageDescription, IEnumerable<XmlElement>>> messageAssertionEnumerator; 118IEnumerable<Dictionary<FaultDescription, IEnumerable<XmlElement>>> faultAssertionEnumerator; 119IEnumerable<Dictionary<OperationDescription, IEnumerable<XmlElement>>> operationAssertionEnumerator; 124foreach (Dictionary<FaultDescription, IEnumerable<XmlElement>> faultAssertionsSelection in faultAssertionEnumerator) 126foreach (Dictionary<MessageDescription, IEnumerable<XmlElement>> messageAssertionsSelection in messageAssertionEnumerator) 128foreach (Dictionary<OperationDescription, IEnumerable<XmlElement>> operationAssertionsSelection in operationAssertionEnumerator) 241internal static IEnumerable<Dictionary<K, V>> GetCartesianProduct<K, V>(Dictionary<K, IEnumerable<V>> sets) 243Dictionary<K, V> counterValue = new Dictionary<K, V>(sets.Count); 250yield return (Dictionary<K, V>)counterValue; 255static KeyValuePair<K, IEnumerator<V>>[] InitializeCounter<K, V>(Dictionary<K, IEnumerable<V>> sets, Dictionary<K, V> counterValue) 276static bool IncrementCounter<K, V>(KeyValuePair<K, IEnumerator<V>>[] digits, Dictionary<K, IEnumerable<V>> sets, Dictionary<K, V> counterValue) 314public Dictionary<OperationDescription, IEnumerable<IEnumerable<XmlElement>>> OperationBindingAlternatives; 315public Dictionary<MessageDescription, IEnumerable<IEnumerable<XmlElement>>> MessageBindingAlternatives; 316public Dictionary<FaultDescription, IEnumerable<IEnumerable<XmlElement>>> FaultBindingAlternatives;
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 (4)
37Dictionary<WsdlNS.Message, IList<string>> bodyPartsTable; 39Dictionary<WsdlNS.Message, IList<string>> BodyPartsTable 171Dictionary<String, String> ht = new Dictionary<string, string>(2) 862Dictionary<string, object> prefixesUsed = new Dictionary<string, object>();
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
488Dictionary<MetadataRetriever, MetadataRetriever> usedRetrievers; // to prevent looping when chasing MetadataReferences
System\ServiceModel\Description\MetadataExporter.cs (5)
17readonly Dictionary<object, object> state = new Dictionary<object, object>(); 42public Dictionary<object, object> State 81Dictionary<OperationDescription, PolicyAssertionCollection> operationBindingAssertions; 82Dictionary<MessageDescription, PolicyAssertionCollection> messageBindingAssertions; 83Dictionary<FaultDescription, PolicyAssertionCollection> faultBindingAssertions;
System\ServiceModel\Description\MetadataImporter.cs (4)
19readonly Dictionary<XmlQualifiedName, ContractDescription> knownContracts = new Dictionary<XmlQualifiedName, ContractDescription>(); 21readonly Dictionary<object, object> state = new Dictionary<object, object>(); 61public Dictionary<object, object> State 66public Dictionary<XmlQualifiedName, ContractDescription> KnownContracts
System\ServiceModel\Description\OperationGenerator.cs (9)
28Dictionary<MessagePartDescription, CodeTypeReference> parameterTypes; 29Dictionary<MessagePartDescription, CodeAttributeDeclarationCollection> parameterAttributes; 30Dictionary<MessagePartDescription, string> specialPartName; 36internal Dictionary<MessagePartDescription, CodeAttributeDeclarationCollection> ParameterAttributes 46internal Dictionary<MessagePartDescription, CodeTypeReference> ParameterTypes 56internal Dictionary<MessagePartDescription, string> SpecialPartName 66internal void GenerateOperation(OperationContractGenerationContext context, ref OperationFormatStyle style, bool isEncoded, IWrappedBodyTypeGenerator wrappedBodyTypeGenerator, Dictionary<MessagePartDescription, ICollection<CodeTypeReference>> knownTypes) 99readonly Dictionary<MessagePartDescription, ICollection<CodeTypeReference>> KnownTypes; 122internal MethodSignatureGenerator(OperationGenerator parent, OperationContractGenerationContext context, OperationFormatStyle style, bool isEncoded, IWrappedBodyTypeGenerator wrappedBodyTypeGenerator, Dictionary<MessagePartDescription, ICollection<CodeTypeReference>> knownTypes)
System\ServiceModel\Description\ServiceContractGenerator.cs (9)
32Dictionary<ContractDescription, Type> referencedTypes; 33Dictionary<ContractDescription, ServiceContractGenerationContext> generatedTypes; 34Dictionary<OperationDescription, OperationContractGenerationContext> generatedOperations; 35Dictionary<MessageDescription, CodeTypeReference> generatedTypedMessages; 103public Dictionary<ContractDescription, Type> ReferencedTypes 118public Dictionary<string, string> NamespaceMappings 238internal Dictionary<MessageDescription, CodeTypeReference> GeneratedTypedMessages 749Dictionary<string, string> namespaceMappings; 756public Dictionary<string, string> NamespaceMappings
System\ServiceModel\Description\ServiceMetadataExtension.cs (6)
1067readonly Dictionary<string, object> docFromQuery; 1068readonly Dictionary<object, string> queryFromDoc; 1078Dictionary<string, object> docFromQuery, 1079Dictionary<object, string> queryFromDoc, 1096Dictionary<string, object> docFromQueryInit = new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase); 1097Dictionary<object, string> queryFromDocInit = new Dictionary<object, string>();
System\ServiceModel\Description\SoapHelper.cs (3)
169((Dictionary<WsdlNS.Binding, EnvelopeVersion>)versions)[wsdlBinding] = version; 178if (versions != null && ((Dictionary<WsdlNS.Binding, EnvelopeVersion>)versions).ContainsKey(wsdlBinding)) 180return ((Dictionary<WsdlNS.Binding, EnvelopeVersion>)versions)[wsdlBinding];
System\ServiceModel\Description\TypeLoader.cs (2)
45readonly Dictionary<Type, ContractDescription> contracts; 46readonly Dictionary<Type, MessageDescriptionItems> messages;
System\ServiceModel\Description\UseRequestHeadersForMetadataAddressBehavior.cs (1)
16Dictionary<string, int> defaultPortsByScheme;
System\ServiceModel\Description\WsdlContractConversionContext.cs (7)
27readonly Dictionary<OperationDescription, WsdlNS.Operation> wsdlOperations; 28readonly Dictionary<WsdlNS.Operation, OperationDescription> operationDescriptions; 29readonly Dictionary<MessageDescription, WsdlNS.OperationMessage> wsdlOperationMessages; 30readonly Dictionary<FaultDescription, WsdlNS.OperationFault> wsdlOperationFaults; 31readonly Dictionary<WsdlNS.OperationMessage, MessageDescription> messageDescriptions; 32readonly Dictionary<WsdlNS.OperationFault, FaultDescription> faultDescriptions; 33readonly Dictionary<WsdlNS.Operation, Collection<WsdlNS.OperationBinding>> operationBindings;
System\ServiceModel\Description\WsdlEndpointConversionContext.cs (6)
22readonly Dictionary<OperationDescription, WsdlNS.OperationBinding> wsdlOperationBindings; 23readonly Dictionary<WsdlNS.OperationBinding, OperationDescription> operationDescriptionBindings; 24readonly Dictionary<MessageDescription, WsdlNS.MessageBinding> wsdlMessageBindings; 25readonly Dictionary<FaultDescription, WsdlNS.FaultBinding> wsdlFaultBindings; 26readonly Dictionary<WsdlNS.MessageBinding, MessageDescription> messageDescriptionBindings; 27readonly Dictionary<WsdlNS.FaultBinding, FaultDescription> faultDescriptionBindings;
System\ServiceModel\Description\WsdlExporter.cs (4)
28Dictionary<ContractDescription, WsdlContractConversionContext> exportedContracts 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 (3)
84Dictionary<XmlQualifiedName, XmlQualifiedName> bindingReferenceChanges = new Dictionary<XmlQualifiedName, XmlQualifiedName>(); 108private static void MergeWsdl(WsdlNS.ServiceDescription singleWsdl, WsdlNS.ServiceDescription wsdl, Dictionary<XmlQualifiedName, XmlQualifiedName> bindingReferenceChanges) 235private static void EnsureSingleNamespace(WsdlNS.ServiceDescription wsdl, Dictionary<XmlQualifiedName, XmlQualifiedName> bindingReferenceChanges)
System\ServiceModel\Description\WsdlImporter.cs (15)
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>(); 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>(); 2304internal Dictionary<XmlElement, WsdlNS.ServiceDescription> PolicySourceTable 2345Dictionary<string, XmlElement> wsdlPolicyDictionary; 2424Dictionary<string, XmlElement> wsdlPolicyDictionary;
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
639Dictionary<string, XmlMembersMapping> xmlMappings; 672Dictionary<string, XmlMembersMapping> XmlMappings
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (5)
21Dictionary<MessagePartDescription, PartInfo> partInfoTable; 22Dictionary<OperationDescription, XmlSerializerFormatAttribute> operationAttributes = new Dictionary<OperationDescription, XmlSerializerFormatAttribute>(); 96internal Dictionary<OperationDescription, XmlSerializerFormatAttribute> OperationAttributes 122Dictionary<XmlMembersMapping, XmlMembersMapping> alreadyExported = new Dictionary<XmlMembersMapping, XmlMembersMapping>(); 179private void GeneratePartType(Dictionary<XmlMembersMapping, XmlMembersMapping> alreadyExported, MessagePartDescription part, string partNamespace)
System\ServiceModel\Diagnostics\PerformanceCounters.cs (4)
36static Dictionary<string, ServiceModelPerformanceCounters> performanceCounters = null; 37static Dictionary<string, ServiceModelPerformanceCountersEntry> performanceCountersBaseUri = null; 277internal static Dictionary<string, ServiceModelPerformanceCounters> PerformanceCountersForEndpoint 313internal static Dictionary<string, ServiceModelPerformanceCountersEntry> PerformanceCountersForBaseUri
System\ServiceModel\Diagnostics\PerformanceCountersBase.cs (1)
124private readonly Dictionary<string, WeakReference> cache = new Dictionary<string, WeakReference>();
System\ServiceModel\Diagnostics\ServiceModelActivity.cs (2)
398Dictionary<string, string> values = new Dictionary<string, string>(2); 408Dictionary<string, string> values = new Dictionary<string, string>(2);
System\ServiceModel\Diagnostics\ServiceModelPerformanceCounters.cs (2)
19Dictionary<string, OperationPerformanceCountersBase> operationPerfCounters; 107Dictionary<string, OperationPerformanceCountersBase> opPerfCounters = this.operationPerfCounters;
System\ServiceModel\Diagnostics\TraceUtility.cs (1)
868Dictionary<string, string> values = new Dictionary<string, string>(2)
System\ServiceModel\Dispatcher\ActionMessageFilter.cs (1)
16Dictionary<string, int> actions;
System\ServiceModel\Dispatcher\ActionMessageFilterTable.cs (2)
17Dictionary<MessageFilter, TFilterData> filters; 18Dictionary<string, List<MessageFilter>> actions;
System\ServiceModel\Dispatcher\AndMessageFilterTable.cs (2)
14Dictionary<MessageFilter, FilterData> filters; 15Dictionary<MessageFilter, FilterDataPair> filterData;
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
914Dictionary<string, object> values = new Dictionary<string, object>(3)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilter.cs (4)
107internal Dictionary<string, HeaderBit[]> HeaderLookup 188Dictionary<QName, int> qnameLookup; 189Dictionary<string, HeaderBit[]> headerLookup; 274internal Dictionary<string, HeaderBit[]> HeaderLookup
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (9)
23protected Dictionary<MessageFilter, TFilterData> filters; 24protected Dictionary<MessageFilter, Candidate> candidates; 29Dictionary<string, HeaderBit[]> headerLookup; 30Dictionary<Uri, CandidateSet> toHostLookup; 31Dictionary<Uri, CandidateSet> toNoHostLookup; 206protected byte[] BuildMask(Dictionary<string, HeaderBit[]> headerLookup) 796internal Dictionary<string, HeaderBit[]> headerLookup; 798internal Candidate(MessageFilter filter, TFilterData data, byte[] mask, Dictionary<string, HeaderBit[]> headerLookup) 809internal Dictionary<QName, int> qnames;
System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (2)
188internal void ProcessHeaders(Message msg, Dictionary<QName, int> qnameLookup, Dictionary<string, HeaderBit[]> headerLookup)
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
27Dictionary<string, ProxyOperationRuntime> operations;
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
1782Dictionary<string, DispatchOperationRuntime> map;
System\ServiceModel\Dispatcher\MessageFilter.cs (1)
53Dictionary<MessageFilter, FilterData> filters;
System\ServiceModel\Dispatcher\MessageFilterTable.cs (2)
20Dictionary<Type, Type> filterTypeMappings; 21Dictionary<MessageFilter, TFilterData> filters;
System\ServiceModel\Dispatcher\MessageQueryTable.cs (2)
17Dictionary<Type, MessageQueryCollection> collectionsByType; 18Dictionary<MessageQuery, TItem> dictionary;
System\ServiceModel\Dispatcher\OperationSelectorBehavior.cs (1)
37Dictionary<object, string> operationMap;
System\ServiceModel\Dispatcher\PrefixEndpointAddressMessageFilter.cs (1)
100internal Dictionary<string, HeaderBit[]> HeaderLookup
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
864Dictionary<object, Opcode> lastLookup;
System\ServiceModel\Dispatcher\QueryRelOp.cs (1)
249Dictionary<object, QueryBranch> literals;
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (8)
283Dictionary<string, Dictionary<string, List<SubExpr>>> nameLookup; 284Dictionary<SubExpr, MyInt> indexLookup; 289this.nameLookup = new Dictionary<string, Dictionary<string, List<SubExpr>>>(); 303Dictionary<string, List<SubExpr>> nextLookup; 353Dictionary<string, List<SubExpr>> nextLookup; 432Dictionary<string, List<SubExpr>> nextLookup; 469Dictionary<object, List<SubExpr>> removalMapping;
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (1)
39Dictionary<string, string> domainNameMap;
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
629Dictionary<Transaction, RemoveReferenceRM> pending; // When Concurrency=true, all the still pending guys.
System\ServiceModel\Dispatcher\UniqueContractNameValidationBehavior.cs (1)
15Dictionary<XmlQualifiedName, ContractDescription> contracts = new Dictionary<XmlQualifiedName, ContractDescription>();
System\ServiceModel\Dispatcher\XPathMessageContext.cs (1)
39internal static Dictionary<string, string> defaultNamespaces;
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (1)
627Dictionary<string, string> prefixMap = new Dictionary<string, string>();
System\ServiceModel\Dispatcher\XPathMessageFilterTable.cs (1)
21internal Dictionary<MessageFilter, TFilterData> filters;
System\ServiceModel\MessageHeaderT.cs (1)
81static Dictionary<Type, TypedHeaderManager> cache = new Dictionary<Type, TypedHeaderManager>();
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (5)
159Dictionary<Guid, RegistrationEntry> entryTable; 160Dictionary<string, RegistrationEntry> service2EntryTable; 172public Dictionary<Guid, RegistrationEntry> EntryTable 178public Dictionary<string, RegistrationEntry> Service2EntryTable 197Dictionary<string, MeshEntry> meshId2Entry = new Dictionary<string, MeshEntry>();
System\ServiceModel\Security\AsymmetricSecurityProtocol.cs (1)
223IList<SecurityToken> signedEndorsingTokens, IList<SecurityToken> signedTokens, Dictionary<SecurityToken, ReadOnlyCollection<IAuthorizationPolicy>> tokenPoliciesMapping)
System\ServiceModel\Security\IssuedTokenClientCredential.cs (2)
17Dictionary<Uri, KeyedByTypeCollection<IEndpointBehavior>> issuerChannelBehaviors; 116public Dictionary<Uri, KeyedByTypeCollection<IEndpointBehavior>> IssuerChannelBehaviors
System\ServiceModel\Security\MessageSecurityProtocol.cs (1)
172IList<SecurityToken> signedEndorsingTokens, IList<SecurityToken> signedTokens, Dictionary<SecurityToken, ReadOnlyCollection<IAuthorizationPolicy>> tokenPoliciesMapping)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (2)
73Dictionary<SecurityToken, ReadOnlyCollection<IAuthorizationPolicy>> tokenPoliciesMapping; 457public Dictionary<SecurityToken, ReadOnlyCollection<IAuthorizationPolicy>> SecurityTokenAuthorizationPoliciesMapping
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (2)
17Dictionary<string, MessagePartSpecification> actionParts; 18Dictionary<string, MessagePartSpecification> readOnlyNormalizedActionParts;
System\ServiceModel\Security\SecurityProtocol.cs (3)
35Dictionary<string, ICollection<SupportingTokenProviderSpecification>> scopedSupportingTokenProviderSpecification; 36Dictionary<string, Collection<SupportingTokenProviderSpecification>> mergedSupportingTokenProvidersMap; 79public Dictionary<string, ICollection<SupportingTokenProviderSpecification>> ScopedSupportingTokenProviderSpecification
System\ServiceModel\Security\SecurityProtocolFactory.cs (3)
91Dictionary<string, ICollection<SupportingTokenAuthenticatorSpecification>> scopedSupportingTokenAuthenticatorSpecification; 92Dictionary<string, MergedSupportingTokenAuthenticatorSpecification> mergedSupportingTokenAuthenticatorsMap; 503public Dictionary<string, ICollection<SupportingTokenAuthenticatorSpecification>> ScopedSupportingTokenAuthenticatorSpecification
System\ServiceModel\Security\SecuritySessionFilter.cs (2)
135Dictionary<UniqueId, KeyValuePair<MessageFilter, FilterData>> contextMappings; 136Dictionary<MessageFilter, FilterData> filterMappings;
System\ServiceModel\Security\SecuritySessionServerSettings.cs (4)
42Dictionary<UniqueId, IServerReliableChannelBinder> pendingSessions1; 43Dictionary<UniqueId, IServerReliableChannelBinder> pendingSessions2; 52Dictionary<UniqueId, IServerSecuritySessionChannel> activeSessions; 917Dictionary<UniqueId, IServerReliableChannelBinder> temp = this.pendingSessions2;
System\ServiceModel\Security\SendSecurityHeaderElementContainer.cs (1)
27Dictionary<SecurityToken, SecurityKeyIdentifierClause> securityTokenMappedToIdentifierClause = null;
System\ServiceModel\Security\TransportSecurityProtocol.cs (1)
199IList<SecurityToken> signedEndorsingTokens, IList<SecurityToken> signedTokens, Dictionary<SecurityToken, ReadOnlyCollection<IAuthorizationPolicy>> tokenPoliciesMapping)
System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (2)
21Dictionary<Uri, X509Certificate2> scopedCertificates; 61public Dictionary<Uri, X509Certificate2> ScopedCertificates
System\ServiceModel\ServiceHost.cs (8)
50Dictionary<DispatcherBuilder.ListenUriInfo, Collection<ServiceEndpoint>> endpointsByListenUriInfo; 278internal Dictionary<DispatcherBuilder.ListenUriInfo, Collection<ServiceEndpoint>> EndpointsByListenUriInfo 290Dictionary<DispatcherBuilder.ListenUriInfo, Collection<ServiceEndpoint>> GetEndpointsByListenUriInfo() 292Dictionary<DispatcherBuilder.ListenUriInfo, Collection<ServiceEndpoint>> endpointDictionary = new Dictionary<DispatcherBuilder.ListenUriInfo, Collection<ServiceEndpoint>>(); 505Dictionary<string, string> dictionary = new Dictionary<string, string>(); 1617Dictionary<string, ContractDescription> behaviorContracts; 1619public Dictionary<string, ContractDescription> BehaviorContracts 2069Dictionary<string, ContractDescription> implementedContracts = new Dictionary<string, ContractDescription>();
System\ServiceModel\ServiceModelDictionary.cs (2)
16Dictionary<string, int> dictionary; 44Dictionary<string, int> dictionary = new Dictionary<string, int>(count);
System\ServiceModel\SynchronizedKeyedCollection.cs (1)
17Dictionary<K, T> dictionary;
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
597Dictionary<XmlQualifiedName, string> attrs = null;
System\ServiceModel\Syndication\CategoriesDocument.cs (1)
26public Dictionary<XmlQualifiedName, string> AttributeExtensions
System\ServiceModel\Syndication\ExtensibleSyndicationObject.cs (2)
16Dictionary<XmlQualifiedName, string> attributeExtensions; 43public Dictionary<XmlQualifiedName, string> AttributeExtensions
System\ServiceModel\Syndication\IExtensibleSyndicationObject.cs (1)
15Dictionary<XmlQualifiedName, string> AttributeExtensions
System\ServiceModel\Syndication\ResourceCollectionInfo.cs (1)
86public Dictionary<XmlQualifiedName, string> AttributeExtensions
System\ServiceModel\Syndication\ServiceDocument.cs (1)
38public Dictionary<XmlQualifiedName, string> AttributeExtensions
System\ServiceModel\Syndication\SyndicationCategory.cs (1)
53public Dictionary<XmlQualifiedName, string> AttributeExtensions
System\ServiceModel\Syndication\SyndicationContent.cs (2)
19Dictionary<XmlQualifiedName, string> attributeExtensions; 30public Dictionary<XmlQualifiedName, string> AttributeExtensions
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
123public Dictionary<XmlQualifiedName, string> AttributeExtensions
System\ServiceModel\Syndication\SyndicationItem.cs (1)
92public Dictionary<XmlQualifiedName, string> AttributeExtensions
System\ServiceModel\Syndication\SyndicationLink.cs (1)
65public Dictionary<XmlQualifiedName, string> AttributeExtensions
System\ServiceModel\Syndication\SyndicationPerson.cs (1)
55public Dictionary<XmlQualifiedName, string> AttributeExtensions
System\ServiceModel\Syndication\Workspace.cs (1)
44public Dictionary<XmlQualifiedName, string> AttributeExtensions
System\ServiceModel\TransactionFlowAttribute.cs (5)
37Dictionary<DirectionalAction, TransactionFlowOption> dictionary = EnsureDictionary(parameters); 50static Dictionary<DirectionalAction, TransactionFlowOption> EnsureDictionary(BindingParameterCollection parameters) 52Dictionary<DirectionalAction, TransactionFlowOption> dictionary = 53parameters.Find<Dictionary<DirectionalAction, TransactionFlowOption>>(); 64Dictionary<DirectionalAction, TransactionFlowOption> dictionary = EnsureDictionary(parameters);
System\ServiceModel\Transactions\TransactionCache.cs (1)
39static Dictionary<T, S> cache = new Dictionary<T, S>();
System\ServiceModel\XamlIntegration\XPathMessageContextMarkupExtension.cs (2)
15Dictionary<string, string> namespaces; 48public Dictionary<string, string> Namespaces
System\UriTemplate.cs (5)
25internal readonly Dictionary<string, UriTemplateQueryValue> queries; // keys are original case specified in UriTemplate constructor, dictionary ignores case 28readonly Dictionary<string, string> additionalDefaults; // keys are original case specified in UriTemplate constructor, dictionary ignores case 1009Dictionary<string, string> defaults; 1138Dictionary<string, string> defaultValues; // key is the variable name (in uppercase; as appear in the variable names lists) 1167public Dictionary<string, string> DefaultValues
System\UriTemplateHelpers.cs (3)
261Dictionary<string, byte> queryVarNamesWithLiteralVals = new Dictionary<string, byte>(StringComparer.OrdinalIgnoreCase); 277Dictionary<string, byte> queryVarNamesAllLiterals = new Dictionary<string, byte>(queryVarNamesWithLiteralVals); 330static string[] GetQueryLiterals(UriTemplate up, Dictionary<string, byte> queryVarNames)
System\UriTemplateTable.cs (1)
22Dictionary<string, FastPathInfo> fastPathTable; // key is uri.PathAndQuery, fastPathTable may be null
System\UriTemplateTrieNode.cs (2)
17Dictionary<UriTemplateLiteralPathSegment, UriTemplatePathPartiallyEquivalentSet> finalLiteralSegment; // matches e.g. "segmentThatDoesntEndInSlash" 20Dictionary<UriTemplateLiteralPathSegment, UriTemplateTrieLocation> nextLiteralSegment; // all are BeforeLiteral; matches e.g. "path/"
System.ServiceModel.Activation (4)
System\ServiceModel\Activation\CollectibleLRUCache.cs (1)
58Dictionary<TKey, CollectibleNode> directory;
System\ServiceModel\Activation\Diagnostics\TraceUtility.cs (1)
15static Dictionary<int, string> traceCodes = new Dictionary<int, string>(7)
System\ServiceModel\Channels\MsmqHostedTransportManager.cs (1)
112Dictionary<string, string> privateMatches = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);
System\ServiceModel\ServiceHostingEnvironment.cs (1)
1146Dictionary<string, Uri> schemeMappings = new Dictionary<string, Uri>();
System.ServiceModel.Activities (28)
System\ServiceModel\Activities\Dispatcher\BufferedReceiveManager.cs (2)
17Dictionary<InstanceKey, List<BufferedReceiveMessageProperty>> bufferedProperties; 380Dictionary<int, ThrottleEntry> pendingMessages;
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (7)
93Dictionary<string, string> values = new Dictionary<string, string>(); 178CorrelationKey GetInstanceKey(Dictionary<string, string> values) 204void TraceCorrelationKeys(InstanceKey instanceKey, Dictionary<string, string> values) 309static internal CorrelationCacheKey CreateKey(Dictionary<string, string> keys) 332public SingleCacheKey(Dictionary<string, string> keys) 360Dictionary<string, string> keyValues; 363public MultipleCacheKey(Dictionary<string, string> keys)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (1)
24internal static Dictionary<int, PersistenceContextEnlistment> Enlistments = new Dictionary<int, PersistenceContextEnlistment>();
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (3)
32readonly Dictionary<Guid, PersistenceContext> keyMap; 37Dictionary<Guid, PersistenceContext> instanceCache; 39Dictionary<InstanceKey, AsyncWaitHandle> loadsInProgress;
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (4)
101Dictionary<string, List<PendingOperationAsyncResult>> pendingOperations; 1520Dictionary<XName, InstanceValue> GeneratePersistenceData() 1522Dictionary<XName, InstanceValue> data = new Dictionary<XName, InstanceValue>(10); 3758Dictionary<XName, InstanceValue> initialPersistenceData = this.instance.GeneratePersistenceData();
System\ServiceModel\Activities\InitializeCorrelation.cs (1)
57Dictionary<string, string> dictionary = new Dictionary<string, string>();
System\ServiceModel\Activities\InternalSendMessage.cs (1)
1507Dictionary<string, string> contextValues = new Dictionary<string, string>(1)
System\ServiceModel\Activities\WorkflowCreationContext.cs (1)
15Dictionary<string, object> workflowArguments;
System\ServiceModel\Activities\WorkflowService.cs (6)
134internal Dictionary<OperationIdentifier, OperationProperty> OperationProperties 319Dictionary<OperationIdentifier, OperationProperty> operationProperties = this.OperationProperties; 346Dictionary<OperationIdentifier, OperationProperty> CreateOperationProperties(Collection<ValidationError> validationErrors) 348Dictionary<OperationIdentifier, OperationProperty> operationProperties = null; 1048Dictionary<OperationIdentifier, OperationProperty> operationProperties; 1239Dictionary<OperationIdentifier, OperationProperty> operationProperties;
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)
24private volatile Dictionary<UniqueId, IUdpRetransmitter> retransmitList;
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\AsyncOperationLifetimeManager.cs (1)
20Dictionary<UniqueId, AsyncOperationContext> activeOperations;
System\ServiceModel\Discovery\FindResponse.cs (1)
14Dictionary<EndpointDiscoveryMetadata, DiscoveryMessageSequence> messageSequenceTable;
System\ServiceModel\Discovery\ScopeCompiler.cs (1)
384Dictionary<string, string> attrTypeValueTable = new Dictionary<string, string>();
System.ServiceModel.Internals (6)
System\Runtime\Collections\ObjectCache.cs (1)
25Dictionary<TKey, Item> cacheItems;
System\Runtime\Diagnostics\EventLogger.cs (1)
173Dictionary<string, string> eventValues = new Dictionary<string, string>(logValues.Length + RequiredValueCount);
System\Runtime\DuplicateDetector.cs (1)
12Dictionary<T, LinkedListNode<T>> items;
System\Runtime\MruCache.cs (1)
13Dictionary<TKey, CacheEntry> items;
System\Runtime\TypeHelper.cs (2)
129Dictionary<Type, object> typesEncountered = new Dictionary<Type, object>(); 136static void GetImplementedTypesHelper(Type type, Dictionary<Type, object> typesEncountered)
System.ServiceModel.Routing (3)
System\ServiceModel\Dispatcher\StrictAndMessageFilter.cs (1)
53Dictionary<MessageFilter, TFilterData> andFilters;
System\ServiceModel\Routing\SendOperation.cs (1)
20Dictionary<string, Exception> exceptions;
System\ServiceModel\Routing\SessionChannels.cs (1)
20Dictionary<RoutingEndpointTrait, IRoutingClient> sessions;
System.ServiceModel.WasHosting (1)
System\ServiceModel\WasHosting\BaseProcessProtocolHandler.cs (1)
24Dictionary<int, ListenerChannelContext> listenerChannelIdMapping = new Dictionary<int, ListenerChannelContext>();
System.ServiceModel.Web (39)
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 (8)
297internal virtual Dictionary<string, string> GetWmiProperties() 299Dictionary<string, string> result = new Dictionary<string, string>(); 317Dictionary<string, string> properties = this.GetWmiProperties(); 625Dictionary<WebMessageFormat, IDispatchMessageFormatter> formatters = new Dictionary<WebMessageFormat, IDispatchMessageFormatter>(); 908static void HideRequestUriTemplateParameters(OperationDescription operationDescription, Dictionary<int, string> pathMapping, Dictionary<int, KeyValuePair<string, Type>> queryMapping, Effect effect) 1112Dictionary<WebContentFormat, IClientMessageFormatter> map = new Dictionary<WebContentFormat, IClientMessageFormatter>(); 1127Dictionary<WebContentFormat, IDispatchMessageFormatter> map = new Dictionary<WebContentFormat, IDispatchMessageFormatter>();
System\ServiceModel\Dispatcher\DemultiplexingClientMessageFormatter.cs (1)
17Dictionary<WebContentFormat, IClientMessageFormatter> formatters;
System\ServiceModel\Dispatcher\DemultiplexingDispatchMessageFormatter.cs (1)
18Dictionary<WebContentFormat, IDispatchMessageFormatter> formatters;
System\ServiceModel\Dispatcher\FormatSelectingMessageInspector.cs (2)
23Dictionary<string, MultiplexingDispatchMessageFormatter> formatters; 24Dictionary<string, NameValueCache<FormatContentTypePair>> caches;
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (3)
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>> 804public Dictionary<Type, Action<XmlSchemaObject, HelpExampleGeneratorContext>> objectHandler;
System\ServiceModel\Dispatcher\HelpPage.cs (1)
34Dictionary<string, OperationHelpInformation> operationInfoDictionary;
System\ServiceModel\Dispatcher\JsonFormatMapping.cs (1)
18static Dictionary<Encoding, MessageEncoder> encoders = new Dictionary<Encoding, MessageEncoder>();
System\ServiceModel\Dispatcher\MultiplexingDispatchMessageFormatter.cs (4)
18Dictionary<WebMessageFormat, IDispatchMessageFormatter> formatters; 20Dictionary<WebMessageFormat, string> defaultContentTypes; 27public Dictionary<WebMessageFormat, string> DefaultContentTypes 35public MultiplexingDispatchMessageFormatter(Dictionary<WebMessageFormat, IDispatchMessageFormatter> formatters, WebMessageFormat defaultFormat)
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)
18Dictionary<Type, XmlTypeMapping> allTypes; 20Dictionary<Object, IList<Type>> operationTypes; 22Dictionary<Type, XmlSerializer> serializersMap;
System\ServiceModel\Dispatcher\UriTemplateClientFormatter.cs (5)
22internal Dictionary<int, string> pathMapping; 23internal Dictionary<int, KeyValuePair<string, Type>> queryMapping; 135internal static void Populate(out Dictionary<int, string> pathMapping, 136out Dictionary<int, KeyValuePair<string, Type>> queryMapping, 149Dictionary<string, byte> alreadyGotVars = new Dictionary<string, byte>(StringComparer.OrdinalIgnoreCase);
System\ServiceModel\Dispatcher\UriTemplateDispatchFormatter.cs (2)
24internal Dictionary<int, string> pathMapping; 25internal Dictionary<int, KeyValuePair<string, Type>> queryMapping;
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (3)
33Dictionary<string, UriTemplateTable> methodSpecificTables; // indexed by the http method name 35Dictionary<string, UriTemplate> templates; 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 (4)
System\Transactions\Oletx\HandleTable.cs (1)
11private static Dictionary<int, object> handleTable = new Dictionary<int, object>(256);
System\Transactions\Trace\DiagnosticTrace.cs (3)
38static Dictionary<int, string> traceEventTypeNames; 108static Dictionary<int, string> TraceEventTypeNames 596Dictionary<string, string> values = new Dictionary<string, string>(3);
System.Web (65)
Compilation\AssemblyResolver.cs (6)
56private static Dictionary<Assembly, string> s_assemblyLocations; 57private static Dictionary<Assembly, AssemblyResolutionResult> s_assemblyResults; 58private static Dictionary<Assembly, ReferenceAssemblyType> s_assemblyTypes; 180private static Dictionary<Assembly, string> AssemblyLocations { 189private static Dictionary<Assembly, AssemblyResolutionResult> AssemblyResolutionResults { 198private static Dictionary<Assembly, ReferenceAssemblyType> ReferenceAssemblyTypes {
Compilation\BuildManager.cs (3)
223private Dictionary<String, AssemblyReferenceInfo> _topLevelAssembliesIndexTable; 226private Dictionary<String, String> _generatedFileTable; 227internal static Dictionary<String, String> GenerateFileTable {
Compilation\BuildManagerHost.cs (1)
312Dictionary<String, String>.Enumerator e = BuildManager.GenerateFileTable.GetEnumerator();
Compilation\BuildProvider.cs (1)
68private static Dictionary<string, BuildProviderInfo> s_dynamicallyRegisteredProviders = new Dictionary<string, BuildProviderInfo>();
Configuration\FolderLevelBuildProviderCollection.cs (1)
18private Dictionary<FolderLevelBuildProviderAppliesTo, List<Type>> _buildProviderMappings;
Configuration\serverconfig.cs (1)
34static Dictionary<string, ExpressServerConfig> s_expressConfigs;
Hosting\ApplicationManager.cs (9)
76private Dictionary <string, LockableAppDomainContext> _appDomains = new Dictionary<string, LockableAppDomainContext>(StringComparer.OrdinalIgnoreCase); 491Dictionary<string, LockableAppDomainContext> apps = CloneAppDomainsCollection(); 524Dictionary <string, LockableAppDomainContext> oldTable = null; 552Dictionary<string, LockableAppDomainContext> apps = CloneAppDomainsCollection(); 577Dictionary<string, LockableAppDomainContext> apps = CloneAppDomainsCollection(); 778Dictionary<string, LockableAppDomainContext> apps = CloneAppDomainsCollection(); 909Dictionary<string, object> appDomainAdditionalData = new Dictionary<string, object>(); 1030Dictionary<string, bool> clrQuirks = null; 1728private Dictionary<string, LockableAppDomainContext> CloneAppDomainsCollection() {
Hosting\ObjectCacheHost.cs (1)
17private Dictionary<MemoryCache, MemoryCacheInfo> _cacheInfos;
HttpApplication.cs (3)
153private Dictionary<string, RequestNotification> _pipelineEventMasks; 1839private void BuildEventMaskDictionary(Dictionary<string, RequestNotification> eventMask) { 1868Dictionary<string, RequestNotification> dict = new Dictionary<string, RequestNotification>();
MimeMapping.cs (1)
36private readonly Dictionary<string, string> _mappings = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);
ModelBinding\CookieValueProvider.cs (1)
12private readonly Dictionary<string, ValueProviderResultPlaceholder> _values = new Dictionary<string, ValueProviderResultPlaceholder>(StringComparer.OrdinalIgnoreCase);
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\DictionaryModelBinderProvider.cs (1)
10return CollectionModelBinderUtil.GetGenericBinder(typeof(IDictionary<,>), typeof(Dictionary<,>), typeof(DictionaryModelBinder<,>), bindingContext.ModelMetadata);
ModelBinding\DictionaryValueProvider`1.cs (1)
9private readonly Dictionary<string, ValueProviderResult> _values = new Dictionary<string, ValueProviderResult>(StringComparer.OrdinalIgnoreCase);
ModelBinding\ModelBinderDictionary.cs (1)
10private readonly Dictionary<Type, IModelBinder> _innerDictionary = new Dictionary<Type, IModelBinder>();
ModelBinding\ModelBindingContext.cs (1)
13private Dictionary<string, ModelMetadata> _propertyMetadata;
ModelBinding\ModelBindingExecutionContext.cs (1)
12private Dictionary<Type, object> _services = new Dictionary<Type,object>();
ModelBinding\ModelMetadata.cs (2)
14private Dictionary<string, object> _additionalValues = new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase); 47public virtual Dictionary<string, object> AdditionalValues {
ModelBinding\ModelStateDictionary.cs (1)
10private readonly Dictionary<string, ModelState> _innerDictionary = new Dictionary<string, ModelState>(StringComparer.OrdinalIgnoreCase);
ModelBinding\NameValueCollectionValueProvider.cs (1)
13private readonly Dictionary<string, ValueProviderResultPlaceholder> _values = new Dictionary<string, ValueProviderResultPlaceholder>(StringComparer.OrdinalIgnoreCase);
ModelBinding\SessionAttribute.cs (1)
33Dictionary<string, object> backingStore = new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase);
Routing\RouteCollection.cs (1)
12private Dictionary<string, RouteBase> _namedMap = new Dictionary<string, RouteBase>(StringComparer.OrdinalIgnoreCase);
Routing\RouteValueDictionary.cs (4)
9private Dictionary<string, object> _dictionary; 32public Dictionary<string, object>.KeyCollection Keys { 38public Dictionary<string, object>.ValueCollection Values { 85public Dictionary<string, object>.Enumerator GetEnumerator() {
UI\ClientScriptManager.cs (7)
64private Dictionary<Assembly, Dictionary<String, Object>> _registeredResourcesToSuppress; 93internal Dictionary<Assembly, Dictionary<String, Object>> RegisteredResourcesToSuppress { 96_registeredResourcesToSuppress = new Dictionary<Assembly, Dictionary<String, Object>>(); 1177Dictionary<String, Object> resources; 1205Dictionary<String, Object> systemWebResources;
UI\Page.cs (1)
289internal Dictionary<String, String> _hiddenFieldsToRender;
UI\WebControls\Content.cs (1)
82Dictionary<string, string> preservedAttributes = new Dictionary<string, string>();
UI\WebControls\MethodParametersDictionary.cs (2)
12private Dictionary<string, MethodParameterValue> _innerDictionary; 91private Dictionary<string, MethodParameterValue> InnerDictionary {
UI\WebControls\ModelDataSourceView.cs (1)
1073Dictionary<string, object> genericDictionary = new Dictionary<string, object>();
UI\WebControls\TreeView.cs (1)
3356Dictionary<int, TreeNode> populatedNodes = null;
UI\WebControls\Wizard.cs (2)
83private Dictionary<WizardStepBase, BaseNavigationTemplateContainer> _customNavigationContainers; 1154internal Dictionary<WizardStepBase, BaseNavigationTemplateContainer> CustomNavigationContainers {
UI\WebParts\PersonalizationStateInfoCollection.cs (1)
16private Dictionary<Key, int> _indices;
UI\WebParts\PersonalizationStateQuery.cs (1)
16private static readonly Dictionary<String, Type> _knownPropertyTypeMappings;
UI\WebParts\WebPart.cs (2)
69private Dictionary<ProviderConnectionPoint, int> _trackerCounter; 605internal Dictionary<ProviderConnectionPoint, int> TrackerCounter {
Util\AppVerifier.cs (1)
21private static readonly Dictionary<AppVerifierErrorCode, string> _errorStringMappings = new Dictionary<AppVerifierErrorCode, string>() {
System.Web.DataVisualization (2)
Common\General\Chart.cs (1)
4145private Dictionary<KeyInfo, Font> _fontCache = new Dictionary<KeyInfo, Font>(new KeyInfo.EqualityComparer());
WebForm\General\ChartHttpHandler.cs (1)
566Dictionary<String, String> settings = new Dictionary<String, String>();
System.Web.DynamicData (32)
DynamicData\ControlFilterExpression.cs (4)
110var nameColumnMapping = table.PrimaryKeyColumns.ToDictionary(c => c.Name); 117Dictionary<string, MetaColumn> nameColumnMapping = CreateColumnMapping(column, otherTable.PrimaryKeyColumns); 121private static Dictionary<string, MetaColumn> CreateColumnMapping(MetaForeignKeyColumn column, IList<MetaColumn> columns) { 124Dictionary<string, MetaColumn> nameColumnMapping = new Dictionary<string, MetaColumn>();
DynamicData\DataSourceUtil.cs (2)
14private static Dictionary<Type, TypeCode> s_typeToTypeCodeMap; 22Dictionary<Type, TypeCode> typeNameToTypeCode = new Dictionary<Type, TypeCode>();
DynamicData\DynamicDataManager.cs (1)
30private Dictionary<IDynamicDataSource, object> _dataSources = new Dictionary<IDynamicDataSource, object>();
DynamicData\DynamicDataRouteHandler.cs (4)
72Dictionary<long, string> virtualPathCache = GetVirtualPathCache(); 84private Dictionary<long, string> GetVirtualPathCache() { 86Dictionary<long, string> virtualPathCache = (Dictionary<long, string>)httpContext.Items[_requestItemsKey];
DynamicData\DynamicHyperLink.cs (1)
35private Dictionary<string, string> _extraRouteParams = new Dictionary<string, string>();
DynamicData\DynamicValidator.cs (2)
24private Dictionary<Type, bool> _ignoredModelValidationAttributes; 175internal void SetIgnoredModelValidationAttributes(Dictionary<Type, bool> ignoredModelValidationAttributes) {
DynamicData\FieldTemplateFactory.cs (2)
24private Dictionary<Type, string> _typesToTemplateNames; 25private Dictionary<Type, Type> _typesFallBacks;
DynamicData\FieldTemplateUserControl.cs (1)
23private Dictionary<Type, bool> _ignoredModelValidationAttributes;
DynamicData\MetaForeignKeyColumn.cs (1)
18private Dictionary<string, string> _foreignKeyFilterMapping;
DynamicData\MetaModel.cs (2)
24private Dictionary<string, MetaTable> _tablesByUniqueName = new Dictionary<string, MetaTable>(StringComparer.OrdinalIgnoreCase); 25private Dictionary<ContextTypeTableNamePair, MetaTable> _tablesByContextAndName = new Dictionary<ContextTypeTableNamePair, MetaTable>();
DynamicData\MetaTable.cs (3)
28private Dictionary<string, MetaColumn> _columnsByName; 662Dictionary<string, object> result = new Dictionary<string, object>(); 860Dictionary<string, object> columnValues = new Dictionary<string, object>();
DynamicData\ModelProviders\DLinqDataModelProvider.cs (2)
12private Dictionary<PropertyInfo, DLinqColumnProvider> _columnLookup = new Dictionary<PropertyInfo, DLinqColumnProvider>(); 57internal Dictionary<PropertyInfo, DLinqColumnProvider> ColumnLookup {
DynamicData\ModelProviders\EFDataModelProvider.cs (3)
13internal Dictionary<long, EFColumnProvider> RelationshipEndLookup { get; private set; } 14internal Dictionary<EntityType, EFTableProvider> TableEndLookup { get; private set; } 16private Dictionary<EdmType, Type> _entityTypeToClrType = new Dictionary<EdmType, Type>();
DynamicData\Util\MetaTableHelper.cs (3)
18internal static Dictionary<object, MappingInfo> GetMapping(HttpContextBase httpContext) { 19Dictionary<object, MappingInfo> mapping = httpContext.Items[s_mappingKey] as Dictionary<object, MappingInfo>;
DynamicData\Util\Misc.cs (1)
72Dictionary<string, object> values = new Dictionary<string, object>();
System.Web.Entity (32)
System\Data\WebControls\EntityDataSourceReferenceGroup.cs (2)
53internal abstract void SetKeyValues(EntityDataSourceWrapper wrapper, Dictionary<string, object> newKeyValues); 66internal override void SetKeyValues(EntityDataSourceWrapper wrapper, Dictionary<string, object> newKeyValues)
System\Data\WebControls\EntityDataSourceUtil.cs (7)
674Dictionary<string, object> changedProperties, 677Dictionary<string, Exception> exceptions = null; 964Dictionary<EdmProperty, EntityDataSourcePropertyColumn> entityProperties = AddPropertyColumns(columns, ocWorkspace, parent, entityType.Properties, interestingMembers); 977private static Dictionary<EdmProperty, EntityDataSourcePropertyColumn> AddPropertyColumns(List<EntityDataSourceColumn> columns, MetadataWorkspace ocWorkspace, EntityDataSourceMemberPath parent, IEnumerable<EdmProperty> properties, ReadOnlyCollection<EdmMember> interestingMembers) 979Dictionary<EdmProperty, EntityDataSourcePropertyColumn> result = new Dictionary<EdmProperty, EntityDataSourcePropertyColumn>(); 1020private static void AddReferenceKeyColumns(List<EntityDataSourceColumn> columns, MetadataWorkspace ocWorkspace, EntitySet entitySet, EntityType entityType, Dictionary<EdmProperty, EntityDataSourcePropertyColumn> entityProperties) 1053internal static void ValidateKeyPropertyValuesExist(EntityDataSourceWrapper entityWrapper, Dictionary<string, object> propertyValues)
System\Data\WebControls\EntityDataSourceValidationException.cs (5)
64internal EntityDataSourceValidationException(string message, Dictionary<string, Exception> innerExceptions) 74private void InitializeExceptionState(Dictionary<string, Exception> innerExceptions) 105private readonly Dictionary<string, Exception> _innerExceptions; 111public EntityDataSourceValidationExceptionState(Dictionary<string, Exception> innerExceptions) 119public Dictionary<string, Exception> InnerExceptions
System\Data\WebControls\EntityDataSourceView.cs (15)
163private Dictionary<string, ArrayList> _originalProperties; 472Dictionary<string, object> originalEntityValues = new Dictionary<string, object>(); 613Dictionary<string, object> entityValues = new Dictionary<string, object>(); 852Dictionary<string, object> convertedValues, 856ref Dictionary<string, Exception> exceptions) 882private void ConvertProperties(IDictionary values, PropertyDescriptorCollection propertyDescriptors, ParameterCollection referenceParameters, Dictionary<string, object> convertedValues) 885Dictionary<string, Exception> exceptions = null; 941Dictionary<string, object> entityValues = new Dictionary<string, object>(); 947private void UpdateEntity(Dictionary<string, object> originalEntityValues, IDictionary values, 951Dictionary<string, object> currentEntityValues = new Dictionary<string, object>(); 953Dictionary<string, object> allModifiedProperties = new Dictionary<string, object>(); 1017private void GetValuesFromViewState(Dictionary<string, object> entityValues) 1044Dictionary<string, object> localMergedKeysAndOldValues = (Dictionary<string, object>)mergedKeysAndOldValues; 1609_originalProperties = (Dictionary<string, ArrayList>)state.Second;
System\Data\WebControls\EntityDataSourceWrapper.cs (3)
111internal void SetAllProperties(Dictionary<string, object> propertiesFromViewState, bool overwriteSameValue, 112ref Dictionary<string, Exception> propertySettingExceptionsCaught) 186Dictionary<string, object> partialKeys = new Dictionary<string, object>();
System.Web.Extensions (93)
ApplicationServices\ApplicationServiceHelper.cs (7)
28private static Dictionary<string, object> _profileAllowedGet; 29private static Dictionary<string, object> _profileAllowedSet; 35internal static Dictionary<string, object> ProfileAllowedGet { 42internal static Dictionary<string, object> ProfileAllowedSet { 124Dictionary<string, object> readAccessProperties = null; 125Dictionary<string, object> writeAccessProperties = null; 221private static void ParseProfilePropertyList(Dictionary<string, object> dictionary, string[] properties) {
ApplicationServices\ProfileService.cs (7)
62public Dictionary<string, object> GetPropertiesForCurrentUser(IEnumerable<string> properties, bool authenticatedUserOnly) { 74Dictionary<string, object> retDict = new Dictionary<string, object>(); 87Dictionary<string, object> allowedGet = ApplicationServiceHelper.ProfileAllowedGet; 117public Dictionary<string, object> GetAllPropertiesForCurrentUser(bool authenticatedUserOnly) { 123Dictionary<string, object> retDict = new Dictionary<string, object>(); 131Dictionary<string, object> allowedGet = ApplicationServiceHelper.ProfileAllowedGet; 173Dictionary<string, object> allowedSet = ApplicationServiceHelper.ProfileAllowedSet;
ClientServices\Providers\ClientSettingsProvider.cs (4)
535typeof(Dictionary<string, object>)); 543Dictionary<string, object> ret = (Dictionary<string, object>) obj; 618Dictionary<string, object> propertyValues = new Dictionary<string, object>();
ClientServices\Providers\ProxyHelper.cs (2)
82Dictionary<string, object> wrapperObject = js.DeserializeObject(responseJson) as Dictionary<string, object>;
Compilation\WCFModel\SchemaMerger.cs (4)
84Dictionary<XmlQualifiedName, XmlSchemaObject>[] knownItemTables = new Dictionary<XmlQualifiedName, XmlSchemaObject>[schemaTopLevelItemTypes.Length]; 98Dictionary<XmlQualifiedName, XmlSchemaObject> knownItemTable = knownItemTables[i]; 134Dictionary<XmlQualifiedName, XmlSchemaObject> knownItemTable,
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (10)
82private Dictionary<ServiceEndpoint, ChannelEndpointElement> serviceEndpointToChannelEndpointElementMap; 220public Dictionary<ServiceEndpoint, ChannelEndpointElement> EndpointMap 293Dictionary<ServiceEndpoint, ChannelEndpointElement> serviceEndpointToChannelEndpointElementMap, 412Dictionary<ServiceEndpoint, ChannelEndpointElement> serviceEndpointToChannelEndpointElementMap; 631out Dictionary<ServiceEndpoint, ChannelEndpointElement> serviceEndpointToChannelEndpointElementMap, 840Dictionary<Type, ReferencedType> sharedTypeTable = new Dictionary<Type, ReferencedType>(); 1341Dictionary<string, byte[]> extensionFileContents = null; 1401private static Dictionary<string, byte[]> CreateDictionaryOfCopiedExtensionFiles(SvcMapFile svcMapFile) 1403Dictionary<string, byte[]> extensionFileContents = new Dictionary<string, byte[]>(); 1503Dictionary<XmlSchema, MetadataSection> schemaList = new Dictionary<XmlSchema, MetadataSection>();
Compilation\WCFModel\WsdlInspector.cs (2)
33private Dictionary<XmlQualifiedName, PortType> portTypes; 34private Dictionary<XmlQualifiedName, Message> messages;
Profile\ProfileService.cs (6)
35private static Dictionary<string, object> GetProfile(HttpContext context, IEnumerable<string> properties) { 42Dictionary<string, object> allowedGet = ApplicationServiceHelper.ProfileAllowedGet; 48Dictionary<string, object> dictionary = null; 87Dictionary<string, object> allowedSet = ApplicationServiceHelper.ProfileAllowedSet; 132public Dictionary<string, object> GetAllPropertiesForCurrentUser(bool authenticatedUserOnly) { 144public Dictionary<string, object> GetPropertiesForCurrentUser(IEnumerable<string> properties, bool authenticatedUserOnly) {
Script\Serialization\JavaScriptSerializer.cs (2)
84private Dictionary<Type, JavaScriptConverter> _converters; 85private Dictionary<Type, JavaScriptConverter> Converters {
Script\Serialization\ObjectConverter.cs (1)
21private static Type _dictionaryGenericType = typeof(Dictionary<,>);
Script\Services\ClientProxyGenerator.cs (1)
28private Dictionary<string, string> _docCommentCache;
Script\Services\RestHandler.cs (1)
87Dictionary<string, object> rawParams = new Dictionary<string, object>();
Script\Services\WebServiceData.cs (14)
29private Dictionary<string, WebServiceMethodData> _methods; 32private Dictionary<string, string> _typeResolverSpecials = new Dictionary<string, string>(); 33private Dictionary<string, WebServiceTypeData> _clientTypesDictionary; 34private Dictionary<Type, string> _clientTypeNameDictionary; 35private Dictionary<string, WebServiceEnumData> _enumTypesDictionary; 184internal WebServiceData(WebServiceTypeData typeData, Dictionary<string, WebServiceMethodData> methods) 189private void AddMethod(Dictionary<string, WebServiceMethodData> methods, MethodInfo method) { 223Dictionary<string, WebServiceMethodData> methods = new Dictionary<string, WebServiceMethodData>(StringComparer.OrdinalIgnoreCase); 254internal void Initialize(WebServiceTypeData typeData, Dictionary<string, WebServiceMethodData> methods) { 255Dictionary<string, WebServiceTypeData> clientTypeDictionary = new Dictionary<string, WebServiceTypeData>(); 257Dictionary<string, WebServiceEnumData> enumTypeDictionary = new Dictionary<string, WebServiceEnumData>(); 481internal Dictionary<string, WebServiceTypeData> ClientTypeDictionary { 491internal Dictionary<Type, string> ClientTypeNameDictionary { 505internal Dictionary<string, WebServiceEnumData> EnumTypeDictionary {
Script\Services\WebServiceMethodData.cs (3)
22private Dictionary<string, WebServiceParameterData> _parameterData; 39internal WebServiceMethodData(WebServiceData owner, string methodName, Dictionary<string, WebServiceParameterData> parameterData, bool useHttpGet) { 59Dictionary<string, WebServiceParameterData> parameterData = new Dictionary<string, WebServiceParameterData>();
Script\Services\WebServiceTypeData.cs (1)
25static Dictionary<XmlQualifiedName, Type> _nameToType = new Dictionary<XmlQualifiedName, Type>();
UI\ClientScriptManagerWrapper.cs (2)
24Dictionary<Assembly, Dictionary<String, Object>> IClientScriptManager.RegisteredResourcesToSuppress {
UI\IClientScriptManager.cs (2)
15Dictionary<Assembly, Dictionary<String, Object>> RegisteredResourcesToSuppress {
UI\ScriptManager.cs (3)
1806Dictionary<Assembly, Dictionary<String, Object>> suppressedResources = clientScriptManager.RegisteredResourcesToSuppress; 1808Dictionary<String, Object> resourcesForAssembly;
UI\ScriptRegistrationManager.cs (2)
36private static Dictionary<ScriptKey, string> _fallbackScripts; 113private Dictionary<ScriptKey, string> FallbackScripts {
UI\ScriptResourceAttribute.cs (4)
82private static void AddResources(Dictionary<String, String> resources, 93private static Dictionary<String, String> CombineResources( 96Dictionary<String, String> resources = new Dictionary<String, String>(StringComparer.Ordinal); 233Dictionary<String, String> resources,
UI\ScriptResourceInfo.cs (1)
99Dictionary<string, bool> scripts = new Dictionary<string, bool>();
UI\WebControls\DataSourceHelper.cs (1)
34Dictionary<string, object> values = new Dictionary<string, object>(parameterValues.Count, StringComparer.OrdinalIgnoreCase);
UI\WebControls\Dynamic.cs (6)
259Dictionary<Signature, Type> classes; 630static Dictionary<string, object> keywords; 632Dictionary<string, object> symbols; 634Dictionary<Expression, string> literals; 2055static Dictionary<string, object> CreateKeywords() { 2056Dictionary<string, object> d = new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase);
UI\WebControls\LinqDataSourceView.cs (3)
842private Dictionary<string, Exception> SetDataObjectProperties(object oldDataObject, object newDataObject) { 843Dictionary<string, Exception> validateExceptions = null; 881Dictionary<string, Exception> validateExceptions = SetDataObjectProperties(oldDataObject, newDataObject);
UI\WebControls\QueryableDataSourceHelper.cs (2)
116Dictionary<string, object> escapedParameters = new Dictionary<string, object>(parameters.Count, 133Dictionary<string, object> escapedParameters = new Dictionary<string, object>(parameters.Count,
UI\WebControls\QueryableDataSourceView.cs (1)
569Dictionary<string, object> rowValues = new Dictionary<string, object>(_originalValues.Count,
Util\OrderedDictionary.cs (1)
17private Dictionary<TKey, TValue> _dictionary;
System.Windows.Forms (26)
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)
82Dictionary<string, BindingSource> relatedBindingSources;
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
258private Dictionary<int, UnsafeNativeMethods.IMsoComponent> _components;
winforms\Managed\System\WinForms\Control.Ime.cs (2)
1265private static Dictionary<ImeMode, ImeModeConversion> imeModeConversionBits; 1395public static Dictionary<ImeMode, ImeModeConversion> ImeModeConversionBits {
winforms\Managed\System\WinForms\HtmlShim.cs (1)
25private Dictionary<EventHandler, HtmlToClrEventProxy> attachedEventList;
winforms\Managed\System\WinForms\HtmlShimManager.cs (3)
25private Dictionary<HtmlWindow, HtmlWindow.HtmlWindowShim> htmlWindowShims; 26private Dictionary<HtmlElement, HtmlElement.HtmlElementShim> htmlElementShims; 27private Dictionary<HtmlDocument, HtmlDocument.HtmlDocumentShim> htmlDocumentShims;
winforms\Managed\System\WinForms\NativeWindow.cs (2)
90private static Dictionary<short, IntPtr> hashForIdHandle; 91private static Dictionary<IntPtr, short> hashForHandleId;
winforms\Managed\System\WinForms\ProfessionalColorTable.cs (9)
13private Dictionary<KnownColors,Color> professionalRGB = null; 34private Dictionary<KnownColors,Color> ColorTable { 475private void InitCommonColors(ref Dictionary<KnownColors,Color> rgbTable) { 494internal void InitSystemColors(ref Dictionary<KnownColors,Color> rgbTable) { 813internal void InitOliveLunaColors(ref Dictionary<KnownColors,Color> rgbTable) { 1058internal void InitSilverLunaColors(ref Dictionary<KnownColors,Color> rgbTable) { 1299private void InitRoyaleColors(ref Dictionary<KnownColors,Color> rgbTable) { 1517internal void InitThemedColors(ref Dictionary<KnownColors,Color> rgbTable) { 1584internal void InitBlueLunaColors(ref Dictionary<KnownColors,Color> rgbTable) {
winforms\Managed\System\WinForms\TableLayoutSettings.cs (1)
501private Dictionary<object, ControlInformation> controlsInfo;
winforms\Managed\System\WinForms\ToolStripSettings.cs (5)
178Dictionary<string, ToolStrip> itemLocationHash = BuildItemOriginationHash(); 181Dictionary<object, List<SettingsStub>> toolStripPanelDestinationHash = new Dictionary<object, List<SettingsStub>>(); 241private void ApplyToolStripSettings(ToolStrip toolStrip, SettingsStub settings, Dictionary<string, ToolStrip> itemLocationHash) { 266private Dictionary<string, ToolStrip> BuildItemOriginationHash() { 268Dictionary<string, ToolStrip> itemLocationHash = new Dictionary<string, ToolStrip>();
System.Windows.Forms.DataVisualization (1)
Common\General\Chart.cs (1)
4145private Dictionary<KeyInfo, Font> _fontCache = new Dictionary<KeyInfo, Font>(new KeyInfo.EqualityComparer());
System.Workflow.Activities (88)
Common\CompilerHelpers.cs (5)
46private static Dictionary<Type, Dictionary<string, CodeDomProvider>> providers = null; 71Dictionary<string, string> options = new Dictionary<string, string>(); 87providers = new Dictionary<Type, Dictionary<string, CodeDomProvider>>(); 90Dictionary<string, CodeDomProvider> typedProviders;
Common\ValidationHelpers.cs (3)
198Dictionary<int, object> validatedObjects = manager.Context[typeof(Dictionary<int, object>)] as Dictionary<int, object>;
ConstrainedGroup.cs (6)
348Dictionary<string, CAGChildStats> childrenStats = cag.CAGState.ChildrenStats; 433Dictionary<string, CAGChildStats> childrenStats = cag.CAGState.ChildrenStats; 523Dictionary<string, CAGChildStats> childrenStats = cag.CAGState.ChildrenStats; 589Dictionary<string, CAGChildStats> childrenStats = state.ChildrenStats; 734private Dictionary<string, CAGChildStats> childActivityStats; 750internal Dictionary<string, CAGChildStats> ChildrenStats
CorrelationValidator.cs (4)
361Dictionary<Type, ValidationErrorCollection> typesValidated = serviceProvider.GetService(typeof(Dictionary<Type, ValidationErrorCollection>)) as Dictionary<Type, ValidationErrorCollection>; 368serviceContainer.AddService(typeof(Dictionary<Type, ValidationErrorCollection>), typesValidated);
Designers\StateDesigner.cs (2)
61private Dictionary<Activity, DesignerLayout> _designerLayouts; 602internal Dictionary<Activity, DesignerLayout> DesignerLayouts
Designers\StateDesigner.TransitionInfo.cs (1)
129Dictionary<string, StateActivity> states = new Dictionary<string, StateActivity>();
Designers\StateDesignerConnector.cs (1)
290Dictionary<string, string> constructionArguments = GetConnectorConstructionArguments(serializationManager, type);
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 (4)
70static DependencyProperty SessionCookieMapProperty = DependencyProperty.RegisterAttached("SessionCookieMap", typeof(Dictionary<String, System.Net.CookieContainer>), typeof(InvokeWebServiceActivity)); 169Dictionary<String, System.Net.CookieContainer> sessionCookieContainers; 172sessionCookieContainers = (Dictionary<String, System.Net.CookieContainer>)rootActivity.GetValue(SessionCookieMapProperty); 360Dictionary<string, object> parameters = new Dictionary<string, object>();
LocalService\CorrelationResolver.cs (8)
25static Dictionary<Type, CorrelationMethodResolver> cachedTypeResolver = new Dictionary<Type, CorrelationMethodResolver>(); 216Dictionary<string, CorrelationPropertyValue[]> cachedCorrelationProperties; 221Dictionary<string, bool> initializerCorrelationPropertys = null; 262private Dictionary<string, bool> InitializerCorrelationPropertys 272Dictionary<string, bool> members = new Dictionary<string, bool>(); 317Dictionary<String, CorrelationAliasAttribute> corrAliases = null; 347private CorrelationAliasAttribute GetMatchingCorrelationAlias(CorrelationParameterAttribute paramAttribute, Dictionary<String, CorrelationAliasAttribute> correlationAliases, bool defaultParameter) 383private void GetMethodInfo(Type interfaceType, string methodName, out MethodInfo methodInfo, out Dictionary<String, CorrelationAliasAttribute> correlationAliases)
LocalService\ExternalDataExchangeService.cs (1)
49Dictionary<int, WorkflowMessageEventHandler> eventHandlers = null;
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\ArithmeticLiteral.cs (6)
49private static Dictionary<Type, LiteralMaker> types = CreateTypesDictionary(); 73private static Dictionary<Type, TypeFlags> supportedTypes = CreateSupportedTypesDictionary(); 75private static Dictionary<Type, LiteralMaker> CreateTypesDictionary() 78Dictionary<Type, LiteralMaker> dictionary = new Dictionary<Type, LiteralMaker>(16); 110static private Dictionary<Type, TypeFlags> CreateSupportedTypesDictionary() 112Dictionary<Type, TypeFlags> dictionary = new Dictionary<Type, TypeFlags>(26);
Rules\CodeDomDecompiler.cs (9)
271private static Dictionary<string, string> knownTypeMap = InitializeKnownTypeMap(); 273private static Dictionary<string, string> InitializeKnownTypeMap() 275Dictionary<string, string> map = new Dictionary<string, string>(); 346private static Dictionary<string, string> knownOperatorMap = InitializeKnownOperatorMap(); 348private static Dictionary<string, string> InitializeKnownOperatorMap() 350Dictionary<string, string> map = new Dictionary<string, string>(27); 407private static Dictionary<Type, ComputePrecedence> precedenceMap = InitializePrecedenceMap(); 410private static Dictionary<Type, ComputePrecedence> InitializePrecedenceMap() 412Dictionary<Type, ComputePrecedence> map = new Dictionary<Type, ComputePrecedence>(7);
Rules\Executor.cs (2)
506Dictionary<int, object> affectedRules = new Dictionary<int, object>(); 654Dictionary<string, object> symbols = new Dictionary<string, object>();
Rules\Literal.cs (6)
33static private Dictionary<Type, LiteralMaker> types = CreateMakersDictionary(); 63private static Dictionary<Type, TypeFlags> supportedTypes = CreateTypesDictionary(); 65private static Dictionary<Type, LiteralMaker> CreateMakersDictionary() 68Dictionary<Type, LiteralMaker> dictionary = new Dictionary<Type, LiteralMaker>(32); 99private static Dictionary<Type, TypeFlags> CreateTypesDictionary() 102Dictionary<Type, TypeFlags> dictionary = new Dictionary<Type, TypeFlags>(32);
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\Scanner.cs (3)
53private static Dictionary<string, KeywordInfo> keywordMap = CreateKeywordMap(); 55private static Dictionary<string, KeywordInfo> CreateKeywordMap() 57Dictionary<string, KeywordInfo> map = new Dictionary<string, KeywordInfo>(27);
Rules\Parser\Symbol.cs (1)
52internal Dictionary<string, Symbol> NestedSymbols;
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 (4)
917private Dictionary<string, Type> typesUsed = new Dictionary<string, Type>(16); 918private Dictionary<string, Type> typesUsedAuthorized; 920private Dictionary<CodeExpression, RuleExpressionInfo> expressionInfoMap = new Dictionary<CodeExpression, RuleExpressionInfo>(); 921private Dictionary<CodeTypeReference, Type> typeRefMap = new Dictionary<CodeTypeReference, Type>();
StateMachineSubscriptionManager.cs (5)
24private Dictionary<IComparable, StateMachineSubscription> _subscriptions = new Dictionary<IComparable, StateMachineSubscription>(); 50internal Dictionary<IComparable, StateMachineSubscription> Subscriptions 84Dictionary<IComparable, StateMachineSubscription> subscriptions = this.GetSubscriptionsShallowCopy(); 331private Dictionary<IComparable, StateMachineSubscription> GetSubscriptionsShallowCopy() 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 (54)
AuthoringOM\ActivityExecutionContext.cs (8)
45internal static readonly DependencyProperty GrantedLocksProperty = DependencyProperty.RegisterAttached("GrantedLocks", typeof(Dictionary<string, GrantedLock>), typeof(ActivityExecutionContext)); 46internal static readonly DependencyProperty CachedGrantedLocksProperty = DependencyProperty.RegisterAttached("CachedGrantedLocks", typeof(Dictionary<string, GrantedLock>), typeof(ActivityExecutionContext), new PropertyMetadata(DependencyPropertyOptions.NonSerialized)); 113Guid IStartWorkflow.StartWorkflow(Type workflowType, Dictionary<string, object> namedArgumentValues) 422Dictionary<string, GrantedLock> grantedLocks = (Dictionary<string, GrantedLock>)parent.GetValue(GrantedLocksProperty); 481Dictionary<string, GrantedLock> grantedLocks = (Dictionary<string, GrantedLock>)parent.GetValue(GrantedLocksProperty); 487Dictionary<string, GrantedLock> cachedGrantedLocks = new Dictionary<string, GrantedLock>();
AuthoringOM\ActivityInterfaces.cs (2)
119Guid StartWorkflow(Type workflowType, Dictionary<string, object> namedArgumentValues); 138Guid StartWorkflow(Type workflowType, Dictionary<string, object> namedArgumentValues);
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)
33private Dictionary<CodeCompileUnit, EventHandler> needRefreshCompileUnits = null; 221Dictionary<Type, string> typeToAssemblyName = null; 222Dictionary<PropertyInfo, bool> supportedProperties = null; 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\ComponentFactoryHelpers.cs (2)
49Dictionary<Type, object> components = new Dictionary<Type, object>(); 131private static void AddComponents(Dictionary<Type, object> components, object[] attribComponents)
AuthoringOM\Design\ActivityDesigner.cs (1)
2133Dictionary<PropertyDescriptor, ActivityBind> promotedProperties = new Dictionary<PropertyDescriptor, ActivityBind>();
AuthoringOM\Design\ActivityDesignerLayoutSerializers.cs (3)
219Dictionary<string, string> constructionArguments = GetConnectorConstructionArguments(serializationManager, type); 264protected Dictionary<string, string> GetConnectorConstructionArguments(WorkflowMarkupSerializationManager serializationManager, Type type) 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\DesignerInterfaces.cs (2)
80Dictionary<string, Type> GetXsdProjectItemsInfo(); 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\DictionarySurrogate.cs (2)
17if (!obj.GetType().IsGenericType || obj.GetType().GetGenericTypeDefinition() != typeof(Dictionary<,>)) 78Type dictionaryType = typeof(Dictionary<int, int>).GetGenericTypeDefinition().MakeGenericType(keyType, valueType);
AuthoringOM\Serializer\FormatterServicesNoSerializableCheck.cs (1)
39private static Dictionary<Type, MemberInfoName> m_MemberInfoTable = new Dictionary<Type, MemberInfoName>(32);
AuthoringOM\Serializer\MarkupExtensionSerializer.cs (1)
48Dictionary<string, string> constructorArguments = null;
AuthoringOM\Serializer\WorkflowMarkupSerializationManager.cs (5)
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>(); 391internal Dictionary<string, List<WorkflowMarkupSerializerMapping>> PrefixBasedMappings
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)
29private static readonly Dictionary<string, Type> wellKnownTypes;
Shared\CompilerHelpers.cs (5)
44private static Dictionary<Type, Dictionary<string, CodeDomProvider>> providers = null; 69Dictionary<string, string> options = new Dictionary<string, string>(); 85providers = new Dictionary<Type, Dictionary<string, CodeDomProvider>>(); 88Dictionary<string, CodeDomProvider> typedProviders;
Shared\ValidationHelpers.cs (3)
197Dictionary<int, object> validatedObjects = manager.Context[typeof(Dictionary<int, object>)] as Dictionary<int, object>;
System.Workflow.Runtime (75)
CreationContext.cs (3)
38internal Dictionary<string, object> Args; 42internal CreationContext(Type type, WorkflowExecutor invokerExec, string invokeActivityID, Dictionary<string, object> args) 51internal CreationContext(XmlReader xomlReader, XmlReader rulesReader, Dictionary<string, object> args)
DebugEngine\DebugController.cs (2)
60private Dictionary<Type, Guid> typeToGuid; 61private Dictionary<byte[], Guid> xomlHashToGuid;
Hosting\ManualWorkflowSchedulerService.cs (1)
51private Dictionary<Guid, DefaultWorkflowSchedulerService.WorkItem> scheduleRequests = new Dictionary<Guid, DefaultWorkflowSchedulerService.WorkItem>();
PerformanceCounterManager.cs (2)
206private Dictionary<PerformanceCounterAction, List<PerformanceCounterStatement>> m_actionStatements; 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>>(); 61private Dictionary<string, List<ActivityTrackPointCacheItem>> _dynamicActivities = null; 64private Dictionary<string, List<UserTrackPoint>> _dynamicUser = null;
System\Activities\Statements\Interop.cs (7)
38Dictionary<string, Argument> properties; 39Dictionary<string, object> metaProperties; 462Dictionary<string, object> arguments = null; 1703this.CommittedResourceManagers = new Dictionary<Transaction, Dictionary<string, VolatileResourceManager>>(); 1706Dictionary<string, VolatileResourceManager> ResourceManagers 1712Dictionary<Transaction, Dictionary<string, VolatileResourceManager>> CommittedResourceManagers
System\Activities\Statements\InteropExecutor.cs (4)
22Dictionary<int, Activity> contextActivityMap; 32Dictionary<Bookmark, IComparable> bookmarkQueueMap; 102public Dictionary<System.Activities.Bookmark, IComparable> BookmarkQueueMap 829public Guid StartWorkflow(Type workflowType, Dictionary<string, object> namedArgumentValues)
Tracking.cs (12)
34private Dictionary<Guid, WeakReference> _listeners = new Dictionary<Guid, WeakReference>(); 925private Dictionary<Guid, ServiceProfileContainer> _services = new Dictionary<Guid, ServiceProfileContainer>(); 955internal void ReplaceServices(Dictionary<string, Type> replacements) 1083this._services = (Dictionary<Guid, ServiceProfileContainer>)info.GetValue("services", typeof(Dictionary<Guid, ServiceProfileContainer>)); 1101private Dictionary<Type, Dictionary<Type, ProfileList>> _cacheLookup; 1126_cacheLookup = new Dictionary<Type, Dictionary<Type, ProfileList>>(); 1147_cacheLookup = new Dictionary<Type, Dictionary<Type, ProfileList>>(); 1368Dictionary<Type, ProfileList> schedules = null; 1407Dictionary<Type, ProfileList> schedules = null; 1500Dictionary<Type, ProfileList> schedules = null;
Tracking\SqlTrackingService.cs (2)
741private Dictionary<string, long> _activityInstanceId = new Dictionary<string, long>(32); 742private Dictionary<string, long> _tmpActivityInstanceId = new Dictionary<string, long>(10);
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 (2)
168Dictionary<IPendingWork, SortedList<long, object>> Items; 176internal Dictionary<IPendingWork, SortedList<long, object>> WorkItems
WorkflowDefinitionDispenser.cs (1)
37private Dictionary<Type, List<PropertyInfo>> workflowOutParameters;
WorkflowEventArgs.cs (2)
43private Dictionary<String, Object> _outputParameters; 55public Dictionary<String, Object> OutputParameters
WorkflowExecutor.cs (2)
1385private Dictionary<int, Activity> subStateMap = new Dictionary<int, Activity>(); 2831Guid IWorkflowCoreRuntime.StartWorkflow(Type workflowType, Dictionary<string, object> namedArgumentValues)
WorkflowQueuingService.cs (7)
24Dictionary<IComparable, EventQueueState> persistedQueueStates; 38internal static DependencyProperty RootPersistedQueueStatesProperty = DependencyProperty.RegisterAttached("RootPersistedQueueStates", typeof(Dictionary<IComparable, EventQueueState>), typeof(WorkflowQueuingService)); 39internal static DependencyProperty LocalPersistedQueueStatesProperty = DependencyProperty.RegisterAttached("LocalPersistedQueueStates", typeof(Dictionary<IComparable, EventQueueState>), typeof(WorkflowQueuingService)); 46private Dictionary<IComparable, EventQueueState> persistedQueueStatesSnapshot = null; 54this.persistedQueueStates = (Dictionary<IComparable, EventQueueState>)this.rootWorkflowExecutor.RootActivity.GetValue(WorkflowQueuingService.RootPersistedQueueStatesProperty); 466private void ApplyChangesFrom(EventQueueState srcPendingQueueState, Dictionary<IComparable, EventQueueState> srcPersistedQueueStates) 470Dictionary<IComparable, EventQueueState> modifiedItems = new Dictionary<IComparable, EventQueueState>();
WorkflowRuntime.cs (19)
47internal class FanOutOnKeyDictionary<K, V> : IEnumerable<Dictionary<K, V>> 49Dictionary<int, Dictionary<K, V>> dictionaryDictionary; 53dictionaryDictionary = new Dictionary<int, Dictionary<K, V>>(fanDegree); 60public Dictionary<K, V> this[K key] 70Dictionary<K, V> dict = this[key]; 79public IEnumerator<Dictionary<K, V>> GetEnumerator() 120private static Dictionary<Guid, WeakReference> _runtimes = new Dictionary<Guid, WeakReference>(); 367public WorkflowInstance CreateWorkflow(Type workflowType, Dictionary<string, object> namedArgumentValues) 381public WorkflowInstance CreateWorkflow(XmlReader workflowDefinitionReader, XmlReader rulesReader, Dictionary<string, object> namedArgumentValues) 386public WorkflowInstance CreateWorkflow(Type workflowType, Dictionary<string, object> namedArgumentValues, Guid instanceId) 397public WorkflowInstance CreateWorkflow(XmlReader workflowDefinitionReader, XmlReader rulesReader, Dictionary<string, object> namedArgumentValues, Guid instanceId) 472Dictionary<Guid, WorkflowExecutor> executors = workflowExecutors[key]; 526Dictionary<Guid, WorkflowExecutor> executors = workflowExecutors[instanceId]; 819private Dictionary<Type, List<object>> _services = new Dictionary<Type, List<object>>(); 823private Dictionary<string, Type> _trackingServiceReplacement; 860internal Dictionary<string, Type> TrackingServiceReplacement 1597foreach (Dictionary<Guid, WorkflowExecutor> executors in workflowExecutors) 1613Dictionary<Guid, WorkflowExecutor> executors = workflowExecutors[instanceId];
System.WorkflowServices (25)
System\ServiceModel\Activities\WorkflowRuntimeServicesExtensionProvider.cs (1)
14Dictionary<Type, object> services;
System\ServiceModel\Description\ServiceDescriptionContext.cs (2)
14Dictionary<string, ContractDescription> contracts; 17Dictionary<KeyValuePair<Type, string>, WorkflowOperationBehavior> workflowOperationBehaviors;
System\ServiceModel\Dispatcher\DurableInstanceContextProvider.cs (1)
220Dictionary<Guid, ContextItem> contextCache;
System\ServiceModel\Dispatcher\WorkflowInstanceLifeTimeManagerExtension.cs (1)
22Dictionary<Guid, InstanceRecord> instanceRecordMap;
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
572Dictionary<string, string> openParameters = new Dictionary<string, string>(2)
System\Workflow\Activities\ContractType.cs (1)
639Dictionary<MemberSignature, T> membersDictionary = new Dictionary<MemberSignature, T>();
System\Workflow\Activities\Design\RichListBox.cs (3)
24Dictionary<object, Point> itemLocations; 25Dictionary<string, Bitmap> listItemBitmapCache = null; 26Dictionary<string, ListItemViewControl> listItemViewRenderers = null;
System\Workflow\Activities\DynamicContractTypeBuilder.cs (6)
26typeof(Dictionary<string, ContractType>), typeof(DynamicContractTypeBuilder), 47Dictionary<string, ContractType> contractTypes = 48rootActivity.GetValue(DynamicContractTypeBuilder.DynamicContractTypesProperty) as Dictionary<string, ContractType>; 55contractTypes = definition.GetValue(DynamicContractTypeBuilder.DynamicContractTypesProperty) as Dictionary<string, ContractType>; 78static Dictionary<string, ContractType> BuildContractTypes(Activity contextActivity) 85Dictionary<string, ContractType> types = new Dictionary<string, ContractType>();
System\Workflow\Activities\ValidationHelper.cs (7)
122Dictionary<string, string> implementedTypedContracts = new Dictionary<string, string>(); 123Dictionary<string, string> implementedInferredContracts = new Dictionary<string, string>(); 139Dictionary<string, string> toAddTo = implementedInferredContracts; 140Dictionary<string, string> toVerify = implementedTypedContracts; 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)
29Dictionary<EndpointAddress, ServiceEndpoint> endpoints; 30Dictionary<EndpointAddress, ChannelFactoryReference> factoryCache;
System.Xml (56)
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 (2)
291Dictionary<String, NamespaceDecl> namespaces; 1602Dictionary<String, String> nstable = new Dictionary<String, String>();
System\Xml\Core\QueryOutputWriter.cs (1)
28private Dictionary<XmlQualifiedName, int> lookupCDataElems;
System\Xml\Core\QueryOutputWriterV1.cs (1)
30private Dictionary<XmlQualifiedName, XmlQualifiedName> lookupCDataElems;
System\Xml\Core\XmlTextReaderImpl.cs (1)
297Dictionary<IDtdEntityInfo, IDtdEntityInfo> currentEntities;
System\Xml\Core\XmlTextWriter.cs (1)
159Dictionary<string, int> nsHashtable;
System\Xml\Core\XmlWellFormedWriter.cs (2)
38Dictionary<string, int> nsHashtable; 48Dictionary<string, int> attrHashTable;
System\Xml\Dom\XmlNodeReader.cs (1)
839Dictionary<string,string> dict = new Dictionary<string, string>();
System\Xml\Resolvers\XmlPreloadedResolver.cs (1)
116Dictionary<Uri, PreloadedData> mappings;
System\Xml\Schema\DtdParser.cs (1)
210Dictionary<string, UndeclaredNotation> undeclaredNotations = null;
System\Xml\Schema\SchemaElementDecl.cs (4)
16Dictionary<XmlQualifiedName, SchemaAttDef> attdefs = new Dictionary<XmlQualifiedName, SchemaAttDef>(); 26Dictionary<XmlQualifiedName, XmlQualifiedName> prohibitedAttributes = new Dictionary<XmlQualifiedName, XmlQualifiedName>(); 205internal Dictionary<XmlQualifiedName, SchemaAttDef> AttDefs { 209internal Dictionary<XmlQualifiedName, XmlQualifiedName> ProhibitedAttributes {
System\Xml\Schema\SchemaInfo.cs (17)
31Dictionary<XmlQualifiedName, SchemaElementDecl> elementDecls = new Dictionary<XmlQualifiedName, SchemaElementDecl>(); 32Dictionary<XmlQualifiedName, SchemaElementDecl> undeclaredElementDecls = new Dictionary<XmlQualifiedName, SchemaElementDecl>(); 34Dictionary<XmlQualifiedName, SchemaEntity> generalEntities; 35Dictionary<XmlQualifiedName, SchemaEntity> parameterEntities; 43Dictionary<string, bool> targetNamespaces = new Dictionary<string, bool>(); 44Dictionary<XmlQualifiedName, SchemaAttDef> attributeDecls = new Dictionary<XmlQualifiedName, SchemaAttDef>(); 47Dictionary<XmlQualifiedName, SchemaElementDecl> elementDeclsByType = new Dictionary<XmlQualifiedName, SchemaElementDecl>(); 48Dictionary<string, SchemaNotation> notations; 68internal Dictionary<XmlQualifiedName, SchemaElementDecl> ElementDecls { 72internal Dictionary<XmlQualifiedName, SchemaElementDecl> UndeclaredElementDecls { 76internal Dictionary<XmlQualifiedName, SchemaEntity> GeneralEntities { 85internal Dictionary<XmlQualifiedName, SchemaEntity> ParameterEntities { 100internal Dictionary<string, bool> TargetNamespaces { 104internal Dictionary<XmlQualifiedName, SchemaElementDecl> ElementDeclsByType { 108internal Dictionary<XmlQualifiedName, SchemaAttDef> AttributeDecls { 112internal Dictionary<string, SchemaNotation> Notations { 324Dictionary<XmlQualifiedName, SchemaElementDecl> elements = elementDecls;
System\Xml\Schema\XmlAtomicValue.cs (1)
59Dictionary<string, string> dict = new Dictionary<string, string>(1);
System\Xml\Schema\XmlSchemaObjectTable.cs (1)
16Dictionary<XmlQualifiedName, XmlSchemaObject> table = new Dictionary<XmlQualifiedName,XmlSchemaObject>();
System\Xml\Schema\XmlSchemaValidator.cs (1)
1763Dictionary<XmlQualifiedName, SchemaAttDef> attributeDefs = currentElementDecl.AttDefs;
System\Xml\Serialization\CodeGenerator.cs (5)
50Dictionary<string, ArgBuilder> argList; 54Dictionary<Tuple<Type, string>, Queue<LocalBuilder>> freeLocals; 160Dictionary<Type, LocalBuilder> TmpLocals = new Dictionary<Type, LocalBuilder>(); 2529readonly Dictionary<string, LocalBuilder> locals; 2572public void AddToFreeLocals(Dictionary<Tuple<Type, string>, Queue<LocalBuilder>> freeLocals) {
System\Xml\Serialization\Types.cs (4)
944internal static MemberMapping[] GetAllMembers(StructMapping mapping, System.Collections.Generic.Dictionary<string, MemberInfo> memberInfos) { 987internal static MemberMapping[] GetSettableMembers(StructMapping mapping, System.Collections.Generic.Dictionary<string, MemberInfo> memberInfos) { 993static void PopulateMemberInfos(StructMapping structMapping, MemberMapping[] mappings, System.Collections.Generic.Dictionary<string, MemberInfo> memberInfos) 1012Dictionary<string, MemberInfo> replaceList = null;
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\XmlNamespacemanager.cs (3)
48Dictionary<string,int> hashTable; 197Dictionary<string, string> prefixes = new Dictionary<string, string>(lastDecl + 1); 228Dictionary<string,string> dict = new Dictionary<string, string>( lastDecl - i + 1 );
System\Xml\XPath\XPathDocument.cs (2)
30private Dictionary<XPathNodeRef, XPathNodeRef> mapNmsp; 31private Dictionary<string, XPathNodeRef> idValueMap;
System\Xml\XPath\XPathNavigator.cs (1)
433Dictionary<string,string> dict = new Dictionary<string,string>();
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
21Dictionary<XmlSchemaInfo, XmlSchemaInfo> schemaInfos;
WindowsBase (38)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (1)
853private Dictionary<DependencyObject, PropertyChangeTracker> _trackers;
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\ComponentModel\DPCustomTypeDescriptor.cs (1)
387private static Dictionary<PropertyDescriptor, DependencyObjectPropertyDescriptor> _propertyMap =
Base\MS\Internal\ContentType.cs (3)
170internal Dictionary<string, string>.Enumerator ParameterValuePairs 252Dictionary<string, string>.Enumerator contentTypeEnumerator; 720private Dictionary<string, string> _parameterDictionary = null;
Base\MS\Internal\IO\Packaging\CompoundFile\UserUseLicenseDictionaryLoader.cs (2)
68internal Dictionary<ContentUser, UseLicense> LoadedDictionary 156private Dictionary<ContentUser, UseLicense> _dict;
Base\MS\Internal\IO\Packaging\PartBasedPackageProperties.cs (1)
954private Dictionary<PackageXmlEnum, Object> _propertyDictionary = new Dictionary<PackageXmlEnum, Object>(_numCoreProperties);
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
1315private static readonly Dictionary<string, string> _rsaSigMethodLookup = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase)
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (1)
548Dictionary<Uri, List<PackageRelationshipSelector>> partAndSelectorDictionary
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (2)
1403internal static Dictionary<string, string> ExtractApplicationSpecificDataFromLicense(string useLicenseChain) 1406Dictionary<string, string> _applicationSpecificDataDictionary =
Base\MS\Internal\TraceLevelStore.cs (1)
94private static Dictionary<Key,PresentationTraceLevel> _dictionary = new Dictionary<Key,PresentationTraceLevel>();
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (2)
619private static Dictionary<object, DependencyPropertyDescriptor> _cache = 623private static Dictionary<object, DependencyPropertyDescriptor> _ignorePropertyTypeCache =
Base\System\IO\Packaging\Package.cs (1)
500Dictionary<PackUriHelper.ValidatedPartUri, PackagePart> seenPartUris = new Dictionary<PackUriHelper.ValidatedPartUri, PackagePart>(parts.Length);
Base\System\IO\Packaging\PackageDigitalSignatureManager.cs (2)
182public Dictionary<String, String> TransformMapping 1409private Dictionary<String, String> _transformDictionary;
Base\System\IO\Packaging\ZipPackage.cs (4)
1513private Dictionary<PackUriHelper.ValidatedPartUri, ContentType> _overrideDictionary; 1514private Dictionary<string, ContentType> _defaultDictionary; 1722private Dictionary<string, List<string>>_ignoredItemDictionary; 1727private Dictionary<string, List<string>> _extensionDictionary;
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)
1644Dictionary<string, object> _ignorables; 1645Dictionary<string, ProcessContentSet> _processContents; 1646Dictionary<string, PreserveItemSet> _preserveElements; 1647Dictionary<string, PreserveItemSet> _preserveAttributes; 1931Dictionary<string, object> _names; 1987Dictionary<string, string> _names; 2042private Dictionary<string, object> _knownNamespaces; 2043private Dictionary<string, string> _namespaceMap = new Dictionary<string, string>(); 2044private Dictionary<string, object> _subsumingNamespaces; 2045private Dictionary<string, HandleElementCallback> _elementHandler = new Dictionary<string, HandleElementCallback>(); 2046private Dictionary<string, HandleAttributeCallback> _attributeHandler = new Dictionary<string, HandleAttributeCallback>();
Shared\MS\Internal\SafeSecurityHelper.cs (1)
159static Dictionary<object, AssemblyName> _assemblies; // get key via GetKeyForAssembly
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)
21Dictionary<string, AttributeParameterData> properties;
Microsoft\Build\Tasks\Xaml\NamespaceTable.cs (5)
11Dictionary<string, NamespaceDeclaration> tempNamespaceList = new Dictionary<string, NamespaceDeclaration>(); 12Stack<Dictionary<string, NamespaceDeclaration>> namespaceStack = new Stack<Dictionary<string, NamespaceDeclaration>>(); 35foreach (Dictionary<string, NamespaceDeclaration> currentNamespaces in this.namespaceStack) 52foreach (Dictionary<string, NamespaceDeclaration> currentNamespaces in this.namespaceStack)
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTask.cs (1)
132private static Dictionary<string, DateTime> referencesTimeStampCache;
Microsoft\Build\Tasks\Xaml\ResolveAssemblyHelper.cs (1)
26public Dictionary<string, Assembly> ReferencedAssemblies
Microsoft\Build\Tasks\Xaml\XamlBuildTypeInspectionExtensionContext.cs (1)
19Dictionary<string, ITaskItem> markupItemsByTypeName;