Implemented interface member:
method
Add
System.Collections.Generic.IDictionary<TKey, TValue>.Add(TKey, TValue)
3306 references to Add
ComSvcConfig (4)
Options.cs (1)
366comps.Add(comp, compDef);
parent\svcutil\CommandLineParser.cs (1)
140contents.Add(key.ToLower(CultureInfo.InvariantCulture), values);
SvcFileManager.cs (2)
44this.svcFiles.Add(svcFile.Clsid, svcFile); 69this.svcFiles.Add(clsid, svcFile);
mscorlib (195)
system\_localdatastoremgr.cs (1)
226m_KeyToSlotMap.Add(name, slot);
system\AppDomainSetup.cs (1)
606_CompatFlags.Add(str, null);
system\collections\generic\dictionary.cs (3)
114Add(pair.Key, pair.Value); 196Add(keyValuePair.Key, keyValuePair.Value); 666Add(tempKey, (TValue)value);
system\collections\objectmodel\keyedcollection.cs (3)
203dict.Add(key, item); 207dict.Add(key, item); 223dict.Add(key, item);
system\diagnostics\eventing\eventsource.cs (2)
4532allListeners.Add(cur, true); 6239mapsTab.Add(type.Name, type); // Remember that we need to dump the type enumeration
System\Diagnostics\Eventing\TraceLogging\SimpleTypeInfos.cs (2)
1010serializedType.Add("Key", this.keyInfo.GetData(keyValuePair.Key)); 1011serializedType.Add("Value", this.valueInfo.GetData(keyValuePair.Value));
system\globalization\datetimeformatinfoscanner.cs (16)
131temp.Add("/", String.Empty); 132temp.Add("-", String.Empty); 133temp.Add(".", String.Empty); 135temp.Add(CJKYearSuff, String.Empty); 136temp.Add(CJKMonthSuff, String.Empty); 137temp.Add(CJKDaySuff, String.Empty); 138temp.Add(KoreanYearSuff, String.Empty); 139temp.Add(KoreanMonthSuff, String.Empty); 140temp.Add(KoreanDaySuff, String.Empty); 141temp.Add(KoreanHourSuff, String.Empty); 142temp.Add(KoreanMinuteSuff, String.Empty); 143temp.Add(KoreanSecondSuff, String.Empty); 144temp.Add(CJKHourSuff, String.Empty); 145temp.Add(ChineseHourSuff, String.Empty); 146temp.Add(CJKMinuteSuff, String.Empty); 147temp.Add(CJKSecondSuff, String.Empty);
system\reflection\emit\modulebuilder.cs (1)
124m_TypeBuilderDict.Add(name, type);
system\resources\resourcemanager.cs (1)
863localResourceSets.Add(cultureName, rs);
system\resources\resourcewriter.cs (12)
138_caseInsensitiveDups.Add(name, null); 139_resourceList.Add(name, value); 161_caseInsensitiveDups.Add(name, null); 162_resourceList.Add(name, value); 201_caseInsensitiveDups.Add(name, null); 202_resourceList.Add(name, value); 211_caseInsensitiveDups.Add(name, null); 212_resourceList.Add(name, new StreamWrapper(value, closeAfterWrite)); 228_caseInsensitiveDups.Add(name, null); 229_resourceList.Add(name, value); 245_caseInsensitiveDups.Add(name, null); 249_preserializedData.Add(name, new PrecannedResource(typeName, serializedData));
system\resources\runtimeresourceset.cs (3)
370_resCache.Add(readKey, resLoc); 372_caseInsensitiveTable.Add(readKey, resLoc); 387_caseInsensitiveTable.Add(currentKey, resLoc);
system\runtime\interopservices\gchandlecookietable.cs (1)
98m_HandleToCookieMap.Add(handle, cookie);
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (2)
280instanceMap.Add(removeMethod.Method, tokens); 683s_eventRegistrations.Add(eventCacheKey, eventCacheEntry);
system\runtime\serialization\formatters\binary\binaryformatter.cs (1)
258typeNameCache.Add(type, typeInformation);
system\runtime\serialization\serializationinfo.cs (1)
399m_nameToIndex.Add(name, m_currMember);
system\security\claims\Claim.cs (1)
283m_properties.Add(key, other.m_properties[key]);
system\security\cryptography\cryptoconfig.cs (143)
119ht.Add("SHA", Constants.OID_OIWSEC_SHA1); 120ht.Add("SHA1", Constants.OID_OIWSEC_SHA1); 121ht.Add("System.Security.Cryptography.SHA1", Constants.OID_OIWSEC_SHA1); 124ht.Add("System.Security.Cryptography.SHA1CryptoServiceProvider", Constants.OID_OIWSEC_SHA1); 125ht.Add("System.Security.Cryptography.SHA1Cng", Constants.OID_OIWSEC_SHA1); 128ht.Add("System.Security.Cryptography.SHA1Managed", Constants.OID_OIWSEC_SHA1); 129ht.Add("SHA256", Constants.OID_OIWSEC_SHA256); 130ht.Add("System.Security.Cryptography.SHA256", Constants.OID_OIWSEC_SHA256); 133ht.Add("System.Security.Cryptography.SHA256CryptoServiceProvider", Constants.OID_OIWSEC_SHA256); 134ht.Add("System.Security.Cryptography.SHA256Cng", Constants.OID_OIWSEC_SHA256); 137ht.Add("System.Security.Cryptography.SHA256Managed", Constants.OID_OIWSEC_SHA256); 140ht.Add("SHA384", Constants.OID_OIWSEC_SHA384); 141ht.Add("System.Security.Cryptography.SHA384", Constants.OID_OIWSEC_SHA384); 142ht.Add("System.Security.Cryptography.SHA384CryptoServiceProvider", Constants.OID_OIWSEC_SHA384); 143ht.Add("System.Security.Cryptography.SHA384Cng", Constants.OID_OIWSEC_SHA384); 144ht.Add("System.Security.Cryptography.SHA384Managed", Constants.OID_OIWSEC_SHA384); 145ht.Add("SHA512", Constants.OID_OIWSEC_SHA512); 146ht.Add("System.Security.Cryptography.SHA512", Constants.OID_OIWSEC_SHA512); 147ht.Add("System.Security.Cryptography.SHA512CryptoServiceProvider", Constants.OID_OIWSEC_SHA512); 148ht.Add("System.Security.Cryptography.SHA512Cng", Constants.OID_OIWSEC_SHA512); 149ht.Add("System.Security.Cryptography.SHA512Managed", Constants.OID_OIWSEC_SHA512); 150ht.Add("RIPEMD160", Constants.OID_OIWSEC_RIPEMD160); 151ht.Add("System.Security.Cryptography.RIPEMD160", Constants.OID_OIWSEC_RIPEMD160); 152ht.Add("System.Security.Cryptography.RIPEMD160Managed", Constants.OID_OIWSEC_RIPEMD160); 153ht.Add("MD5", Constants.OID_RSA_MD5); 154ht.Add("System.Security.Cryptography.MD5", Constants.OID_RSA_MD5); 155ht.Add("System.Security.Cryptography.MD5CryptoServiceProvider", Constants.OID_RSA_MD5); 156ht.Add("System.Security.Cryptography.MD5Managed", Constants.OID_RSA_MD5); 157ht.Add("TripleDESKeyWrap", Constants.OID_RSA_SMIMEalgCMS3DESwrap); 158ht.Add("RC2", Constants.OID_RSA_RC2CBC); 159ht.Add("System.Security.Cryptography.RC2CryptoServiceProvider", Constants.OID_RSA_RC2CBC); 160ht.Add("DES", Constants.OID_OIWSEC_desCBC); 161ht.Add("System.Security.Cryptography.DESCryptoServiceProvider", Constants.OID_OIWSEC_desCBC); 162ht.Add("TripleDES", Constants.OID_RSA_DES_EDE3_CBC); 163ht.Add("System.Security.Cryptography.TripleDESCryptoServiceProvider", Constants.OID_RSA_DES_EDE3_CBC); 257ht.Add("RandomNumberGenerator", RNGCryptoServiceProviderType); 258ht.Add("System.Security.Cryptography.RandomNumberGenerator", RNGCryptoServiceProviderType); 263ht.Add("SHA", SHA1CryptoServiceProviderType); 264ht.Add("SHA1", SHA1CryptoServiceProviderType); 265ht.Add("System.Security.Cryptography.SHA1", SHA1CryptoServiceProviderType); 266ht.Add("System.Security.Cryptography.SHA1Cng", SHA1CngType); 267ht.Add("System.Security.Cryptography.HashAlgorithm", SHA1CryptoServiceProviderType); 268ht.Add("MD5", MD5CryptoServiceProviderType); 269ht.Add("System.Security.Cryptography.MD5", MD5CryptoServiceProviderType); 270ht.Add("System.Security.Cryptography.MD5Cng", MD5CngType); 273ht.Add("SHA256", SHA256DefaultType); 274ht.Add("SHA-256", SHA256DefaultType); 275ht.Add("System.Security.Cryptography.SHA256", SHA256DefaultType); 278ht.Add("System.Security.Cryptography.SHA256Cng", SHA256CngType); 279ht.Add("System.Security.Cryptography.SHA256CryptoServiceProvider", SHA256CryptoServiceProviderType); 280ht.Add("SHA384", SHA384DefaultType); 281ht.Add("SHA-384", SHA384DefaultType); 282ht.Add("System.Security.Cryptography.SHA384", SHA384DefaultType); 283ht.Add("System.Security.Cryptography.SHA384Cng", SHA384CngType); 284ht.Add("System.Security.Cryptography.SHA384CryptoServiceProvider", SHA384CryptoSerivceProviderType); 285ht.Add("SHA512", SHA512DefaultType); 286ht.Add("SHA-512", SHA512DefaultType); 287ht.Add("System.Security.Cryptography.SHA512", SHA512DefaultType); 288ht.Add("System.Security.Cryptography.SHA512Cng", SHA512CngType); 289ht.Add("System.Security.Cryptography.SHA512CryptoServiceProvider", SHA512CryptoServiceProviderType); 290ht.Add("RIPEMD160", RIPEMD160ManagedType); 291ht.Add("RIPEMD-160", RIPEMD160ManagedType); 292ht.Add("System.Security.Cryptography.RIPEMD160", RIPEMD160ManagedType); 293ht.Add("System.Security.Cryptography.RIPEMD160Managed", RIPEMD160ManagedType); 298ht.Add("System.Security.Cryptography.HMAC", HMACSHA1Type); 299ht.Add("System.Security.Cryptography.KeyedHashAlgorithm", HMACSHA1Type); 302ht.Add("HMACMD5", HMACMD5Type); 303ht.Add("System.Security.Cryptography.HMACMD5", HMACMD5Type); 304ht.Add("HMACRIPEMD160", HMACRIPEMD160Type); 305ht.Add("System.Security.Cryptography.HMACRIPEMD160", HMACRIPEMD160Type); 308ht.Add("HMACSHA1", HMACSHA1Type); 309ht.Add("System.Security.Cryptography.HMACSHA1", HMACSHA1Type); 310ht.Add("HMACSHA256", HMACSHA256Type); 311ht.Add("System.Security.Cryptography.HMACSHA256", HMACSHA256Type); 314ht.Add("HMACSHA384", HMACSHA384Type); 315ht.Add("System.Security.Cryptography.HMACSHA384", HMACSHA384Type); 316ht.Add("HMACSHA512", HMACSHA512Type); 317ht.Add("System.Security.Cryptography.HMACSHA512", HMACSHA512Type); 318ht.Add("MACTripleDES", MAC3DESType); 319ht.Add("System.Security.Cryptography.MACTripleDES", MAC3DESType); 324ht.Add("RSA", RSACryptoServiceProviderType); 325ht.Add("System.Security.Cryptography.RSA", RSACryptoServiceProviderType); 326ht.Add("System.Security.Cryptography.AsymmetricAlgorithm", RSACryptoServiceProviderType); 329ht.Add("RSAPSS", RSACngType); 330ht.Add("DSA-FIPS186-3", DSACngType); 331ht.Add("DSA", DSACryptoServiceProviderType); 332ht.Add("System.Security.Cryptography.DSA", DSACryptoServiceProviderType); 333ht.Add("ECDsa", ECDsaCngType); 334ht.Add("ECDsaCng", ECDsaCngType); 335ht.Add("System.Security.Cryptography.ECDsaCng", ECDsaCngType); 336ht.Add("ECDH", ECDiffieHellmanCngType); 337ht.Add("ECDiffieHellman", ECDiffieHellmanCngType); 338ht.Add("ECDiffieHellmanCng", ECDiffieHellmanCngType); 339ht.Add("System.Security.Cryptography.ECDiffieHellmanCng", ECDiffieHellmanCngType); 342ht.Add("DES", DESCryptoServiceProviderType); 343ht.Add("System.Security.Cryptography.DES", DESCryptoServiceProviderType); 344ht.Add("3DES", TripleDESCryptoServiceProviderType); 345ht.Add("TripleDES", TripleDESCryptoServiceProviderType); 346ht.Add("Triple DES", TripleDESCryptoServiceProviderType); 347ht.Add("System.Security.Cryptography.TripleDES", TripleDESCryptoServiceProviderType); 348ht.Add("RC2", RC2CryptoServiceProviderType); 349ht.Add("System.Security.Cryptography.RC2", RC2CryptoServiceProviderType); 352ht.Add("Rijndael", RijndaelManagedType); 353ht.Add("System.Security.Cryptography.Rijndael", RijndaelManagedType); 355ht.Add("System.Security.Cryptography.SymmetricAlgorithm", RijndaelManagedType); 358ht.Add("AES", AesCryptoServiceProviderType); 359ht.Add("AesCryptoServiceProvider", AesCryptoServiceProviderType); 360ht.Add("System.Security.Cryptography.AesCryptoServiceProvider", AesCryptoServiceProviderType); 363ht.Add("AesManaged", AesManagedType); 364ht.Add("System.Security.Cryptography.AesManaged", AesManagedType); 368ht.Add("DpapiDataProtector", DpapiDataProtectorType); 369ht.Add("System.Security.Cryptography.DpapiDataProtector", DpapiDataProtectorType); 372ht.Add("http://www.w3.org/2000/09/xmldsig#dsa-sha1", DSASignatureDescriptionType); 373ht.Add("System.Security.Cryptography.DSASignatureDescription", DSASignatureDescriptionType); 374ht.Add("http://www.w3.org/2000/09/xmldsig#rsa-sha1", RSAPKCS1SHA1SignatureDescriptionType); 375ht.Add("System.Security.Cryptography.RSASignatureDescription", RSAPKCS1SHA1SignatureDescriptionType); 376ht.Add("http://www.w3.org/2001/04/xmldsig-more#rsa-sha256", RSAPKCS1SHA256SignatureDescriptionType); 377ht.Add("http://www.w3.org/2001/04/xmldsig-more#rsa-sha384", RSAPKCS1SHA384SignatureDescriptionType); 378ht.Add("http://www.w3.org/2001/04/xmldsig-more#rsa-sha512", RSAPKCS1SHA512SignatureDescriptionType); 381ht.Add("http://www.w3.org/2000/09/xmldsig#sha1", SHA1CryptoServiceProviderType); 385ht.Add("http://www.w3.org/2001/04/xmlenc#sha256", SHA256DefaultType); 388ht.Add("http://www.w3.org/2001/04/xmlenc#sha512", SHA512DefaultType); 389ht.Add("http://www.w3.org/2001/04/xmlenc#ripemd160", RIPEMD160ManagedType); 392ht.Add("http://www.w3.org/2001/04/xmlenc#des-cbc", DESCryptoServiceProviderType); 393ht.Add("http://www.w3.org/2001/04/xmlenc#tripledes-cbc", TripleDESCryptoServiceProviderType); 394ht.Add("http://www.w3.org/2001/04/xmlenc#kw-tripledes", TripleDESCryptoServiceProviderType); 397ht.Add("http://www.w3.org/2001/04/xmlenc#aes128-cbc", RijndaelManagedType); 398ht.Add("http://www.w3.org/2001/04/xmlenc#kw-aes128", RijndaelManagedType); 399ht.Add("http://www.w3.org/2001/04/xmlenc#aes192-cbc", RijndaelManagedType); 400ht.Add("http://www.w3.org/2001/04/xmlenc#kw-aes192", RijndaelManagedType); 401ht.Add("http://www.w3.org/2001/04/xmlenc#aes256-cbc", RijndaelManagedType); 402ht.Add("http://www.w3.org/2001/04/xmlenc#kw-aes256", RijndaelManagedType); 437ht.Add("http://www.w3.org/2000/09/xmldsig#hmac-sha1", HMACSHA1Type); 442ht.Add("http://www.w3.org/2001/04/xmldsig-more#md5", MD5CryptoServiceProviderType); 443ht.Add("http://www.w3.org/2001/04/xmldsig-more#sha384", SHA384DefaultType); 444ht.Add("http://www.w3.org/2001/04/xmldsig-more#hmac-md5", HMACMD5Type); 445ht.Add("http://www.w3.org/2001/04/xmldsig-more#hmac-ripemd160", HMACRIPEMD160Type); 448ht.Add("http://www.w3.org/2001/04/xmldsig-more#hmac-sha256", HMACSHA256Type); 451ht.Add("http://www.w3.org/2001/04/xmldsig-more#hmac-sha384", HMACSHA384Type); 452ht.Add("http://www.w3.org/2001/04/xmldsig-more#hmac-sha512", HMACSHA512Type); 852typeAliases.Add((string)attribute.Key, (string)attribute.Value); 874nameMappings.Add(friendlyName, typeName); 904oidMap.Add(friendlyName, oidString);
system\timezoneinfo.cs (1)
2884cachedData.m_systemTimeZones.Add(id, match);
PresentationBuildTasks (15)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (12)
76_elementHandler.Add(AlternateContent, new HandleElementCallback(HandleAlternateContent)); 77_elementHandler.Add(Choice, new HandleElementCallback(HandleChoice)); 78_elementHandler.Add(Fallback, new HandleElementCallback(HandleFallback)); 80_attributeHandler.Add(Ignorable, new HandleAttributeCallback(HandleIgnorable)); 81_attributeHandler.Add(MustUnderstand, new HandleAttributeCallback(HandleMustUnderstand)); 82_attributeHandler.Add(ProcessContent, new HandleAttributeCallback(HandleProcessContent)); 83_attributeHandler.Add(PreserveElements, new HandleAttributeCallback(HandlePreserveElements)); 84_attributeHandler.Add(PreserveAttributes, new HandleAttributeCallback(HandlePreserveAttributes)); 1837_processContents.Add(namespaceName, processContentSet); 1852_preserveElements.Add(namespaceName, preserveElementSet); 1867_preserveAttributes.Add(namespaceName, preserveAttributeSet); 2032_names.Add(itemName, itemName);
Framework\System\Windows\Markup\ParserContext.cs (3)
214MasterBracketCharacterCache.Add(type, map); 919cache.Add(propertyName, bracketCharacters); 922cache.Add(constructorArgumentName, bracketCharacters);
PresentationCore (23)
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (1)
659faces.Add(currentFontName, font);
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
673_cmap.Add(codePoint, glyphIndex);
Core\CSharp\MS\Internal\FontCache\FontResourceCache.cs (1)
89_assemblyCaches.Add(uriAssembly, folderResourceMap);
Core\CSharp\MS\Internal\FontFace\CompositeFontInfo.cs (3)
74_familyMapRangesByLanguage.Add(familyMap.Language, EmptyFamilyMapRanges); 78_familyMapRangesByLanguage.Add(familyMap.Language, EmptyFamilyMapRanges); 167table.Add(language, EmptyFamilyMapRanges);
Core\CSharp\MS\Internal\FontFace\FontDifferentiator.cs (1)
38faceNames.Add(XmlLanguage.GetLanguage("en-us"), faceName);
Core\CSharp\MS\Internal\FontFace\PhysicalFontFamily.cs (1)
64convertedDictionary.Add(language, pair.Value);
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1727_strokeLookupTable.Add(_coreStrokes[i], new StrokeLookupEntry());
Core\CSharp\MS\Internal\Ink\Renderer.cs (3)
271_visuals.Add(stroke, visual); 468_visuals.Add(stroke, visual); 691_highlighters.Add(color, hcVisual);
Core\CSharp\MS\Internal\Resources\ContentFileHelper.cs (1)
72contentFiles.Add(aacf.RelativeContentFilePath, null);
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (1)
412highLighters.Add(color, strokes);
Core\CSharp\System\Windows\Media\MediaContext.cs (1)
1558_registeredICompositionTargets.Add(iv, null); // We use the dictionary just as a set.
Core\CSharp\System\Windows\Media3D\Visual3DCollection.cs (1)
582duplicates.Add(visual, String.Empty);
Shared\MS\Internal\AppDomainShutdownMonitor.cs (1)
44_dictionary.Add(listener, listener);
Shared\MS\Internal\MimeTypeMapper.cs (5)
45_fileExtensionToMimeType.Add(XamlExtension, XamlMime); 46_fileExtensionToMimeType.Add(BamlExtension, BamlMime); 47_fileExtensionToMimeType.Add(JpgExtension, JpgMime); 48_fileExtensionToMimeType.Add(XbapExtension, XbapMime); 65_fileExtensionToMimeType.Add(completeExt, mimeType);
Shared\MS\Internal\SafeSecurityHelper.cs (1)
232_assemblies.Add(key, result);
PresentationFramework (62)
src\Framework\MS\Internal\Annotations\AnnotationMap.cs (1)
40_annotationIdToAttachedAnnotations.Add(attachedAnnotation.Annotation.Id, list);
src\Framework\MS\Internal\Annotations\ObservableDictionary.cs (1)
74_nameValues.Add(key, val);
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (3)
86_currentAnnotations.Add(annotation.Id, new CachedAnnotation(annotation, dirty)); 165annotations.Add(annotation.Id, annotation); 187annotations.Add(annotKV.Key, annotKV.Value.Annotation);
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
454_cachedXmlElements.Add(token, ret); 566s_xmlTokeFullNames.Add(token, AnnotationXmlConstants.Prefixes.BaseSchemaPrefix + ":" + xmlName); 581s_xmlTokeFullNames.Add(token, xmlName);
src\Framework\MS\Internal\Data\CommitManager.cs (1)
182Add(item, null);
src\Framework\MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
369_propertyInheritanceTreeStack.Add(propertyName, stackForProperty);
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (1)
850_contentPropertyTable.Add(fullTypeName, contentProperty);
src\Framework\MS\Internal\Ink\ClipboardProcessor.cs (2)
72_preferredClipboardData.Add(InkCanvasClipboardFormat.InkSerializedFormat, new ISFClipboardData()); 307preferredData.Add(format, clipboardData);
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (1)
876_lcidDictionary.Add(languageString, (uint)cultureInfo.LCID);
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (3)
69_predefinedNamespaces.Add(new Uri(AnnotationXmlConstants.Namespaces.CoreSchemaNamespace), null); 70_predefinedNamespaces.Add(new Uri(AnnotationXmlConstants.Namespaces.BaseSchemaNamespace), null); 71_predefinedNamespaces.Add(new Uri(XamlReaderHelper.DefaultNamespaceURI), null);
src\Framework\System\Windows\Automation\Peers\CalendarAutomationPeer.cs (2)
163newChildren.Add(key, peer); 299WeakRefElementProxyStorage.Add(key, wr);
src\Framework\System\Windows\Controls\DataGrid.cs (1)
6825_editingCellAutomationValueHolders.Add(cell.Column, new CellAutomationValueHolder(cell));
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (2)
507assignedDisplayIndexMap.Add(currentColumnDisplayIndex, columnIndex); 536assignedDisplayIndexMap.Add(nextAvailableColumnIndex, columnIndex);
src\Framework\System\Windows\Controls\Primitives\Selector.cs (2)
2756_set.Add(info, info); 2920_set.Add(_list[i], _list[i]);
src\Framework\System\Windows\Documents\FixedDSBuilder.cs (1)
61_nameHashTable.Add(Name,
src\Framework\System\Windows\Documents\FixedSchema.cs (1)
246_schemas.Add(mime, schema);
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
488highlights.Add(page, lfs);
src\Framework\System\Windows\Documents\Speller.cs (2)
374UriMap.Add(uri, new DictionaryInfo(pathUri, lexicon)); 1683UriMap.Add(item, new DictionaryInfo(tempLocationUri, lexicon));
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2774_freezeCache.Add(value, freezable);
src\Framework\System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (1)
46_namespaces.Add(prefix, xamlNs);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (14)
1771bamlType.Constructors.Add(1, new Baml6ConstructorInfo( 1851bamlType.Constructors.Add(1, new Baml6ConstructorInfo( 2694bamlType.Constructors.Add(1, new Baml6ConstructorInfo( 2824bamlType.Constructors.Add(2, new Baml6ConstructorInfo( 3164bamlType.Constructors.Add(1, new Baml6ConstructorInfo( 4032bamlType.Constructors.Add(1, new Baml6ConstructorInfo( 8293bamlType.Constructors.Add(1, new Baml6ConstructorInfo( 8300bamlType.Constructors.Add(3, new Baml6ConstructorInfo( 9423bamlType.Constructors.Add(1, new Baml6ConstructorInfo( 9442bamlType.Constructors.Add(1, new Baml6ConstructorInfo( 9874bamlType.Constructors.Add(1, new Baml6ConstructorInfo( 10088bamlType.Constructors.Add(1, new Baml6ConstructorInfo( 10650bamlType.Constructors.Add(1, new Baml6ConstructorInfo( 11829bamlType.Constructors.Add(1, new Baml6ConstructorInfo(
src\Framework\System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (3)
143_masterTypeTable.Add(bamlType.UnderlyingType, bamlType); 209_masterTypeTable.Add(type, xamlType); 245_masterTypeTable.Add(type, xamlType);
src\Framework\System\Windows\Markup\Baml2006\WpfSharedXamlSchemaContext.cs (1)
42_masterTypeTable.Add(type, xType);
src\Framework\System\Windows\Markup\ParserContext.cs (4)
214MasterBracketCharacterCache.Add(type, map); 823_freezeCache.Add(value, freezable); 919cache.Add(propertyName, bracketCharacters); 922cache.Add(constructorArgumentName, bracketCharacters);
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
106constructorArguments.Add(parameters[i].Name, parameters[i].Name);
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
338newDict.Add(kvp.Key, kvp.Value);
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (3)
45_nsDefinitions.Add(mapEntry.XmlNamespace, clrNsList); 60_piNamespaces.Add((string)entry.Key, clrNs); 327_allowedInternalTypes.Add(type, result);
src\Framework\System\Windows\Standard\MessageWindow.cs (1)
204s_windowLookup.Add(hwnd, hwndWrapper);
src\Framework\System\Windows\SystemResources.cs (1)
484_dictionaries.Add(assembly, dictionaries);
src\Framework\System\Windows\TemplateContent.cs (2)
356OwnerTemplate.ChildTypeFromChildIndex.Add(childIndex, type.UnderlyingType); 735TemplateLoadData.NamedTypes.Add(name, stack.CurrentFrame.Type);
SMSvcHost (4)
System\ServiceModel\Activation\AppManager.cs (2)
53this.pools.Add(appPoolId, appPool); 60this.apps.Add(appKey, app);
System\ServiceModel\Activation\MessageQueue.cs (1)
508registry.Add(path, queue);
System\ServiceModel\Activation\MsmqActivation.cs (1)
167this.bindingMonitors.Add(host, bindingMonitor);
svcutil (1)
CommandLineParser.cs (1)
140contents.Add(key.ToLower(CultureInfo.InvariantCulture), values);
System (17)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (2)
1897eventList.Add(ed.Name, ed); 1934propertyList.Add(p.Name, p);
net\System\Net\Configuration\UriSection.cs (2)
98this.schemeSettings.Add(schemeSetting.Name, schemeSetting); 112this.schemeSettings.Add(schemeSetting.Name, schemeSetting);
net\System\Net\Configuration\UriSectionReader.cs (1)
39sectionData.SchemeSettings.Add(schemeSetting.Key, schemeSetting.Value);
net\System\Net\mail\MailHeaderInfo.cs (1)
124m_HeaderDictionary.Add(m_HeaderInfo[i].NormalizedName, i);
net\System\Net\mail\SmtpDateTime.cs (10)
94tempTimeZoneOffsetLookup.Add("UT", TimeSpan.Zero); // +0000 95tempTimeZoneOffsetLookup.Add("GMT", TimeSpan.Zero); // +0000 96tempTimeZoneOffsetLookup.Add("EDT", new TimeSpan(-4, 0, 0)); // -0400 97tempTimeZoneOffsetLookup.Add("EST", new TimeSpan(-5, 0, 0)); // -0500 98tempTimeZoneOffsetLookup.Add("CDT", new TimeSpan(-5, 0, 0)); // -0500 99tempTimeZoneOffsetLookup.Add("CST", new TimeSpan(-6, 0, 0)); // -0600 100tempTimeZoneOffsetLookup.Add("MDT", new TimeSpan(-6, 0, 0)); // -0600 101tempTimeZoneOffsetLookup.Add("MST", new TimeSpan(-7, 0, 0)); // -0700 102tempTimeZoneOffsetLookup.Add("PDT", new TimeSpan(-7, 0, 0)); // -0700 103tempTimeZoneOffsetLookup.Add("PST", new TimeSpan(-8, 0, 0)); // -0800
net\System\Net\WebUtility.cs (1)
1060lookupTable.Add(e.Substring(2), e[0]);
System.Activities (56)
System\Activities\Activity.cs (2)
1379this.activityExtensionProviders.Add(key, new WorkflowInstanceExtensionProvider<T>(extensionProvider)); 1422this.singletonActivityNames.Add(name, activity);
System\Activities\ActivityLocationReferenceEnvironment.cs (1)
140this.Declarations.Add(locationReference.Name, locationReference);
System\Activities\Debugger\DebugManager.cs (5)
96checksumCache.Add(sourcePath.ToUpperInvariant(), checksum); 167this.states.Add(activity2, state); 313this.states.Add(activity, activityState); 412locals.Add("debugInfo", new DebugInfo(instance)); 560this.runningThreads.Add(newThreadId, newStack);
System\Activities\Debugger\InstrumentationTracker.cs (2)
71this.uninstrumentedSubRoots.Add(activity, wfSymbol); 78this.uninstrumentedSubRoots.Add(activity, sourcePath);
System\Activities\Debugger\SourceLocationProvider.cs (2)
243newMapping.Add(origin, 313mapping.Add(activity1, sourceLocation);
System\Activities\Debugger\StateManager.cs (2)
480this.stateMap.Add(location, state); 782this.sourceDocuments.Add(sourceDocKey, documentWriter);
System\Activities\Debugger\XamlDebuggerXmlReader.cs (2)
475this.initializationValueRanges.Add(currentStartObject, valueRange); 733this.objRgnToInitValueRgnMapping.Add(startNodeRange, valueRange);
System\Activities\Debugger\XmlReaderWithSourceLocation.cs (5)
120this.EmptyElementRanges.Add(elementLocation, emptyElementRange); 125this.StartElementLocations.Add(elementLocation, startElementBracket); 144this.AttributeValueRanges.Add(memberLocation, attributeValueRange); 154this.EndElementLocations.Add(endElementLocation, endElementBracket); 162this.ContentValueRanges.Add(endElementLocation, new DocumentRange(contentStartLocation, contentEnd));
System\Activities\DynamicUpdate\DynamicUpdateMapBuilder.cs (3)
806this.expressionRootsThatCanInduceIdle.Add(expressionRoot, activity); 1009this.newToOldMatches.Add(newChild, originalActivity); 1091this.newToOldMatches.Add(newVariable, oldIndex);
System\Activities\DynamicUpdate\DynamicUpdateMapEntry.cs (1)
238result.Add(pair.Key, pair.Value);
System\Activities\Hosting\SymbolResolver.cs (3)
71this.symbols.Add(key, CreateReference(key, value)); 82this.symbols.Add(key, new ExternalLocationReference(key, type, TypeHelper.GetDefaultValueForType(type))); 98this.symbols.Add(key, new ExternalLocationReference(key, type, value));
System\Activities\Hosting\WorkflowInstanceExtensionCollection.cs (1)
108filteredActivityExtensionProviders.Add(newExtensionProviderType, keyedActivityExtensionProvider.Value);
System\Activities\Runtime\ActivityExecutor.cs (2)
2719rootProperties.Add(handle.ExecutionPropertyName, new ExecutionPropertyManager.ExecutionProperty(handle.ExecutionPropertyName, handle, null)); 3014this.activeOperations.Add(owningActivity, context);
System\Activities\Runtime\BookmarkManager.cs (1)
171this.bookmarks.Add(bookmark, bookmarkCallbackWrapper);
System\Activities\Runtime\BookmarkScopeManager.cs (3)
402this.bookmarkManagers.Add(lookupScope, bookmarks); 431this.bookmarkManagers.Add(scope, new BookmarkManager(scope, scopeHandle)); 466this.bookmarkManagers.Add(scope, new BookmarkManager(scope, scopeHandle));
System\Activities\Runtime\DelegateCompletionCallbackWrapper.cs (1)
58this.results.Add(runtimeArgument.Name, parameterLocation.Value);
System\Activities\Runtime\ExecutionPropertyManager.cs (1)
232this.properties.Add(name, executionProperty);
System\Activities\Runtime\MappableObjectManager.cs (1)
53result.Add(mappableLocation.MappingKeyName, new LocationInfo(mappableLocation.Name, mappableLocation.OwnerDisplayName, mappableLocation.Location.Value));
System\Activities\Statements\InternalState.cs (1)
830this.triggerInternalTransitionMapping.Add(triggerActivity, internalTransition);
System\Activities\Statements\InvokeDelegate.cs (1)
143inputParameters.Add(entry.Key, entry.Value.Get(context));
System\Activities\Statements\StateMachine.cs (1)
383unconditionalTransitionMapping.Add(triggerActivity, new List<Transition>());
System\Activities\Statements\TimerTable.cs (2)
314this.dictionary.Add(timerData.Bookmark, timerData); 331this.dictionary.Add(this.list[i].Bookmark, this.list[i]);
System\Activities\Tracking\RuntimeTrackingProfile.cs (2)
215this.bookmarkSubscriptions.Add(bookmarkTrackingQuery.Name, bookmarkTrackingQuery); 243this.workflowEventSubscriptions.Add(state, workflowTrackingQuery);
System\Activities\Tracking\TrackingProvider.cs (1)
266this.profileSubscriptions.Add(participant, runtimeProfile);
System\Activities\Validation\ValidationHelper.cs (3)
45configurationResults.Add(groupName, false); 156overloadGroups.Add(groupName, arguments); 399dictionary.Add(dictionaryKey, listValues);
System\Activities\WorkflowDataContext.cs (1)
105names.Add(reference.Name, reference);
System\Activities\WorkflowInvoker.cs (1)
355this.PendingInvokes.Add(context.UserState, context);
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (1)
915this.PropertyHolders.Add(newProperty.Name, newProperty);
System\Activities\XamlIntegration\NamespaceTable.cs (2)
102localNamespaces.Add(tempNamespace.Prefix, tempNamespace); 112localNamespaces.Add(currentNamespace.Prefix, currentNamespace);
System\Activities\XamlIntegration\TextExpressionCompiler.cs (2)
674expressionIdToLocationReferences.Add(visitor.NextExpressionId, this.FindLocationReferences(activity)); 797contexts.Add(name, currentIndex++);
System.Activities.Core.Presentation (7)
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (2)
481modifiedValues.Add(viewStatePair.Key, OffsetPointCollection(viewStatePoints, offsetVector)); 485modifiedValues.Add(viewStatePair.Key, Point.Add((Point)viewStatePair.Value, offsetVector));
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
1231this.modelElement.Add(model, container);
System\Activities\Core\Presentation\GenericFlowSwitchHelper.cs (1)
128keyValueMap.Add(key, oldNewFlowNodeMap[currentFlowSwitch.Cases[key]]);
System\Activities\Core\Presentation\RegisterMetadataDelayedWorker.cs (1)
46this.DelayedWorkItems.Add(assemblyName, currentDelayedWorkItems);
System\Activities\Core\Presentation\StateContainerEditor.CompositeView.cs (1)
61modelItemToGuid.Add(destinationState, Guid.NewGuid().ToString());
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (1)
576this.modelItemToUIElement.Add(model, element);
System.Activities.DurableInstancing (11)
System\Activities\DurableInstancing\DefaultObjectSerializer.cs (1)
71propertyBag.Add(property.Key, property.Value);
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (2)
144this.associatedInstanceKeys.Add(keyEntry.Key, keyEntry.Value); 150this.associatedInstanceKeys.Add(loadByKeycommand.LookupInstanceKey, new Dictionary<XName, InstanceValue>());
System\Activities\DurableInstancing\SerializationUtilities.cs (5)
103metadataProperties.Add(property.Key, new InstanceValue(property.Value)); 122propertyBagToSerialize.Add(metadataProperty.Key, metadataProperty.Value.Value); 173propertyBags[index].Add(property.Key, property.Value.Value); 212propertyBag.Add(property.Key, property.Value.Value); 250properties.Add(property.Key, new InstanceValue(property.Value));
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
327this.definedPromotions.Add(name, new Tuple<List<XName>, List<XName>>(variant, binary));
System\Activities\DurableInstancing\StoreUtilities.cs (1)
211lockOwnerProperties.Add(property.Key, property.Value);
System\Activities\DurableInstancing\XmlPropertyBag.cs (1)
46this.Add(propertyName, value);
System.Activities.Presentation (92)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ResolverCache.cs (1)
32this.cache.Add(type, new WeakReference(result));
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (3)
312sourceLocationObjectToModelItemObjectMapping.Add(sourceLocationObject, modelItemObject); 466collectingSourceLocations.Add(obj, sourceLocation); 628propertyValueLocationMapping.Add(nameSourceLocation.Key, nameSourceLocation.Value);
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\XamlObjectReaderWithSequence.cs (1)
162this.SequenceNumberToObjectMap.Add(this.sequenceNumber, mappedObject);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\EditingContext.cs (2)
280_currentLayer.DefaultItems.Add(item.ItemType, item); 703_services.Add(serviceType, serviceInstance);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (4)
144existingMd.MemberAttributes.Add(kv.Key, kv.Value); 180_metadata.Add(type, md); 340md.MemberAttributes.Add(memberName, list); 411_metadata.Add(type, md);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagStringConverter.cs (1)
70flagDictionary.Add(flagNames[i].ToUpperInvariant(), flagValues.GetValue(i));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (2)
93_interfaces.Add(t, t); 225dict.Add(a.TypeId, a);
System.Activities.Presentation\System\Activities\Presentation\CachedResourceDictionaryExtension.cs (1)
29Cache.Add(this.Source, resourceDictionary);
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (12)
416this.breakpoints.Add(modelItem, newBreakpointType); 587this.unmappedBreakpoints.Add(sourceLocation, newBreakpointType); 632newUnmappedBreakpoints.Add(newSourceLocationMapping[kvpEntry.Key], this.unmappedBreakpoints[kvpEntry.Value]); 656this.modelItemToSourceLocation.Add(modelItem, sourceLocation); 657this.sourceLocationToModelItem.Add(sourceLocation, modelItem); 667this.instanceToSourceLocationMapping.Add(unresolvedObject, sourceLocation); 671this.modelItemToSourceLocation.Add(modelItem, sourceLocation); 672this.sourceLocationToModelItem.Add(sourceLocation, modelItem); 695this.instanceToSourceLocationMapping.Add(addedObject, sourceLocation); 762updatedSourceLocations.Add(key.GetCurrentValue(), sourceLocationWithFileName); 856this.modelItemToSourceLocation.Add(modelItem, sourceLocation); 857this.sourceLocationToModelItem.Add(sourceLocation, modelItem);
System.Activities.Presentation\System\Activities\Presentation\DefaultCommandExtensionCallback.cs (28)
24defaultGestures.Add(DesignerView.GoToParentCommand, 26defaultGestures.Add(DesignerView.ExpandInPlaceCommand, 28defaultGestures.Add(DesignerView.ExpandAllCommand, 30defaultGestures.Add(DesignerView.CollapseCommand, 32defaultGestures.Add(DesignerView.CollapseAllCommand, 34defaultGestures.Add(DesignerView.RestoreCommand, 36defaultGestures.Add(DesignerView.ZoomInCommand, 40defaultGestures.Add(DesignerView.ZoomOutCommand, 44defaultGestures.Add(DesignerView.ToggleArgumentDesignerCommand, 46defaultGestures.Add(DesignerView.ToggleVariableDesignerCommand, 48defaultGestures.Add(DesignerView.ToggleImportsDesignerCommand, 50defaultGestures.Add(DesignerView.ToggleMiniMapCommand, 52defaultGestures.Add(DesignerView.CreateVariableCommand, 54defaultGestures.Add(DesignerView.CycleThroughDesignerCommand, 56defaultGestures.Add(ExpressionTextBox.CompleteWordCommand, 58defaultGestures.Add(ExpressionTextBox.GlobalIntellisenseCommand, 60defaultGestures.Add(ExpressionTextBox.ParameterInfoCommand, 62defaultGestures.Add(ExpressionTextBox.QuickInfoCommand, 64defaultGestures.Add(DesignerView.MoveFocusCommand, 66defaultGestures.Add(DesignerView.ToggleSelectionCommand, 68defaultGestures.Add(DesignerView.CutCommand, 70defaultGestures.Add(DesignerView.CopyCommand, 72defaultGestures.Add(DesignerView.PasteCommand, 74defaultGestures.Add(DesignerView.SelectAllCommand, 76defaultGestures.Add(DesignerView.UndoCommand, 78defaultGestures.Add(DesignerView.RedoCommand, 80defaultGestures.Add(ExpressionTextBox.IncreaseFilterLevelCommand, 82defaultGestures.Add(ExpressionTextBox.DecreaseFilterLevelCommand,
System.Activities.Presentation\System\Activities\Presentation\DeleteHelper.cs (1)
58containerToModelItemsDict.Add(container, modelItemsPerContainer);
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (2)
615viewItemListDictionary.Add(container, new List<ModelItem>()); 758locations.Add(viewElement, location);
System.Activities.Presentation\System\Activities\Presentation\Metadata\ActivityArgumentHelper.cs (1)
307this.argumentAccessorWrappersCache.Add(activity, argumentAccessorWrappers);
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyImpl.cs (1)
240parent.ModelPropertyStore.Add(this.Name, newValueModelItem);
System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
175this.textImageIndexEntryMapping.Add(textImageIndex, entry);
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
589parent.ModelPropertyStore.Add(dataModelProperty.Name, value);
System.Activities.Presentation\System\Activities\Presentation\Model\WeakKeyDictionary.cs (1)
125_internalDictionary.Add(k, value);
System.Activities.Presentation\System\Activities\Presentation\NamespaceHelper.cs (1)
101visualBasicImports.Add(importedNamespace, new List<string>());
System.Activities.Presentation\System\Activities\Presentation\ObjectReferenceService.cs (1)
139this.ObjectReferenceIds.Add(objectReferenceId, obj);
System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (4)
428this.ValidationErrors.Add(rootActivity, validationError); 659this.ValidationErrors.Add(errorSource, currentError); 673this.ValidationErrors.Add(errorParent, currentError); 934this.ValidationErrorSourceLocators.Add(activityType, validationErrorSourceLocator);
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
154MemberPathToColumnDict.Add(column.SortMemberPath, column);
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (2)
1706commandParameters.Add(typeof(BreakpointTypes).Name, BreakpointTypes.Bounded); 1709commandParameters.Add(typeof(SourceLocation).Name, debuggerService.SelectedLocation);
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
589newSelectionMap.Add(modelItem, selectionMap[modelItem]);
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (2)
655ExpressionEditorTypeTable.Add(name, expressionEditorType); 666ConvertFromStringDelegates.Add(name, convertFromString);
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (1)
92TrackedModelItem.Add(modelItem, propertyList);
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeViewItem.cs (2)
48itemStatus.Add("IsSelection", "True"); 52itemStatus.Add("IsSelection", "False");
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemModelItemViewModel.cs (1)
385TreeViewItemViewModel.IconCache.Add(modelItemType, icon);
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (1)
539Trackers.Add(modelProperty, tracker);
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\UniqueModelItemHelper.cs (1)
144nonSources.Add(parent, 1);
System.Activities.Presentation\System\Activities\Presentation\View\TypeResolvingOptions.cs (2)
155result.Add(kvp.Key, kvp.Value); 162result.Add(kvp.Key, kvp.Value);
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
880variables.Add(locationReference.Name, modelVariable);
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
483sessionObjects.Add(key, this);
System.Activities.Presentation\System\Activities\Presentation\ViewStateAttachedPropertyFeature.cs (1)
73attachedProperties.Add(propertyName, attachedProperty);
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (2)
934sourceContainers.Add(modelItem, container); 966containerMovedModelItemList.Add(compView, new List<ModelItem>());
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (3)
96this.pendingNamespaces.Add(namespaceDeclaration.Prefix, namespaceDeclaration.Namespace); 237pendingNamespaces.Add(objectReader.Namespace.Prefix, objectReader.Namespace.Namespace); 1208this.declaredNames.Add(name, containingFragment);
System.Activities.Presentation\System\Activities\Presentation\Xaml\ObjectToSourceLocationMapping.cs (1)
242validSrcLocMapping.Add(modelItemObject, entry.Value);
System.ComponentModel.DataAnnotations (2)
DataAnnotations\ValidationContext.cs (2)
369this._services.Add(serviceType, callback); 389this._services.Add(serviceType, serviceInstance);
System.Configuration (2)
System\Configuration\BaseConfigurationRecord.cs (1)
463indirectLocationInputs.Add(configKey, new List<SectionInput>(1));
System\Configuration\ConfigurationElement.cs (1)
885s_perTypeValidators.Add(type, validator);
System.Core (30)
Microsoft\Scripting\Ast\DebugViewWriter.cs (2)
104ids.Add(e, 1); 111ids.Add(e, id);
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (4)
50_ids.Add(label, 0); 53_ids.Add(label, _ids.Count); 77_ids.Add(_ids, 0); 80_ids.Add(p, _ids.Count);
Microsoft\Scripting\Compiler\BoundConstants.cs (3)
100_indexes.Add(value, _values.Count); 158_cache.Add(reference.Key, local); 180_indexes.Add(value, index = _values.Count);
Microsoft\Scripting\Compiler\CompilerScope.cs (5)
118Definitions.Add(v, VariableStorageKind.Local); 220_locals.Add(variable, new LocalStorage(gen, variable)); 384_locals.Add(v, local); 399_locals.Add(v, local); 427_locals.Add(v, s);
Microsoft\Scripting\Compiler\HoistedLocals.cs (1)
84indexes.Add(vars[i], i);
Microsoft\Scripting\Compiler\KeyedQueue.cs (1)
42_data.Add(key, queue = new Queue<V>());
Microsoft\Scripting\Compiler\LabelInfo.cs (1)
358Labels.Add(target, info);
Microsoft\Scripting\Compiler\LambdaCompiler.ControlFlow.cs (2)
32_labelInfo.Add(node, result = new LabelInfo(_ilg, node, false)); 239_labelInfo.Add(label, new LabelInfo(_ilg, label, TypeUtils.AreReferenceAssignable(lambda.ReturnType, label.Type)));
Microsoft\Scripting\Compiler\SymbolDocumentGenerator.cs (1)
53_symbolWriters.Add(document, result);
Microsoft\Scripting\Compiler\VariableBinder.cs (1)
173currentScope.Definitions.Add(v, VariableStorageKind.Local);
System\Diagnostics\Eventing\Reader\ProviderMetadataCachedInformation.cs (1)
130cache.Add(key, value);
System\Diagnostics\PerformanceData\CounterSet.cs (3)
119m_idToCounter.Add(counterId, counterType); 158m_stringToId.Add(counterName, counterId); 159m_idToCounter.Add(counterId, counterType);
System\Diagnostics\PerformanceData\CounterSetInstanceCounterDataSet.cs (1)
135m_counters.Add(CounterDef.Key, thisCounterData);
System\Diagnostics\PerformanceData\PerfProviderCollection.cs (1)
98s_counterSetList.Add(counterSetGuid, 0);
System\Linq\Enumerable.cs (1)
969foreach (TSource element in source) d.Add(keySelector(element), elementSelector(element));
System\Linq\ParallelEnumerable.cs (2)
5018 result.Add(key, val); 5120result.Add(keySelector(src), elementSelector(src));
System.Data (180)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ResolverCache.cs (1)
32this.cache.Add(type, new WeakReference(result));
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (3)
312sourceLocationObjectToModelItemObjectMapping.Add(sourceLocationObject, modelItemObject); 466collectingSourceLocations.Add(obj, sourceLocation); 628propertyValueLocationMapping.Add(nameSourceLocation.Key, nameSourceLocation.Value);
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\XamlObjectReaderWithSequence.cs (1)
162this.SequenceNumberToObjectMap.Add(this.sequenceNumber, mappedObject);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\EditingContext.cs (2)
280_currentLayer.DefaultItems.Add(item.ItemType, item); 703_services.Add(serviceType, serviceInstance);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (4)
144existingMd.MemberAttributes.Add(kv.Key, kv.Value); 180_metadata.Add(type, md); 340md.MemberAttributes.Add(memberName, list); 411_metadata.Add(type, md);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagStringConverter.cs (1)
70flagDictionary.Add(flagNames[i].ToUpperInvariant(), flagValues.GetValue(i));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (2)
93_interfaces.Add(t, t); 225dict.Add(a.TypeId, a);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\CachedResourceDictionaryExtension.cs (1)
29Cache.Add(this.Source, resourceDictionary);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (12)
416this.breakpoints.Add(modelItem, newBreakpointType); 587this.unmappedBreakpoints.Add(sourceLocation, newBreakpointType); 632newUnmappedBreakpoints.Add(newSourceLocationMapping[kvpEntry.Key], this.unmappedBreakpoints[kvpEntry.Value]); 656this.modelItemToSourceLocation.Add(modelItem, sourceLocation); 657this.sourceLocationToModelItem.Add(sourceLocation, modelItem); 667this.instanceToSourceLocationMapping.Add(unresolvedObject, sourceLocation); 671this.modelItemToSourceLocation.Add(modelItem, sourceLocation); 672this.sourceLocationToModelItem.Add(sourceLocation, modelItem); 695this.instanceToSourceLocationMapping.Add(addedObject, sourceLocation); 762updatedSourceLocations.Add(key.GetCurrentValue(), sourceLocationWithFileName); 856this.modelItemToSourceLocation.Add(modelItem, sourceLocation); 857this.sourceLocationToModelItem.Add(sourceLocation, modelItem);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DefaultCommandExtensionCallback.cs (28)
24defaultGestures.Add(DesignerView.GoToParentCommand, 26defaultGestures.Add(DesignerView.ExpandInPlaceCommand, 28defaultGestures.Add(DesignerView.ExpandAllCommand, 30defaultGestures.Add(DesignerView.CollapseCommand, 32defaultGestures.Add(DesignerView.CollapseAllCommand, 34defaultGestures.Add(DesignerView.RestoreCommand, 36defaultGestures.Add(DesignerView.ZoomInCommand, 40defaultGestures.Add(DesignerView.ZoomOutCommand, 44defaultGestures.Add(DesignerView.ToggleArgumentDesignerCommand, 46defaultGestures.Add(DesignerView.ToggleVariableDesignerCommand, 48defaultGestures.Add(DesignerView.ToggleImportsDesignerCommand, 50defaultGestures.Add(DesignerView.ToggleMiniMapCommand, 52defaultGestures.Add(DesignerView.CreateVariableCommand, 54defaultGestures.Add(DesignerView.CycleThroughDesignerCommand, 56defaultGestures.Add(ExpressionTextBox.CompleteWordCommand, 58defaultGestures.Add(ExpressionTextBox.GlobalIntellisenseCommand, 60defaultGestures.Add(ExpressionTextBox.ParameterInfoCommand, 62defaultGestures.Add(ExpressionTextBox.QuickInfoCommand, 64defaultGestures.Add(DesignerView.MoveFocusCommand, 66defaultGestures.Add(DesignerView.ToggleSelectionCommand, 68defaultGestures.Add(DesignerView.CutCommand, 70defaultGestures.Add(DesignerView.CopyCommand, 72defaultGestures.Add(DesignerView.PasteCommand, 74defaultGestures.Add(DesignerView.SelectAllCommand, 76defaultGestures.Add(DesignerView.UndoCommand, 78defaultGestures.Add(DesignerView.RedoCommand, 80defaultGestures.Add(ExpressionTextBox.IncreaseFilterLevelCommand, 82defaultGestures.Add(ExpressionTextBox.DecreaseFilterLevelCommand,
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DeleteHelper.cs (1)
58containerToModelItemsDict.Add(container, modelItemsPerContainer);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (2)
615viewItemListDictionary.Add(container, new List<ModelItem>()); 758locations.Add(viewElement, location);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Metadata\ActivityArgumentHelper.cs (1)
307this.argumentAccessorWrappersCache.Add(activity, argumentAccessorWrappers);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyImpl.cs (1)
240parent.ModelPropertyStore.Add(this.Name, newValueModelItem);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
175this.textImageIndexEntryMapping.Add(textImageIndex, entry);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
589parent.ModelPropertyStore.Add(dataModelProperty.Name, value);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\WeakKeyDictionary.cs (1)
125_internalDictionary.Add(k, value);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceHelper.cs (1)
101visualBasicImports.Add(importedNamespace, new List<string>());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ObjectReferenceService.cs (1)
139this.ObjectReferenceIds.Add(objectReferenceId, obj);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (3)
659this.ValidationErrors.Add(errorSource, currentError); 673this.ValidationErrors.Add(errorParent, currentError); 934this.ValidationErrorSourceLocators.Add(activityType, validationErrorSourceLocator);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
1706commandParameters.Add(typeof(BreakpointTypes).Name, BreakpointTypes.Bounded);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
589newSelectionMap.Add(modelItem, selectionMap[modelItem]);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (2)
655ExpressionEditorTypeTable.Add(name, expressionEditorType); 666ConvertFromStringDelegates.Add(name, convertFromString);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (1)
92TrackedModelItem.Add(modelItem, propertyList);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeViewItem.cs (2)
48itemStatus.Add("IsSelection", "True"); 52itemStatus.Add("IsSelection", "False");
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemModelItemViewModel.cs (1)
385TreeViewItemViewModel.IconCache.Add(modelItemType, icon);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (1)
539Trackers.Add(modelProperty, tracker);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\UniqueModelItemHelper.cs (1)
144nonSources.Add(parent, 1);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeResolvingOptions.cs (2)
155result.Add(kvp.Key, kvp.Value); 162result.Add(kvp.Key, kvp.Value);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
483sessionObjects.Add(key, this);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ViewStateAttachedPropertyFeature.cs (1)
73attachedProperties.Add(propertyName, attachedProperty);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (2)
934sourceContainers.Add(modelItem, container); 966containerMovedModelItemList.Add(compView, new List<ModelItem>());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
1208this.declaredNames.Add(name, containingFragment);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ObjectToSourceLocationMapping.cs (1)
242validSrcLocMapping.Add(modelItemObject, entry.Value);
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
2437hash.Add(lowerName, index);
fx\src\data\System\Data\Common\ObjectStorage.cs (2)
511tmp.Add(entry.Key, entry.Value); 530cache.Add(key, serializer);
fx\src\data\System\Data\DataColumnCollection.cs (1)
754columnFromName.Add(name, column);
fx\src\data\System\Data\DataView.cs (5)
621rowViewCache.Add(addNewRow, drv); 1345rowViewCache.Add(row, buffer ?? new DataRowView(this, row)); 1359rowViewBuffer.Add(row, buffer); 1490rvc.Add(row, drv); 1496rvc.Add(addNewRow, drv);
fx\src\data\System\Data\Odbc\OdbcConnectionStringbuilder.cs (2)
52hash.Add(DbConnectionStringKeywords.Driver, Keywords.Driver); 53hash.Add(DbConnectionStringKeywords.Dsn, Keywords.Dsn);
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (5)
66hash.Add(DbConnectionStringKeywords.DataSource, Keywords.DataSource); 67hash.Add(DbConnectionStringKeywords.FileName, Keywords.FileName); 69hash.Add(DbConnectionStringKeywords.OleDbServices, Keywords.OleDbServices); 70hash.Add(DbConnectionStringKeywords.PersistSecurityInfo, Keywords.PersistSecurityInfo); 71hash.Add(DbConnectionStringKeywords.Provider, Keywords.Provider);
fx\src\data\System\Data\ProviderBase\DbConnectionFactory.cs (3)
422newConnectionPoolGroups.Add(entry.Key, entry.Value); 426newConnectionPoolGroups.Add(key, newConnectionPoolGroup); 533newConnectionPoolGroups.Add(entry.Key, entry.Value);
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
213_transactedCxns.Add(transactionClone, newConnections);
fx\src\data\System\Data\SqlClient\LocalDBAPI.cs (1)
317tempConfigurableInstances.Add(confElement.Name.Trim(), new InstanceInfo(confElement.Version.Trim()));
fx\src\data\System\Data\SqlClient\SqlCommand.cs (3)
3615describeParameterEncryptionRpcOriginalRpcDictionary.Add(rpcDescribeParameterEncryptionRequest, _SqlRPCBatchArray[i]); 3858columnEncryptionKeyTable.Add(currentOrdinal, cipherInfoEntry); 3934this.keysToBeSentToEnclave.Add(currentOrdinal, cipherInfo);
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (59)
179hash.Add(DbConnectionStringKeywords.ApplicationIntent, Keywords.ApplicationIntent); 180hash.Add(DbConnectionStringKeywords.ApplicationName, Keywords.ApplicationName); 181hash.Add(DbConnectionStringKeywords.AsynchronousProcessing, Keywords.AsynchronousProcessing); 182hash.Add(DbConnectionStringKeywords.AttachDBFilename, Keywords.AttachDBFilename); 183hash.Add(DbConnectionStringKeywords.PoolBlockingPeriod, Keywords.PoolBlockingPeriod); 184hash.Add(DbConnectionStringKeywords.ConnectTimeout, Keywords.ConnectTimeout); 185hash.Add(DbConnectionStringKeywords.ConnectionReset, Keywords.ConnectionReset); 186hash.Add(DbConnectionStringKeywords.ContextConnection, Keywords.ContextConnection); 187hash.Add(DbConnectionStringKeywords.CurrentLanguage, Keywords.CurrentLanguage); 188hash.Add(DbConnectionStringKeywords.DataSource, Keywords.DataSource); 189hash.Add(DbConnectionStringKeywords.Encrypt, Keywords.Encrypt); 190hash.Add(DbConnectionStringKeywords.Enlist, Keywords.Enlist); 191hash.Add(DbConnectionStringKeywords.FailoverPartner, Keywords.FailoverPartner); 192hash.Add(DbConnectionStringKeywords.InitialCatalog, Keywords.InitialCatalog); 193hash.Add(DbConnectionStringKeywords.IntegratedSecurity, Keywords.IntegratedSecurity); 194hash.Add(DbConnectionStringKeywords.LoadBalanceTimeout, Keywords.LoadBalanceTimeout); 195hash.Add(DbConnectionStringKeywords.MultipleActiveResultSets, Keywords.MultipleActiveResultSets); 196hash.Add(DbConnectionStringKeywords.MaxPoolSize, Keywords.MaxPoolSize); 197hash.Add(DbConnectionStringKeywords.MinPoolSize, Keywords.MinPoolSize); 198hash.Add(DbConnectionStringKeywords.MultiSubnetFailover, Keywords.MultiSubnetFailover); 199hash.Add(DbConnectionStringKeywords.TransparentNetworkIPResolution, Keywords.TransparentNetworkIPResolution); 201hash.Add(DbConnectionStringKeywords.NetworkLibrary, Keywords.NetworkLibrary); 202hash.Add(DbConnectionStringKeywords.PacketSize, Keywords.PacketSize); 203hash.Add(DbConnectionStringKeywords.Password, Keywords.Password); 204hash.Add(DbConnectionStringKeywords.PersistSecurityInfo, Keywords.PersistSecurityInfo); 205hash.Add(DbConnectionStringKeywords.Pooling, Keywords.Pooling); 206hash.Add(DbConnectionStringKeywords.Replication, Keywords.Replication); 207hash.Add(DbConnectionStringKeywords.TransactionBinding, Keywords.TransactionBinding); 208hash.Add(DbConnectionStringKeywords.TrustServerCertificate, Keywords.TrustServerCertificate); 209hash.Add(DbConnectionStringKeywords.TypeSystemVersion, Keywords.TypeSystemVersion); 210hash.Add(DbConnectionStringKeywords.UserID, Keywords.UserID); 211hash.Add(DbConnectionStringKeywords.UserInstance, Keywords.UserInstance); 212hash.Add(DbConnectionStringKeywords.WorkstationID, Keywords.WorkstationID); 213hash.Add(DbConnectionStringKeywords.ConnectRetryCount, Keywords.ConnectRetryCount); 214hash.Add(DbConnectionStringKeywords.ConnectRetryInterval, Keywords.ConnectRetryInterval); 215hash.Add(DbConnectionStringKeywords.Authentication, Keywords.Authentication); 216hash.Add(DbConnectionStringKeywords.ColumnEncryptionSetting, Keywords.ColumnEncryptionSetting); 217hash.Add(DbConnectionStringKeywords.EnclaveAttestationUrl, Keywords.EnclaveAttestationUrl); 219hash.Add(DbConnectionStringSynonyms.APP, Keywords.ApplicationName); 220hash.Add(DbConnectionStringSynonyms.Async, Keywords.AsynchronousProcessing); 221hash.Add(DbConnectionStringSynonyms.EXTENDEDPROPERTIES, Keywords.AttachDBFilename); 222hash.Add(DbConnectionStringSynonyms.INITIALFILENAME, Keywords.AttachDBFilename); 223hash.Add(DbConnectionStringSynonyms.CONNECTIONTIMEOUT, Keywords.ConnectTimeout); 224hash.Add(DbConnectionStringSynonyms.TIMEOUT, Keywords.ConnectTimeout); 225hash.Add(DbConnectionStringSynonyms.LANGUAGE, Keywords.CurrentLanguage); 226hash.Add(DbConnectionStringSynonyms.ADDR, Keywords.DataSource); 227hash.Add(DbConnectionStringSynonyms.ADDRESS, Keywords.DataSource); 228hash.Add(DbConnectionStringSynonyms.NETWORKADDRESS, Keywords.DataSource); 229hash.Add(DbConnectionStringSynonyms.SERVER, Keywords.DataSource); 230hash.Add(DbConnectionStringSynonyms.DATABASE, Keywords.InitialCatalog); 231hash.Add(DbConnectionStringSynonyms.TRUSTEDCONNECTION, Keywords.IntegratedSecurity); 232hash.Add(DbConnectionStringSynonyms.ConnectionLifetime, Keywords.LoadBalanceTimeout); 233hash.Add(DbConnectionStringSynonyms.NET, Keywords.NetworkLibrary); 234hash.Add(DbConnectionStringSynonyms.NETWORK, Keywords.NetworkLibrary); 235hash.Add(DbConnectionStringSynonyms.Pwd, Keywords.Password); 236hash.Add(DbConnectionStringSynonyms.PERSISTSECURITYINFO, Keywords.PersistSecurityInfo); 237hash.Add(DbConnectionStringSynonyms.UID, Keywords.UserID); 238hash.Add(DbConnectionStringSynonyms.User, Keywords.UserID); 239hash.Add(DbConnectionStringSynonyms.WSID, Keywords.WorkstationID);
fx\src\data\System\Data\SqlClient\SqlDependency.cs (2)
804_serverUserHash.Add(server, identityDatabaseHash); 815identityDatabaseHash.Add(identityUser, databaseServiceList);
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (1)
1512_connectionContainers.Add(hashHelper, container);
fx\src\data\System\Data\SqlClient\SqlDependencyUtils.cs (3)
153_dependencyIdToDependencyHash.Add(dep.Id, dep); 214_commandHashToNotificationId.Add(commandHash, notificationId); 215_notificationIdToDependenciesHash.Add(notificationId, dependencyList);
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
1933_currentSessionData._resolvedAliases.Add(serverInfo.UserServerName, new Tuple<string, string>(host, protocol));
fx\src\data\System\Data\SqlClient\SqlUdtInfo.cs (1)
71m_types2UdtInfo.Add(target, udtAttr);
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
3151_pendingWritePackets.Add(pointer, packet);
fx\src\data\System\Data\XMLSchema.cs (2)
1294tableDictionary.Add(table, new List<DataTable>()); 1409tableDictionary.Add(table, new List<DataTable>());
System.Data.Entity (1093)
System\Data\Common\CommandTrees\DbCommandTree.cs (2)
123attrs.Add("DataSpace", this.DataSpace); 133paramAttrs.Add("Name", param.Key);
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (1)
499bindingNames.Add(input.VariableName, iPos);
System\Data\Common\CommandTrees\Internal\ExpressionDumper.cs (12)
185facetInfo.Add(facet.Name, facet.Value); 359attrs.Add("DbExpressionKind", Enum.GetName(typeof(DbExpressionKind), expr.ExpressionKind)); 367attrs.Add(attributeName, attributeValue); 374attrs.Add(attributeName, attributeValue); 385attrs.Add(attributeName1, attributeValue1); 386attrs.Add(attributeName2, attributeValue2); 399attrs.Add(attributeName1, attributeValue1); 400attrs.Add(attributeName2, attributeValue2); 401attrs.Add(attributeName3, attributeValue3); 441attrs.Add("Value", e.Value); 455attrs.Add("VariableName", e.VariableName); 463attrs.Add("ParameterName", e.ParameterName);
System\Data\Common\CommandTrees\Internal\Validator.cs (1)
135this.paramMappings.Add(paramRef.ParameterName, paramRef);
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (4)
434!TryMatchDiscriminatorPredicate(discriminatorFilter, (compEx, discValue) => discriminatorPredicates.Add(discValue, compEx))) 473inputPredicateMap.Add(propName, discriminatorPredicates[constValue]); 474selectorPredicateMap.Add(propName, (DbComparisonExpression)casePredicate.When[0]); 478columnValues.Add(propName, columnVal);
System\Data\Common\DataRecord.cs (1)
535_attrCache.Add(pd, new AttributeCollection(attrArray));
System\Data\Common\DbXmlEnabledProviderManifest.cs (3)
122_storeTypeNameToStorePrimitiveType.Add(type.Name.ToLowerInvariant(), type); 123_storeTypeNameToEdmPrimitiveType.Add(type.Name.ToLowerInvariant(), EdmProviderManifest.Instance.GetPrimitiveType(type.PrimitiveTypeKind)); 128_facetDescriptions.Add(type, descriptions);
System\Data\Common\EntitySql\CqlLexerHelpers.cs (96)
837keywords.Add("all", CqlParser.ALL); 838keywords.Add("and", CqlParser.AND); 839keywords.Add("anyelement", CqlParser.ANYELEMENT); 840keywords.Add("apply", CqlParser.APPLY); 841keywords.Add("as", CqlParser.AS); 842keywords.Add("asc", CqlParser.ASC); 843keywords.Add("between", CqlParser.BETWEEN); 844keywords.Add("by", CqlParser.BY); 845keywords.Add("case", CqlParser.CASE); 846keywords.Add("cast", CqlParser.CAST); 847keywords.Add("collate", CqlParser.COLLATE); 848keywords.Add("collection", CqlParser.COLLECTION); 849keywords.Add("createref", CqlParser.CREATEREF); 850keywords.Add("cross", CqlParser.CROSS); 851keywords.Add("deref", CqlParser.DEREF); 852keywords.Add("desc", CqlParser.DESC); 853keywords.Add("distinct", CqlParser.DISTINCT); 854keywords.Add("element", CqlParser.ELEMENT); 855keywords.Add("else", CqlParser.ELSE); 856keywords.Add("end", CqlParser.END); 857keywords.Add("escape", CqlParser.ESCAPE); 858keywords.Add("except", CqlParser.EXCEPT); 859keywords.Add("exists", CqlParser.EXISTS); 860keywords.Add("false", CqlParser.LITERAL); 861keywords.Add("flatten", CqlParser.FLATTEN); 862keywords.Add("from", CqlParser.FROM); 863keywords.Add("full", CqlParser.FULL); 864keywords.Add("function", CqlParser.FUNCTION); 865keywords.Add("group", CqlParser.GROUP); 866keywords.Add("grouppartition", CqlParser.GROUPPARTITION); 867keywords.Add("having", CqlParser.HAVING); 868keywords.Add("in", CqlParser.IN); 869keywords.Add("inner", CqlParser.INNER); 870keywords.Add("intersect", CqlParser.INTERSECT); 871keywords.Add("is", CqlParser.IS); 872keywords.Add("join", CqlParser.JOIN); 873keywords.Add("key", CqlParser.KEY); 874keywords.Add("left", CqlParser.LEFT); 875keywords.Add("like", CqlParser.LIKE); 876keywords.Add("limit", CqlParser.LIMIT); 877keywords.Add("multiset", CqlParser.MULTISET); 878keywords.Add("navigate", CqlParser.NAVIGATE); 879keywords.Add("not", CqlParser.NOT); 880keywords.Add("null", CqlParser.NULL); 881keywords.Add("of", CqlParser.OF); 882keywords.Add("oftype", CqlParser.OFTYPE); 883keywords.Add("on", CqlParser.ON); 884keywords.Add("only", CqlParser.ONLY); 885keywords.Add("or", CqlParser.OR); 886keywords.Add("order", CqlParser.ORDER); 887keywords.Add("outer", CqlParser.OUTER); 888keywords.Add("overlaps", CqlParser.OVERLAPS); 889keywords.Add("ref", CqlParser.REF); 890keywords.Add("relationship", CqlParser.RELATIONSHIP); 891keywords.Add("right", CqlParser.RIGHT); 892keywords.Add("row", CqlParser.ROW); 893keywords.Add("select", CqlParser.SELECT); 894keywords.Add("set", CqlParser.SET); 895keywords.Add("skip", CqlParser.SKIP); 896keywords.Add("then", CqlParser.THEN); 897keywords.Add("top", CqlParser.TOP); 898keywords.Add("treat", CqlParser.TREAT); 899keywords.Add("true", CqlParser.LITERAL); 900keywords.Add("union", CqlParser.UNION); 901keywords.Add("using", CqlParser.USING); 902keywords.Add("value", CqlParser.VALUE); 903keywords.Add("when", CqlParser.WHEN); 904keywords.Add("where", CqlParser.WHERE); 905keywords.Add("with", CqlParser.WITH); 1013operators.Add("==", CqlParser.OP_EQ); 1014operators.Add("!=", CqlParser.OP_NEQ); 1015operators.Add("<>", CqlParser.OP_NEQ); 1016operators.Add("<", CqlParser.OP_LT); 1017operators.Add("<=", CqlParser.OP_LE); 1018operators.Add(">", CqlParser.OP_GT); 1019operators.Add(">=", CqlParser.OP_GE); 1020operators.Add("&&", CqlParser.AND); 1021operators.Add("||", CqlParser.OR); 1022operators.Add("!", CqlParser.NOT); 1023operators.Add("+", CqlParser.PLUS); 1024operators.Add("-", CqlParser.MINUS); 1025operators.Add("*", CqlParser.STAR); 1026operators.Add("/", CqlParser.FSLASH); 1027operators.Add("%", CqlParser.PERCENT); 1043punctuators.Add(",", CqlParser.COMMA); 1044punctuators.Add(":", CqlParser.COLON); 1045punctuators.Add(".", CqlParser.DOT); 1046punctuators.Add("?", CqlParser.QMARK); 1047punctuators.Add("(", CqlParser.L_PAREN); 1048punctuators.Add(")", CqlParser.R_PAREN); 1049punctuators.Add("[", CqlParser.L_BRACE); 1050punctuators.Add("]", CqlParser.R_BRACE); 1051punctuators.Add("{", CqlParser.L_CURLY); 1052punctuators.Add("}", CqlParser.R_CURLY); 1053punctuators.Add(";", CqlParser.SCOLON); 1054punctuators.Add("=", CqlParser.EQUAL);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (45)
2561rowColumns.Add(aliasName, colExpr.ResultType); 3636projectionExpressions.Add(aliasName, converted); 4350astExprConverters.Add(typeof(AST.Literal), new AstExprConverter(ConvertLiteral)); 4351astExprConverters.Add(typeof(AST.QueryParameter), new AstExprConverter(ConvertParameter)); 4352astExprConverters.Add(typeof(AST.Identifier), new AstExprConverter(ConvertIdentifier)); 4353astExprConverters.Add(typeof(AST.DotExpr), new AstExprConverter(ConvertDotExpr)); 4354astExprConverters.Add(typeof(AST.BuiltInExpr), new AstExprConverter(ConvertBuiltIn)); 4355astExprConverters.Add(typeof(AST.QueryExpr), new AstExprConverter(ConvertQueryExpr)); 4356astExprConverters.Add(typeof(AST.ParenExpr), new AstExprConverter(ConvertParenExpr)); 4357astExprConverters.Add(typeof(AST.RowConstructorExpr), new AstExprConverter(ConvertRowConstructor)); 4358astExprConverters.Add(typeof(AST.MultisetConstructorExpr), new AstExprConverter(ConvertMultisetConstructor)); 4359astExprConverters.Add(typeof(AST.CaseExpr), new AstExprConverter(ConvertCaseExpr)); 4360astExprConverters.Add(typeof(AST.RelshipNavigationExpr), new AstExprConverter(ConvertRelshipNavigationExpr)); 4361astExprConverters.Add(typeof(AST.RefExpr), new AstExprConverter(ConvertRefExpr)); 4362astExprConverters.Add(typeof(AST.DerefExpr), new AstExprConverter(ConvertDeRefExpr)); 4363astExprConverters.Add(typeof(AST.MethodExpr), new AstExprConverter(ConvertMethodExpr)); 4364astExprConverters.Add(typeof(AST.CreateRefExpr), new AstExprConverter(ConvertCreateRefExpr)); 4365astExprConverters.Add(typeof(AST.KeyExpr), new AstExprConverter(ConvertKeyExpr)); 4366astExprConverters.Add(typeof(AST.GroupPartitionExpr), new AstExprConverter(ConvertGroupPartitionExpr)); 4428builtInExprConverter.Add(AST.BuiltInKind.Minus, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr) 4440builtInExprConverter.Add(AST.BuiltInKind.Multiply, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr) 4452builtInExprConverter.Add(AST.BuiltInKind.Divide, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr) 4464builtInExprConverter.Add(AST.BuiltInKind.Modulus, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr) 4497builtInExprConverter.Add(AST.BuiltInKind.UnaryPlus, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr) 4512builtInExprConverter.Add(AST.BuiltInKind.And, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr) 4525builtInExprConverter.Add(AST.BuiltInKind.Or, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr) 4538builtInExprConverter.Add(AST.BuiltInKind.Not, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr) 4552builtInExprConverter.Add(AST.BuiltInKind.Equal, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr) 4564builtInExprConverter.Add(AST.BuiltInKind.NotEqual, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr) 4578builtInExprConverter.Add(AST.BuiltInKind.GreaterEqual, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr) 4590builtInExprConverter.Add(AST.BuiltInKind.GreaterThan, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr) 4602builtInExprConverter.Add(AST.BuiltInKind.LessEqual, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr) 4614builtInExprConverter.Add(AST.BuiltInKind.LessThan, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr) 4632builtInExprConverter.Add(AST.BuiltInKind.Union, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr) 4644builtInExprConverter.Add(AST.BuiltInKind.UnionAll, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr) 4656builtInExprConverter.Add(AST.BuiltInKind.Intersect, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr) 4668builtInExprConverter.Add(AST.BuiltInKind.Overlaps, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr) 4680builtInExprConverter.Add(AST.BuiltInKind.AnyElement, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr) 4700builtInExprConverter.Add(AST.BuiltInKind.Except, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr) 4712builtInExprConverter.Add(AST.BuiltInKind.Exists, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr) 4750builtInExprConverter.Add(AST.BuiltInKind.In, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr) 4788builtInExprConverter.Add(AST.BuiltInKind.NotIn, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr) 4823builtInExprConverter.Add(AST.BuiltInKind.Distinct, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr) 5182builtInExprConverter.Add(AST.BuiltInKind.Between, ConvertBetweenExpr); 5189builtInExprConverter.Add(AST.BuiltInKind.NotBetween, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr)
System\Data\Common\EntitySql\SemanticResolver.cs (2)
190retParams.Add(paramDef.ParameterName, paramDef); 217retVars.Add(varDef.VariableName, varDef);
System\Data\Common\EntitySql\StaticContext.cs (1)
39_scopeEntries.Add(key, value);
System\Data\Common\EntitySql\TypeResolver.cs (2)
251_aliasedNamespaces.Add(alias, @namespace); 280_functionDefinitions.Add(name, overloads);
System\Data\Common\Internal\Materialization\Translator.cs (1)
471_objectTypeMappings.Add(resolvedType, result);
System\Data\Common\QueryCache\QueryCacheManager.cs (1)
151_cacheData.Add(inQueryCacheEntry.QueryCacheKey, inQueryCacheEntry);
System\Data\Common\Utils\AliasGenerator.cs (2)
77updatedCache.Add(entry.Key, entry.Value); 80updatedCache.Add(prefix, cache);
System\Data\Common\Utils\Boolean\ConversionContext.cs (2)
71_variableMap.Add(term, variable); 173vertexToRange.Add(successorVertex, range);
System\Data\Common\Utils\Boolean\Solver.cs (2)
137_knownVertices.Add(result, result); 217_computedIfThenElseValues.Add(key, result);
System\Data\Common\Utils\Memoizer.cs (1)
63_resultCache.Add(arg, result);
System\Data\Common\Utils\MetadataHelper.cs (1)
491graph.Add(a, references);
System\Data\EntityClient\EntityCommand.cs (1)
844queryParams.Add(parameterName, typeUsage);
System\Data\EntityKey.cs (1)
1253_nameLookup.Add(name, name);
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (1)
367baseEntitySetTypes.Add(entitySet.EntityType, entitySet);
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSet.cs (4)
112_relationshipEnds.Add( end.Role, end ); 140_relationshipEnds.Add(end.Role, end); 168_relationshipEnds.Add( end.Role, end ); 187associationSet._relationshipEnds.Add(clonedEnd.Role, clonedEnd);
System\Data\EntityModel\SchemaObjectModel\EntityKeyElement.cs (1)
113propertyLookUp.Add(property.Name, keyProperty);
System\Data\EntityModel\SchemaObjectModel\RelationshipEndCollection.cs (1)
63EndLookup.Add(end.Name,end);
System\Data\EntityModel\SchemaObjectModel\SchemaElementLookUpTable.cs (1)
138KeyToType.Add(key,type);
System\Data\EntityModel\SchemaObjectModel\SchemaLookupTable.cs (2)
40_aliasToNamespaceMap.Add(schema.Alias, schema.Namespace); 79_aliasToNamespaceMap.Add(newAlias, newNamespace);
System\Data\EntityModel\SchemaObjectModel\TypeUsageBuilder.cs (18)
134calculatedFacets.Add(defaultFacet.Name, Facet.Create(defaultFacet.Description, value)); 151calculatedFacets.Add(defaultFacet.Name, defaultFacet); 160calculatedFacets.Add(facet.Name, facet); 165calculatedFacets.Add(facet.Name, facet); 171calculatedFacets.Add(facet.Name, facet); 212this._facetValues.Add(EdmProviderManifest.IsStrictFacetName, false /* only possible value */); 541_facetValues.Add(EdmProviderManifest.MaxLengthFacetName, EdmConstants.UnboundedValue); 551_facetValues.Add(EdmProviderManifest.MaxLengthFacetName, size); 561_facetValues.Add(EdmProviderManifest.SridFacetName, EdmConstants.VariableValue); 571_facetValues.Add(EdmProviderManifest.SridFacetName, srid); 579_facetValues.Add(EdmProviderManifest.NullableFacetName, nullable); 607_facetValues.Add(EdmProviderManifest.StoreGeneratedPatternFacetName, storeGeneratedPattern); 629_facetValues.Add(EdmProviderManifest.ConcurrencyModeFacetName, concurrencyMode); 642_facetValues.Add(EdmProviderManifest.PrecisionFacetName, precision); 651_facetValues.Add(EdmProviderManifest.ScaleFacetName, scale); 660_facetValues.Add(EdmProviderManifest.UnicodeFacetName, isUnicode); 671_facetValues.Add(EdmProviderManifest.CollationFacetName, reader.Value); 679_facetValues.Add(EdmProviderManifest.FixedLengthFacetName, isFixedLength);
System\Data\EntityModel\SchemaObjectModel\XmlSchemaResource.cs (11)
62schemaResourceMap.Add(ssdlSchema.NamespaceUri, ssdlSchema); 67schemaResourceMap.Add(ssdlSchema2.NamespaceUri, ssdlSchema2); 75schemaResourceMap.Add(ssdlSchema3.NamespaceUri, ssdlSchema3); 79schemaResourceMap.Add(providerManifest.NamespaceUri, providerManifest); 89schemaResourceMap.Add(msl1.NamespaceUri, msl1); 94schemaResourceMap.Add(msl2.NamespaceUri, msl2); 101schemaResourceMap.Add(msl3.NamespaceUri, msl3); 123schemaResourceMap.Add(csdlSchema_1.NamespaceUri, csdlSchema_1); 126schemaResourceMap.Add(csdlSchema_1_1.NamespaceUri, csdlSchema_1_1); 131schemaResourceMap.Add(csdlSchema_2.NamespaceUri, csdlSchema_2); 139schemaResourceMap.Add(csdlSchema_3.NamespaceUri, csdlSchema_3);
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (3)
401clrTypeIndexes.Add(clrName, currIndex); 414cdmTypeIndexes.Add(cdmName, currIndex); 464typeMappings.Add(edmType.FullName, objectTypeMapping);
System\Data\Mapping\FunctionImportMapping.cs (3)
143isOfTypeEntityTypeColumnsRenameMapping.Add(isOfType, new OM.Collection<FunctionImportReturnTypePropertyMapping>()); 154entityTypeColumnsRenameMapping.Add(entityType, new OM.Collection<FunctionImportReturnTypePropertyMapping>()); 187this.ReturnTypeColumnsRenameMapping.Add(rename.CMember, columnRenameMapping);
System\Data\Mapping\FunctionImportMappingComposable.cs (1)
164viewArguments.Add(commandParam.ParameterName, argumentNode);
System\Data\Mapping\FunctionImportMappingNonComposable.cs (1)
222columns.Add(discriminatorColumn, type);
System\Data\Mapping\MetadataMappingHasherVisitor.cs (1)
738this.m_itemsAlreadySeen.Add(o, this.m_instanceNumber);
System\Data\Mapping\ObjectTypeMapping.cs (1)
138m_memberMapping.Add(memberMapping.EdmMember.Name, memberMapping);
System\Data\Mapping\StorageComplexTypeMapping.cs (4)
100m_types.Add(type.FullName, type); 107m_isOfTypes.Add(type.FullName, type); 115m_properties.Add(prop.EdmProperty.Name, prop); 131m_conditionProperties.Add(conditionMember, conditionPropertyMap);
System\Data\Mapping\StorageEntityContainerMapping.cs (3)
322this.m_entitySetMappings.Add(setMapping.Set.Name, setMapping); 331this.m_associationSetMappings.Add(setMapping.Set.Name, setMapping); 422m_functionImportMappings.Add(functionImport, mapping);
System\Data\Mapping\StorageEntityTypeMapping.cs (2)
104this.m_entityTypes.Add(type.FullName, type); 111this.m_isOfEntityTypes.Add(type.FullName, type);
System\Data\Mapping\StorageMappingFragment.cs (1)
206m_conditionProperties.Add(conditionMember, conditionPropertyMap);
System\Data\Mapping\StorageMappingItemCollection.cs (3)
437esqlViews.Add(extentViewPair.Key, generatedViews[0].eSQL); 810userDefinedQueryViewsDict.Add(setMapping.Set, generatedView); 827userDefinedQueryViewsOfTypeDict.Add(key, generatedView);
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (2)
152resultDictionary.Add(keyValuePair.Key, generatedView); 529extentMappingViews.Add(extent, generatedView);
System\Data\Mapping\StorageMappingItemLoader.cs (2)
295m_alias.Add(StorageMappingItemLoader.GetAttributeValue(nav.Clone(), StorageMslConstructs.AliasKeyAttribute), StorageMappingItemLoader.GetAttributeValue(nav.Clone(), StorageMslConstructs.AliasValueAttribute)); 3629m_scalarMemberMappings.Add(member, new KeyValuePair<TypeUsage, TypeUsage>(storeEquivalentTypeUsage, columnMember.TypeUsage));
System\Data\Mapping\StorageSetMapping.cs (1)
233m_typeSpecificQueryViews.Add(key, viewString);
System\Data\Mapping\Update\Internal\DynamicUpdateCommand.cs (1)
150identifierValues.Add(identifier, value);
System\Data\Mapping\Update\Internal\FunctionMappingTranslator.cs (5)
72m_typeMappings.Add(typeMapping.EntityType, typeMapping); 169currentReferenceEnd.Add(endMember, target); 170originalReferenceEnd.Add(endMember, target); 176(target) => currentReferenceEnd.Add(endMember, target)); 181(target) => originalReferenceEnd.Add(endMember, target));
System\Data\Mapping\Update\Internal\FunctionUpdateCommand.cs (1)
275identifierValues.Add(identifier, value);
System\Data\Mapping\Update\Internal\Graph.cs (1)
120m_successorMap.Add(from, successors);
System\Data\Mapping\Update\Internal\KeyManager.cs (3)
118_keyIdentifiers.Add(entityKey, result); 138_foreignKeyIdentifiers.Add(position, result); 345_valueKeyToTempKey.Add(valueKey, tempKey);
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (4)
232s_innerJoinInsertRules.Add(input, joinInsert); 233s_innerJoinDeleteRules.Add(input, joinDelete); 234s_leftOuterJoinInsertRules.Add(input, lojInsert); 235s_leftOuterJoinDeleteRules.Add(input, lojDelete);
System\Data\Mapping\Update\Internal\RelationshipConstraintValidator.cs (4)
111m_impliedRelationships.Add(relationship, stateEntry); 150endNameToKeyMap.Add(endName, entityKey); 304m_existingRelationships.Add(relationship, relationship); 342m_referencingRelationshipSets.Add(entitySet, relationshipSets);
System\Data\Mapping\Update\Internal\TableChangeProcessor.cs (1)
198map.Add(key, row);
System\Data\Mapping\Update\Internal\UndirectedGraph.cs (1)
66componentMap.Add(vertex, new ComponentNum(count));
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (1)
152predecessors.Add(output, command);
System\Data\Mapping\Update\Internal\UpdateCompiler.cs (3)
262outputIdentifiers.Add(identifier, property.Name); 318if (!omitFromSetList) { setClauses.Add(property, propertyResult); } 389whereClauses.Add(member, expectedValue);
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (4)
750m_extractorMetadata.Add(key, metadata); 971m_requiredEntities.Add(end, associationSet); 1119m_changes.Add(extent, changeNode); 1140m_functionChanges.Add(extent, entries);
System\Data\Mapping\Update\Internal\ViewLoader.cs (8)
223m_affectedTables.Add(entitySetBase, affectedTables.MakeReadOnly()); 234m_associationSetMetadata.Add(associationSet, new AssociationSetMetadata( 282m_functionMappingTranslators.Add(entitySetMapping.Set, ModificationFunctionMappingTranslator.CreateEntitySetTranslator(entitySetMapping)); 290m_functionMappingTranslators.Add(associationSet, ModificationFunctionMappingTranslator.CreateAssociationSetTranslator(null)); 302m_functionMappingTranslators.Add(entitySetMapping.Set, null); 314m_functionMappingTranslators.Add(set, 326m_functionMappingTranslators.Add(associationSetMapping.Set, null); 335m_associationSetMetadata.Add(associationSet, new AssociationSetMetadata(
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (2)
383extentLOJs.Add(principalExtent, extentLojNode); 413nestedExtents.Add(fkExtent, principalExtent);
System\Data\Mapping\ViewGeneration\DiscriminatorMap.cs (2)
210propertyMap.Add(property, assignment); 235relPropertyMap.Add(relProperty, assignment);
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (1)
153m_nonConditionDomainMap.Add(member, new CellConstantSetInfo(memberSet, slot));
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (2)
248condMembersValues.Add(memberPath, values); 276firstLCWForCondition.Add(condMembersValues, leftCellWrapper);
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (1)
104endToExtents.Add(end.Name, end.EntitySet);
System\Data\Mapping\ViewValidator.cs (1)
618m_entitySetInfos.Add(key, value);
System\Data\Metadata\Converter.cs (10)
261newGlobalItems.Add(element, entityContainer); 366newGlobalItems.Add(element, entityType); 406newGlobalItems.Add(element, complexType); 456newGlobalItems.Add(element, associationType); 1018newGlobalItems.Add(somFunction, function); 1080newGlobalItems.Add(somEnumType, enumType); 1282newFacets.Add(sourceFacet.Name, sourceFacet); 1321facets.Add(newFacet.Name, newFacet); 1432_nullFacetsTypeUsage.Add(edmType, result); 1455_nullFacetsCollectionTypeUsage.Add(edmType, result);
System\Data\Metadata\Edm\ItemCollection.cs (1)
507functionLookUpTable.Add(functionList[0].FullName, new System.Collections.ObjectModel.ReadOnlyCollection<EdmFunction>(functionList.ToArray()));
System\Data\Metadata\Edm\MetadataCollection.cs (1)
712this.IdentityDictionary.Add(pair.Key, pair.Value);
System\Data\Metadata\Edm\Provider\EdmProviderManifest.cs (22)
246facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); 251facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); 256facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); 261facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); 266facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); 272facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); 277facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); 281facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); 285facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); 289facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); 293facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); 297facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); 301facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); 305facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); 309facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); 313facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); 317facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); 321facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); 325facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); 329facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); 333facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); 337facetDescriptions.Add(applicableType, Array.AsReadOnly(list));
System\Data\Metadata\EdmItemCollection.OcAssemblyCache.cs (1)
52_conventionalOcCache.Add(assembly, cacheEntry);
System\Data\Metadata\EdmValidator.cs (1)
532allMembers.Add(member.Name, member);
System\Data\Metadata\MetadataArtifactLoaderFile.cs (1)
152sourceDictionary.Add(this, reader);
System\Data\Metadata\MetadataArtifactLoaderResource.cs (1)
147sourceDictionary.Add(this, reader);
System\Data\Metadata\MetadataArtifactLoaderXmlReaderWrapper.cs (1)
140sourceDictionary.Add(this, _reader);
System\Data\Metadata\MetadataCache.cs (1)
332cache.Add(cacheKey, entry);
System\Data\Metadata\ObjectItemCollection.cs (3)
377objectItemCollection._ocMapping.Add(cspaceTypeName, edmType); 382objectItemCollection._ocMapping.Add(cspaceTypeName, edmType); 387objectItemCollection._ocMapping.Add(cspaceTypeName, edmType);
System\Data\Metadata\ObjectLayer\KnownAssembliesSet.cs (1)
86_assemblies.Add(assembly, knownAssemblyEntry);
System\Data\Metadata\ObjectLayer\LoadMessageLogger.cs (1)
71this._messages.Add(relatedType, new StringBuilder(message));
System\Data\Metadata\ObjectLayer\LockedAssemblyCache.cs (1)
64_globalAssemblyCache.Add(assembly, assemblyCacheEntry);
System\Data\Metadata\ObjectLayer\ObjectItemAttributeAssemblyLoader.cs (3)
77SessionData.AssembliesLoaded.Add(SourceAssembly, CacheEntry); 231SessionData.TypesInLoading.Add(associationType.FullName, associationType); 343SessionData.TypesInLoading.Add(clrType.FullName, edmType);
System\Data\Metadata\ObjectLayer\ObjectItemCachedAssemblyLoader.cs (1)
36SessionData.TypesInLoading.Add(type.Identity, type);
System\Data\Metadata\ObjectLayer\ObjectItemConventionAssemblyLoader.cs (6)
58SessionData.CspaceToOspace.Add(cspaceType, ospaceType); 83SessionData.AssembliesLoaded.Add(SourceAssembly, CacheEntry); 194SessionData.TypesInLoading.Add(type.FullName, ospaceType); 233SessionData.TypesInLoading.Add(enumType.FullName, newOSpaceType); 707SessionData.TypesInLoading.Add(ospaceAssociation.FullName, ospaceAssociation); 708SessionData.CspaceToOspace.Add(cspaceAssociation, ospaceAssociation);
System\Data\Metadata\ObjectLayer\ObjectItemLoadingSessionData.cs (5)
93_conventionCSpaceTypeNames.Add(edmType.Name, pair); 154_cspaceToOspace.Add(_edmItemCollection.GetItem<StructuralType>(entityType.CSpaceTypeName), entityType); 159_cspaceToOspace.Add(_edmItemCollection.GetItem<StructuralType>(complexType.CSpaceTypeName), complexType); 164_cspaceToOspace.Add(_edmItemCollection.GetItem<EnumType>(enumType.CSpaceTypeName), enumType); 169_cspaceToOspace.Add(_edmItemCollection.GetItem<StructuralType>(type.FullName), type);
System\Data\Metadata\TypeSemantics.cs (1)
965otherBaseTypes.Add(ancestor, 0);
System\Data\Objects\DataClasses\EntityCollection.cs (1)
799_wrappedRelatedEntities.Add(entity, EntityWrapperFactory.WrapEntityUsingContext(entity, ObjectContext));
System\Data\Objects\DataClasses\RelatedEnd.cs (1)
1286attachedRelatedEnd.WrappedOwner.Context.ObjectStateManager.TransactionManager.WrappedEntities.Add(entityToAdd.Entity, entityToAdd);
System\Data\Objects\ELinq\CompiledELinqQueryState.cs (1)
243parameterLookup.Add(query.Parameters.First(), objectContext);
System\Data\Objects\ELinq\ExpressionConverter.cs (2)
147translators.Add(nodeType, translator); 307_initializers.Add(metadata.ClrType, metadata);
System\Data\Objects\ELinq\MethodCallTranslator.cs (5)
109methodTranslators.Add(method, translator); 124sequenceTranslators.Add(method, translator); 183s_methodTranslators.Add(method, translator); 588s_alternativeMethods.Add( 1448s_methodNameMap.Add(methodInfo, canonicalFunctionName);
System\Data\Objects\ELinq\ReflectionUtil.cs (299)
37map.Add(@"AsQueryable(IEnumerable`1<T0>)->IQueryable`1<T0>", SequenceMethod.AsQueryableGeneric); 38map.Add(@"AsQueryable(IEnumerable)->IQueryable", SequenceMethod.AsQueryable); 39map.Add(@"Where(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->IQueryable`1<T0>", SequenceMethod.Where); 40map.Add(@"Where(IQueryable`1<T0>, Expression`1<Func`3<T0, Int32, Boolean>>)->IQueryable`1<T0>", SequenceMethod.WhereOrdinal); 41map.Add(@"OfType(IQueryable)->IQueryable`1<T0>", SequenceMethod.OfType); 42map.Add(@"Cast(IQueryable)->IQueryable`1<T0>", SequenceMethod.Cast); 43map.Add(@"Select(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>)->IQueryable`1<T1>", SequenceMethod.Select); 44map.Add(@"Select(IQueryable`1<T0>, Expression`1<Func`3<T0, Int32, T1>>)->IQueryable`1<T1>", SequenceMethod.SelectOrdinal); 45map.Add(@"SelectMany(IQueryable`1<T0>, Expression`1<Func`2<T0, IEnumerable`1<T1>>>)->IQueryable`1<T1>", SequenceMethod.SelectMany); 46map.Add(@"SelectMany(IQueryable`1<T0>, Expression`1<Func`3<T0, Int32, IEnumerable`1<T1>>>)->IQueryable`1<T1>", SequenceMethod.SelectManyOrdinal); 47map.Add(@"SelectMany(IQueryable`1<T0>, Expression`1<Func`3<T0, Int32, IEnumerable`1<T1>>>, Expression`1<Func`3<T0, T1, T2>>)->IQueryable`1<T2>", SequenceMethod.SelectManyOrdinalResultSelector); 48map.Add(@"SelectMany(IQueryable`1<T0>, Expression`1<Func`2<T0, IEnumerable`1<T1>>>, Expression`1<Func`3<T0, T1, T2>>)->IQueryable`1<T2>", SequenceMethod.SelectManyResultSelector); 49map.Add(@"Join(IQueryable`1<T0>, IEnumerable`1<T1>, Expression`1<Func`2<T0, T2>>, Expression`1<Func`2<T1, T2>>, Expression`1<Func`3<T0, T1, T3>>)->IQueryable`1<T3>", SequenceMethod.Join); 50map.Add(@"Join(IQueryable`1<T0>, IEnumerable`1<T1>, Expression`1<Func`2<T0, T2>>, Expression`1<Func`2<T1, T2>>, Expression`1<Func`3<T0, T1, T3>>, IEqualityComparer`1<T2>)->IQueryable`1<T3>", SequenceMethod.JoinComparer); 51map.Add(@"GroupJoin(IQueryable`1<T0>, IEnumerable`1<T1>, Expression`1<Func`2<T0, T2>>, Expression`1<Func`2<T1, T2>>, Expression`1<Func`3<T0, IEnumerable`1<T1>, T3>>)->IQueryable`1<T3>", SequenceMethod.GroupJoin); 52map.Add(@"GroupJoin(IQueryable`1<T0>, IEnumerable`1<T1>, Expression`1<Func`2<T0, T2>>, Expression`1<Func`2<T1, T2>>, Expression`1<Func`3<T0, IEnumerable`1<T1>, T3>>, IEqualityComparer`1<T2>)->IQueryable`1<T3>", SequenceMethod.GroupJoinComparer); 53map.Add(@"OrderBy(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>)->IOrderedQueryable`1<T0>", SequenceMethod.OrderBy); 54map.Add(@"OrderBy(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>, IComparer`1<T1>)->IOrderedQueryable`1<T0>", SequenceMethod.OrderByComparer); 55map.Add(@"OrderByDescending(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>)->IOrderedQueryable`1<T0>", SequenceMethod.OrderByDescending); 56map.Add(@"OrderByDescending(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>, IComparer`1<T1>)->IOrderedQueryable`1<T0>", SequenceMethod.OrderByDescendingComparer); 57map.Add(@"ThenBy(IOrderedQueryable`1<T0>, Expression`1<Func`2<T0, T1>>)->IOrderedQueryable`1<T0>", SequenceMethod.ThenBy); 58map.Add(@"ThenBy(IOrderedQueryable`1<T0>, Expression`1<Func`2<T0, T1>>, IComparer`1<T1>)->IOrderedQueryable`1<T0>", SequenceMethod.ThenByComparer); 59map.Add(@"ThenByDescending(IOrderedQueryable`1<T0>, Expression`1<Func`2<T0, T1>>)->IOrderedQueryable`1<T0>", SequenceMethod.ThenByDescending); 60map.Add(@"ThenByDescending(IOrderedQueryable`1<T0>, Expression`1<Func`2<T0, T1>>, IComparer`1<T1>)->IOrderedQueryable`1<T0>", SequenceMethod.ThenByDescendingComparer); 61map.Add(@"Take(IQueryable`1<T0>, Int32)->IQueryable`1<T0>", SequenceMethod.Take); 62map.Add(@"TakeWhile(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->IQueryable`1<T0>", SequenceMethod.TakeWhile); 63map.Add(@"TakeWhile(IQueryable`1<T0>, Expression`1<Func`3<T0, Int32, Boolean>>)->IQueryable`1<T0>", SequenceMethod.TakeWhileOrdinal); 64map.Add(@"Skip(IQueryable`1<T0>, Int32)->IQueryable`1<T0>", SequenceMethod.Skip); 65map.Add(@"SkipWhile(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->IQueryable`1<T0>", SequenceMethod.SkipWhile); 66map.Add(@"SkipWhile(IQueryable`1<T0>, Expression`1<Func`3<T0, Int32, Boolean>>)->IQueryable`1<T0>", SequenceMethod.SkipWhileOrdinal); 67map.Add(@"GroupBy(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>)->IQueryable`1<IGrouping`2<T1, T0>>", SequenceMethod.GroupBy); 68map.Add(@"GroupBy(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>, Expression`1<Func`2<T0, T2>>)->IQueryable`1<IGrouping`2<T1, T2>>", SequenceMethod.GroupByElementSelector); 69map.Add(@"GroupBy(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>, IEqualityComparer`1<T1>)->IQueryable`1<IGrouping`2<T1, T0>>", SequenceMethod.GroupByComparer); 70map.Add(@"GroupBy(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>, Expression`1<Func`2<T0, T2>>, IEqualityComparer`1<T1>)->IQueryable`1<IGrouping`2<T1, T2>>", SequenceMethod.GroupByElementSelectorComparer); 71map.Add(@"GroupBy(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>, Expression`1<Func`2<T0, T2>>, Expression`1<Func`3<T1, IEnumerable`1<T2>, T3>>)->IQueryable`1<T3>", SequenceMethod.GroupByElementSelectorResultSelector); 72map.Add(@"GroupBy(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>, Expression`1<Func`3<T1, IEnumerable`1<T0>, T2>>)->IQueryable`1<T2>", SequenceMethod.GroupByResultSelector); 73map.Add(@"GroupBy(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>, Expression`1<Func`3<T1, IEnumerable`1<T0>, T2>>, IEqualityComparer`1<T1>)->IQueryable`1<T2>", SequenceMethod.GroupByResultSelectorComparer); 74map.Add(@"GroupBy(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>, Expression`1<Func`2<T0, T2>>, Expression`1<Func`3<T1, IEnumerable`1<T2>, T3>>, IEqualityComparer`1<T1>)->IQueryable`1<T3>", SequenceMethod.GroupByElementSelectorResultSelectorComparer); 75map.Add(@"Distinct(IQueryable`1<T0>)->IQueryable`1<T0>", SequenceMethod.Distinct); 76map.Add(@"Distinct(IQueryable`1<T0>, IEqualityComparer`1<T0>)->IQueryable`1<T0>", SequenceMethod.DistinctComparer); 77map.Add(@"Concat(IQueryable`1<T0>, IEnumerable`1<T0>)->IQueryable`1<T0>", SequenceMethod.Concat); 78map.Add(@"Zip(IQueryable`1<T0>, IEnumerable`1<T1>, Expression`1<Func`3<T0, T1, T2>>)->IQueryable`1<T2>", SequenceMethod.Zip); 79map.Add(@"Union(IQueryable`1<T0>, IEnumerable`1<T0>)->IQueryable`1<T0>", SequenceMethod.Union); 80map.Add(@"Union(IQueryable`1<T0>, IEnumerable`1<T0>, IEqualityComparer`1<T0>)->IQueryable`1<T0>", SequenceMethod.UnionComparer); 81map.Add(@"Intersect(IQueryable`1<T0>, IEnumerable`1<T0>)->IQueryable`1<T0>", SequenceMethod.Intersect); 82map.Add(@"Intersect(IQueryable`1<T0>, IEnumerable`1<T0>, IEqualityComparer`1<T0>)->IQueryable`1<T0>", SequenceMethod.IntersectComparer); 83map.Add(@"Except(IQueryable`1<T0>, IEnumerable`1<T0>)->IQueryable`1<T0>", SequenceMethod.Except); 84map.Add(@"Except(IQueryable`1<T0>, IEnumerable`1<T0>, IEqualityComparer`1<T0>)->IQueryable`1<T0>", SequenceMethod.ExceptComparer); 85map.Add(@"First(IQueryable`1<T0>)->T0", SequenceMethod.First); 86map.Add(@"First(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->T0", SequenceMethod.FirstPredicate); 87map.Add(@"FirstOrDefault(IQueryable`1<T0>)->T0", SequenceMethod.FirstOrDefault); 88map.Add(@"FirstOrDefault(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->T0", SequenceMethod.FirstOrDefaultPredicate); 89map.Add(@"Last(IQueryable`1<T0>)->T0", SequenceMethod.Last); 90map.Add(@"Last(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->T0", SequenceMethod.LastPredicate); 91map.Add(@"LastOrDefault(IQueryable`1<T0>)->T0", SequenceMethod.LastOrDefault); 92map.Add(@"LastOrDefault(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->T0", SequenceMethod.LastOrDefaultPredicate); 93map.Add(@"Single(IQueryable`1<T0>)->T0", SequenceMethod.Single); 94map.Add(@"Single(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->T0", SequenceMethod.SinglePredicate); 95map.Add(@"SingleOrDefault(IQueryable`1<T0>)->T0", SequenceMethod.SingleOrDefault); 96map.Add(@"SingleOrDefault(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->T0", SequenceMethod.SingleOrDefaultPredicate); 97map.Add(@"ElementAt(IQueryable`1<T0>, Int32)->T0", SequenceMethod.ElementAt); 98map.Add(@"ElementAtOrDefault(IQueryable`1<T0>, Int32)->T0", SequenceMethod.ElementAtOrDefault); 99map.Add(@"DefaultIfEmpty(IQueryable`1<T0>)->IQueryable`1<T0>", SequenceMethod.DefaultIfEmpty); 100map.Add(@"DefaultIfEmpty(IQueryable`1<T0>, T0)->IQueryable`1<T0>", SequenceMethod.DefaultIfEmptyValue); 101map.Add(@"Contains(IQueryable`1<T0>, T0)->Boolean", SequenceMethod.Contains); 102map.Add(@"Contains(IQueryable`1<T0>, T0, IEqualityComparer`1<T0>)->Boolean", SequenceMethod.ContainsComparer); 103map.Add(@"Reverse(IQueryable`1<T0>)->IQueryable`1<T0>", SequenceMethod.Reverse); 104map.Add(@"SequenceEqual(IQueryable`1<T0>, IEnumerable`1<T0>)->Boolean", SequenceMethod.SequenceEqual); 105map.Add(@"SequenceEqual(IQueryable`1<T0>, IEnumerable`1<T0>, IEqualityComparer`1<T0>)->Boolean", SequenceMethod.SequenceEqualComparer); 106map.Add(@"Any(IQueryable`1<T0>)->Boolean", SequenceMethod.Any); 107map.Add(@"Any(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->Boolean", SequenceMethod.AnyPredicate); 108map.Add(@"All(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->Boolean", SequenceMethod.All); 109map.Add(@"Count(IQueryable`1<T0>)->Int32", SequenceMethod.Count); 110map.Add(@"Count(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->Int32", SequenceMethod.CountPredicate); 111map.Add(@"LongCount(IQueryable`1<T0>)->Int64", SequenceMethod.LongCount); 112map.Add(@"LongCount(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->Int64", SequenceMethod.LongCountPredicate); 113map.Add(@"Min(IQueryable`1<T0>)->T0", SequenceMethod.Min); 114map.Add(@"Min(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>)->T1", SequenceMethod.MinSelector); 115map.Add(@"Max(IQueryable`1<T0>)->T0", SequenceMethod.Max); 116map.Add(@"Max(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>)->T1", SequenceMethod.MaxSelector); 117map.Add(@"Sum(IQueryable`1<Int32>)->Int32", SequenceMethod.SumInt); 118map.Add(@"Sum(IQueryable`1<Nullable`1<Int32>>)->Nullable`1<Int32>", SequenceMethod.SumNullableInt); 119map.Add(@"Sum(IQueryable`1<Int64>)->Int64", SequenceMethod.SumLong); 120map.Add(@"Sum(IQueryable`1<Nullable`1<Int64>>)->Nullable`1<Int64>", SequenceMethod.SumNullableLong); 121map.Add(@"Sum(IQueryable`1<Single>)->Single", SequenceMethod.SumSingle); 122map.Add(@"Sum(IQueryable`1<Nullable`1<Single>>)->Nullable`1<Single>", SequenceMethod.SumNullableSingle); 123map.Add(@"Sum(IQueryable`1<Double>)->Double", SequenceMethod.SumDouble); 124map.Add(@"Sum(IQueryable`1<Nullable`1<Double>>)->Nullable`1<Double>", SequenceMethod.SumNullableDouble); 125map.Add(@"Sum(IQueryable`1<Decimal>)->Decimal", SequenceMethod.SumDecimal); 126map.Add(@"Sum(IQueryable`1<Nullable`1<Decimal>>)->Nullable`1<Decimal>", SequenceMethod.SumNullableDecimal); 127map.Add(@"Sum(IQueryable`1<T0>, Expression`1<Func`2<T0, Int32>>)->Int32", SequenceMethod.SumIntSelector); 128map.Add(@"Sum(IQueryable`1<T0>, Expression`1<Func`2<T0, Nullable`1<Int32>>>)->Nullable`1<Int32>", SequenceMethod.SumNullableIntSelector); 129map.Add(@"Sum(IQueryable`1<T0>, Expression`1<Func`2<T0, Int64>>)->Int64", SequenceMethod.SumLongSelector); 130map.Add(@"Sum(IQueryable`1<T0>, Expression`1<Func`2<T0, Nullable`1<Int64>>>)->Nullable`1<Int64>", SequenceMethod.SumNullableLongSelector); 131map.Add(@"Sum(IQueryable`1<T0>, Expression`1<Func`2<T0, Single>>)->Single", SequenceMethod.SumSingleSelector); 132map.Add(@"Sum(IQueryable`1<T0>, Expression`1<Func`2<T0, Nullable`1<Single>>>)->Nullable`1<Single>", SequenceMethod.SumNullableSingleSelector); 133map.Add(@"Sum(IQueryable`1<T0>, Expression`1<Func`2<T0, Double>>)->Double", SequenceMethod.SumDoubleSelector); 134map.Add(@"Sum(IQueryable`1<T0>, Expression`1<Func`2<T0, Nullable`1<Double>>>)->Nullable`1<Double>", SequenceMethod.SumNullableDoubleSelector); 135map.Add(@"Sum(IQueryable`1<T0>, Expression`1<Func`2<T0, Decimal>>)->Decimal", SequenceMethod.SumDecimalSelector); 136map.Add(@"Sum(IQueryable`1<T0>, Expression`1<Func`2<T0, Nullable`1<Decimal>>>)->Nullable`1<Decimal>", SequenceMethod.SumNullableDecimalSelector); 137map.Add(@"Average(IQueryable`1<Int32>)->Double", SequenceMethod.AverageInt); 138map.Add(@"Average(IQueryable`1<Nullable`1<Int32>>)->Nullable`1<Double>", SequenceMethod.AverageNullableInt); 139map.Add(@"Average(IQueryable`1<Int64>)->Double", SequenceMethod.AverageLong); 140map.Add(@"Average(IQueryable`1<Nullable`1<Int64>>)->Nullable`1<Double>", SequenceMethod.AverageNullableLong); 141map.Add(@"Average(IQueryable`1<Single>)->Single", SequenceMethod.AverageSingle); 142map.Add(@"Average(IQueryable`1<Nullable`1<Single>>)->Nullable`1<Single>", SequenceMethod.AverageNullableSingle); 143map.Add(@"Average(IQueryable`1<Double>)->Double", SequenceMethod.AverageDouble); 144map.Add(@"Average(IQueryable`1<Nullable`1<Double>>)->Nullable`1<Double>", SequenceMethod.AverageNullableDouble); 145map.Add(@"Average(IQueryable`1<Decimal>)->Decimal", SequenceMethod.AverageDecimal); 146map.Add(@"Average(IQueryable`1<Nullable`1<Decimal>>)->Nullable`1<Decimal>", SequenceMethod.AverageNullableDecimal); 147map.Add(@"Average(IQueryable`1<T0>, Expression`1<Func`2<T0, Int32>>)->Double", SequenceMethod.AverageIntSelector); 148map.Add(@"Average(IQueryable`1<T0>, Expression`1<Func`2<T0, Nullable`1<Int32>>>)->Nullable`1<Double>", SequenceMethod.AverageNullableIntSelector); 149map.Add(@"Average(IQueryable`1<T0>, Expression`1<Func`2<T0, Single>>)->Single", SequenceMethod.AverageSingleSelector); 150map.Add(@"Average(IQueryable`1<T0>, Expression`1<Func`2<T0, Nullable`1<Single>>>)->Nullable`1<Single>", SequenceMethod.AverageNullableSingleSelector); 151map.Add(@"Average(IQueryable`1<T0>, Expression`1<Func`2<T0, Int64>>)->Double", SequenceMethod.AverageLongSelector); 152map.Add(@"Average(IQueryable`1<T0>, Expression`1<Func`2<T0, Nullable`1<Int64>>>)->Nullable`1<Double>", SequenceMethod.AverageNullableLongSelector); 153map.Add(@"Average(IQueryable`1<T0>, Expression`1<Func`2<T0, Double>>)->Double", SequenceMethod.AverageDoubleSelector); 154map.Add(@"Average(IQueryable`1<T0>, Expression`1<Func`2<T0, Nullable`1<Double>>>)->Nullable`1<Double>", SequenceMethod.AverageNullableDoubleSelector); 155map.Add(@"Average(IQueryable`1<T0>, Expression`1<Func`2<T0, Decimal>>)->Decimal", SequenceMethod.AverageDecimalSelector); 156map.Add(@"Average(IQueryable`1<T0>, Expression`1<Func`2<T0, Nullable`1<Decimal>>>)->Nullable`1<Decimal>", SequenceMethod.AverageNullableDecimalSelector); 157map.Add(@"Aggregate(IQueryable`1<T0>, Expression`1<Func`3<T0, T0, T0>>)->T0", SequenceMethod.Aggregate); 158map.Add(@"Aggregate(IQueryable`1<T0>, T1, Expression`1<Func`3<T1, T0, T1>>)->T1", SequenceMethod.AggregateSeed); 159map.Add(@"Aggregate(IQueryable`1<T0>, T1, Expression`1<Func`3<T1, T0, T1>>, Expression`1<Func`2<T1, T2>>)->T2", SequenceMethod.AggregateSeedSelector); 160map.Add(@"Where(IEnumerable`1<T0>, Func`2<T0, Boolean>)->IEnumerable`1<T0>", SequenceMethod.Where); 161map.Add(@"Where(IEnumerable`1<T0>, Func`3<T0, Int32, Boolean>)->IEnumerable`1<T0>", SequenceMethod.WhereOrdinal); 162map.Add(@"Select(IEnumerable`1<T0>, Func`2<T0, T1>)->IEnumerable`1<T1>", SequenceMethod.Select); 163map.Add(@"Select(IEnumerable`1<T0>, Func`3<T0, Int32, T1>)->IEnumerable`1<T1>", SequenceMethod.SelectOrdinal); 164map.Add(@"SelectMany(IEnumerable`1<T0>, Func`2<T0, IEnumerable`1<T1>>)->IEnumerable`1<T1>", SequenceMethod.SelectMany); 165map.Add(@"SelectMany(IEnumerable`1<T0>, Func`3<T0, Int32, IEnumerable`1<T1>>)->IEnumerable`1<T1>", SequenceMethod.SelectManyOrdinal); 166map.Add(@"SelectMany(IEnumerable`1<T0>, Func`3<T0, Int32, IEnumerable`1<T1>>, Func`3<T0, T1, T2>)->IEnumerable`1<T2>", SequenceMethod.SelectManyOrdinalResultSelector); 167map.Add(@"SelectMany(IEnumerable`1<T0>, Func`2<T0, IEnumerable`1<T1>>, Func`3<T0, T1, T2>)->IEnumerable`1<T2>", SequenceMethod.SelectManyResultSelector); 168map.Add(@"Take(IEnumerable`1<T0>, Int32)->IEnumerable`1<T0>", SequenceMethod.Take); 169map.Add(@"TakeWhile(IEnumerable`1<T0>, Func`2<T0, Boolean>)->IEnumerable`1<T0>", SequenceMethod.TakeWhile); 170map.Add(@"TakeWhile(IEnumerable`1<T0>, Func`3<T0, Int32, Boolean>)->IEnumerable`1<T0>", SequenceMethod.TakeWhileOrdinal); 171map.Add(@"Skip(IEnumerable`1<T0>, Int32)->IEnumerable`1<T0>", SequenceMethod.Skip); 172map.Add(@"SkipWhile(IEnumerable`1<T0>, Func`2<T0, Boolean>)->IEnumerable`1<T0>", SequenceMethod.SkipWhile); 173map.Add(@"SkipWhile(IEnumerable`1<T0>, Func`3<T0, Int32, Boolean>)->IEnumerable`1<T0>", SequenceMethod.SkipWhileOrdinal); 174map.Add(@"Join(IEnumerable`1<T0>, IEnumerable`1<T1>, Func`2<T0, T2>, Func`2<T1, T2>, Func`3<T0, T1, T3>)->IEnumerable`1<T3>", SequenceMethod.Join); 175map.Add(@"Join(IEnumerable`1<T0>, IEnumerable`1<T1>, Func`2<T0, T2>, Func`2<T1, T2>, Func`3<T0, T1, T3>, IEqualityComparer`1<T2>)->IEnumerable`1<T3>", SequenceMethod.JoinComparer); 176map.Add(@"GroupJoin(IEnumerable`1<T0>, IEnumerable`1<T1>, Func`2<T0, T2>, Func`2<T1, T2>, Func`3<T0, IEnumerable`1<T1>, T3>)->IEnumerable`1<T3>", SequenceMethod.GroupJoin); 177map.Add(@"GroupJoin(IEnumerable`1<T0>, IEnumerable`1<T1>, Func`2<T0, T2>, Func`2<T1, T2>, Func`3<T0, IEnumerable`1<T1>, T3>, IEqualityComparer`1<T2>)->IEnumerable`1<T3>", SequenceMethod.GroupJoinComparer); 178map.Add(@"OrderBy(IEnumerable`1<T0>, Func`2<T0, T1>)->IOrderedEnumerable`1<T0>", SequenceMethod.OrderBy); 179map.Add(@"OrderBy(IEnumerable`1<T0>, Func`2<T0, T1>, IComparer`1<T1>)->IOrderedEnumerable`1<T0>", SequenceMethod.OrderByComparer); 180map.Add(@"OrderByDescending(IEnumerable`1<T0>, Func`2<T0, T1>)->IOrderedEnumerable`1<T0>", SequenceMethod.OrderByDescending); 181map.Add(@"OrderByDescending(IEnumerable`1<T0>, Func`2<T0, T1>, IComparer`1<T1>)->IOrderedEnumerable`1<T0>", SequenceMethod.OrderByDescendingComparer); 182map.Add(@"ThenBy(IOrderedEnumerable`1<T0>, Func`2<T0, T1>)->IOrderedEnumerable`1<T0>", SequenceMethod.ThenBy); 183map.Add(@"ThenBy(IOrderedEnumerable`1<T0>, Func`2<T0, T1>, IComparer`1<T1>)->IOrderedEnumerable`1<T0>", SequenceMethod.ThenByComparer); 184map.Add(@"ThenByDescending(IOrderedEnumerable`1<T0>, Func`2<T0, T1>)->IOrderedEnumerable`1<T0>", SequenceMethod.ThenByDescending); 185map.Add(@"ThenByDescending(IOrderedEnumerable`1<T0>, Func`2<T0, T1>, IComparer`1<T1>)->IOrderedEnumerable`1<T0>", SequenceMethod.ThenByDescendingComparer); 186map.Add(@"GroupBy(IEnumerable`1<T0>, Func`2<T0, T1>)->IEnumerable`1<IGrouping`2<T1, T0>>", SequenceMethod.GroupBy); 187map.Add(@"GroupBy(IEnumerable`1<T0>, Func`2<T0, T1>, IEqualityComparer`1<T1>)->IEnumerable`1<IGrouping`2<T1, T0>>", SequenceMethod.GroupByComparer); 188map.Add(@"GroupBy(IEnumerable`1<T0>, Func`2<T0, T1>, Func`2<T0, T2>)->IEnumerable`1<IGrouping`2<T1, T2>>", SequenceMethod.GroupByElementSelector); 189map.Add(@"GroupBy(IEnumerable`1<T0>, Func`2<T0, T1>, Func`2<T0, T2>, IEqualityComparer`1<T1>)->IEnumerable`1<IGrouping`2<T1, T2>>", SequenceMethod.GroupByElementSelectorComparer); 190map.Add(@"GroupBy(IEnumerable`1<T0>, Func`2<T0, T1>, Func`3<T1, IEnumerable`1<T0>, T2>)->IEnumerable`1<T2>", SequenceMethod.GroupByResultSelector); 191map.Add(@"GroupBy(IEnumerable`1<T0>, Func`2<T0, T1>, Func`2<T0, T2>, Func`3<T1, IEnumerable`1<T2>, T3>)->IEnumerable`1<T3>", SequenceMethod.GroupByElementSelectorResultSelector); 192map.Add(@"GroupBy(IEnumerable`1<T0>, Func`2<T0, T1>, Func`3<T1, IEnumerable`1<T0>, T2>, IEqualityComparer`1<T1>)->IEnumerable`1<T2>", SequenceMethod.GroupByResultSelectorComparer); 193map.Add(@"GroupBy(IEnumerable`1<T0>, Func`2<T0, T1>, Func`2<T0, T2>, Func`3<T1, IEnumerable`1<T2>, T3>, IEqualityComparer`1<T1>)->IEnumerable`1<T3>", SequenceMethod.GroupByElementSelectorResultSelectorComparer); 194map.Add(@"Concat(IEnumerable`1<T0>, IEnumerable`1<T0>)->IEnumerable`1<T0>", SequenceMethod.Concat); 195map.Add(@"Zip(IEnumerable`1<T0>, IEnumerable`1<T1>, Func`3<T0, T1, T2>)->IEnumerable`1<T2>", SequenceMethod.Zip); 196map.Add(@"Distinct(IEnumerable`1<T0>)->IEnumerable`1<T0>", SequenceMethod.Distinct); 197map.Add(@"Distinct(IEnumerable`1<T0>, IEqualityComparer`1<T0>)->IEnumerable`1<T0>", SequenceMethod.DistinctComparer); 198map.Add(@"Union(IEnumerable`1<T0>, IEnumerable`1<T0>)->IEnumerable`1<T0>", SequenceMethod.Union); 199map.Add(@"Union(IEnumerable`1<T0>, IEnumerable`1<T0>, IEqualityComparer`1<T0>)->IEnumerable`1<T0>", SequenceMethod.UnionComparer); 200map.Add(@"Intersect(IEnumerable`1<T0>, IEnumerable`1<T0>)->IEnumerable`1<T0>", SequenceMethod.Intersect); 201map.Add(@"Intersect(IEnumerable`1<T0>, IEnumerable`1<T0>, IEqualityComparer`1<T0>)->IEnumerable`1<T0>", SequenceMethod.IntersectComparer); 202map.Add(@"Except(IEnumerable`1<T0>, IEnumerable`1<T0>)->IEnumerable`1<T0>", SequenceMethod.Except); 203map.Add(@"Except(IEnumerable`1<T0>, IEnumerable`1<T0>, IEqualityComparer`1<T0>)->IEnumerable`1<T0>", SequenceMethod.ExceptComparer); 204map.Add(@"Reverse(IEnumerable`1<T0>)->IEnumerable`1<T0>", SequenceMethod.Reverse); 205map.Add(@"SequenceEqual(IEnumerable`1<T0>, IEnumerable`1<T0>)->Boolean", SequenceMethod.SequenceEqual); 206map.Add(@"SequenceEqual(IEnumerable`1<T0>, IEnumerable`1<T0>, IEqualityComparer`1<T0>)->Boolean", SequenceMethod.SequenceEqualComparer); 207map.Add(@"AsEnumerable(IEnumerable`1<T0>)->IEnumerable`1<T0>", SequenceMethod.AsEnumerable); 208map.Add(@"ToArray(IEnumerable`1<T0>)->TSource[]", SequenceMethod.NotSupported); 209map.Add(@"ToList(IEnumerable`1<T0>)->List`1<T0>", SequenceMethod.NotSupported); 210map.Add(@"ToDictionary(IEnumerable`1<T0>, Func`2<T0, T1>)->Dictionary`2<T1, T0>", SequenceMethod.NotSupported); 211map.Add(@"ToDictionary(IEnumerable`1<T0>, Func`2<T0, T1>, IEqualityComparer`1<T1>)->Dictionary`2<T1, T0>", SequenceMethod.NotSupported); 212map.Add(@"ToDictionary(IEnumerable`1<T0>, Func`2<T0, T1>, Func`2<T0, T2>)->Dictionary`2<T1, T2>", SequenceMethod.NotSupported); 213map.Add(@"ToDictionary(IEnumerable`1<T0>, Func`2<T0, T1>, Func`2<T0, T2>, IEqualityComparer`1<T1>)->Dictionary`2<T1, T2>", SequenceMethod.NotSupported); 214map.Add(@"ToLookup(IEnumerable`1<T0>, Func`2<T0, T1>)->ILookup`2<T1, T0>", SequenceMethod.NotSupported); 215map.Add(@"ToLookup(IEnumerable`1<T0>, Func`2<T0, T1>, IEqualityComparer`1<T1>)->ILookup`2<T1, T0>", SequenceMethod.NotSupported); 216map.Add(@"ToLookup(IEnumerable`1<T0>, Func`2<T0, T1>, Func`2<T0, T2>)->ILookup`2<T1, T2>", SequenceMethod.NotSupported); 217map.Add(@"ToLookup(IEnumerable`1<T0>, Func`2<T0, T1>, Func`2<T0, T2>, IEqualityComparer`1<T1>)->ILookup`2<T1, T2>", SequenceMethod.NotSupported); 218map.Add(@"DefaultIfEmpty(IEnumerable`1<T0>)->IEnumerable`1<T0>", SequenceMethod.DefaultIfEmpty); 219map.Add(@"DefaultIfEmpty(IEnumerable`1<T0>, T0)->IEnumerable`1<T0>", SequenceMethod.DefaultIfEmptyValue); 220map.Add(@"OfType(IEnumerable)->IEnumerable`1<T0>", SequenceMethod.OfType); 221map.Add(@"Cast(IEnumerable)->IEnumerable`1<T0>", SequenceMethod.Cast); 222map.Add(@"First(IEnumerable`1<T0>)->T0", SequenceMethod.First); 223map.Add(@"First(IEnumerable`1<T0>, Func`2<T0, Boolean>)->T0", SequenceMethod.FirstPredicate); 224map.Add(@"FirstOrDefault(IEnumerable`1<T0>)->T0", SequenceMethod.FirstOrDefault); 225map.Add(@"FirstOrDefault(IEnumerable`1<T0>, Func`2<T0, Boolean>)->T0", SequenceMethod.FirstOrDefaultPredicate); 226map.Add(@"Last(IEnumerable`1<T0>)->T0", SequenceMethod.Last); 227map.Add(@"Last(IEnumerable`1<T0>, Func`2<T0, Boolean>)->T0", SequenceMethod.LastPredicate); 228map.Add(@"LastOrDefault(IEnumerable`1<T0>)->T0", SequenceMethod.LastOrDefault); 229map.Add(@"LastOrDefault(IEnumerable`1<T0>, Func`2<T0, Boolean>)->T0", SequenceMethod.LastOrDefaultPredicate); 230map.Add(@"Single(IEnumerable`1<T0>)->T0", SequenceMethod.Single); 231map.Add(@"Single(IEnumerable`1<T0>, Func`2<T0, Boolean>)->T0", SequenceMethod.SinglePredicate); 232map.Add(@"SingleOrDefault(IEnumerable`1<T0>)->T0", SequenceMethod.SingleOrDefault); 233map.Add(@"SingleOrDefault(IEnumerable`1<T0>, Func`2<T0, Boolean>)->T0", SequenceMethod.SingleOrDefaultPredicate); 234map.Add(@"ElementAt(IEnumerable`1<T0>, Int32)->T0", SequenceMethod.ElementAt); 235map.Add(@"ElementAtOrDefault(IEnumerable`1<T0>, Int32)->T0", SequenceMethod.ElementAtOrDefault); 236map.Add(@"Range(Int32, Int32)->IEnumerable`1<Int32>", SequenceMethod.NotSupported); 237map.Add(@"Repeat(T0, Int32)->IEnumerable`1<T0>", SequenceMethod.NotSupported); 238map.Add(@"Empty()->IEnumerable`1<T0>", SequenceMethod.Empty); 239map.Add(@"Any(IEnumerable`1<T0>)->Boolean", SequenceMethod.Any); 240map.Add(@"Any(IEnumerable`1<T0>, Func`2<T0, Boolean>)->Boolean", SequenceMethod.AnyPredicate); 241map.Add(@"All(IEnumerable`1<T0>, Func`2<T0, Boolean>)->Boolean", SequenceMethod.All); 242map.Add(@"Count(IEnumerable`1<T0>)->Int32", SequenceMethod.Count); 243map.Add(@"Count(IEnumerable`1<T0>, Func`2<T0, Boolean>)->Int32", SequenceMethod.CountPredicate); 244map.Add(@"LongCount(IEnumerable`1<T0>)->Int64", SequenceMethod.LongCount); 245map.Add(@"LongCount(IEnumerable`1<T0>, Func`2<T0, Boolean>)->Int64", SequenceMethod.LongCountPredicate); 246map.Add(@"Contains(IEnumerable`1<T0>, T0)->Boolean", SequenceMethod.Contains); 247map.Add(@"Contains(IEnumerable`1<T0>, T0, IEqualityComparer`1<T0>)->Boolean", SequenceMethod.ContainsComparer); 248map.Add(@"Aggregate(IEnumerable`1<T0>, Func`3<T0, T0, T0>)->T0", SequenceMethod.Aggregate); 249map.Add(@"Aggregate(IEnumerable`1<T0>, T1, Func`3<T1, T0, T1>)->T1", SequenceMethod.AggregateSeed); 250map.Add(@"Aggregate(IEnumerable`1<T0>, T1, Func`3<T1, T0, T1>, Func`2<T1, T2>)->T2", SequenceMethod.AggregateSeedSelector); 251map.Add(@"Sum(IEnumerable`1<Int32>)->Int32", SequenceMethod.SumInt); 252map.Add(@"Sum(IEnumerable`1<Nullable`1<Int32>>)->Nullable`1<Int32>", SequenceMethod.SumNullableInt); 253map.Add(@"Sum(IEnumerable`1<Int64>)->Int64", SequenceMethod.SumLong); 254map.Add(@"Sum(IEnumerable`1<Nullable`1<Int64>>)->Nullable`1<Int64>", SequenceMethod.SumNullableLong); 255map.Add(@"Sum(IEnumerable`1<Single>)->Single", SequenceMethod.SumSingle); 256map.Add(@"Sum(IEnumerable`1<Nullable`1<Single>>)->Nullable`1<Single>", SequenceMethod.SumNullableSingle); 257map.Add(@"Sum(IEnumerable`1<Double>)->Double", SequenceMethod.SumDouble); 258map.Add(@"Sum(IEnumerable`1<Nullable`1<Double>>)->Nullable`1<Double>", SequenceMethod.SumNullableDouble); 259map.Add(@"Sum(IEnumerable`1<Decimal>)->Decimal", SequenceMethod.SumDecimal); 260map.Add(@"Sum(IEnumerable`1<Nullable`1<Decimal>>)->Nullable`1<Decimal>", SequenceMethod.SumNullableDecimal); 261map.Add(@"Sum(IEnumerable`1<T0>, Func`2<T0, Int32>)->Int32", SequenceMethod.SumIntSelector); 262map.Add(@"Sum(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Int32>>)->Nullable`1<Int32>", SequenceMethod.SumNullableIntSelector); 263map.Add(@"Sum(IEnumerable`1<T0>, Func`2<T0, Int64>)->Int64", SequenceMethod.SumLongSelector); 264map.Add(@"Sum(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Int64>>)->Nullable`1<Int64>", SequenceMethod.SumNullableLongSelector); 265map.Add(@"Sum(IEnumerable`1<T0>, Func`2<T0, Single>)->Single", SequenceMethod.SumSingleSelector); 266map.Add(@"Sum(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Single>>)->Nullable`1<Single>", SequenceMethod.SumNullableSingleSelector); 267map.Add(@"Sum(IEnumerable`1<T0>, Func`2<T0, Double>)->Double", SequenceMethod.SumDoubleSelector); 268map.Add(@"Sum(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Double>>)->Nullable`1<Double>", SequenceMethod.SumNullableDoubleSelector); 269map.Add(@"Sum(IEnumerable`1<T0>, Func`2<T0, Decimal>)->Decimal", SequenceMethod.SumDecimalSelector); 270map.Add(@"Sum(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Decimal>>)->Nullable`1<Decimal>", SequenceMethod.SumNullableDecimalSelector); 271map.Add(@"Min(IEnumerable`1<Int32>)->Int32", SequenceMethod.MinInt); 272map.Add(@"Min(IEnumerable`1<Nullable`1<Int32>>)->Nullable`1<Int32>", SequenceMethod.MinNullableInt); 273map.Add(@"Min(IEnumerable`1<Int64>)->Int64", SequenceMethod.MinLong); 274map.Add(@"Min(IEnumerable`1<Nullable`1<Int64>>)->Nullable`1<Int64>", SequenceMethod.MinNullableLong); 275map.Add(@"Min(IEnumerable`1<Single>)->Single", SequenceMethod.MinSingle); 276map.Add(@"Min(IEnumerable`1<Nullable`1<Single>>)->Nullable`1<Single>", SequenceMethod.MinNullableSingle); 277map.Add(@"Min(IEnumerable`1<Double>)->Double", SequenceMethod.MinDouble); 278map.Add(@"Min(IEnumerable`1<Nullable`1<Double>>)->Nullable`1<Double>", SequenceMethod.MinNullableDouble); 279map.Add(@"Min(IEnumerable`1<Decimal>)->Decimal", SequenceMethod.MinDecimal); 280map.Add(@"Min(IEnumerable`1<Nullable`1<Decimal>>)->Nullable`1<Decimal>", SequenceMethod.MinNullableDecimal); 281map.Add(@"Min(IEnumerable`1<T0>)->T0", SequenceMethod.Min); 282map.Add(@"Min(IEnumerable`1<T0>, Func`2<T0, Int32>)->Int32", SequenceMethod.MinIntSelector); 283map.Add(@"Min(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Int32>>)->Nullable`1<Int32>", SequenceMethod.MinNullableIntSelector); 284map.Add(@"Min(IEnumerable`1<T0>, Func`2<T0, Int64>)->Int64", SequenceMethod.MinLongSelector); 285map.Add(@"Min(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Int64>>)->Nullable`1<Int64>", SequenceMethod.MinNullableLongSelector); 286map.Add(@"Min(IEnumerable`1<T0>, Func`2<T0, Single>)->Single", SequenceMethod.MinSingleSelector); 287map.Add(@"Min(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Single>>)->Nullable`1<Single>", SequenceMethod.MinNullableSingleSelector); 288map.Add(@"Min(IEnumerable`1<T0>, Func`2<T0, Double>)->Double", SequenceMethod.MinDoubleSelector); 289map.Add(@"Min(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Double>>)->Nullable`1<Double>", SequenceMethod.MinNullableDoubleSelector); 290map.Add(@"Min(IEnumerable`1<T0>, Func`2<T0, Decimal>)->Decimal", SequenceMethod.MinDecimalSelector); 291map.Add(@"Min(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Decimal>>)->Nullable`1<Decimal>", SequenceMethod.MinNullableDecimalSelector); 292map.Add(@"Min(IEnumerable`1<T0>, Func`2<T0, T1>)->T1", SequenceMethod.MinSelector); 293map.Add(@"Max(IEnumerable`1<Int32>)->Int32", SequenceMethod.MaxInt); 294map.Add(@"Max(IEnumerable`1<Nullable`1<Int32>>)->Nullable`1<Int32>", SequenceMethod.MaxNullableInt); 295map.Add(@"Max(IEnumerable`1<Int64>)->Int64", SequenceMethod.MaxLong); 296map.Add(@"Max(IEnumerable`1<Nullable`1<Int64>>)->Nullable`1<Int64>", SequenceMethod.MaxNullableLong); 297map.Add(@"Max(IEnumerable`1<Double>)->Double", SequenceMethod.MaxDouble); 298map.Add(@"Max(IEnumerable`1<Nullable`1<Double>>)->Nullable`1<Double>", SequenceMethod.MaxNullableDouble); 299map.Add(@"Max(IEnumerable`1<Single>)->Single", SequenceMethod.MaxSingle); 300map.Add(@"Max(IEnumerable`1<Nullable`1<Single>>)->Nullable`1<Single>", SequenceMethod.MaxNullableSingle); 301map.Add(@"Max(IEnumerable`1<Decimal>)->Decimal", SequenceMethod.MaxDecimal); 302map.Add(@"Max(IEnumerable`1<Nullable`1<Decimal>>)->Nullable`1<Decimal>", SequenceMethod.MaxNullableDecimal); 303map.Add(@"Max(IEnumerable`1<T0>)->T0", SequenceMethod.Max); 304map.Add(@"Max(IEnumerable`1<T0>, Func`2<T0, Int32>)->Int32", SequenceMethod.MaxIntSelector); 305map.Add(@"Max(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Int32>>)->Nullable`1<Int32>", SequenceMethod.MaxNullableIntSelector); 306map.Add(@"Max(IEnumerable`1<T0>, Func`2<T0, Int64>)->Int64", SequenceMethod.MaxLongSelector); 307map.Add(@"Max(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Int64>>)->Nullable`1<Int64>", SequenceMethod.MaxNullableLongSelector); 308map.Add(@"Max(IEnumerable`1<T0>, Func`2<T0, Single>)->Single", SequenceMethod.MaxSingleSelector); 309map.Add(@"Max(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Single>>)->Nullable`1<Single>", SequenceMethod.MaxNullableSingleSelector); 310map.Add(@"Max(IEnumerable`1<T0>, Func`2<T0, Double>)->Double", SequenceMethod.MaxDoubleSelector); 311map.Add(@"Max(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Double>>)->Nullable`1<Double>", SequenceMethod.MaxNullableDoubleSelector); 312map.Add(@"Max(IEnumerable`1<T0>, Func`2<T0, Decimal>)->Decimal", SequenceMethod.MaxDecimalSelector); 313map.Add(@"Max(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Decimal>>)->Nullable`1<Decimal>", SequenceMethod.MaxNullableDecimalSelector); 314map.Add(@"Max(IEnumerable`1<T0>, Func`2<T0, T1>)->T1", SequenceMethod.MaxSelector); 315map.Add(@"Average(IEnumerable`1<Int32>)->Double", SequenceMethod.AverageInt); 316map.Add(@"Average(IEnumerable`1<Nullable`1<Int32>>)->Nullable`1<Double>", SequenceMethod.AverageNullableInt); 317map.Add(@"Average(IEnumerable`1<Int64>)->Double", SequenceMethod.AverageLong); 318map.Add(@"Average(IEnumerable`1<Nullable`1<Int64>>)->Nullable`1<Double>", SequenceMethod.AverageNullableLong); 319map.Add(@"Average(IEnumerable`1<Single>)->Single", SequenceMethod.AverageSingle); 320map.Add(@"Average(IEnumerable`1<Nullable`1<Single>>)->Nullable`1<Single>", SequenceMethod.AverageNullableSingle); 321map.Add(@"Average(IEnumerable`1<Double>)->Double", SequenceMethod.AverageDouble); 322map.Add(@"Average(IEnumerable`1<Nullable`1<Double>>)->Nullable`1<Double>", SequenceMethod.AverageNullableDouble); 323map.Add(@"Average(IEnumerable`1<Decimal>)->Decimal", SequenceMethod.AverageDecimal); 324map.Add(@"Average(IEnumerable`1<Nullable`1<Decimal>>)->Nullable`1<Decimal>", SequenceMethod.AverageNullableDecimal); 325map.Add(@"Average(IEnumerable`1<T0>, Func`2<T0, Int32>)->Double", SequenceMethod.AverageIntSelector); 326map.Add(@"Average(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Int32>>)->Nullable`1<Double>", SequenceMethod.AverageNullableIntSelector); 327map.Add(@"Average(IEnumerable`1<T0>, Func`2<T0, Int64>)->Double", SequenceMethod.AverageLongSelector); 328map.Add(@"Average(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Int64>>)->Nullable`1<Double>", SequenceMethod.AverageNullableLongSelector); 329map.Add(@"Average(IEnumerable`1<T0>, Func`2<T0, Single>)->Single", SequenceMethod.AverageSingleSelector); 330map.Add(@"Average(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Single>>)->Nullable`1<Single>", SequenceMethod.AverageNullableSingleSelector); 331map.Add(@"Average(IEnumerable`1<T0>, Func`2<T0, Double>)->Double", SequenceMethod.AverageDoubleSelector); 332map.Add(@"Average(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Double>>)->Nullable`1<Double>", SequenceMethod.AverageNullableDoubleSelector); 333map.Add(@"Average(IEnumerable`1<T0>, Func`2<T0, Decimal>)->Decimal", SequenceMethod.AverageDecimalSelector); 334map.Add(@"Average(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Decimal>>)->Nullable`1<Decimal>", SequenceMethod.AverageNullableDecimalSelector); 350s_methodMap.Add(method, sequenceMethod);
System\Data\Objects\ELinq\SpatialMethodCallTranslator.cs (75)
144result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeography.FromText(default(string))), "GeographyFromText"); 145result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeography.FromText(default(string), default(int))), "GeographyFromText"); 146result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeography.PointFromText(default(string), default(int))), "GeographyPointFromText"); 147result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeography.LineFromText(default(string), default(int))), "GeographyLineFromText"); 148result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeography.PolygonFromText(default(string), default(int))), "GeographyPolygonFromText"); 149result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeography.MultiPointFromText(default(string), default(int))), "GeographyMultiPointFromText"); 150result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeography.MultiLineFromText(default(string), default(int))), "GeographyMultiLineFromText"); 151result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeography.MultiPolygonFromText(default(string), default(int))), "GeographyMultiPolygonFromText"); 152result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeography.GeographyCollectionFromText(default(string), default(int))), "GeographyCollectionFromText"); 153result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeography.FromBinary(default(byte[]), default(int))), "GeographyFromBinary"); 154result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeography.FromBinary(default(byte[]))), "GeographyFromBinary"); 155result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeography.PointFromBinary(default(byte[]), default(int))), "GeographyPointFromBinary"); 156result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeography.LineFromBinary(default(byte[]), default(int))), "GeographyLineFromBinary"); 157result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeography.PolygonFromBinary(default(byte[]), default(int))), "GeographyPolygonFromBinary"); 158result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeography.MultiPointFromBinary(default(byte[]), default(int))), "GeographyMultiPointFromBinary"); 159result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeography.MultiLineFromBinary(default(byte[]), default(int))), "GeographyMultiLineFromBinary"); 160result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeography.MultiPolygonFromBinary(default(byte[]), default(int))), "GeographyMultiPolygonFromBinary"); 161result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeography.GeographyCollectionFromBinary(default(byte[]), default(int))), "GeographyCollectionFromBinary"); 162result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeography.FromGml(default(string))), "GeographyFromGml"); 163result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeography.FromGml(default(string), default(int))), "GeographyFromGml"); 164result.Add(GetInstanceMethod((System.Data.Spatial.DbGeography geo) => geo.AsBinary()), "AsBinary"); 165result.Add(GetInstanceMethod((System.Data.Spatial.DbGeography geo) => geo.AsGml()), "AsGml"); 166result.Add(GetInstanceMethod((System.Data.Spatial.DbGeography geo) => geo.AsText()), "AsText"); 167result.Add(GetInstanceMethod((System.Data.Spatial.DbGeography geo) => geo.SpatialEquals(default(System.Data.Spatial.DbGeography))), "SpatialEquals"); 168result.Add(GetInstanceMethod((System.Data.Spatial.DbGeography geo) => geo.Disjoint(default(System.Data.Spatial.DbGeography))), "SpatialDisjoint"); 169result.Add(GetInstanceMethod((System.Data.Spatial.DbGeography geo) => geo.Intersects(default(System.Data.Spatial.DbGeography))), "SpatialIntersects"); 170result.Add(GetInstanceMethod((System.Data.Spatial.DbGeography geo) => geo.Buffer(default(double))), "SpatialBuffer"); 171result.Add(GetInstanceMethod((System.Data.Spatial.DbGeography geo) => geo.Distance(default(System.Data.Spatial.DbGeography))), "Distance"); 172result.Add(GetInstanceMethod((System.Data.Spatial.DbGeography geo) => geo.Intersection(default(System.Data.Spatial.DbGeography))), "SpatialIntersection"); 173result.Add(GetInstanceMethod((System.Data.Spatial.DbGeography geo) => geo.Union(default(System.Data.Spatial.DbGeography))), "SpatialUnion"); 174result.Add(GetInstanceMethod((System.Data.Spatial.DbGeography geo) => geo.Difference(default(System.Data.Spatial.DbGeography))), "SpatialDifference"); 175result.Add(GetInstanceMethod((System.Data.Spatial.DbGeography geo) => geo.SymmetricDifference(default(System.Data.Spatial.DbGeography))), "SpatialSymmetricDifference"); 176result.Add(GetInstanceMethod((System.Data.Spatial.DbGeography geo) => geo.ElementAt(default(int))), "SpatialElementAt"); 177result.Add(GetInstanceMethod((System.Data.Spatial.DbGeography geo) => geo.PointAt(default(int))), "PointAt"); 178result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeometry.FromText(default(string))), "GeometryFromText"); 179result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeometry.FromText(default(string), default(int))), "GeometryFromText"); 180result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeometry.PointFromText(default(string), default(int))), "GeometryPointFromText"); 181result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeometry.LineFromText(default(string), default(int))), "GeometryLineFromText"); 182result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeometry.PolygonFromText(default(string), default(int))), "GeometryPolygonFromText"); 183result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeometry.MultiPointFromText(default(string), default(int))), "GeometryMultiPointFromText"); 184result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeometry.MultiLineFromText(default(string), default(int))), "GeometryMultiLineFromText"); 185result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeometry.MultiPolygonFromText(default(string), default(int))), "GeometryMultiPolygonFromText"); 186result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeometry.GeometryCollectionFromText(default(string), default(int))), "GeometryCollectionFromText"); 187result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeometry.FromBinary(default(byte[]))), "GeometryFromBinary"); 188result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeometry.FromBinary(default(byte[]), default(int))), "GeometryFromBinary"); 189result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeometry.PointFromBinary(default(byte[]), default(int))), "GeometryPointFromBinary"); 190result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeometry.LineFromBinary(default(byte[]), default(int))), "GeometryLineFromBinary"); 191result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeometry.PolygonFromBinary(default(byte[]), default(int))), "GeometryPolygonFromBinary"); 192result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeometry.MultiPointFromBinary(default(byte[]), default(int))), "GeometryMultiPointFromBinary"); 193result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeometry.MultiLineFromBinary(default(byte[]), default(int))), "GeometryMultiLineFromBinary"); 194result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeometry.MultiPolygonFromBinary(default(byte[]), default(int))), "GeometryMultiPolygonFromBinary"); 195result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeometry.GeometryCollectionFromBinary(default(byte[]), default(int))), "GeometryCollectionFromBinary"); 196result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeometry.FromGml(default(string))), "GeometryFromGml"); 197result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeometry.FromGml(default(string), default(int))), "GeometryFromGml"); 198result.Add(GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.AsBinary()), "AsBinary"); 199result.Add(GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.AsGml()), "AsGml"); 200result.Add(GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.AsText()), "AsText"); 201result.Add(GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.SpatialEquals(default(System.Data.Spatial.DbGeometry))), "SpatialEquals"); 202result.Add(GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.Disjoint(default(System.Data.Spatial.DbGeometry))), "SpatialDisjoint"); 203result.Add(GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.Intersects(default(System.Data.Spatial.DbGeometry))), "SpatialIntersects"); 204result.Add(GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.Touches(default(System.Data.Spatial.DbGeometry))), "SpatialTouches"); 205result.Add(GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.Crosses(default(System.Data.Spatial.DbGeometry))), "SpatialCrosses"); 206result.Add(GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.Within(default(System.Data.Spatial.DbGeometry))), "SpatialWithin"); 207result.Add(GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.Contains(default(System.Data.Spatial.DbGeometry))), "SpatialContains"); 208result.Add(GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.Overlaps(default(System.Data.Spatial.DbGeometry))), "SpatialOverlaps"); 209result.Add(GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.Relate(default(System.Data.Spatial.DbGeometry), default(string))), "SpatialRelate"); 210result.Add(GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.Buffer(default(double))), "SpatialBuffer"); 211result.Add(GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.Distance(default(System.Data.Spatial.DbGeometry))), "Distance"); 212result.Add(GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.Intersection(default(System.Data.Spatial.DbGeometry))), "SpatialIntersection"); 213result.Add(GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.Union(default(System.Data.Spatial.DbGeometry))), "SpatialUnion"); 214result.Add(GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.Difference(default(System.Data.Spatial.DbGeometry))), "SpatialDifference"); 215result.Add(GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.SymmetricDifference(default(System.Data.Spatial.DbGeometry))), "SpatialSymmetricDifference"); 216result.Add(GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.ElementAt(default(int))), "SpatialElementAt"); 217result.Add(GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.PointAt(default(int))), "PointAt"); 218result.Add(GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.InteriorRingAt(default(int))), "InteriorRingAt");
System\Data\Objects\ELinq\SpatialPropertyTranslator.cs (40)
100result.Add(GetProperty((System.Data.Spatial.DbGeography geo) => geo.CoordinateSystemId), "CoordinateSystemId"); 101result.Add(GetProperty((System.Data.Spatial.DbGeography geo) => geo.SpatialTypeName), "SpatialTypeName"); 102result.Add(GetProperty((System.Data.Spatial.DbGeography geo) => geo.Dimension), "SpatialDimension"); 103result.Add(GetProperty((System.Data.Spatial.DbGeography geo) => geo.IsEmpty), "IsEmptySpatial"); 104result.Add(GetProperty((System.Data.Spatial.DbGeography geo) => geo.ElementCount), "SpatialElementCount"); 105result.Add(GetProperty((System.Data.Spatial.DbGeography geo) => geo.Latitude), "Latitude"); 106result.Add(GetProperty((System.Data.Spatial.DbGeography geo) => geo.Longitude), "Longitude"); 107result.Add(GetProperty((System.Data.Spatial.DbGeography geo) => geo.Elevation), "Elevation"); 108result.Add(GetProperty((System.Data.Spatial.DbGeography geo) => geo.Measure), "Measure"); 109result.Add(GetProperty((System.Data.Spatial.DbGeography geo) => geo.Length), "SpatialLength"); 110result.Add(GetProperty((System.Data.Spatial.DbGeography geo) => geo.StartPoint), "StartPoint"); 111result.Add(GetProperty((System.Data.Spatial.DbGeography geo) => geo.EndPoint), "EndPoint"); 112result.Add(GetProperty((System.Data.Spatial.DbGeography geo) => geo.IsClosed), "IsClosedSpatial"); 113result.Add(GetProperty((System.Data.Spatial.DbGeography geo) => geo.PointCount), "PointCount"); 114result.Add(GetProperty((System.Data.Spatial.DbGeography geo) => geo.Area), "Area"); 115result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.CoordinateSystemId), "CoordinateSystemId"); 116result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.SpatialTypeName), "SpatialTypeName"); 117result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.Dimension), "SpatialDimension"); 118result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.Envelope), "SpatialEnvelope"); 119result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.IsEmpty), "IsEmptySpatial"); 120result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.IsSimple), "IsSimpleGeometry"); 121result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.Boundary), "SpatialBoundary"); 122result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.IsValid), "IsValidGeometry"); 123result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.ConvexHull), "SpatialConvexHull"); 124result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.ElementCount), "SpatialElementCount"); 125result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.XCoordinate), "XCoordinate"); 126result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.YCoordinate), "YCoordinate"); 127result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.Elevation), "Elevation"); 128result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.Measure), "Measure"); 129result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.Length), "SpatialLength"); 130result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.StartPoint), "StartPoint"); 131result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.EndPoint), "EndPoint"); 132result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.IsClosed), "IsClosedSpatial"); 133result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.IsRing), "IsRing"); 134result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.PointCount), "PointCount"); 135result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.Area), "Area"); 136result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.Centroid), "Centroid"); 137result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.PointOnSurface), "PointOnSurface"); 138result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.ExteriorRing), "ExteriorRing"); 139result.Add(GetProperty((System.Data.Spatial.DbGeometry geo) => geo.InteriorRingCount), "InteriorRingCount");
System\Data\Objects\ELinq\Translator.cs (3)
207s_propertyTranslators.Add(property, translator); 400s_propertyTranslators.Add(property, translator); 586s_propertyRenameMap.Add(propertyInfo, canonicalFunctionName);
System\Data\Objects\EntityEntry.cs (6)
1776this._originalComplexObjects.Add(userObject, ordinal2complexObject); 1780ordinal2complexObject.Add(ordinal, complexObject); 2055this._originalComplexObjects.Add(currentValue, ordinal2complexObject); 2376relationships.Add(relatedEnd.WrappedOwner, alreadyDetectedRelationshipsFrom); 2383alreadyDetectedRelationshipsFrom.Add(relatedEnd, objectsInRelatedEnd); 3871relatedEntities.Add(reference, entityKeys);
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
97s_ModuleBuilders.Add(assembly, moduleBuilder);
System\Data\Objects\Internal\EntityProxyTypeInfo.cs (2)
58_navigationPropertyAssociationTypes.Add( 68_navigationPropertyAssociationTypes.Add(
System\Data\Objects\Internal\EntityWrapperFactory.cs (1)
285stateManager.TransactionManager.WrappedEntities.Add(entity, wrapper);
System\Data\Objects\ObjectContext.cs (2)
1259currentKeys.Add(entitySet, setKeys); 2036entities.Add(key, entry); // don't ignore duplicates
System\Data\Objects\ObjectStateManager.cs (9)
487_danglingForeignKeys.Add(foreignKey, danglingEntries); 752this.TransactionManager.PromotedKeyEntries.Add(wrappedEntity.Entity, keyEntry); 767this.TransactionManager.PromotedRelationships.Add(relatedEnd, entities); 2788dictionaryToAdd.Add(entry.RelationshipWrapper, entry); 2842dictionaryToAdd.Add(entry.EntityKey, entry); 2859_keylessEntityStore.Add(entry.Entity, entry); 3027_metadataStore.Add(edmType, typeMetadata); 3034_metadataMapping.Add(entitySetQualifiedType, typeMetadata); 3051_metadataStore.Add(edmType, typeMetadata);
System\Data\Objects\ObjectStateManagerMetadata.cs (2)
185_objectNameToOrdinal.Add(memberMap.ClrProperty.Name, i); // olayer name 188_cLayerNameToOrdinal.Add(member.Name, i); // clayer name
System\Data\Query\InternalTrees\ColumnMapFactory.cs (1)
63typeChoices.Add(entityType, entityColumnMap);
System\Data\Query\InternalTrees\Command.cs (2)
1636leftVarMap.Add(newVar, unionAllVars[j]); 1637rightVarMap.Add(newVar, inputVars[i * varPerNode + j]);
System\Data\Query\InternalTrees\Dump.cs (32)
244attrs.Add("Keys", sb.ToString()); 264attrs.Add("Keys", sb.ToString()); 296attrs.Add("Discriminator", (ssnOp.Discriminator == null) ? "<null>" : ssnOp.Discriminator.ToString()); 311attrs.Add("Keys", sb.ToString()); 323attrs2.Add("CollectionVar", ci.CollectionVar); 326attrs2.Add("DiscriminatorValue", ci.DiscriminatorValue); 329attrs2.Add("FlattenedElementVars", FormatVarList(sb, ci.FlattenedElementVars)); 332attrs2.Add("Keys", ci.Keys); 335attrs2.Add("SortKeys", FormatVarList(sb, ci.SortKeys)); 465attrs.Add("branchDiscriminator", uallOp.BranchDiscriminator); 477attrs2.Add("VarMap", op.VarMap[i++].ToString()); 494attrs.Add("WithTies", op.WithTies); 505attrs.Add("Var", sortKey.Var); 506attrs.Add("Ascending", sortKey.AscendingSort); 507attrs.Add("Collation", sortKey.Collation); 519attrs.Add("Var", op.Var.Id); 529attrs.Add("Var", op.Var.Id); 555attrs.Add("Var", v.Id); 558attrs.Add("Name", cv.ColumnMetadata.Name); 559attrs.Add("Type", TypeHelpers.GetFullName(cv.ColumnMetadata.Type)); 574attrs.Add("Table", table.TableId); 576attrs.Add("Extent", table.TableMetadata.Extent.Name); 624attrs.Add("Type", columnMap.Type.ToString()); 656attrs.Add("Value", columnMap.DiscriminatorValue); 694attrs.Add("DiscriminatorValue", tc.Key); 716attrs.Add("EntityType", tc.Key); 778attrs.Add("CommandId", columnMap.CommandId); 779attrs.Add("ColumnPos", columnMap.ColumnPos); 793attrs.Add("Var", ((VarRefColumnMap)columnMap).Var.Id); 1024attrs.Add("Type", TypeHelpers.GetFullName(op.Type)); 1036attrs2.Add("Type", TypeHelpers.GetFullName(op.Type)); 1040attrs2.Add(kv.Key, kv.Value);
System\Data\Query\InternalTrees\OpCopier.cs (3)
143m_varMap.Add(v, mappedVar); 929leftMap.Add(outputVar, GetMappedVar(kv.Value)); 930rightMap.Add(outputVar, GetMappedVar((op.VarMap[1])[kv.Key]));
System\Data\Query\PlanCompiler\AggregatePushdown.cs (6)
201this._groupAggregateVarRelatedVarToInfo.Add(var, new GroupAggregateVarRefInfo(groupAggregateVarInfo, computationTemplate, isUnnested)); 229_groupAggregateVarRelatedVarPropertyToInfo.Add(var, varPropertyDictionary); 231varPropertyDictionary.Add(property, new GroupAggregateVarRefInfo(groupAggregateVarInfo, computationTemplate, isUnnested)); 445constantDefinitions.Add(((VarDefOp)definitionNode.Op).Var, definitionNode.Child0); 794_childToParent.Add(child, n); 913dictionary.Add(groupAggregateVarInfo.GroupAggregateVar, inputVar);
System\Data\Query\PlanCompiler\CTreeGenerator.cs (3)
385_relOpState.Add(expr, retInfo); 531varDefs.Add(defOp.Var, VisitNode(childNode.Child0)); 1762aggMap.Add(aggVar, newFuncAgg);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (3)
884args.Add(lambdaParams[idx].VariableName, argumentValue); 1614leftMap.Add(outputVar, _varMap[leftNode]); 1617rightMap.Add(outputVar, _varMap[rightNode]);
System\Data\Query\PlanCompiler\JoinGraph.cs (1)
2721outPredicates.Add(predicateNode, predicateMinLocationId);
System\Data\Query\PlanCompiler\KeyPullup.cs (3)
298op.VarMap[i].Add(outputBranchDiscriminatorVar, branchDiscriminatorVar); 322op.VarMap[i].Add(outputBranchDiscriminatorVar, branchDiscriminatorVar); 343op.VarMap[i].Add(allKeyVarsToAddToOutput[j], keyVar);
System\Data\Query\PlanCompiler\NestPullup.cs (8)
296m_varRefMap.Add(op.Var, ((VarRefOp)n.Child0.Op).Var); 1006m_definingNodeMap.Add(varDefOp.Var, physicalProjectNode); 1019m_definingNodeMap.Add(varDefOp.Var, physicalProjectNode); 1767m_definingNodeMap.Add(op.Var, newNode); 1869m_definingNodeMap.Add(collectionVarDefinitionPair.Key, newDefiningNode); 2587unionAllMap.Add(outputVar, unionAllOutputs[idx]); 2588projectMap.Add(outputVar, projectOutputs[idx]); 2713m_newCollectionVarDefinitions.Add(newOp.CollectionInfo[i].CollectionVar, result.Children[i + 1]);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (5)
711flattenedTypePropertyToPropertyRef.Add(unnestOpTableTypeInfo.GetNewProperty(propRef), propRef); 1575newVarMap.Add(kv.Key, kv.Value); 1589newVarMap.Add(((CollectionVarInfo)outerVarInfo).NewVar, ((CollectionVarInfo)innerVarInfo).NewVar); 1593newVarMap.Add(((PrimitiveTypeVarInfo)outerVarInfo).NewVar, ((PrimitiveTypeVarInfo)innerVarInfo).NewVar); 1621newVarMap.Add(outerVar, innerVar);
System\Data\Query\PlanCompiler\PreProcessor.cs (2)
426m_discriminatorMaps.Add(entitySet, discriminatorMapInfo); 1153m_tvfResultKeys.Add(functionImportMappingComposable.TargetFunction, functionImportMappingComposable.TvfKeys);
System\Data\Query\PlanCompiler\PropertyRef.cs (1)
429m_propertyReferences.Add(AllPropertyRef.Instance, AllPropertyRef.Instance);
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (2)
354filteredMaps.Add(set, map); 555m_typeInfoMap.Add(type, typeInfo);
System\Data\Query\PlanCompiler\TransformationRules.cs (4)
325varMap.Add(varDefOp.Var, chi.Child0); 1581remapMap.Add(kv.Key, varRefNode); 3278varMap.Add(newVar, value); 4031varToDefiningNode.Add(var, varDefNode.Child0);
System\Data\Query\PlanCompiler\VarInfo.cs (4)
207m_propertyToVarMap.Add(prop, newVarEnumerator.Current); 278m_map.Add(v, varInfo); 302m_map.Add(v, varInfo); 321m_map.Add(v, varInfo);
System\Data\Query\PlanCompiler\VarRemapper.cs (2)
181newVarMap.Add(kv.Key, newVar); 186varMap.Add(kv.Key, kv.Value);
System\Data\SqlClient\SqlGen\SqlFunctionCallHandler.cs (199)
103functionHandlers.Add("CONCAT", HandleConcatFunction); 104functionHandlers.Add("DATEADD", HandleDatepartDateFunction); 105functionHandlers.Add("DATEDIFF", HandleDatepartDateFunction); 106functionHandlers.Add("DATENAME", HandleDatepartDateFunction); 107functionHandlers.Add("DATEPART", HandleDatepartDateFunction); 111functionHandlers.Add("POINTGEOGRAPHY", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geography::Point")); 114functionHandlers.Add("POINTGEOMETRY", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geometry::Point")); 117functionHandlers.Add("ASTEXTZM", (sqlgen, functionExpression) => WriteInstanceFunctionCall(sqlgen, "AsTextZM", functionExpression, isPropertyAccess: false)); 118functionHandlers.Add("BUFFERWITHTOLERANCE", (sqlgen, functionExpression) => WriteInstanceFunctionCall(sqlgen, "BufferWithTolerance", functionExpression, isPropertyAccess: false)); 119functionHandlers.Add("ENVELOPEANGLE", (sqlgen, functionExpression) => WriteInstanceFunctionCall(sqlgen, "EnvelopeAngle", functionExpression, isPropertyAccess: false)); 120functionHandlers.Add("ENVELOPECENTER", (sqlgen, functionExpression) => WriteInstanceFunctionCall(sqlgen, "EnvelopeCenter", functionExpression, isPropertyAccess: false)); 121functionHandlers.Add("INSTANCEOF", (sqlgen, functionExpression) => WriteInstanceFunctionCall(sqlgen, "InstanceOf", functionExpression, isPropertyAccess: false)); 122functionHandlers.Add("FILTER", (sqlgen, functionExpression) => WriteInstanceFunctionCall(sqlgen, "Filter", functionExpression, isPropertyAccess: false)); 123functionHandlers.Add("MAKEVALID", (sqlgen, functionExpression) => WriteInstanceFunctionCall(sqlgen, "MakeValid", functionExpression, isPropertyAccess: false)); 124functionHandlers.Add("REDUCE", (sqlgen, functionExpression) => WriteInstanceFunctionCall(sqlgen, "Reduce", functionExpression, isPropertyAccess: false)); 125functionHandlers.Add("NUMRINGS", (sqlgen, functionExpression) => WriteInstanceFunctionCall(sqlgen, "NumRings", functionExpression, isPropertyAccess: false)); 126functionHandlers.Add("RINGN", (sqlgen, functionExpression) => WriteInstanceFunctionCall(sqlgen, "RingN", functionExpression, isPropertyAccess: false)); 138functionHandlers.Add("IndexOf", HandleCanonicalFunctionIndexOf); 139functionHandlers.Add("Length", HandleCanonicalFunctionLength); 140functionHandlers.Add("NewGuid", HandleCanonicalFunctionNewGuid); 141functionHandlers.Add("Round", HandleCanonicalFunctionRound); 142functionHandlers.Add("Truncate", HandleCanonicalFunctionTruncate); 143functionHandlers.Add("Abs", HandleCanonicalFunctionAbs); 144functionHandlers.Add("ToLower", HandleCanonicalFunctionToLower); 145functionHandlers.Add("ToUpper", HandleCanonicalFunctionToUpper); 146functionHandlers.Add("Trim", HandleCanonicalFunctionTrim); 147functionHandlers.Add("Contains", HandleCanonicalFunctionContains); 148functionHandlers.Add("StartsWith", HandleCanonicalFunctionStartsWith); 149functionHandlers.Add("EndsWith", HandleCanonicalFunctionEndsWith); 152functionHandlers.Add("Year", HandleCanonicalFunctionDatepart); 153functionHandlers.Add("Month", HandleCanonicalFunctionDatepart); 154functionHandlers.Add("Day", HandleCanonicalFunctionDatepart); 155functionHandlers.Add("Hour", HandleCanonicalFunctionDatepart); 156functionHandlers.Add("Minute", HandleCanonicalFunctionDatepart); 157functionHandlers.Add("Second", HandleCanonicalFunctionDatepart); 158functionHandlers.Add("Millisecond", HandleCanonicalFunctionDatepart); 159functionHandlers.Add("DayOfYear", HandleCanonicalFunctionDatepart); 160functionHandlers.Add("CurrentDateTime", HandleCanonicalFunctionCurrentDateTime); 161functionHandlers.Add("CurrentUtcDateTime", HandleCanonicalFunctionCurrentUtcDateTime); 162functionHandlers.Add("CurrentDateTimeOffset", HandleCanonicalFunctionCurrentDateTimeOffset); 163functionHandlers.Add("GetTotalOffsetMinutes", HandleCanonicalFunctionGetTotalOffsetMinutes); 164functionHandlers.Add("TruncateTime", HandleCanonicalFunctionTruncateTime); 165functionHandlers.Add("CreateDateTime", HandleCanonicalFunctionCreateDateTime); 166functionHandlers.Add("CreateDateTimeOffset", HandleCanonicalFunctionCreateDateTimeOffset); 167functionHandlers.Add("CreateTime", HandleCanonicalFunctionCreateTime); 168functionHandlers.Add("AddYears", HandleCanonicalFunctionDateAdd); 169functionHandlers.Add("AddMonths", HandleCanonicalFunctionDateAdd); 170functionHandlers.Add("AddDays", HandleCanonicalFunctionDateAdd); 171functionHandlers.Add("AddHours", HandleCanonicalFunctionDateAdd); 172functionHandlers.Add("AddMinutes", HandleCanonicalFunctionDateAdd); 173functionHandlers.Add("AddSeconds", HandleCanonicalFunctionDateAdd); 174functionHandlers.Add("AddMilliseconds", HandleCanonicalFunctionDateAdd); 175functionHandlers.Add("AddMicroseconds", HandleCanonicalFunctionDateAddKatmaiOrNewer); 176functionHandlers.Add("AddNanoseconds", HandleCanonicalFunctionDateAddKatmaiOrNewer); 177functionHandlers.Add("DiffYears", HandleCanonicalFunctionDateDiff); 178functionHandlers.Add("DiffMonths", HandleCanonicalFunctionDateDiff); 179functionHandlers.Add("DiffDays", HandleCanonicalFunctionDateDiff); 180functionHandlers.Add("DiffHours", HandleCanonicalFunctionDateDiff); 181functionHandlers.Add("DiffMinutes", HandleCanonicalFunctionDateDiff); 182functionHandlers.Add("DiffSeconds", HandleCanonicalFunctionDateDiff); 183functionHandlers.Add("DiffMilliseconds", HandleCanonicalFunctionDateDiff); 184functionHandlers.Add("DiffMicroseconds", HandleCanonicalFunctionDateDiffKatmaiOrNewer); 185functionHandlers.Add("DiffNanoseconds", HandleCanonicalFunctionDateDiffKatmaiOrNewer); 188functionHandlers.Add("Concat", HandleConcatFunction); 189functionHandlers.Add("BitwiseAnd", HandleCanonicalFunctionBitwise); 190functionHandlers.Add("BitwiseNot", HandleCanonicalFunctionBitwise); 191functionHandlers.Add("BitwiseOr", HandleCanonicalFunctionBitwise); 192functionHandlers.Add("BitwiseXor", HandleCanonicalFunctionBitwise); 205functionNameToOperatorDictionary.Add("Concat", "+"); //canonical 206functionNameToOperatorDictionary.Add("CONCAT", "+"); //store 207functionNameToOperatorDictionary.Add("BitwiseAnd", "&"); 208functionNameToOperatorDictionary.Add("BitwiseNot", "~"); 209functionNameToOperatorDictionary.Add("BitwiseOr", "|"); 210functionNameToOperatorDictionary.Add("BitwiseXor", "^"); 222dateAddFunctionNameToDatepartDictionary.Add("AddYears", "year"); 223dateAddFunctionNameToDatepartDictionary.Add("AddMonths", "month"); 224dateAddFunctionNameToDatepartDictionary.Add("AddDays", "day"); 225dateAddFunctionNameToDatepartDictionary.Add("AddHours", "hour"); 226dateAddFunctionNameToDatepartDictionary.Add("AddMinutes", "minute"); 227dateAddFunctionNameToDatepartDictionary.Add("AddSeconds", "second"); 228dateAddFunctionNameToDatepartDictionary.Add("AddMilliseconds", "millisecond"); 229dateAddFunctionNameToDatepartDictionary.Add("AddMicroseconds", "microsecond"); 230dateAddFunctionNameToDatepartDictionary.Add("AddNanoseconds", "nanosecond"); 242dateDiffFunctionNameToDatepartDictionary.Add("DiffYears", "year"); 243dateDiffFunctionNameToDatepartDictionary.Add("DiffMonths", "month"); 244dateDiffFunctionNameToDatepartDictionary.Add("DiffDays", "day"); 245dateDiffFunctionNameToDatepartDictionary.Add("DiffHours", "hour"); 246dateDiffFunctionNameToDatepartDictionary.Add("DiffMinutes", "minute"); 247dateDiffFunctionNameToDatepartDictionary.Add("DiffSeconds", "second"); 248dateDiffFunctionNameToDatepartDictionary.Add("DiffMilliseconds", "millisecond"); 249dateDiffFunctionNameToDatepartDictionary.Add("DiffMicroseconds", "microsecond"); 250dateDiffFunctionNameToDatepartDictionary.Add("DiffNanoseconds", "nanosecond"); 264staticGeographyFunctions.Add("GeographyFromText", HandleSpatialFromTextFunction); 265staticGeographyFunctions.Add("GeographyPointFromText", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geography::STPointFromText")); 266staticGeographyFunctions.Add("GeographyLineFromText", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geography::STLineFromText")); 267staticGeographyFunctions.Add("GeographyPolygonFromText", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geography::STPolyFromText")); 268staticGeographyFunctions.Add("GeographyMultiPointFromText", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geography::STMPointFromText")); 269staticGeographyFunctions.Add("GeographyMultiLineFromText", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geography::STMLineFromText")); 270staticGeographyFunctions.Add("GeographyMultiPolygonFromText", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geography::STMPolyFromText")); 271staticGeographyFunctions.Add("GeographyCollectionFromText", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geography::STGeomCollFromText")); 274staticGeographyFunctions.Add("GeographyFromBinary", HandleSpatialFromBinaryFunction); 275staticGeographyFunctions.Add("GeographyPointFromBinary", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geography::STPointFromWKB")); 276staticGeographyFunctions.Add("GeographyLineFromBinary", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geography::STLineFromWKB")); 277staticGeographyFunctions.Add("GeographyPolygonFromBinary", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geography::STPolyFromWKB")); 278staticGeographyFunctions.Add("GeographyMultiPointFromBinary", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geography::STMPointFromWKB")); 279staticGeographyFunctions.Add("GeographyMultiLineFromBinary", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geography::STMLineFromWKB")); 280staticGeographyFunctions.Add("GeographyMultiPolygonFromBinary", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geography::STMPolyFromWKB")); 281staticGeographyFunctions.Add("GeographyCollectionFromBinary", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geography::STGeomCollFromWKB")); 284staticGeographyFunctions.Add("GeographyFromGml", HandleSpatialFromGmlFunction); 298instancePropGeographyFunctions.Add("CoordinateSystemId", "STSrid"); 299instancePropGeographyFunctions.Add("Latitude", "Lat"); 300instancePropGeographyFunctions.Add("Longitude", "Long"); 301instancePropGeographyFunctions.Add("Measure", "M"); 302instancePropGeographyFunctions.Add("Elevation", "Z"); 315renamedInstanceMethodFunctions.Add("AsText", "STAsText"); 316renamedInstanceMethodFunctions.Add("AsBinary", "STAsBinary"); 317renamedInstanceMethodFunctions.Add("SpatialTypeName", "STGeometryType"); 318renamedInstanceMethodFunctions.Add("SpatialDimension", "STDimension"); 319renamedInstanceMethodFunctions.Add("IsEmptySpatial", "STIsEmpty"); 320renamedInstanceMethodFunctions.Add("SpatialEquals", "STEquals"); 321renamedInstanceMethodFunctions.Add("SpatialDisjoint", "STDisjoint"); 322renamedInstanceMethodFunctions.Add("SpatialIntersects", "STIntersects"); 323renamedInstanceMethodFunctions.Add("SpatialBuffer", "STBuffer"); 324renamedInstanceMethodFunctions.Add("Distance", "STDistance"); 325renamedInstanceMethodFunctions.Add("SpatialUnion", "STUnion"); 326renamedInstanceMethodFunctions.Add("SpatialIntersection", "STIntersection"); 327renamedInstanceMethodFunctions.Add("SpatialDifference", "STDifference"); 328renamedInstanceMethodFunctions.Add("SpatialSymmetricDifference", "STSymDifference"); 329renamedInstanceMethodFunctions.Add("SpatialElementCount", "STNumGeometries"); 330renamedInstanceMethodFunctions.Add("SpatialElementAt", "STGeometryN"); 331renamedInstanceMethodFunctions.Add("SpatialLength", "STLength"); 332renamedInstanceMethodFunctions.Add("StartPoint", "STStartPoint"); 333renamedInstanceMethodFunctions.Add("EndPoint", "STEndPoint"); 334renamedInstanceMethodFunctions.Add("IsClosedSpatial", "STIsClosed"); 335renamedInstanceMethodFunctions.Add("PointCount", "STNumPoints"); 336renamedInstanceMethodFunctions.Add("PointAt", "STPointN"); 337renamedInstanceMethodFunctions.Add("Area", "STArea"); 352staticGeometryFunctions.Add("GeometryFromText", HandleSpatialFromTextFunction); 353staticGeometryFunctions.Add("GeometryPointFromText", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geometry::STPointFromText")); 354staticGeometryFunctions.Add("GeometryLineFromText", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geometry::STLineFromText")); 355staticGeometryFunctions.Add("GeometryPolygonFromText", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geometry::STPolyFromText")); 356staticGeometryFunctions.Add("GeometryMultiPointFromText", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geometry::STMPointFromText")); 357staticGeometryFunctions.Add("GeometryMultiLineFromText", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geometry::STMLineFromText")); 358staticGeometryFunctions.Add("GeometryMultiPolygonFromText", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geometry::STMPolyFromText")); 359staticGeometryFunctions.Add("GeometryCollectionFromText", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geometry::STGeomCollFromText")); 362staticGeometryFunctions.Add("GeometryFromBinary", HandleSpatialFromBinaryFunction); 363staticGeometryFunctions.Add("GeometryPointFromBinary", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geometry::STPointFromWKB")); 364staticGeometryFunctions.Add("GeometryLineFromBinary", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geometry::STLineFromWKB")); 365staticGeometryFunctions.Add("GeometryPolygonFromBinary", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geometry::STPolyFromWKB")); 366staticGeometryFunctions.Add("GeometryMultiPointFromBinary", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geometry::STMPointFromWKB")); 367staticGeometryFunctions.Add("GeometryMultiLineFromBinary", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geometry::STMLineFromWKB")); 368staticGeometryFunctions.Add("GeometryMultiPolygonFromBinary", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geometry::STMPolyFromWKB")); 369staticGeometryFunctions.Add("GeometryCollectionFromBinary", (sqlgen, functionExpression) => HandleFunctionDefaultGivenName(sqlgen, functionExpression, "geometry::STGeomCollFromWKB")); 372staticGeometryFunctions.Add("GeometryFromGml", HandleSpatialFromGmlFunction); 386instancePropGeometryFunctions.Add("CoordinateSystemId", "STSrid"); 387instancePropGeometryFunctions.Add("Measure", "M"); 388instancePropGeometryFunctions.Add("XCoordinate", "STX"); 389instancePropGeometryFunctions.Add("YCoordinate", "STY"); 390instancePropGeometryFunctions.Add("Elevation", "Z"); 403renamedInstanceMethodFunctions.Add("AsText", "STAsText"); 404renamedInstanceMethodFunctions.Add("AsBinary", "STAsBinary"); 405renamedInstanceMethodFunctions.Add("SpatialTypeName", "STGeometryType"); 406renamedInstanceMethodFunctions.Add("SpatialDimension", "STDimension"); 407renamedInstanceMethodFunctions.Add("IsEmptySpatial", "STIsEmpty"); 408renamedInstanceMethodFunctions.Add("IsSimpleGeometry", "STIsSimple"); 409renamedInstanceMethodFunctions.Add("IsValidGeometry", "STIsValid"); 410renamedInstanceMethodFunctions.Add("SpatialBoundary", "STBoundary"); 411renamedInstanceMethodFunctions.Add("SpatialEnvelope", "STEnvelope"); 412renamedInstanceMethodFunctions.Add("SpatialEquals", "STEquals"); 413renamedInstanceMethodFunctions.Add("SpatialDisjoint", "STDisjoint"); 414renamedInstanceMethodFunctions.Add("SpatialIntersects", "STIntersects"); 415renamedInstanceMethodFunctions.Add("SpatialTouches", "STTouches"); 416renamedInstanceMethodFunctions.Add("SpatialCrosses", "STCrosses"); 417renamedInstanceMethodFunctions.Add("SpatialWithin", "STWithin"); 418renamedInstanceMethodFunctions.Add("SpatialContains", "STContains"); 419renamedInstanceMethodFunctions.Add("SpatialOverlaps", "STOverlaps"); 420renamedInstanceMethodFunctions.Add("SpatialRelate", "STRelate"); 421renamedInstanceMethodFunctions.Add("SpatialBuffer", "STBuffer"); 422renamedInstanceMethodFunctions.Add("SpatialConvexHull", "STConvexHull"); 423renamedInstanceMethodFunctions.Add("Distance", "STDistance"); 424renamedInstanceMethodFunctions.Add("SpatialUnion", "STUnion"); 425renamedInstanceMethodFunctions.Add("SpatialIntersection", "STIntersection"); 426renamedInstanceMethodFunctions.Add("SpatialDifference", "STDifference"); 427renamedInstanceMethodFunctions.Add("SpatialSymmetricDifference", "STSymDifference"); 428renamedInstanceMethodFunctions.Add("SpatialElementCount", "STNumGeometries"); 429renamedInstanceMethodFunctions.Add("SpatialElementAt", "STGeometryN"); 430renamedInstanceMethodFunctions.Add("SpatialLength", "STLength"); 431renamedInstanceMethodFunctions.Add("StartPoint", "STStartPoint"); 432renamedInstanceMethodFunctions.Add("EndPoint", "STEndPoint"); 433renamedInstanceMethodFunctions.Add("IsClosedSpatial", "STIsClosed"); 434renamedInstanceMethodFunctions.Add("IsRing", "STIsRing"); 435renamedInstanceMethodFunctions.Add("PointCount", "STNumPoints"); 436renamedInstanceMethodFunctions.Add("PointAt", "STPointN"); 437renamedInstanceMethodFunctions.Add("Area", "STArea"); 438renamedInstanceMethodFunctions.Add("Centroid", "STCentroid"); 439renamedInstanceMethodFunctions.Add("PointOnSurface", "STPointOnSurface"); 440renamedInstanceMethodFunctions.Add("ExteriorRing", "STExteriorRing"); 441renamedInstanceMethodFunctions.Add("InteriorRingCount", "STNumInteriorRing"); 442renamedInstanceMethodFunctions.Add("InteriorRingAt", "STInteriorRingN");
System\Data\SqlClient\SqlGen\SqlGenerator.cs (3)
3288newColumns.Add(member.Name, column); 3538symbol.Columns.Add(columnName, columnSymbol); 3564selectStatement.OutputColumns.Add(columnName, columnSymbol);
System\Data\SqlClient\SqlGen\SymbolUsageManager.cs (1)
62this.optionalColumnUsage.Add(symbolToAdd, wrapper);
System\Data\SqlClient\SqlSpatialServices.cs (1)
76otherSpatialServices.Add(assembly.FullName, services);
System.Data.Entity.Design (30)
System\Data\Entity\Design\Common\UniqueIdentifierService.cs (3)
53_knownIdentifiers.Add(identifier, true); 80_knownIdentifiers.Add(adjustedIdentifier, true); 85_identifierToAdjustedIdentifier.Add(value, adjustedIdentifier);
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (11)
348session.CandidateCollapsedAssociations.Add(set, new OneToOneMappingSerializer.CollapsedEntityAssociationSet(set)); 605newCandidates.Add(collapsed.EntitySet, collapsed); 672session.FkProperties.Add(property, ((AssociationSet)storeSet).ElementType); 756session.MappingLookups.StoreEntitySetToModelEntitySet.Add(storeEntitySet, set); 800session.MappingLookups.StoreEntityTypeToModelEntityType.Add(storeEntityType, entityType); 813session.MappingLookups.StoreEdmPropertyToModelEdmProperty.Add(storeProperty, property); 860session.MappingLookups.StoreAssociationSetEndToModelAssociationSetEnd.Add(storeEnd, setEnd); 880session.MappingLookups.StoreAssociationTypeToModelAssociationType.Add(storeAssociationSet.ElementType, association); 889session.MappingLookups.StoreAssociationSetEndToModelAssociationSetEnd.Add(storeEnd, end); 892session.MappingLookups.StoreAssociationSetToModelAssociationSet.Add(storeAssociationSet, set); 924session.MappingLookups.StoreAssociationEndMemberToModelAssociationEndMember.Add(storeEndMember, end);
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (4)
175session.EntityTypeToSet.Add(type, entitySet); 993session.RelationshipEndTypeLookup.Add(end, type); 1452facets.Add(facet.Name, facet); 1457facets.Add(facet.Name, facet);
System\Data\Entity\Design\EntityStoreSchemaGenerator\EntityStoreSchemaGenerator.LoadMethodSessionState.cs (4)
82_entityLookup.Add(key, type); 83_reverseEntityLookup.Add(type, key); 126_tvfReturnTypeLookup.Add(key, type); 204ItemToErrorsMap.Add(type, list);
System\Data\Entity\Design\EntityViewGeneration\EntityViewGenerator.cs (1)
457newDictionary.Add(GetExtentFullName(item.Key), item.Value);
System\Data\Entity\Design\PluralizationService\BidirectionalDictionary.cs (2)
84this.FirstToSecondDictionary.Add(firstValue, secondValue); 88this.SecondToFirstDictionary.Add(secondValue, firstValue);
System\Data\EntityModel\EdmToObjectNamespaceMap.cs (1)
38_map.Add(edmNamespace, objectNamespace);
System\Data\EntityModel\Emitters\FixUpCollection.cs (1)
99ClassFixUps.Add(fixUp.Class,fixUps);
System\Data\EntityModel\Emitters\NamespaceEmitter.cs (1)
144cache.Add(name, type);
System\Data\EntityModel\Emitters\Utils.cs (2)
71typeReservedNames.Add(member.Name, typeof(ComplexType)); 90typeReservedNames.Add(member.Name, typeof(EntityType));
System.Data.Linq (50)
ChangeProcessor.cs (5)
392visited.Add(item, item); 470visited.Add(item, item); 709associations.Add(assoc, pairs); 711pairs.Add(from, to); 742references.Add(from, refs);
ChangeTracker.cs (3)
104this.items.Add(obj, tracked); 106visited.Add(obj, obj); 160this.items.Add(obj, ti);
DataContext.cs (1)
398this.tables.Add(metaTable, tb);
DataServices.cs (3)
297this.factoryMap.Add(member, factory); 574keys.Add(mm, cex.Value); 581keys.Add(mm, ((Delegate)ce.Value).DynamicInvoke(new object[] {}));
DataShape.cs (1)
140this.includes.Add(new MetaPosition(association), association);
IdentityManager.cs (1)
69this.caches.Add(type, this.currentCache);
Mapping\AttributedMetaModel.cs (12)
176this.metaFunctions.Add(mp, metaFunction); 182this.metaTypes.Add(it.Type, it); 235this.metaTables.Add(rowType, null); 241this.metaTables.Add(mt.Type, table); 246this.metaTables.Add(rowType, null); 289this.metaTypes.Add(type, mtype); 406this.types.Add(type, this); // add self 435this.codeMap.Add(codeValue, mt); 482memberToColumn.Add(dn, mem.MappedName); 499this.types.Add(type, metaType); 611this.dataMemberMap.Add(new MetaPosition(fi), mm); 631this.dataMemberMap.Add(new MetaPosition(pi), mm);
Mapping\MappedMetaModel.cs (16)
87this.metaTypes.Add(mt.Type, mt); 88this.metaTables.Add(mt.Type, table); 101this.types.Add(rowType.FullName, rowType); 103this.types.Add(rowType.Name, rowType); 115this.types.Add(rowType.FullName, rowType); 117this.types.Add(rowType.Name, rowType); 137this.metaFunctions.Add(new MetaPosition(method), func); 143this.metaTypes.Add(it.Type, it); 200this.metaTypes.Add(type, mtype); 293this.types.Add(name, foundResult); 476memberToColumn.Add(dn, mem.MappedName); 498this.derivedTypes.Add(type.Type, type); 520this.inheritanceCodes.Add(keyValue, type); 661map.Add(InheritanceRules.DistinguishedMemberName(mm.Member), mm); 682map.Add(InheritanceRules.DistinguishedMemberName(mm.Member), mm); 1648map.Add(InheritanceRules.DistinguishedMemberName(mm.Member), mm);
Mapping\MappingSource.cs (1)
78this.secondaryModels.Add(dataContextType, model);
SqlClient\Query\QueryConverter.cs (2)
2446this.map.Add(resultSelector.Parameters[0], tableAliasRef); 2481this.map.Add(p, exp);
SqlClient\Query\SqlBinder.cs (1)
60this.map.Add(linkId, expr);
SqlClient\Query\SqlDeflator.cs (1)
448map.Add(c, cref);
SqlClient\Query\SqlParameterizer.cs (1)
123this.map.Add(cp, pi);
SqlClient\SqlBuilder.cs (1)
103memberNameToMappedName.Add(dn, mm.MappedName);
SqlClient\SqlTypeSystemProvider.cs (1)
815applicationTypes.Add(index, result);
System.Data.Services (51)
parent\Client\System\Data\Services\Client\BatchStream.cs (1)
1326this.contentHeaders.Add(name, value);
System\Data\Services\Caching\MetadataCache.cs (1)
57cache.Add(key, item);
System\Data\Services\DataService.cs (1)
2509this.contentIdsToSegmentInfoMapping.Add(contentId, description.LastSegmentInfo);
System\Data\Services\Epm\EpmCustomContentSerializer.cs (2)
224this.visitorContent.Add(subSegmentOfRoot, new EpmCustomContentWriterNodeData(subSegmentOfRoot, this.Element, nullValuedProperties, provider)); 237this.visitorContent.Add(segment, new EpmCustomContentWriterNodeData(this.visitorContent[subSegment], segment, this.Element, nullValuedProperties, provider));
System\Data\Services\KeyInstance.cs (1)
244namedValues.Add(identifier, namedValue);
System\Data\Services\Parsing\FunctionDescription.cs (22)
222result.Add("endswith", new FunctionDescription[] { StringInstanceFunction("EndsWith", typeof(string)) }); 223result.Add("indexof", new FunctionDescription[] { StringInstanceFunction("IndexOf", typeof(string)) }); 224result.Add("replace", new FunctionDescription[] { StringInstanceFunction(FunctionNameClrStringReplace, typeof(string), typeof(string)) }); 225result.Add("startswith", new FunctionDescription[] { StringInstanceFunction("StartsWith", typeof(string)) }); 226result.Add("tolower", new FunctionDescription[] { StringInstanceFunction("ToLower", Type.EmptyTypes) }); 227result.Add("toupper", new FunctionDescription[] { StringInstanceFunction("ToUpper", Type.EmptyTypes) }); 228result.Add("trim", new FunctionDescription[] { StringInstanceFunction("Trim", Type.EmptyTypes) }); 235result.Add("substring", signatures); 241result.Add("substringof", signatures); 247result.Add("concat", signatures); 253result.Add("length", signatures); 256result.Add("year", DateTimeFunctionArray("Year")); 257result.Add("month", DateTimeFunctionArray("Month")); 258result.Add("day", DateTimeFunctionArray("Day")); 259result.Add("hour", DateTimeFunctionArray("Hour")); 260result.Add("minute", DateTimeFunctionArray("Minute")); 261result.Add("second", DateTimeFunctionArray("Second")); 264result.Add("round", MathFunctionArray("Round")); 265result.Add("floor", MathFunctionArray("Floor")); 266result.Add("ceiling", MathFunctionArray("Ceiling")); 276result.Add(FunctionNameIsOf, signatures); 299result.Add(FunctionNameCast, castSignatures.ToArray());
System\Data\Services\Parsing\RequestQueryParser.cs (1)
2174this.literals.Add(expr, text);
System\Data\Services\Providers\BaseServiceProvider.cs (1)
839this.metadata.ServiceOperations.Add(method.Name, operation);
System\Data\Services\Providers\DataServiceProviderWrapper.cs (4)
600this.ResourceAssociationSetCache.Add(associationSetKey, associationSet); 845this.ResourcePropertyCache.Add(key, properties); 1001this.EntityTypeDisallowedForSet.Add(key, DataServiceProviderWrapper.RefTrue); 1006this.EntityTypeDisallowedForSet.Add(key, DataServiceProviderWrapper.RefFalse);
System\Data\Services\Providers\ObjectContextServiceProvider.cs (5)
440this.objectsToBeReplaced.Add(resource, newInstance); 828typeRights.Add(resourceType, containerEntry.Value); 2652this.entitySets.Add(container, entitySetInContainer); 2659this.associationSets.Add(container, associationSetInContainer); 2716this.edmTypes.Add(typeNamespace, typesInSameNamespace);
System\Data\Services\Providers\ResourceType.cs (1)
1117this.propertyInfosDeclaredOnThisType.Add(resourceProperty, propertyInfo);
System\Data\Services\Serializers\MetadataSerializer.cs (6)
884this.associationTypes.Add(typeNamespace, associationsInThisNamespace); 950this.resourceTypes.Add(typeNamespace, typesInSameNamespace); 1061associationTypesInNamespece.Add(associationTypeLookupKey, associationType); 1066associationTypesInNamespece.Add(relatedEndLookupKey, associationType); 1131this.associationSets.Add(reverseAssociationSetKey, associationSet); 1132this.associationSets.Add(associationSetKey, associationSet);
System\Data\Services\Serializers\SyndicationSerializer.cs (3)
311attributeExtensions.Add(QualifiedDataWebPrefix, XmlConstants.DataWebNamespace); 312attributeExtensions.Add(QualifiedDataWebMetadataPrefix, XmlConstants.DataWebMetadataNamespace); 344link.AttributeExtensions.Add(attributeExtension.Key, attributeExtension.Value);
System\Data\Services\UpdateTracker.cs (2)
158this.items.Add(container, changedItems); 171changedItems.Add(target, action);
System.Data.Services.Client (378)
parent\Server\System\Data\Services\Epm\EpmCustomContentSerializer.cs (2)
198this.visitorContent.Add(subSegmentOfRoot, new EpmCustomContentWriterNodeData(subSegmentOfRoot, this.Element)); 209this.visitorContent.Add(segment, new EpmCustomContentWriterNodeData(this.visitorContent[subSegment], segment, this.Element));
System\Data\Services\Client\ALinq\ExpressionNormalizer.cs (1)
613this.NormalizerRewrites.Add(rewritten, source);
System\Data\Services\Client\ALinq\PathBox.cs (1)
68basePaths.Add(pe, basePath.ToString());
System\Data\Services\Client\ALinq\ReflectionUtil.cs (297)
38map.Add(@"Sum(IQueryable`1<T0>, Expression`1<Func`2<T0, Double>>)->Double", SequenceMethod.SumDoubleSelector); 39map.Add(@"Sum(IQueryable`1<T0>, Expression`1<Func`2<T0, Nullable`1<Double>>>)->Nullable`1<Double>", SequenceMethod.SumNullableDoubleSelector); 40map.Add(@"Sum(IQueryable`1<T0>, Expression`1<Func`2<T0, Decimal>>)->Decimal", SequenceMethod.SumDecimalSelector); 41map.Add(@"Sum(IQueryable`1<T0>, Expression`1<Func`2<T0, Nullable`1<Decimal>>>)->Nullable`1<Decimal>", SequenceMethod.SumNullableDecimalSelector); 42map.Add(@"Average(IQueryable`1<T0>, Expression`1<Func`2<T0, Int32>>)->Double", SequenceMethod.AverageIntSelector); 43map.Add(@"Average(IQueryable`1<T0>, Expression`1<Func`2<T0, Nullable`1<Int32>>>)->Nullable`1<Double>", SequenceMethod.AverageNullableIntSelector); 44map.Add(@"Average(IQueryable`1<T0>, Expression`1<Func`2<T0, Single>>)->Single", SequenceMethod.AverageSingleSelector); 45map.Add(@"Average(IQueryable`1<T0>, Expression`1<Func`2<T0, Nullable`1<Single>>>)->Nullable`1<Single>", SequenceMethod.AverageNullableSingleSelector); 46map.Add(@"Average(IQueryable`1<T0>, Expression`1<Func`2<T0, Int64>>)->Double", SequenceMethod.AverageLongSelector); 47map.Add(@"Average(IQueryable`1<T0>, Expression`1<Func`2<T0, Nullable`1<Int64>>>)->Nullable`1<Double>", SequenceMethod.AverageNullableLongSelector); 48map.Add(@"Average(IQueryable`1<T0>, Expression`1<Func`2<T0, Double>>)->Double", SequenceMethod.AverageDoubleSelector); 49map.Add(@"Average(IQueryable`1<T0>, Expression`1<Func`2<T0, Nullable`1<Double>>>)->Nullable`1<Double>", SequenceMethod.AverageNullableDoubleSelector); 50map.Add(@"Average(IQueryable`1<T0>, Expression`1<Func`2<T0, Decimal>>)->Decimal", SequenceMethod.AverageDecimalSelector); 51map.Add(@"Average(IQueryable`1<T0>, Expression`1<Func`2<T0, Nullable`1<Decimal>>>)->Nullable`1<Decimal>", SequenceMethod.AverageNullableDecimalSelector); 52map.Add(@"Aggregate(IQueryable`1<T0>, Expression`1<Func`3<T0, T0, T0>>)->T0", SequenceMethod.Aggregate); 53map.Add(@"Aggregate(IQueryable`1<T0>, T1, Expression`1<Func`3<T1, T0, T1>>)->T1", SequenceMethod.AggregateSeed); 54map.Add(@"Aggregate(IQueryable`1<T0>, T1, Expression`1<Func`3<T1, T0, T1>>, Expression`1<Func`2<T1, T2>>)->T2", SequenceMethod.AggregateSeedSelector); 55map.Add(@"AsQueryable(IEnumerable`1<T0>)->IQueryable`1<T0>", SequenceMethod.AsQueryableGeneric); 56map.Add(@"Where(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->IQueryable`1<T0>", SequenceMethod.Where); 57map.Add(@"Where(IQueryable`1<T0>, Expression`1<Func`3<T0, Int32, Boolean>>)->IQueryable`1<T0>", SequenceMethod.WhereOrdinal); 58map.Add(@"OfType(IQueryable)->IQueryable`1<T0>", SequenceMethod.OfType); 59map.Add(@"Cast(IQueryable)->IQueryable`1<T0>", SequenceMethod.Cast); 60map.Add(@"Select(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>)->IQueryable`1<T1>", SequenceMethod.Select); 61map.Add(@"Select(IQueryable`1<T0>, Expression`1<Func`3<T0, Int32, T1>>)->IQueryable`1<T1>", SequenceMethod.SelectOrdinal); 62map.Add(@"SelectMany(IQueryable`1<T0>, Expression`1<Func`2<T0, IEnumerable`1<T1>>>)->IQueryable`1<T1>", SequenceMethod.SelectMany); 63map.Add(@"SelectMany(IQueryable`1<T0>, Expression`1<Func`3<T0, Int32, IEnumerable`1<T1>>>)->IQueryable`1<T1>", SequenceMethod.SelectManyOrdinal); 64map.Add(@"SelectMany(IQueryable`1<T0>, Expression`1<Func`3<T0, Int32, IEnumerable`1<T1>>>, Expression`1<Func`3<T0, T1, T2>>)->IQueryable`1<T2>", SequenceMethod.SelectManyOrdinalResultSelector); 65map.Add(@"SelectMany(IQueryable`1<T0>, Expression`1<Func`2<T0, IEnumerable`1<T1>>>, Expression`1<Func`3<T0, T1, T2>>)->IQueryable`1<T2>", SequenceMethod.SelectManyResultSelector); 66map.Add(@"Join(IQueryable`1<T0>, IEnumerable`1<T1>, Expression`1<Func`2<T0, T2>>, Expression`1<Func`2<T1, T2>>, Expression`1<Func`3<T0, T1, T3>>)->IQueryable`1<T3>", SequenceMethod.Join); 67map.Add(@"Join(IQueryable`1<T0>, IEnumerable`1<T1>, Expression`1<Func`2<T0, T2>>, Expression`1<Func`2<T1, T2>>, Expression`1<Func`3<T0, T1, T3>>, IEqualityComparer`1<T2>)->IQueryable`1<T3>", SequenceMethod.JoinComparer); 68map.Add(@"GroupJoin(IQueryable`1<T0>, IEnumerable`1<T1>, Expression`1<Func`2<T0, T2>>, Expression`1<Func`2<T1, T2>>, Expression`1<Func`3<T0, IEnumerable`1<T1>, T3>>)->IQueryable`1<T3>", SequenceMethod.GroupJoin); 69map.Add(@"GroupJoin(IQueryable`1<T0>, IEnumerable`1<T1>, Expression`1<Func`2<T0, T2>>, Expression`1<Func`2<T1, T2>>, Expression`1<Func`3<T0, IEnumerable`1<T1>, T3>>, IEqualityComparer`1<T2>)->IQueryable`1<T3>", SequenceMethod.GroupJoinComparer); 70map.Add(@"OrderBy(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>)->IOrderedQueryable`1<T0>", SequenceMethod.OrderBy); 71map.Add(@"OrderBy(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>, IComparer`1<T1>)->IOrderedQueryable`1<T0>", SequenceMethod.OrderByComparer); 72map.Add(@"OrderByDescending(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>)->IOrderedQueryable`1<T0>", SequenceMethod.OrderByDescending); 73map.Add(@"OrderByDescending(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>, IComparer`1<T1>)->IOrderedQueryable`1<T0>", SequenceMethod.OrderByDescendingComparer); 74map.Add(@"ThenBy(IOrderedQueryable`1<T0>, Expression`1<Func`2<T0, T1>>)->IOrderedQueryable`1<T0>", SequenceMethod.ThenBy); 75map.Add(@"ThenBy(IOrderedQueryable`1<T0>, Expression`1<Func`2<T0, T1>>, IComparer`1<T1>)->IOrderedQueryable`1<T0>", SequenceMethod.ThenByComparer); 76map.Add(@"ThenByDescending(IOrderedQueryable`1<T0>, Expression`1<Func`2<T0, T1>>)->IOrderedQueryable`1<T0>", SequenceMethod.ThenByDescending); 77map.Add(@"ThenByDescending(IOrderedQueryable`1<T0>, Expression`1<Func`2<T0, T1>>, IComparer`1<T1>)->IOrderedQueryable`1<T0>", SequenceMethod.ThenByDescendingComparer); 78map.Add(@"Take(IQueryable`1<T0>, Int32)->IQueryable`1<T0>", SequenceMethod.Take); 79map.Add(@"TakeWhile(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->IQueryable`1<T0>", SequenceMethod.TakeWhile); 80map.Add(@"TakeWhile(IQueryable`1<T0>, Expression`1<Func`3<T0, Int32, Boolean>>)->IQueryable`1<T0>", SequenceMethod.TakeWhileOrdinal); 81map.Add(@"Skip(IQueryable`1<T0>, Int32)->IQueryable`1<T0>", SequenceMethod.Skip); 82map.Add(@"SkipWhile(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->IQueryable`1<T0>", SequenceMethod.SkipWhile); 83map.Add(@"SkipWhile(IQueryable`1<T0>, Expression`1<Func`3<T0, Int32, Boolean>>)->IQueryable`1<T0>", SequenceMethod.SkipWhileOrdinal); 84map.Add(@"GroupBy(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>)->IQueryable`1<IGrouping`2<T1, T0>>", SequenceMethod.GroupBy); 85map.Add(@"GroupBy(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>, Expression`1<Func`2<T0, T2>>)->IQueryable`1<IGrouping`2<T1, T2>>", SequenceMethod.GroupByElementSelector); 86map.Add(@"GroupBy(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>, IEqualityComparer`1<T1>)->IQueryable`1<IGrouping`2<T1, T0>>", SequenceMethod.GroupByComparer); 87map.Add(@"GroupBy(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>, Expression`1<Func`2<T0, T2>>, IEqualityComparer`1<T1>)->IQueryable`1<IGrouping`2<T1, T2>>", SequenceMethod.GroupByElementSelectorComparer); 88map.Add(@"GroupBy(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>, Expression`1<Func`2<T0, T2>>, Expression`1<Func`3<T1, IEnumerable`1<T2>, T3>>)->IQueryable`1<T3>", SequenceMethod.GroupByElementSelectorResultSelector); 89map.Add(@"GroupBy(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>, Expression`1<Func`3<T1, IEnumerable`1<T0>, T2>>)->IQueryable`1<T2>", SequenceMethod.GroupByResultSelector); 90map.Add(@"GroupBy(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>, Expression`1<Func`3<T1, IEnumerable`1<T0>, T2>>, IEqualityComparer`1<T1>)->IQueryable`1<T2>", SequenceMethod.GroupByResultSelectorComparer); 91map.Add(@"GroupBy(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>, Expression`1<Func`2<T0, T2>>, Expression`1<Func`3<T1, IEnumerable`1<T2>, T3>>, IEqualityComparer`1<T1>)->IQueryable`1<T3>", SequenceMethod.GroupByElementSelectorResultSelectorComparer); 92map.Add(@"Distinct(IQueryable`1<T0>)->IQueryable`1<T0>", SequenceMethod.Distinct); 93map.Add(@"Distinct(IQueryable`1<T0>, IEqualityComparer`1<T0>)->IQueryable`1<T0>", SequenceMethod.DistinctComparer); 94map.Add(@"Concat(IQueryable`1<T0>, IEnumerable`1<T0>)->IQueryable`1<T0>", SequenceMethod.Concat); 95map.Add(@"Union(IQueryable`1<T0>, IEnumerable`1<T0>)->IQueryable`1<T0>", SequenceMethod.Union); 96map.Add(@"Union(IQueryable`1<T0>, IEnumerable`1<T0>, IEqualityComparer`1<T0>)->IQueryable`1<T0>", SequenceMethod.UnionComparer); 97map.Add(@"Intersect(IQueryable`1<T0>, IEnumerable`1<T0>)->IQueryable`1<T0>", SequenceMethod.Intersect); 98map.Add(@"Intersect(IQueryable`1<T0>, IEnumerable`1<T0>, IEqualityComparer`1<T0>)->IQueryable`1<T0>", SequenceMethod.IntersectComparer); 99map.Add(@"Except(IQueryable`1<T0>, IEnumerable`1<T0>)->IQueryable`1<T0>", SequenceMethod.Except); 100map.Add(@"Except(IQueryable`1<T0>, IEnumerable`1<T0>, IEqualityComparer`1<T0>)->IQueryable`1<T0>", SequenceMethod.ExceptComparer); 101map.Add(@"First(IQueryable`1<T0>)->T0", SequenceMethod.First); 102map.Add(@"First(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->T0", SequenceMethod.FirstPredicate); 103map.Add(@"FirstOrDefault(IQueryable`1<T0>)->T0", SequenceMethod.FirstOrDefault); 104map.Add(@"FirstOrDefault(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->T0", SequenceMethod.FirstOrDefaultPredicate); 105map.Add(@"Last(IQueryable`1<T0>)->T0", SequenceMethod.Last); 106map.Add(@"Last(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->T0", SequenceMethod.LastPredicate); 107map.Add(@"LastOrDefault(IQueryable`1<T0>)->T0", SequenceMethod.LastOrDefault); 108map.Add(@"LastOrDefault(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->T0", SequenceMethod.LastOrDefaultPredicate); 109map.Add(@"Single(IQueryable`1<T0>)->T0", SequenceMethod.Single); 110map.Add(@"Single(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->T0", SequenceMethod.SinglePredicate); 111map.Add(@"SingleOrDefault(IQueryable`1<T0>)->T0", SequenceMethod.SingleOrDefault); 112map.Add(@"SingleOrDefault(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->T0", SequenceMethod.SingleOrDefaultPredicate); 113map.Add(@"ElementAt(IQueryable`1<T0>, Int32)->T0", SequenceMethod.ElementAt); 114map.Add(@"ElementAtOrDefault(IQueryable`1<T0>, Int32)->T0", SequenceMethod.ElementAtOrDefault); 115map.Add(@"DefaultIfEmpty(IQueryable`1<T0>)->IQueryable`1<T0>", SequenceMethod.DefaultIfEmpty); 116map.Add(@"DefaultIfEmpty(IQueryable`1<T0>, T0)->IQueryable`1<T0>", SequenceMethod.DefaultIfEmptyValue); 117map.Add(@"Contains(IQueryable`1<T0>, T0)->Boolean", SequenceMethod.Contains); 118map.Add(@"Contains(IQueryable`1<T0>, T0, IEqualityComparer`1<T0>)->Boolean", SequenceMethod.ContainsComparer); 119map.Add(@"Reverse(IQueryable`1<T0>)->IQueryable`1<T0>", SequenceMethod.Reverse); 120map.Add(@"SequenceEqual(IQueryable`1<T0>, IEnumerable`1<T0>)->Boolean", SequenceMethod.SequenceEqual); 121map.Add(@"SequenceEqual(IQueryable`1<T0>, IEnumerable`1<T0>, IEqualityComparer`1<T0>)->Boolean", SequenceMethod.SequenceEqualComparer); 122map.Add(@"Any(IQueryable`1<T0>)->Boolean", SequenceMethod.Any); 123map.Add(@"Any(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->Boolean", SequenceMethod.AnyPredicate); 124map.Add(@"All(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->Boolean", SequenceMethod.All); 125map.Add(@"Count(IQueryable`1<T0>)->Int32", SequenceMethod.Count); 126map.Add(@"Count(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->Int32", SequenceMethod.CountPredicate); 127map.Add(@"LongCount(IQueryable`1<T0>)->Int64", SequenceMethod.LongCount); 128map.Add(@"LongCount(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->Int64", SequenceMethod.LongCountPredicate); 129map.Add(@"Min(IQueryable`1<T0>)->T0", SequenceMethod.Min); 130map.Add(@"Min(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>)->T1", SequenceMethod.MinSelector); 131map.Add(@"Max(IQueryable`1<T0>)->T0", SequenceMethod.Max); 132map.Add(@"Max(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>)->T1", SequenceMethod.MaxSelector); 133map.Add(@"Sum(IQueryable`1<T0>, Expression`1<Func`2<T0, Int32>>)->Int32", SequenceMethod.SumIntSelector); 134map.Add(@"Sum(IQueryable`1<T0>, Expression`1<Func`2<T0, Nullable`1<Int32>>>)->Nullable`1<Int32>", SequenceMethod.SumNullableIntSelector); 135map.Add(@"Sum(IQueryable`1<T0>, Expression`1<Func`2<T0, Int64>>)->Int64", SequenceMethod.SumLongSelector); 136map.Add(@"Sum(IQueryable`1<T0>, Expression`1<Func`2<T0, Nullable`1<Int64>>>)->Nullable`1<Int64>", SequenceMethod.SumNullableLongSelector); 137map.Add(@"Sum(IQueryable`1<T0>, Expression`1<Func`2<T0, Single>>)->Single", SequenceMethod.SumSingleSelector); 138map.Add(@"Sum(IQueryable`1<T0>, Expression`1<Func`2<T0, Nullable`1<Single>>>)->Nullable`1<Single>", SequenceMethod.SumNullableSingleSelector); 139map.Add(@"AsQueryable(IEnumerable)->IQueryable", SequenceMethod.AsQueryable); 140map.Add(@"Sum(IQueryable`1<Int32>)->Int32", SequenceMethod.SumInt); 141map.Add(@"Sum(IQueryable`1<Nullable`1<Int32>>)->Nullable`1<Int32>", SequenceMethod.SumNullableInt); 142map.Add(@"Sum(IQueryable`1<Int64>)->Int64", SequenceMethod.SumLong); 143map.Add(@"Sum(IQueryable`1<Nullable`1<Int64>>)->Nullable`1<Int64>", SequenceMethod.SumNullableLong); 144map.Add(@"Sum(IQueryable`1<Single>)->Single", SequenceMethod.SumSingle); 145map.Add(@"Sum(IQueryable`1<Nullable`1<Single>>)->Nullable`1<Single>", SequenceMethod.SumNullableSingle); 146map.Add(@"Sum(IQueryable`1<Double>)->Double", SequenceMethod.SumDouble); 147map.Add(@"Sum(IQueryable`1<Nullable`1<Double>>)->Nullable`1<Double>", SequenceMethod.SumNullableDouble); 148map.Add(@"Sum(IQueryable`1<Decimal>)->Decimal", SequenceMethod.SumDecimal); 149map.Add(@"Sum(IQueryable`1<Nullable`1<Decimal>>)->Nullable`1<Decimal>", SequenceMethod.SumNullableDecimal); 150map.Add(@"Average(IQueryable`1<Int32>)->Double", SequenceMethod.AverageInt); 151map.Add(@"Average(IQueryable`1<Nullable`1<Int32>>)->Nullable`1<Double>", SequenceMethod.AverageNullableInt); 152map.Add(@"Average(IQueryable`1<Int64>)->Double", SequenceMethod.AverageLong); 153map.Add(@"Average(IQueryable`1<Nullable`1<Int64>>)->Nullable`1<Double>", SequenceMethod.AverageNullableLong); 154map.Add(@"Average(IQueryable`1<Single>)->Single", SequenceMethod.AverageSingle); 155map.Add(@"Average(IQueryable`1<Nullable`1<Single>>)->Nullable`1<Single>", SequenceMethod.AverageNullableSingle); 156map.Add(@"Average(IQueryable`1<Double>)->Double", SequenceMethod.AverageDouble); 157map.Add(@"Average(IQueryable`1<Nullable`1<Double>>)->Nullable`1<Double>", SequenceMethod.AverageNullableDouble); 158map.Add(@"Average(IQueryable`1<Decimal>)->Decimal", SequenceMethod.AverageDecimal); 159map.Add(@"Average(IQueryable`1<Nullable`1<Decimal>>)->Nullable`1<Decimal>", SequenceMethod.AverageNullableDecimal); 160map.Add(@"First(IEnumerable`1<T0>)->T0", SequenceMethod.First); 161map.Add(@"First(IEnumerable`1<T0>, Func`2<T0, Boolean>)->T0", SequenceMethod.FirstPredicate); 162map.Add(@"FirstOrDefault(IEnumerable`1<T0>)->T0", SequenceMethod.FirstOrDefault); 163map.Add(@"FirstOrDefault(IEnumerable`1<T0>, Func`2<T0, Boolean>)->T0", SequenceMethod.FirstOrDefaultPredicate); 164map.Add(@"Last(IEnumerable`1<T0>)->T0", SequenceMethod.Last); 165map.Add(@"Last(IEnumerable`1<T0>, Func`2<T0, Boolean>)->T0", SequenceMethod.LastPredicate); 166map.Add(@"LastOrDefault(IEnumerable`1<T0>)->T0", SequenceMethod.LastOrDefault); 167map.Add(@"LastOrDefault(IEnumerable`1<T0>, Func`2<T0, Boolean>)->T0", SequenceMethod.LastOrDefaultPredicate); 168map.Add(@"Single(IEnumerable`1<T0>)->T0", SequenceMethod.Single); 169map.Add(@"Single(IEnumerable`1<T0>, Func`2<T0, Boolean>)->T0", SequenceMethod.SinglePredicate); 170map.Add(@"SingleOrDefault(IEnumerable`1<T0>)->T0", SequenceMethod.SingleOrDefault); 171map.Add(@"SingleOrDefault(IEnumerable`1<T0>, Func`2<T0, Boolean>)->T0", SequenceMethod.SingleOrDefaultPredicate); 172map.Add(@"ElementAt(IEnumerable`1<T0>, Int32)->T0", SequenceMethod.ElementAt); 173map.Add(@"ElementAtOrDefault(IEnumerable`1<T0>, Int32)->T0", SequenceMethod.ElementAtOrDefault); 174map.Add(@"Repeat(T0, Int32)->IEnumerable`1<T0>", SequenceMethod.NotSupported); 175map.Add(@"Empty()->IEnumerable`1<T0>", SequenceMethod.Empty); 176map.Add(@"Any(IEnumerable`1<T0>)->Boolean", SequenceMethod.Any); 177map.Add(@"Any(IEnumerable`1<T0>, Func`2<T0, Boolean>)->Boolean", SequenceMethod.AnyPredicate); 178map.Add(@"All(IEnumerable`1<T0>, Func`2<T0, Boolean>)->Boolean", SequenceMethod.All); 179map.Add(@"Count(IEnumerable`1<T0>)->Int32", SequenceMethod.Count); 180map.Add(@"Count(IEnumerable`1<T0>, Func`2<T0, Boolean>)->Int32", SequenceMethod.CountPredicate); 181map.Add(@"LongCount(IEnumerable`1<T0>)->Int64", SequenceMethod.LongCount); 182map.Add(@"LongCount(IEnumerable`1<T0>, Func`2<T0, Boolean>)->Int64", SequenceMethod.LongCountPredicate); 183map.Add(@"Contains(IEnumerable`1<T0>, T0)->Boolean", SequenceMethod.Contains); 184map.Add(@"Contains(IEnumerable`1<T0>, T0, IEqualityComparer`1<T0>)->Boolean", SequenceMethod.ContainsComparer); 185map.Add(@"Aggregate(IEnumerable`1<T0>, Func`3<T0, T0, T0>)->T0", SequenceMethod.Aggregate); 186map.Add(@"Aggregate(IEnumerable`1<T0>, T1, Func`3<T1, T0, T1>)->T1", SequenceMethod.AggregateSeed); 187map.Add(@"Aggregate(IEnumerable`1<T0>, T1, Func`3<T1, T0, T1>, Func`2<T1, T2>)->T2", SequenceMethod.AggregateSeedSelector); 188map.Add(@"Sum(IEnumerable`1<T0>, Func`2<T0, Int32>)->Int32", SequenceMethod.SumIntSelector); 189map.Add(@"Sum(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Int32>>)->Nullable`1<Int32>", SequenceMethod.SumNullableIntSelector); 190map.Add(@"Sum(IEnumerable`1<T0>, Func`2<T0, Int64>)->Int64", SequenceMethod.SumLongSelector); 191map.Add(@"Sum(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Int64>>)->Nullable`1<Int64>", SequenceMethod.SumNullableLongSelector); 192map.Add(@"Sum(IEnumerable`1<T0>, Func`2<T0, Single>)->Single", SequenceMethod.SumSingleSelector); 193map.Add(@"Sum(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Single>>)->Nullable`1<Single>", SequenceMethod.SumNullableSingleSelector); 194map.Add(@"Sum(IEnumerable`1<T0>, Func`2<T0, Double>)->Double", SequenceMethod.SumDoubleSelector); 195map.Add(@"Sum(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Double>>)->Nullable`1<Double>", SequenceMethod.SumNullableDoubleSelector); 196map.Add(@"Sum(IEnumerable`1<T0>, Func`2<T0, Decimal>)->Decimal", SequenceMethod.SumDecimalSelector); 197map.Add(@"Sum(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Decimal>>)->Nullable`1<Decimal>", SequenceMethod.SumNullableDecimalSelector); 198map.Add(@"Min(IEnumerable`1<T0>)->T0", SequenceMethod.Min); 199map.Add(@"Min(IEnumerable`1<T0>, Func`2<T0, Int32>)->Int32", SequenceMethod.MinIntSelector); 200map.Add(@"Min(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Int32>>)->Nullable`1<Int32>", SequenceMethod.MinNullableIntSelector); 201map.Add(@"Min(IEnumerable`1<T0>, Func`2<T0, Int64>)->Int64", SequenceMethod.MinLongSelector); 202map.Add(@"Min(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Int64>>)->Nullable`1<Int64>", SequenceMethod.MinNullableLongSelector); 203map.Add(@"Min(IEnumerable`1<T0>, Func`2<T0, Single>)->Single", SequenceMethod.MinSingleSelector); 204map.Add(@"Min(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Single>>)->Nullable`1<Single>", SequenceMethod.MinNullableSingleSelector); 205map.Add(@"Min(IEnumerable`1<T0>, Func`2<T0, Double>)->Double", SequenceMethod.MinDoubleSelector); 206map.Add(@"Min(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Double>>)->Nullable`1<Double>", SequenceMethod.MinNullableDoubleSelector); 207map.Add(@"Min(IEnumerable`1<T0>, Func`2<T0, Decimal>)->Decimal", SequenceMethod.MinDecimalSelector); 208map.Add(@"Min(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Decimal>>)->Nullable`1<Decimal>", SequenceMethod.MinNullableDecimalSelector); 209map.Add(@"Min(IEnumerable`1<T0>, Func`2<T0, T1>)->T1", SequenceMethod.MinSelector); 210map.Add(@"Max(IEnumerable`1<T0>)->T0", SequenceMethod.Max); 211map.Add(@"Max(IEnumerable`1<T0>, Func`2<T0, Int32>)->Int32", SequenceMethod.MaxIntSelector); 212map.Add(@"Max(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Int32>>)->Nullable`1<Int32>", SequenceMethod.MaxNullableIntSelector); 213map.Add(@"Max(IEnumerable`1<T0>, Func`2<T0, Int64>)->Int64", SequenceMethod.MaxLongSelector); 214map.Add(@"Max(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Int64>>)->Nullable`1<Int64>", SequenceMethod.MaxNullableLongSelector); 215map.Add(@"Max(IEnumerable`1<T0>, Func`2<T0, Single>)->Single", SequenceMethod.MaxSingleSelector); 216map.Add(@"Max(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Single>>)->Nullable`1<Single>", SequenceMethod.MaxNullableSingleSelector); 217map.Add(@"Max(IEnumerable`1<T0>, Func`2<T0, Double>)->Double", SequenceMethod.MaxDoubleSelector); 218map.Add(@"Max(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Double>>)->Nullable`1<Double>", SequenceMethod.MaxNullableDoubleSelector); 219map.Add(@"Max(IEnumerable`1<T0>, Func`2<T0, Decimal>)->Decimal", SequenceMethod.MaxDecimalSelector); 220map.Add(@"Max(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Decimal>>)->Nullable`1<Decimal>", SequenceMethod.MaxNullableDecimalSelector); 221map.Add(@"Max(IEnumerable`1<T0>, Func`2<T0, T1>)->T1", SequenceMethod.MaxSelector); 222map.Add(@"Average(IEnumerable`1<T0>, Func`2<T0, Int32>)->Double", SequenceMethod.AverageIntSelector); 223map.Add(@"Average(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Int32>>)->Nullable`1<Double>", SequenceMethod.AverageNullableIntSelector); 224map.Add(@"Average(IEnumerable`1<T0>, Func`2<T0, Int64>)->Double", SequenceMethod.AverageLongSelector); 225map.Add(@"Average(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Int64>>)->Nullable`1<Double>", SequenceMethod.AverageNullableLongSelector); 226map.Add(@"Average(IEnumerable`1<T0>, Func`2<T0, Single>)->Single", SequenceMethod.AverageSingleSelector); 227map.Add(@"Average(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Single>>)->Nullable`1<Single>", SequenceMethod.AverageNullableSingleSelector); 228map.Add(@"Average(IEnumerable`1<T0>, Func`2<T0, Double>)->Double", SequenceMethod.AverageDoubleSelector); 229map.Add(@"Average(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Double>>)->Nullable`1<Double>", SequenceMethod.AverageNullableDoubleSelector); 230map.Add(@"Average(IEnumerable`1<T0>, Func`2<T0, Decimal>)->Decimal", SequenceMethod.AverageDecimalSelector); 231map.Add(@"Average(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Decimal>>)->Nullable`1<Decimal>", SequenceMethod.AverageNullableDecimalSelector); 232map.Add(@"Where(IEnumerable`1<T0>, Func`2<T0, Boolean>)->IEnumerable`1<T0>", SequenceMethod.Where); 233map.Add(@"Where(IEnumerable`1<T0>, Func`3<T0, Int32, Boolean>)->IEnumerable`1<T0>", SequenceMethod.WhereOrdinal); 234map.Add(@"Select(IEnumerable`1<T0>, Func`2<T0, T1>)->IEnumerable`1<T1>", SequenceMethod.Select); 235map.Add(@"Select(IEnumerable`1<T0>, Func`3<T0, Int32, T1>)->IEnumerable`1<T1>", SequenceMethod.SelectOrdinal); 236map.Add(@"SelectMany(IEnumerable`1<T0>, Func`2<T0, IEnumerable`1<T1>>)->IEnumerable`1<T1>", SequenceMethod.SelectMany); 237map.Add(@"SelectMany(IEnumerable`1<T0>, Func`3<T0, Int32, IEnumerable`1<T1>>)->IEnumerable`1<T1>", SequenceMethod.SelectManyOrdinal); 238map.Add(@"SelectMany(IEnumerable`1<T0>, Func`3<T0, Int32, IEnumerable`1<T1>>, Func`3<T0, T1, T2>)->IEnumerable`1<T2>", SequenceMethod.SelectManyOrdinalResultSelector); 239map.Add(@"SelectMany(IEnumerable`1<T0>, Func`2<T0, IEnumerable`1<T1>>, Func`3<T0, T1, T2>)->IEnumerable`1<T2>", SequenceMethod.SelectManyResultSelector); 240map.Add(@"Take(IEnumerable`1<T0>, Int32)->IEnumerable`1<T0>", SequenceMethod.Take); 241map.Add(@"TakeWhile(IEnumerable`1<T0>, Func`2<T0, Boolean>)->IEnumerable`1<T0>", SequenceMethod.TakeWhile); 242map.Add(@"TakeWhile(IEnumerable`1<T0>, Func`3<T0, Int32, Boolean>)->IEnumerable`1<T0>", SequenceMethod.TakeWhileOrdinal); 243map.Add(@"Skip(IEnumerable`1<T0>, Int32)->IEnumerable`1<T0>", SequenceMethod.Skip); 244map.Add(@"SkipWhile(IEnumerable`1<T0>, Func`2<T0, Boolean>)->IEnumerable`1<T0>", SequenceMethod.SkipWhile); 245map.Add(@"SkipWhile(IEnumerable`1<T0>, Func`3<T0, Int32, Boolean>)->IEnumerable`1<T0>", SequenceMethod.SkipWhileOrdinal); 246map.Add(@"Join(IEnumerable`1<T0>, IEnumerable`1<T1>, Func`2<T0, T2>, Func`2<T1, T2>, Func`3<T0, T1, T3>)->IEnumerable`1<T3>", SequenceMethod.Join); 247map.Add(@"Join(IEnumerable`1<T0>, IEnumerable`1<T1>, Func`2<T0, T2>, Func`2<T1, T2>, Func`3<T0, T1, T3>, IEqualityComparer`1<T2>)->IEnumerable`1<T3>", SequenceMethod.JoinComparer); 248map.Add(@"GroupJoin(IEnumerable`1<T0>, IEnumerable`1<T1>, Func`2<T0, T2>, Func`2<T1, T2>, Func`3<T0, IEnumerable`1<T1>, T3>)->IEnumerable`1<T3>", SequenceMethod.GroupJoin); 249map.Add(@"GroupJoin(IEnumerable`1<T0>, IEnumerable`1<T1>, Func`2<T0, T2>, Func`2<T1, T2>, Func`3<T0, IEnumerable`1<T1>, T3>, IEqualityComparer`1<T2>)->IEnumerable`1<T3>", SequenceMethod.GroupJoinComparer); 250map.Add(@"OrderBy(IEnumerable`1<T0>, Func`2<T0, T1>)->IOrderedEnumerable`1<T0>", SequenceMethod.OrderBy); 251map.Add(@"OrderBy(IEnumerable`1<T0>, Func`2<T0, T1>, IComparer`1<T1>)->IOrderedEnumerable`1<T0>", SequenceMethod.OrderByComparer); 252map.Add(@"OrderByDescending(IEnumerable`1<T0>, Func`2<T0, T1>)->IOrderedEnumerable`1<T0>", SequenceMethod.OrderByDescending); 253map.Add(@"OrderByDescending(IEnumerable`1<T0>, Func`2<T0, T1>, IComparer`1<T1>)->IOrderedEnumerable`1<T0>", SequenceMethod.OrderByDescendingComparer); 254map.Add(@"ThenBy(IOrderedEnumerable`1<T0>, Func`2<T0, T1>)->IOrderedEnumerable`1<T0>", SequenceMethod.ThenBy); 255map.Add(@"ThenBy(IOrderedEnumerable`1<T0>, Func`2<T0, T1>, IComparer`1<T1>)->IOrderedEnumerable`1<T0>", SequenceMethod.ThenByComparer); 256map.Add(@"ThenByDescending(IOrderedEnumerable`1<T0>, Func`2<T0, T1>)->IOrderedEnumerable`1<T0>", SequenceMethod.ThenByDescending); 257map.Add(@"ThenByDescending(IOrderedEnumerable`1<T0>, Func`2<T0, T1>, IComparer`1<T1>)->IOrderedEnumerable`1<T0>", SequenceMethod.ThenByDescendingComparer); 258map.Add(@"GroupBy(IEnumerable`1<T0>, Func`2<T0, T1>)->IEnumerable`1<IGrouping`2<T1, T0>>", SequenceMethod.GroupBy); 259map.Add(@"GroupBy(IEnumerable`1<T0>, Func`2<T0, T1>, IEqualityComparer`1<T1>)->IEnumerable`1<IGrouping`2<T1, T0>>", SequenceMethod.GroupByComparer); 260map.Add(@"GroupBy(IEnumerable`1<T0>, Func`2<T0, T1>, Func`2<T0, T2>)->IEnumerable`1<IGrouping`2<T1, T2>>", SequenceMethod.GroupByElementSelector); 261map.Add(@"GroupBy(IEnumerable`1<T0>, Func`2<T0, T1>, Func`2<T0, T2>, IEqualityComparer`1<T1>)->IEnumerable`1<IGrouping`2<T1, T2>>", SequenceMethod.GroupByElementSelectorComparer); 262map.Add(@"GroupBy(IEnumerable`1<T0>, Func`2<T0, T1>, Func`3<T1, IEnumerable`1<T0>, T2>)->IEnumerable`1<T2>", SequenceMethod.GroupByResultSelector); 263map.Add(@"GroupBy(IEnumerable`1<T0>, Func`2<T0, T1>, Func`2<T0, T2>, Func`3<T1, IEnumerable`1<T2>, T3>)->IEnumerable`1<T3>", SequenceMethod.GroupByElementSelectorResultSelector); 264map.Add(@"GroupBy(IEnumerable`1<T0>, Func`2<T0, T1>, Func`3<T1, IEnumerable`1<T0>, T2>, IEqualityComparer`1<T1>)->IEnumerable`1<T2>", SequenceMethod.GroupByResultSelectorComparer); 265map.Add(@"GroupBy(IEnumerable`1<T0>, Func`2<T0, T1>, Func`2<T0, T2>, Func`3<T1, IEnumerable`1<T2>, T3>, IEqualityComparer`1<T1>)->IEnumerable`1<T3>", SequenceMethod.GroupByElementSelectorResultSelectorComparer); 266map.Add(@"Concat(IEnumerable`1<T0>, IEnumerable`1<T0>)->IEnumerable`1<T0>", SequenceMethod.Concat); 267map.Add(@"Distinct(IEnumerable`1<T0>)->IEnumerable`1<T0>", SequenceMethod.Distinct); 268map.Add(@"Distinct(IEnumerable`1<T0>, IEqualityComparer`1<T0>)->IEnumerable`1<T0>", SequenceMethod.DistinctComparer); 269map.Add(@"Union(IEnumerable`1<T0>, IEnumerable`1<T0>)->IEnumerable`1<T0>", SequenceMethod.Union); 270map.Add(@"Union(IEnumerable`1<T0>, IEnumerable`1<T0>, IEqualityComparer`1<T0>)->IEnumerable`1<T0>", SequenceMethod.UnionComparer); 271map.Add(@"Intersect(IEnumerable`1<T0>, IEnumerable`1<T0>)->IEnumerable`1<T0>", SequenceMethod.Intersect); 272map.Add(@"Intersect(IEnumerable`1<T0>, IEnumerable`1<T0>, IEqualityComparer`1<T0>)->IEnumerable`1<T0>", SequenceMethod.IntersectComparer); 273map.Add(@"Except(IEnumerable`1<T0>, IEnumerable`1<T0>)->IEnumerable`1<T0>", SequenceMethod.Except); 274map.Add(@"Except(IEnumerable`1<T0>, IEnumerable`1<T0>, IEqualityComparer`1<T0>)->IEnumerable`1<T0>", SequenceMethod.ExceptComparer); 275map.Add(@"Reverse(IEnumerable`1<T0>)->IEnumerable`1<T0>", SequenceMethod.Reverse); 276map.Add(@"SequenceEqual(IEnumerable`1<T0>, IEnumerable`1<T0>)->Boolean", SequenceMethod.SequenceEqual); 277map.Add(@"SequenceEqual(IEnumerable`1<T0>, IEnumerable`1<T0>, IEqualityComparer`1<T0>)->Boolean", SequenceMethod.SequenceEqualComparer); 278map.Add(@"AsEnumerable(IEnumerable`1<T0>)->IEnumerable`1<T0>", SequenceMethod.AsEnumerable); 279map.Add(@"ToArray(IEnumerable`1<T0>)->TSource[]", SequenceMethod.NotSupported); 280map.Add(@"ToList(IEnumerable`1<T0>)->List`1<T0>", SequenceMethod.ToList); 281map.Add(@"ToDictionary(IEnumerable`1<T0>, Func`2<T0, T1>)->Dictionary`2<T1, T0>", SequenceMethod.NotSupported); 282map.Add(@"ToDictionary(IEnumerable`1<T0>, Func`2<T0, T1>, IEqualityComparer`1<T1>)->Dictionary`2<T1, T0>", SequenceMethod.NotSupported); 283map.Add(@"ToDictionary(IEnumerable`1<T0>, Func`2<T0, T1>, Func`2<T0, T2>)->Dictionary`2<T1, T2>", SequenceMethod.NotSupported); 284map.Add(@"ToDictionary(IEnumerable`1<T0>, Func`2<T0, T1>, Func`2<T0, T2>, IEqualityComparer`1<T1>)->Dictionary`2<T1, T2>", SequenceMethod.NotSupported); 285map.Add(@"ToLookup(IEnumerable`1<T0>, Func`2<T0, T1>)->ILookup`2<T1, T0>", SequenceMethod.NotSupported); 286map.Add(@"ToLookup(IEnumerable`1<T0>, Func`2<T0, T1>, IEqualityComparer`1<T1>)->ILookup`2<T1, T0>", SequenceMethod.NotSupported); 287map.Add(@"ToLookup(IEnumerable`1<T0>, Func`2<T0, T1>, Func`2<T0, T2>)->ILookup`2<T1, T2>", SequenceMethod.NotSupported); 288map.Add(@"ToLookup(IEnumerable`1<T0>, Func`2<T0, T1>, Func`2<T0, T2>, IEqualityComparer`1<T1>)->ILookup`2<T1, T2>", SequenceMethod.NotSupported); 289map.Add(@"DefaultIfEmpty(IEnumerable`1<T0>)->IEnumerable`1<T0>", SequenceMethod.DefaultIfEmpty); 290map.Add(@"DefaultIfEmpty(IEnumerable`1<T0>, T0)->IEnumerable`1<T0>", SequenceMethod.DefaultIfEmptyValue); 291map.Add(@"OfType(IEnumerable)->IEnumerable`1<T0>", SequenceMethod.OfType); 292map.Add(@"Cast(IEnumerable)->IEnumerable`1<T0>", SequenceMethod.Cast); 293map.Add(@"Range(Int32, Int32)->IEnumerable`1<Int32>", SequenceMethod.NotSupported); 294map.Add(@"Sum(IEnumerable`1<Int32>)->Int32", SequenceMethod.SumInt); 295map.Add(@"Sum(IEnumerable`1<Nullable`1<Int32>>)->Nullable`1<Int32>", SequenceMethod.SumNullableInt); 296map.Add(@"Sum(IEnumerable`1<Int64>)->Int64", SequenceMethod.SumLong); 297map.Add(@"Sum(IEnumerable`1<Nullable`1<Int64>>)->Nullable`1<Int64>", SequenceMethod.SumNullableLong); 298map.Add(@"Sum(IEnumerable`1<Single>)->Single", SequenceMethod.SumSingle); 299map.Add(@"Sum(IEnumerable`1<Nullable`1<Single>>)->Nullable`1<Single>", SequenceMethod.SumNullableSingle); 300map.Add(@"Sum(IEnumerable`1<Double>)->Double", SequenceMethod.SumDouble); 301map.Add(@"Sum(IEnumerable`1<Nullable`1<Double>>)->Nullable`1<Double>", SequenceMethod.SumNullableDouble); 302map.Add(@"Sum(IEnumerable`1<Decimal>)->Decimal", SequenceMethod.SumDecimal); 303map.Add(@"Sum(IEnumerable`1<Nullable`1<Decimal>>)->Nullable`1<Decimal>", SequenceMethod.SumNullableDecimal); 304map.Add(@"Min(IEnumerable`1<Int32>)->Int32", SequenceMethod.MinInt); 305map.Add(@"Min(IEnumerable`1<Nullable`1<Int32>>)->Nullable`1<Int32>", SequenceMethod.MinNullableInt); 306map.Add(@"Min(IEnumerable`1<Int64>)->Int64", SequenceMethod.MinLong); 307map.Add(@"Min(IEnumerable`1<Nullable`1<Int64>>)->Nullable`1<Int64>", SequenceMethod.MinNullableLong); 308map.Add(@"Min(IEnumerable`1<Single>)->Single", SequenceMethod.MinSingle); 309map.Add(@"Min(IEnumerable`1<Nullable`1<Single>>)->Nullable`1<Single>", SequenceMethod.MinNullableSingle); 310map.Add(@"Min(IEnumerable`1<Double>)->Double", SequenceMethod.MinDouble); 311map.Add(@"Min(IEnumerable`1<Nullable`1<Double>>)->Nullable`1<Double>", SequenceMethod.MinNullableDouble); 312map.Add(@"Min(IEnumerable`1<Decimal>)->Decimal", SequenceMethod.MinDecimal); 313map.Add(@"Min(IEnumerable`1<Nullable`1<Decimal>>)->Nullable`1<Decimal>", SequenceMethod.MinNullableDecimal); 314map.Add(@"Max(IEnumerable`1<Int32>)->Int32", SequenceMethod.MaxInt); 315map.Add(@"Max(IEnumerable`1<Nullable`1<Int32>>)->Nullable`1<Int32>", SequenceMethod.MaxNullableInt); 316map.Add(@"Max(IEnumerable`1<Int64>)->Int64", SequenceMethod.MaxLong); 317map.Add(@"Max(IEnumerable`1<Nullable`1<Int64>>)->Nullable`1<Int64>", SequenceMethod.MaxNullableLong); 318map.Add(@"Max(IEnumerable`1<Double>)->Double", SequenceMethod.MaxDouble); 319map.Add(@"Max(IEnumerable`1<Nullable`1<Double>>)->Nullable`1<Double>", SequenceMethod.MaxNullableDouble); 320map.Add(@"Max(IEnumerable`1<Single>)->Single", SequenceMethod.MaxSingle); 321map.Add(@"Max(IEnumerable`1<Nullable`1<Single>>)->Nullable`1<Single>", SequenceMethod.MaxNullableSingle); 322map.Add(@"Max(IEnumerable`1<Decimal>)->Decimal", SequenceMethod.MaxDecimal); 323map.Add(@"Max(IEnumerable`1<Nullable`1<Decimal>>)->Nullable`1<Decimal>", SequenceMethod.MaxNullableDecimal); 324map.Add(@"Average(IEnumerable`1<Int32>)->Double", SequenceMethod.AverageInt); 325map.Add(@"Average(IEnumerable`1<Nullable`1<Int32>>)->Nullable`1<Double>", SequenceMethod.AverageNullableInt); 326map.Add(@"Average(IEnumerable`1<Int64>)->Double", SequenceMethod.AverageLong); 327map.Add(@"Average(IEnumerable`1<Nullable`1<Int64>>)->Nullable`1<Double>", SequenceMethod.AverageNullableLong); 328map.Add(@"Average(IEnumerable`1<Single>)->Single", SequenceMethod.AverageSingle); 329map.Add(@"Average(IEnumerable`1<Nullable`1<Single>>)->Nullable`1<Single>", SequenceMethod.AverageNullableSingle); 330map.Add(@"Average(IEnumerable`1<Double>)->Double", SequenceMethod.AverageDouble); 331map.Add(@"Average(IEnumerable`1<Nullable`1<Double>>)->Nullable`1<Double>", SequenceMethod.AverageNullableDouble); 332map.Add(@"Average(IEnumerable`1<Decimal>)->Decimal", SequenceMethod.AverageDecimal); 333map.Add(@"Average(IEnumerable`1<Nullable`1<Decimal>>)->Nullable`1<Decimal>", SequenceMethod.AverageNullableDecimal); 345s_methodMap.Add(method, sequenceMethod);
System\Data\Services\Client\ALinq\ResourceBinder.cs (3)
294rse.KeyPredicate.Add(g.Key, g.Value); 379keyValues.Add(property, constantValue); 893re.CustomQueryOptions.Add(name, value);
System\Data\Services\Client\ALinq\TypeSystem.cs (42)
50expressionMethodMap.Add(typeof(string).GetMethod("Contains", new Type[] { typeof(string) }), @"substringof"); 51expressionMethodMap.Add(typeof(string).GetMethod("EndsWith", new Type[] { typeof(string) }), @"endswith"); 52expressionMethodMap.Add(typeof(string).GetMethod("StartsWith", new Type[] { typeof(string) }), @"startswith"); 53expressionMethodMap.Add(typeof(string).GetMethod("IndexOf", new Type[] { typeof(string) }), @"indexof"); 54expressionMethodMap.Add(typeof(string).GetMethod("Replace", new Type[] { typeof(string), typeof(string) }), @"replace"); 55expressionMethodMap.Add(typeof(string).GetMethod("Substring", new Type[] { typeof(int) }), @"substring"); 56expressionMethodMap.Add(typeof(string).GetMethod("Substring", new Type[] { typeof(int), typeof(int) }), @"substring"); 57expressionMethodMap.Add(typeof(string).GetMethod("ToLower", Type.EmptyTypes), @"tolower"); 58expressionMethodMap.Add(typeof(string).GetMethod("ToUpper", Type.EmptyTypes), @"toupper"); 59expressionMethodMap.Add(typeof(string).GetMethod("Trim", Type.EmptyTypes), @"trim"); 60expressionMethodMap.Add(typeof(string).GetMethod("Concat", new Type[] { typeof(string), typeof(string) }, null), @"concat"); 61expressionMethodMap.Add(typeof(string).GetProperty("Length", typeof(int)).GetGetMethod(), @"length"); 64expressionMethodMap.Add(typeof(DateTime).GetProperty("Day", typeof(int)).GetGetMethod(), @"day"); 65expressionMethodMap.Add(typeof(DateTime).GetProperty("Hour", typeof(int)).GetGetMethod(), @"hour"); 66expressionMethodMap.Add(typeof(DateTime).GetProperty("Month", typeof(int)).GetGetMethod(), @"month"); 67expressionMethodMap.Add(typeof(DateTime).GetProperty("Minute", typeof(int)).GetGetMethod(), @"minute"); 68expressionMethodMap.Add(typeof(DateTime).GetProperty("Second", typeof(int)).GetGetMethod(), @"second"); 69expressionMethodMap.Add(typeof(DateTime).GetProperty("Year", typeof(int)).GetGetMethod(), @"year"); 72expressionMethodMap.Add(typeof(Math).GetMethod("Round", new Type[] { typeof(double) }), @"round"); 73expressionMethodMap.Add(typeof(Math).GetMethod("Round", new Type[] { typeof(decimal) }), @"round"); 74expressionMethodMap.Add(typeof(Math).GetMethod("Floor", new Type[] { typeof(double) }), @"floor"); 76expressionMethodMap.Add(typeof(Math).GetMethod("Floor", new Type[] { typeof(decimal) }), @"floor"); 78expressionMethodMap.Add(typeof(Math).GetMethod("Ceiling", new Type[] { typeof(double) }), @"ceiling"); 80expressionMethodMap.Add(typeof(Math).GetMethod("Ceiling", new Type[] { typeof(decimal) }), @"ceiling"); 89expressionVBMethodMap.Add("Microsoft.VisualBasic.Strings.Trim", @"trim"); 90expressionVBMethodMap.Add("Microsoft.VisualBasic.Strings.Len", @"length"); 91expressionVBMethodMap.Add("Microsoft.VisualBasic.Strings.Mid", @"substring"); 92expressionVBMethodMap.Add("Microsoft.VisualBasic.Strings.UCase", @"toupper"); 93expressionVBMethodMap.Add("Microsoft.VisualBasic.Strings.LCase", @"tolower"); 94expressionVBMethodMap.Add("Microsoft.VisualBasic.DateAndTime.Year", @"year"); 95expressionVBMethodMap.Add("Microsoft.VisualBasic.DateAndTime.Month", @"month"); 96expressionVBMethodMap.Add("Microsoft.VisualBasic.DateAndTime.Day", @"day"); 97expressionVBMethodMap.Add("Microsoft.VisualBasic.DateAndTime.Hour", @"hour"); 98expressionVBMethodMap.Add("Microsoft.VisualBasic.DateAndTime.Minute", @"minute"); 99expressionVBMethodMap.Add("Microsoft.VisualBasic.DateAndTime.Second", @"second"); 104propertiesAsMethodsMap.Add( 107propertiesAsMethodsMap.Add( 110propertiesAsMethodsMap.Add( 113propertiesAsMethodsMap.Add( 116propertiesAsMethodsMap.Add( 119propertiesAsMethodsMap.Add( 122propertiesAsMethodsMap.Add(
System\Data\Services\Client\AtomMaterializer.cs (3)
1037this.nextLinkTable.Add(to, continuation); 1867this.nextLinkTable.Add(collection, continuation); 1878this.nextLinkTable.Add(collection, null);
System\Data\Services\Client\AtomMaterializerLog.cs (3)
240this.identityStack.Add(entry.Identity, entry); 322this.identityStack.Add(entry.Identity, entry); 325this.appendOnlyEntries.Add(entry.Identity, entry);
System\Data\Services\Client\BatchStream.cs (1)
1326this.contentHeaders.Add(name, value);
System\Data\Services\Client\Binding\BindingGraph.cs (1)
603this.vertices.Add(item, v);
System\Data\Services\Client\ClientType.cs (1)
429ClientType.types.Add(type, clientType);
System\Data\Services\Client\DataServiceContext.cs (9)
1232this.bindings.Add(relation, relation); 1310this.bindings.Add(relation, relation); 1351this.bindings.Add(relation, relation); 1392this.entityDescriptors.Add(entity, resource); 1451this.entityDescriptors.Add(target, targetResource); 1461this.bindings.Add(end, end); 1817this.bindings.Add(relation, relation); 1870this.entityDescriptors.Add(descriptor.Entity, descriptor); 1871this.identityToDescriptor.Add(descriptor.Identity, descriptor);
System\Data\Services\Client\ProjectionPlanCompiler.cs (13)
436this.annotations.Add(result, new ExpressionAnnotation() { Segment = path[path.Count - 1] }); 451this.annotations.Add(result, new ExpressionAnnotation() { Segment = path[path.Count - 1] }); 468this.annotations.Add(result, new ExpressionAnnotation() { Segment = path[path.Count - 1] }); 579this.annotations.Add(entryToInitValue, new ExpressionAnnotation() { Segment = entryPath[entryPath.Count - 1] }); 580this.annotations.Add(entryParameterForMembers, new ExpressionAnnotation() { Segment = entryPath[entryPath.Count - 1] }); 637this.annotations.Add(nestedEntryParameter, new ExpressionAnnotation() { Segment = nestedSegment }); 937this.annotations.Add(result, annotation); 985this.annotations.Add(result, annotation); 990this.annotations.Add(result, annotation); 1024this.annotations.Add(result, annotation); 1074this.annotations.Add(result, annotation); 1079this.annotations.Add(result, annotation); 1092this.annotations.Add(result, annotation);
System\Data\Services\Client\WebUtil.cs (1)
119headers.Add(name, response.Headers[name]);
System.Data.Services.Design (7)
System\Data\Common\Utils\Memoizer.cs (1)
74_resultCache.Add(arg, result);
System\Data\Entity\Design\Common\UniqueIdentifierService.cs (1)
62_identifierToAdjustedIdentifier.Add(value, adjustedIdentifier);
System\Data\EntityModel\EdmToObjectNamespaceMap.cs (1)
35_map.Add(edmNamespace, objectNamespace);
System\Data\EntityModel\Emitters\FixUpCollection.cs (1)
95ClassFixUps.Add(fixUp.Class,fixUps);
System\Data\EntityModel\Emitters\NamespaceEmitter.cs (2)
194cache.Add(name, type); 270this.Generator.NamespaceMap.Add(i.ServiceNamespace, i.ClientNamespace);
System\Data\EntityModel\Emitters\Utils.cs (1)
75typeReservedNames.Add(member.Name, null);
System.Data.SqlXml (45)
System\Xml\Xsl\IlGen\StaticDataManager.cs (1)
35this.lookup.Add(value, id);
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (1)
44this.table.Add(func, func);
System\Xml\Xsl\Runtime\XmlILIndex.cs (1)
39this.table.Add(key, seq);
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
161decimalFormats.Add(name, CreateDecimalFormat(infinitySymbol, nanSymbol, characters));
System\Xml\Xsl\XPath\XPathBuilder.cs (27)
690table.Add("last" , new FunctionInfo(FuncId.Last , 0, 0, null)); 691table.Add("position" , new FunctionInfo(FuncId.Position , 0, 0, null)); 692table.Add("name" , new FunctionInfo(FuncId.Name , 0, 1, argNodeSet)); 693table.Add("namespace-uri" , new FunctionInfo(FuncId.NamespaceUri , 0, 1, argNodeSet)); 694table.Add("local-name" , new FunctionInfo(FuncId.LocalName , 0, 1, argNodeSet)); 695table.Add("count" , new FunctionInfo(FuncId.Count , 1, 1, argNodeSet)); 696table.Add("id" , new FunctionInfo(FuncId.Id , 1, 1, argAny)); 697table.Add("string" , new FunctionInfo(FuncId.String , 0, 1, argAny)); 698table.Add("concat" , new FunctionInfo(FuncId.Concat , 2, FunctionInfo.Infinity, null)); 699table.Add("starts-with" , new FunctionInfo(FuncId.StartsWith , 2, 2, argString2)); 700table.Add("contains" , new FunctionInfo(FuncId.Contains , 2, 2, argString2)); 701table.Add("substring-before" , new FunctionInfo(FuncId.SubstringBefore, 2, 2, argString2)); 702table.Add("substring-after" , new FunctionInfo(FuncId.SubstringAfter , 2, 2, argString2)); 703table.Add("substring" , new FunctionInfo(FuncId.Substring , 2, 3, argFnSubstr)); 704table.Add("string-length" , new FunctionInfo(FuncId.StringLength , 0, 1, argString)); 705table.Add("normalize-space" , new FunctionInfo(FuncId.Normalize , 0, 1, argString)); 706table.Add("translate" , new FunctionInfo(FuncId.Translate , 3, 3, argString3)); 707table.Add("boolean" , new FunctionInfo(FuncId.Boolean , 1, 1, argAny)); 708table.Add("not" , new FunctionInfo(FuncId.Not , 1, 1, argBoolean)); 709table.Add("true" , new FunctionInfo(FuncId.True , 0, 0, null)); 710table.Add("false" , new FunctionInfo(FuncId.False , 0, 0, null)); 711table.Add("lang" , new FunctionInfo(FuncId.Lang , 1, 1, argString)); 712table.Add("number" , new FunctionInfo(FuncId.Number , 0, 1, argAny)); 713table.Add("sum" , new FunctionInfo(FuncId.Sum , 1, 1, argNodeSet)); 714table.Add("floor" , new FunctionInfo(FuncId.Floor , 1, 1, argDouble)); 715table.Add("ceiling" , new FunctionInfo(FuncId.Ceiling , 1, 1, argDouble)); 716table.Add("round" , new FunctionInfo(FuncId.Round , 1, 1, argDouble));
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
499paramToTemplate.Add(xslPar, template ); 500paramToFunction.Add(xslPar, paramFunc);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (9)
253table.Add("current" , new FunctionInfo(FuncId.Current , 0, 0, null)); 254table.Add("document" , new FunctionInfo(FuncId.Document , 1, 2, argFnDocument)); 255table.Add("key" , new FunctionInfo(FuncId.Key , 2, 2, argFnKey)); 256table.Add("format-number" , new FunctionInfo(FuncId.FormatNumber , 2, 3, argFnFormatNumber)); 257table.Add("unparsed-entity-uri", new FunctionInfo(FuncId.UnparsedEntityUri, 1, 1, XPathBuilder.argString)); 258table.Add("generate-id" , new FunctionInfo(FuncId.GenerateId , 0, 1, XPathBuilder.argNodeSet)); 259table.Add("system-property" , new FunctionInfo(FuncId.SystemProperty , 1, 1, XPathBuilder.argString)); 260table.Add("element-available" , new FunctionInfo(FuncId.ElementAvailable , 1, 1, XPathBuilder.argString)); 261table.Add("function-available" , new FunctionInfo(FuncId.FunctionAvailable, 1, 1, XPathBuilder.argString));
System\Xml\Xsl\Xslt\Scripts.cs (1)
172nsToType.Add(script.ns, clrType);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
711revApplyTemplatesGraph.Add(mode, templates); 1117compiler.NamedTemplates.Add(newtemplate.Name, newtemplate);
System.IdentityModel (13)
System\IdentityModel\IdentityModelDictionary.cs (1)
46dictionary.Add(strings[i], i);
System\IdentityModel\SecurityUtils.cs (1)
338properties.Add(SecurityUtils.Identities, identities);
System\IdentityModel\SignedXml.cs (2)
783this.context.Add(inclusivePrefixes[i], reader.LookupNamespace(inclusivePrefixes[i])); 980Context.Add(inclusivePrefixes[i], reader.LookupNamespace(inclusivePrefixes[i]));
System\IdentityModel\Tokens\ConfigurationBasedIssuerNameRegistry.cs (2)
95_configuredTrustedIssuers.Add(thumbprint, issuerName); 200_configuredTrustedIssuers.Add(certificateThumbprint, name);
System\IdentityModel\Tokens\MruSessionSecurityTokenCache.cs (2)
167this.items.Add(key, entry); 236entriesToDelete.Add(itemKey, this.items[itemKey]);
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
1191distinctAttributes.Add(attributeKey, saml2Attribute);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
494distinctAttributes.Add(attributeKey, SamlAttribute);
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (2)
662this.handlersByIdentifier.Add(typeId, handler); 673this.handlersByType.Add(type, handler);
System\IdentityModel\Tokens\SecurityTokenHandlerCollectionManager.cs (1)
127defaultManager.collections.Add(SecurityTokenHandlerCollectionManager.Usage.Default, defaultHandlers);
System.Runtime.DurableInstancing (13)
System\Runtime\DurableInstancing\InstanceLockQueryResult.cs (1)
26owners.Add(instanceId, instanceOwnerId);
System\Runtime\DurableInstancing\InstanceOwner.cs (3)
156BoundHandles.Add(reference.InstanceHandle.Id, reference.InstanceHandle); 401InProgressHandlesPerInstance.Add(handleRef.InstanceHandle.Id, acceptingQueue); 427InProgressHandlesPerInstance.Add(handleRef.InstanceHandle.Id, queue);
System\Runtime\DurableInstancing\InstancePersistence.cs (1)
91copy.Add(value.Key, value.Value);
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (5)
332keysCopy.Add(view.InstanceKey, view); 344keysCopy.Add(view.InstanceKey, view); 622keyView.AccumulatedMetadataWrites.Add(name, value); 631keyView.AccumulatedMetadataWrites.Add(name, value); 670InstanceView.AccumulatedOwnerMetadataWrites.Add(name, value);
System\Runtime\DurableInstancing\InstanceStore.cs (2)
302this.owners.Add(instanceOwnerId, new WeakReference(owner)); 416owner.Events.Add(persistenceEvent.Name, normal);
System\Runtime\DurableInstancing\InstanceView.cs (1)
85keys.Add(key.Key, key.Value.Clone());
System.Runtime.Serialization (66)
System\Runtime\Serialization\ClassDataContract.cs (3)
337memberNamesTable.Add(memberContract.Name, memberContract); 1409boundContracts.Add(this, boundClassContract); 1489membersDictionary.Add(Members[i].Name, Members[i]);
System\Runtime\Serialization\CodeExporter.cs (19)
67this.clrNamespaces.Add(clrNamespace, dataContract.StableName.Namespace); 68this.namespaces.Add(dataContract.StableName.Namespace, clrNamespace); 91this.clrNamespaces.Add(clrNamespace, dataContractNamespace); 99this.namespaces.Add(dataContractNamespace, clrNamespace); 103this.namespaces.Add(dataContractNamespace, clrNamespace); 113this.clrNamespaces.Add(ns, null); 313contractNamesInHierarchy.Add(classContract.StableName, null); 772this.clrNamespaces.Add(typeName, null); 960handledContracts.Add(dataContract, null); 1002dataContract.KnownDataContracts.Add(pair.Key, pair.Value); 1045contractCodeDomInfo.GetMemberNames().Add(extensionDataObjectField.Name, null); 1048contractCodeDomInfo.GetMemberNames().Add(extensionDataObjectProperty.Name, null); 1064contractCodeDomInfo.GetMemberNames().Add(memberEvent.Name, null); 1065contractCodeDomInfo.GetMemberNames().Add(raisePropertyChangedEventMethod.Name, null); 1374contractCodeDomInfo.GetMemberNames().Add(memberName, null); 1386memberNames.Add(pair.Key, pair.Value); 1467Namespaces.Add(dataContractNamespace, clrNamespace); 1468ClrNamespaces.Add(clrNamespace, dataContractNamespace); 1582fragments.Add(nsFragment, null);
System\Runtime\Serialization\CollectionDataContract.cs (1)
1241boundContracts.Add(this, boundCollectionContract);
System\Runtime\Serialization\DataContract.cs (9)
694typeToBuiltInContract.Add(type, dataContract); 713nameToBuiltInContract.Add(qname, dataContract); 791typeNameToBuiltInContract.Add(typeName, dataContract); 1043clrTypeStrings.Add(Globals.TypeOfInt.Assembly.FullName, clrTypeStringsDictionary.Add(Globals.MscorlibAssemblyName)); 1060clrTypeStrings.Add(key, value); 1305previousCollectionTypes.Add(collectionType, collectionType); 2066typesChecked.Add(type, type); 2253nameToDataContractTable.Add(dataContract.StableName, dataContract); 2294checkedContracts.Add(contractPairKey, null);
System\Runtime\Serialization\DataContractSet.cs (7)
56ProcessedContracts.Add(pair.Key, pair.Value); 144Contracts.Add(name, dataContract); 337ProcessedContracts.Add(dataContract, dataContract); 350ProcessedContracts.Add(dataContract, info); 359referencedTypesDictionary.Add(DataContract.GetStableName(Globals.TypeOfNullable), Globals.TypeOfNullable); 427referencedTypes.Add(stableName, types); 438referencedTypes.Add(stableName, type);
System\Runtime\Serialization\EnumDataContract.cs (2)
165typeToName.Add(type, stableName); 166nameToType.Add(stableName, type);
System\Runtime\Serialization\ExtensionDataReader.cs (2)
815nsToPrefixTable.Add(ns, prefix); 816prefixToNsTable.Add(prefix, ns);
System\Runtime\Serialization\HybridObjectCache.cs (3)
28objectDictionary.Add(id, obj); 42referencedObjectDictionary.Add(id, null); 46referencedObjectDictionary.Add(id, null);
System\Runtime\Serialization\Json\JsonClassDataContract.cs (1)
178memberTable.Add(traditionalClassDataContract.MemberNames[i].Value, null);
System\Runtime\Serialization\Json\JsonDataContract.cs (3)
219typeToIDCache.Add(new TypeHandleRef(typeHandle), id); 317knownDataContracts.Add(itemContract.StableName, itemContract); 326knownDataContracts.Add(itemDataContract.StableName, itemDataContract);
System\Runtime\Serialization\Json\XmlObjectSerializerWriteContextComplexJson.cs (1)
317genericDictionaryObj.Add(entry.Key, entry.Value);
System\Runtime\Serialization\ObjectReferenceStack.cs (1)
39objectDictionary.Add(obj, null);
System\Runtime\Serialization\SchemaImporter.cs (7)
200previousCollectionTypes.Add(dataContract.OriginalUnderlyingType, dataContract.OriginalUnderlyingType); 233knownDataContracts.Add(dataContract.StableName, dataContract); 247schemaObjects.Add(SchemaExporter.AnytypeQualifiedName, new SchemaObjectInfo(null, null, null, knownTypesForObject)); 269schemaObjects.Add(currentTypeName, new SchemaObjectInfo(schemaType, null, schema, null)); 286schemaObjects.Add(baseTypeName, baseTypeInfo); 306schemaObjects.Add(currentElementName, new SchemaObjectInfo(null, schemaElement, schema, null)); 937knownDataContracts.Add(dataContract.StableName, dataContract);
System\Xml\XmlBinaryReaderSession.cs (1)
39this.stringDict.Add(id, xmlString);
System\Xml\XmlBinaryWriterSession.cs (2)
189dictionary.Add(list[i].Key, list[i].Value); 193dictionary.Add(key, value);
System\Xml\XmlDictionary.cs (1)
64this.lookup.Add(value, str);
System\Xml\XmlMtomReader.cs (3)
403mimeParts.Add(currentContentID, currentPart); 2275headers.Add(header.Name, header); 2393this.parameters.Add(paramAttribute.ToLowerInvariant(), paramValue);
System.ServiceModel (274)
System\ServiceModel\Administration\ContractInstanceProvider.cs (1)
42ContractInstanceProvider.knownContracts.Add(contract.Name, contract);
System\ServiceModel\Administration\ManagementExtension.cs (1)
85services.Add(service, DateTime.Now);
System\ServiceModel\Administration\WbemProvider.cs (3)
105this.wmiProviders.Add(className, wmiProvider); 803this.keys.Add(match.Groups["key"].Value, Int32.Parse(match.Groups["ival"].Value, CultureInfo.CurrentCulture)); 807this.keys.Add(match.Groups["key"].Value, match.Groups["sval"].Value);
System\ServiceModel\Channels\AddressHeaderCollection.cs (1)
166headers.Add(key, 1);
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
115this.typeDemuxers.Add(channelType, typeDemuxer);
System\ServiceModel\Channels\ChannelTracker.cs (1)
40this.receivers.Add(channel, channelReceiver);
System\ServiceModel\Channels\ConnectAlgorithms.cs (1)
125pendingConnectedNeighbor.Add(GetEndpointUri(epr), epr);
System\ServiceModel\Channels\ConnectionPool.cs (1)
132endpointPools.Add(key, result);
System\ServiceModel\Channels\ConnectionPoolRegistry.cs (1)
49registry.Add(key, registryEntry);
System\ServiceModel\Channels\CorrelationDataMessageProperty.cs (1)
48this.dataProviders.Add(name, new DataProviderEntry(dataProvider));
System\ServiceModel\Channels\DeliveryStrategy.cs (1)
130this.items.Add(sequenceNumber, item);
System\ServiceModel\Channels\HttpChannelListener.cs (1)
803list.Add(key, value);
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
133this.connectionMapping.Add(connection, new IdlingConnectionSettings());
System\ServiceModel\Channels\MsmqBindingMonitor.cs (1)
280knownQueues.Add(name, state);
System\ServiceModel\Channels\MsmqDefaultLockingQueue.cs (2)
145this.lockMap.Add(message.LookupId.Value, new TransactionLookupEntry(message.LookupId.Value, internalTrans)); 261this.dtcTransMap.Add(Transaction.Current.TransactionInformation.DistributedIdentifier, transMsgs);
System\ServiceModel\Channels\MsmqReceiveContextLockManager.cs (2)
57this.messageExpiryMap.Add(lookupId, receiveContext); 95this.transMessages.Add(Transaction.Current.TransactionInformation.DistributedIdentifier, transMsgs);
System\ServiceModel\Channels\NamedPipeConnectionPool.cs (2)
94this.forwardTable.Add(uri, pipeName); 100this.reverseTable.Add(pipeName, uris);
System\ServiceModel\Channels\PeerConnector.cs (1)
127this.timerTable.Add(neighbor, timer);
System\ServiceModel\Channels\PeerFlooder.cs (3)
713tables[active].Add(key, false); 772tables[active].Add(key, true); 856this.results.Add(result, neighbor);
System\ServiceModel\Channels\PeerHelpers.cs (9)
419protocolActions.Add(PeerStrings.ConnectAction, PeerOperationNames.Connect); 420protocolActions.Add(PeerStrings.WelcomeAction, PeerOperationNames.Welcome); 421protocolActions.Add(PeerStrings.RefuseAction, PeerOperationNames.Refuse); 422protocolActions.Add(PeerStrings.DisconnectAction, PeerOperationNames.Disconnect); 423protocolActions.Add(PeerStrings.RequestSecurityTokenAction, PeerOperationNames.ProcessRequestSecurityToken); 424protocolActions.Add(PeerStrings.RequestSecurityTokenResponseAction, PeerOperationNames.RequestSecurityTokenResponse); 425protocolActions.Add(PeerStrings.LinkUtilityAction, PeerOperationNames.LinkUtility); 426protocolActions.Add(Addressing10Strings.FaultAction, PeerOperationNames.Fault); 427protocolActions.Add(PeerStrings.PingAction, PeerOperationNames.Ping);
System\ServiceModel\Channels\PeerMaintainer.cs (3)
129referralCache.Add(key, referral); 524alreadySeen.Add(lclNodeAddress.ServicePath, lclNodeAddress); 562alreadySeen.Add(address.ServicePath, address);
System\ServiceModel\Channels\PeerNodeImplementation.cs (4)
1352services.Add(typeof(IPeerConnectorContract), connector); 1353services.Add(typeof(IPeerFlooderContract<Message, UtilityInfo>), flooder); 1589messageFilters.Add(registrant, registration); 1594this.uri2SecurityProtocol.Add(via, protocolWrapper);
System\ServiceModel\Channels\PnrpPeerResolver.cs (7)
158LinkCloudNames.Add(cloud.ScopeId, cloud.Name); 165SiteCloudNames.Add(cloud.ScopeId, cloud.Name); 190LinkCloudNames.Add(cloud.ScopeId, cloud.Name); 196SiteCloudNames.Add(cloud.ScopeId, cloud.Name); 465resultsLink.Add((uint)address.ScopeId, entry); 477resultsSite.Add((uint)address.ScopeId, entry); 601results.Add(reg.Comment, reg);
System\ServiceModel\Channels\ReliableChannelListener.cs (2)
833this.channelsByInput.Add(id, reliableChannel); 835this.channelsByOutput.Add(createSequenceInfo.OfferIdentifier, reliableChannel);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
953this.faultList.Add(binder, state);
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (2)
624this.requestsByReplySequenceNumber.Add(this.nextReplySequenceNumber, context); 1115this.requestsByRequestSequenceNumber.Add(info.SequenceNumber, reliableContext);
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (1)
651importer.State.Add(MaxPolicyRedirectionsKey, this.MaxPolicyRedirections);
System\ServiceModel\Channels\ServiceChannelFactory.cs (6)
209supportedChannels.Add(typeof(IOutputChannel), 0); 213supportedChannels.Add(typeof(IRequestChannel), 0); 217supportedChannels.Add(typeof(IDuplexChannel), 0); 221supportedChannels.Add(typeof(IOutputSessionChannel), 0); 225supportedChannels.Add(typeof(IRequestSessionChannel), 0); 229supportedChannels.Add(typeof(IDuplexSessionChannel), 0);
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1593processWideRefCount.Add(grantedSid, this);
System\ServiceModel\Channels\TransportBindingElementImporter.cs (1)
208importer.State.Add(StateHelper.StateBagKey, retValue);
System\ServiceModel\Channels\TransportSecurityHelpers.cs (2)
84targetNameCounter.Add(key, 1); 160serverCertMap.Add(request, thumbprint);
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
409contracts.Add(iid, contract);
System\ServiceModel\Configuration\BindingsSection.cs (1)
32bindingCollectionElements.Add(property.Name, this[property.Name]);
System\ServiceModel\Configuration\ConfigurationHelpers.cs (2)
348values.Add("ExtensionName", extensionElement.Name); 349values.Add("ExtensionType", extensionElement.Type);
System\ServiceModel\Configuration\IssuedTokenClientElement.cs (1)
148issuedToken.IssuerChannelBehaviors.Add(new Uri(issuerBehaviorElement.IssuerAddress), issuerBehaviors);
System\ServiceModel\Configuration\ServiceModelEnhancedConfigurationElementCollection.cs (6)
47values.Add("ElementName", this.ElementName); 48values.Add("Name", newElementKey.ToString()); 49values.Add("OldElementLocation", oldElement.ElementInformation.Source); 50values.Add("OldElementLineNumber", oldElement.ElementInformation.LineNumber.ToString(NumberFormatInfo.CurrentInfo)); 51values.Add("NewElementLocation", element.ElementInformation.Source); 52values.Add("NewElementLineNumber", element.ElementInformation.LineNumber.ToString(NumberFormatInfo.CurrentInfo));
System\ServiceModel\Configuration\StandardEndpointsSection.cs (1)
32endpointCollectionElements.Add(property.Name, this[property.Name]);
System\ServiceModel\Description\ConfigLoader.cs (2)
481bindingTable.Add(bindingKey, binding); 925bindingTable.Add(bindingKey, binding);
System\ServiceModel\Description\ConfigWriter.cs (1)
76bindingTable.Add(binding, bindingDV);
System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (4)
33OperationGenerator.ParameterTypes.Add(part, typeReference); 35KnownTypes.Add(part, knownTypeReferences); 40isNonNillableReferenceTypes.Add(part, isNonNillableReferenceType); 110operationKnownTypes.Add(knownTypeReference, null);
System\ServiceModel\Description\DispatcherBuilder.cs (8)
348setOfChannelTypesSupportedByBinding.Add(typeof(IInputChannel), 0); 352setOfChannelTypesSupportedByBinding.Add(typeof(IReplyChannel), 0); 356setOfChannelTypesSupportedByBinding.Add(typeof(IDuplexChannel), 0); 360setOfChannelTypesSupportedByBinding.Add(typeof(IInputSessionChannel), 0); 364setOfChannelTypesSupportedByBinding.Add(typeof(IReplySessionChannel), 0); 368setOfChannelTypesSupportedByBinding.Add(typeof(IDuplexSessionChannel), 0); 680stuffPerListenUriInfo.Add(listenUriInfo, new StuffPerListenUriInfo()); 768endpointInfosPerEndpointAddress.Add(endpoint.Address, new Collection<EndpointInfo>());
System\ServiceModel\Description\ImportedPolicyConversionContext.cs (3)
51this.operationBindingAssertions.Add(operationDescription, new PolicyAssertionCollection()); 55this.messageBindingAssertions.Add(messageDescription, new PolicyAssertionCollection()); 60this.faultBindingAssertions.Add(faultDescription, new PolicyAssertionCollection());
System\ServiceModel\Description\MessageContractExporter.cs (13)
68ExportedMessages.ElementTypes.Add(qname, new OperationElement(element, parentOperation)); 250exporter.State.Add(typeof(XsdDataContractExporter), dataContractExporter); 459ExportedMessages.TypedMessages.Add(typedMessageKey, wsdlMessage); 461ExportedMessages.ParameterMessages.Add(messageKey, wsdlMessage); 467this.ExportedMessages.WsdlMessages.Add(new MessageDescriptionDictionaryKey(contractContext.Contract, message), wsdlMessage); 486this.ExportedMessages.WsdlHeaderMessages.Add(new MessageDescriptionDictionaryKey(contractContext.Contract, message), wsdlMessage); 496ExportedMessages.TypedHeaderMessages.Add(typedMessageKey, wsdlMessage); 498this.ExportedMessages.WsdlHeaderMessages.Add(new MessageDescriptionDictionaryKey(contractContext.Contract, message), wsdlMessage); 1123this.ExportedMessages.WrapperNamespaces.Add(key, membersMapping.Namespace); 1250exporter.State.Add(typeof(XmlSerializerOperationBehavior.Reflector), reflector); 1264exporter.State.Add(typeof(SoapSchemaExporter), soapExporter); 1278exporter.State.Add(typeof(XmlSchemaExporter), xmlExporter); 1295exporter.State.Add(typeof(XmlSchemas), schemas);
System\ServiceModel\Description\MessageContractImporter.cs (8)
864prefixesUsed.Add(pair.Name, null); 1336BodyPartsTable.Add(wsdlMessage, bodyPartsFromBindings); 1579importer.State.Add(typeof(CodeCompileUnit), compileUnit); 1582importer.State.Add(typeof(XsdDataContractImporter), dataContractImporter); 1646importer.State.Add(type, schemaImporter); 1935importer.State.Add(typeof(CodeCompileUnit), compileUnit); 1938importer.State.Add(typeof(XmlSerializerImportOptions), options); 2004importer.State.Add(type, schemaImporter);
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
641this.usedRetrievers.Add(retriever, retriever);
System\ServiceModel\Description\MetadataExporter.cs (3)
117operationBindingAssertions.Add(operation, new PolicyAssertionCollection()); 128messageBindingAssertions.Add(message, new PolicyAssertionCollection()); 138faultBindingAssertions.Add(fault, new PolicyAssertionCollection());
System\ServiceModel\Description\MetadataResolver.cs (2)
237importer.State.Add(MetadataExchangeClient.MetadataExchangeClientKey, client); 241importer.KnownContracts.Add(WsdlExporter.WsdlNamingHelper.GetPortTypeQName(cd), cd);
System\ServiceModel\Description\OperationGenerator.cs (4)
635this.KnownTypes.Add(wrapperPart, wrapperKnownTypes); 645this.Parent.ParameterTypes.Add(wrapperPart, wrapperTypeRef); 646this.Parent.SpecialPartName.Add(wrapperPart, "Body"); 808contract.ServiceContractGenerator.GeneratedTypedMessages.Add(message, codeTypeReference);
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
196generatedTypes.Add(contractDescription, context);
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
418resolver.BehaviorContracts.Add(MexContractName, ServiceMetadataBehavior.MexContract);
System\ServiceModel\Description\ServiceMetadataExtension.cs (6)
1117docFromQueryInit.Add(query, wsdlDoc); 1118queryFromDocInit.Add(wsdlDoc, query); 1128docFromQueryInit.Add(query, xsdDoc); 1129queryFromDocInit.Add(xsdDoc, query); 1137docFromQueryInit.Add(query, DiscoToken); 1138queryFromDocInit.Add(DiscoToken, query);
System\ServiceModel\Description\TypeLoader.cs (2)
95this.contracts.Add(actualContractType, contractDescription); 1355messages.Add(typedMessageType, messageDescription.Items);
System\ServiceModel\Description\WsdlContractConversionContext.cs (7)
128this.wsdlOperations.Add(operationDescription, wsdlOperation); 129this.operationDescriptions.Add(wsdlOperation, operationDescription); 134this.wsdlOperationMessages.Add(messageDescription, wsdlOperationMessage); 135this.messageDescriptions.Add(wsdlOperationMessage, messageDescription); 140this.wsdlOperationFaults.Add(faultDescription, wsdlOperationFault); 141this.faultDescriptions.Add(wsdlOperationFault, faultDescription); 168this.operationBindings.Add(operation, bindings);
System\ServiceModel\Description\WsdlEndpointConversionContext.cs (6)
150this.wsdlOperationBindings.Add(operationDescription, wsdlOperationBinding); 151this.operationDescriptionBindings.Add(wsdlOperationBinding, operationDescription); 156this.wsdlMessageBindings.Add(messageDescription, wsdlMessageBinding); 157this.messageDescriptionBindings.Add(wsdlMessageBinding, messageDescription); 162this.wsdlFaultBindings.Add(faultDescription, wsdlFaultBinding); 163this.faultDescriptionBindings.Add(wsdlFaultBinding, faultDescription);
System\ServiceModel\Description\WsdlExporter.cs (4)
87exportedContracts.Add(contract, contractContext); 219exportedBindings.Add(new BindingDictionaryKey(endpoint.Contract, endpoint.Binding), endpointContext); 227exportedEndpoints.Add(endpointKey, endpoint); 960lookup.Add(prefix, namespaceUri);
System\ServiceModel\Description\WsdlHelper.cs (1)
120bindingReferenceChanges.Add(
System\ServiceModel\Description\WsdlImporter.cs (15)
340importedPortTypes.Add(wsdlPortTypeQName, contractContext); 421importedBindings.Add(wsdlBindingQName, bindingEndpointContext); 474importedPorts.Add(wsdlPort, endpoint); 616policyDocuments.Add(doc.Identifier, TryConvert<XmlElement>(doc)); 1707unique.Add(element, element); 1885warnings.Add(warningMessage, warningMessage); 1903importErrors.Add(item, wie); 2016policyDictionary.PolicySourceTable.Add(element, wsdl); 2234policyAlternatives.OperationBindingAlternatives.Add(operation, operationAlternatives); 2265policyAlternatives.MessageBindingAlternatives.Add(message, messageAlternatives); 2281policyAlternatives.FaultBindingAlternatives.Add(fault, faultAlternatives); 2349this.embeddedPolicyDictionary.Add(wsdl, wsdlPolicyDictionary); 2359wsdlPolicyDictionary.Add(key, element); 2360policySourceTable.Add(element, wsdl); 2388this.externalPolicyDictionary.Add(key, policyDocument.Value);
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
699XmlMappings.Add(mappingKey, mapping);
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (3)
192alreadyExported.Add(membersMapping, membersMapping); 200operationGenerator.ParameterTypes.Add(part, new CodeTypeReference(part.BaseType)); 201operationGenerator.ParameterAttributes.Add(part, additionalAttributes);
System\ServiceModel\Diagnostics\PerformanceCounters.cs (2)
356PerformanceCounters.PerformanceCountersForEndpoint.Add(endpointDispatcher.PerfCounterId, counters); 390PerformanceCounters.PerformanceCountersForBaseUri.Add(endpointDispatcher.PerfCounterBaseId, countersEntry);
System\ServiceModel\Diagnostics\ServiceModelPerformanceCounters.cs (1)
55this.operationPerfCounters.Add(opDescription.Name, counters);
System\ServiceModel\Dispatcher\ActionMessageFilter.cs (1)
57this.actions.Add(actions[i], 0);
System\ServiceModel\Dispatcher\ActionMessageFilterTable.cs (2)
112this.filters.Add(filter, data); 126this.actions.Add(filter.Actions[i], filters);
System\ServiceModel\Dispatcher\AndMessageFilterTable.cs (2)
99this.filters.Add(filter, data); 102this.filterData.Add(filter, pair);
System\ServiceModel\Dispatcher\EndpointAddressMessageFilter.cs (1)
237this.headerLookup.Add(key, new HeaderBit[] { new HeaderBit(nextBit++) });
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (6)
148this.filters.Add(filter, data); 153this.candidates.Add(filter, can); 163this.toHostLookup.Add(soapToAddress, cset); 171this.toNoHostLookup.Add(soapToAddress, cset); 196cset.qnames.Add(qname, 1); 232this.headerLookup.Add(item.Key, bits);
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
52this.operations.Add(operation.Name, operationRuntime);
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
1794this.map.Add(name, operation);
System\ServiceModel\Dispatcher\MessageFilter.cs (1)
264this.filters.Add(key, value);
System\ServiceModel\Dispatcher\MessageFilterTable.cs (2)
191this.filterTypeMappings.Add(filterType, table.GetType()); 207this.filters.Add(filter, data);
System\ServiceModel\Dispatcher\MessageQueryTable.cs (2)
78this.collectionsByType.Add(queryType, collection); 82this.dictionary.Add(key, value);
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
906base.Add(new QName(name, ns), message);
System\ServiceModel\Dispatcher\OperationSelectorBehavior.cs (4)
51operationMap.Add(operation.SyncMethod.MethodHandle, operation.Name); 58operationMap.Add(operation.BeginMethod.MethodHandle, operation.Name); 59operationMap.Add(operation.EndMethod.MethodHandle, operation.Name); 67operationMap.Add(operation.TaskMethod.MethodHandle, operation.Name);
System\ServiceModel\Dispatcher\PrefixEndpointAddressMessageFilterTable.cs (2)
55this.filters.Add(filter, data); 60this.candidates.Add(filter, can);
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (4)
307this.nameLookup.Add(ns, nextLookup); 315nextLookup.Add(name, exprs); 419this.indexLookup.Add(this.children[i], new MyInt(i)); 501this.removalMapping.Add(item, exprs);
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
879this.pending.Add(tx, rrm);
System\ServiceModel\Dispatcher\UniqueContractNameValidationBehavior.cs (1)
33contracts.Add(qname, endpoint.Contract);
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (2)
662prefixMap.Add(nsPrefix, newPrefix); 666prefixMap.Add(nsPrefix, nsPrefix);
System\ServiceModel\Dispatcher\XPathMessageFilterTable.cs (1)
188this.filters.Add(filter, data);
System\ServiceModel\MessageHeaderT.cs (1)
126cache.Add(t, result);
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (3)
302meshId2Entry.Add(meshId, meshEntry); 342meshEntry.EntryTable.Add(registrationId, entry); 344meshEntry.Service2EntryTable.Add(address.ServicePath, entry);
System\ServiceModel\Security\IssuedTokenClientCredential.cs (1)
44this.issuerChannelBehaviors.Add(uri, GetBehaviorCollection(other.issuerChannelBehaviors[uri]));
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
1771SecurityTokenAuthorizationPoliciesMapping.Add(token, authorizationPolicies);
System\ServiceModel\Security\SecurityProtocol.cs (3)
352this.mergedSupportingTokenProvidersMap.Add(action, mergedProviders); 386this.scopedSupportingTokenProviderSpecification.Add(action, providerSpecList); 399this.scopedSupportingTokenProviderSpecification.Add(action, providerSpecList);
System\ServiceModel\Security\SecurityProtocolFactory.cs (3)
873mergedSupportingTokenAuthenticatorsMap.Add(action, mergedSpec); 1005this.scopedSupportingTokenAuthenticatorSpecification.Add(action, authenticatorSpecList); 1018this.scopedSupportingTokenAuthenticatorSpecification.Add(action, authenticatorSpecList);
System\ServiceModel\Security\SecuritySessionFilter.cs (2)
265this.filterMappings.Add(filter, data); 266this.contextMappings.Add(sessionFilter.SecurityContextTokenId, new KeyValuePair<MessageFilter, FilterData>(filter, data));
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
841this.pendingSessions1.Add(sessionId, channelBinder); 968this.activeSessions.Add(sessionId, channel);
System\ServiceModel\Security\SendSecurityHeaderElementContainer.cs (1)
142this.securityTokenMappedToIdentifierClause.Add(securityToken, keyIdentifierClause);
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (1)
507SecurityTokenAuthorizationPoliciesMapping.Add(token, authorizationPolicies);
System\ServiceModel\Security\WSSecurityPolicy.cs (2)
2944wsdlImporter.State.Add(MetadataExchangeClient.MetadataExchangeClientKey, importer.State[MetadataExchangeClient.MetadataExchangeClientKey]); 2947wsdlImporter.State.Add(SecurityBindingElementImporter.MaxPolicyRedirectionsKey, maximumRedirections);
System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (1)
42this.scopedCertificates.Add(uri, other.ScopedCertificates[uri]);
System\ServiceModel\ServiceHost.cs (2)
298endpointDictionary.Add(listenUriInfo, new Collection<ServiceEndpoint>()); 2072implementedContracts.Add(GetConfigKey(contract), contract);
System\ServiceModel\ServiceModelDictionary.cs (1)
46dictionary.Add(strings[i], i);
System\ServiceModel\SynchronizedKeyedCollection.cs (3)
93this.dictionary.Add(key, item); 97this.dictionary.Add(key, item); 180this.dictionary.Add(key, item);
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (8)
197category.AttributeExtensions.Add(new XmlQualifiedName(name, ns), val); 619attrs.Add(new XmlQualifiedName(name, ns), value); 636result.AttributeExtensions.Add(attr, attrs[attr]); 754result.AttributeExtensions.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value); 817result.AttributeExtensions.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value); 928result.AttributeExtensions.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value); 1029link.AttributeExtensions.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value); 1131result.AttributeExtensions.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value);
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (5)
263inlineCategories.AttributeExtensions.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value); 353referencedCategories.AttributeExtensions.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value); 476result.AttributeExtensions.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value); 579result.AttributeExtensions.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value); 664result.AttributeExtensions.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value);
System\ServiceModel\Syndication\ExtensibleSyndicationObject.cs (1)
26this.attributeExtensions.Add(key, source.attributeExtensions[key]);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (7)
496link.AttributeExtensions.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value); 546category.AttributeExtensions.Add(new XmlQualifiedName(name, ns), val); 596result.AttributeExtensions.Add(new XmlQualifiedName(name, ns), val); 691feed.AttributeExtensions.Add(new XmlQualifiedName(name, ns), val); 797link.AttributeExtensions.Add(new XmlQualifiedName(name, ns), val); 846person.AttributeExtensions.Add(new XmlQualifiedName(name, ns), val); 905result.AttributeExtensions.Add(new XmlQualifiedName(name, ns), val);
System\ServiceModel\Syndication\SyndicationContent.cs (1)
130this.AttributeExtensions.Add(key, source.attributeExtensions[key]);
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
44base.AttributeExtensions.Add(new XmlQualifiedName(name, ns), value);
System\ServiceModel\TransactionFlowAttribute.cs (1)
46dictionary.Add(da, option);
System\ServiceModel\Transactions\TransactionCache.cs (1)
73cache.Add(key, value);
System\ServiceModel\XamlIntegration\XPathMessageContextMarkupExtension.cs (1)
43this.namespaces.Add(prefix, context.LookupNamespace(prefix));
System\UriTemplate.cs (6)
199this.queries.Add(key, UriTemplateQueryValue.CreateFromUriTemplate(value, this)); 245this.additionalDefaults.Add(kvp.Key, kvp.Value); 1020this.defaults.Add(kvp.Key, kvp.Value); 1027this.defaults.Add(kvp.Key.ToUpperInvariant(), kvp.Value); 1225this.defaultValues.Add(varName, value); 1265this.defaultValues.Add(uppercaseVarName, defaultValue);
System\UriTemplateHelpers.cs (1)
270queryVarNamesWithLiteralVals.Add(kvp.Key, 0);
System\UriTemplateTable.cs (1)
404this.fastPathTable.Add(uriPath, fpInfo);
System\UriTemplateTrieNode.cs (2)
571this.finalLiteralSegment.Add(lps, pes); 606this.nextLiteralSegment.Add(lps, new UriTemplateTrieLocation(newNode, UriTemplateTrieIntraNodeLocation.BeforeLiteral));
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\CollectibleLRUCache.cs (1)
138directory.Add(node.GetKey(), node);
System\ServiceModel\ServiceHostingEnvironment.cs (1)
1152schemeMappings.Add(filterUri.Scheme, filterUri);
System.ServiceModel.Activities (13)
System\ServiceModel\Activities\Dispatcher\BufferedReceiveManager.cs (2)
134this.bufferedProperties.Add(instanceKey, properties); 398this.pendingMessages.Add(channelKey, new ThrottleEntry());
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (2)
109values.Add(select.Select[result.Key], result.Value); 152values.Add(item.Value[result.Key], result.Value);
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (4)
382this.keyMap.Add(key.Value, context); 674this.loadsInProgress.Add(key, newWaitHandle); 1274this.ppd.keyMap.Add(loadedKey.Value, this.context); 1282this.ppd.instanceCache.Add(this.context.InstanceId, this.context);
System\ServiceModel\Activities\Dispatcher\TransactionWaitAsyncResult.cs (1)
158PersistenceContext.Enlistments.Add(key, enlistment);
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
2093this.pendingOperations.Add(sessionId, pendingList);
System\ServiceModel\Activities\InitializeCorrelation.cs (1)
61dictionary.Add(pair.Key, pair.Value.Get(context));
System\ServiceModel\Activities\WorkflowService.cs (1)
373operationProperties.Add(id, new OperationProperty(operation));
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
441result.Add(contract.ConfigurationName, contract);
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\AsyncOperationLifetimeManager.cs (1)
58this.activeOperations.Add(context.OperationId, context);
System\ServiceModel\Discovery\FindResponse.cs (1)
50this.messageSequenceTable.Add(endpointDiscoveryMetadata, messageSequence);
System\ServiceModel\Discovery\ScopeCompiler.cs (1)
418attrTypeValueTable.Add(attrType, attrValue);
System.ServiceModel.Internals (5)
System\Runtime\Collections\ObjectCache.cs (1)
142this.cacheItems.Add(key, cacheItem);
System\Runtime\Diagnostics\EventLogger.cs (1)
180eventValues.Add("Value" + i.ToString(CultureInfo.InvariantCulture), values[i] == null ? string.Empty : DiagnosticTraceBase.XmlEncode(values[i]));
System\Runtime\DuplicateDetector.cs (1)
54this.items.Add(value, this.fifoList.AddFirst(value));
System\Runtime\MruCache.cs (1)
86this.items.Add(key, entry);
System\Runtime\TypeHelper.cs (1)
143typesEncountered.Add(type, type);
System.ServiceModel.Routing (1)
System\ServiceModel\Dispatcher\StrictAndMessageFilter.cs (1)
237this.andFilters.Add(andFilter, value);
System.ServiceModel.WasHosting (1)
System\ServiceModel\WasHosting\BaseProcessProtocolHandler.cs (1)
58this.listenerChannelIdMapping.Add(channelId, listenerChannelContext);
System.ServiceModel.Web (32)
System\ServiceModel\Description\WebHttpBehavior.cs (13)
267replyDispatchAsMultiplexing.DefaultContentTypes.Add(WebMessageFormat.Xml, xmlContentType); 268replyDispatchAsMultiplexing.DefaultContentTypes.Add(WebMessageFormat.Json, jsonContentType); 300result.Add("DefaultBodyStyle", this.DefaultBodyStyle.ToString()); 301result.Add("DefaultOutgoingRequestFormat", this.DefaultOutgoingRequestFormat.ToString()); 302result.Add("DefaultOutgoingResponseFormat", this.DefaultOutgoingResponseFormat.ToString()); 629formatters.Add(WebMessageFormat.Xml, SingleBodyParameterMessageFormatter.CreateDispatchFormatter(operationDescription, parameterType, false, false, this.xmlSerializerManager, null)); 632formatters.Add(WebMessageFormat.Json, SingleBodyParameterMessageFormatter.CreateDispatchFormatter(operationDescription, parameterType, false, true, this.xmlSerializerManager, this.JavascriptCallbackParameterName)); 639formatters.Add(WebMessageFormat.Xml, GetDefaultDispatchFormatter(operationDescription, false, !IsBareResponse(style))); 642formatters.Add(WebMessageFormat.Json, GetDefaultDispatchFormatter(operationDescription, true, !IsBareResponse(style))); 1113map.Add(WebContentFormat.Xml, xmlFormatter); 1114map.Add(WebContentFormat.Json, jsonFormatter); 1128map.Add(WebContentFormat.Xml, xmlFormatter); 1129map.Add(WebContentFormat.Json, jsonFormatter);
System\ServiceModel\Dispatcher\DemultiplexingClientMessageFormatter.cs (1)
29this.formatters.Add(key, formatters[key]);
System\ServiceModel\Dispatcher\DemultiplexingDispatchMessageFormatter.cs (1)
30this.formatters.Add(key, formatters[key]);
System\ServiceModel\Dispatcher\FormatSelectingMessageInspector.cs (2)
59this.formatters.Add(operationName, formatter); 60this.caches.Add(operationName, new NameValueCache<FormatContentTypePair>(maxCachedAcceptHeaders));
System\ServiceModel\Dispatcher\HelpPage.cs (1)
45operationInfoDictionary.Add(od.Name, new OperationHelpInformation(behavior, od));
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (4)
62map.Add(WebContentFormat.Xml, xmlFormatter); 63map.Add(WebContentFormat.Json, jsonFormatter); 76map.Add(WebContentFormat.Xml, xmlFormatter); 77map.Add(WebContentFormat.Json, jsonFormatter);
System\ServiceModel\Dispatcher\UnwrappedTypesXmlSerializerManager.cs (3)
81allTypes.Add(types[i], importer.ImportTypeMapping(types[i])); 84operationTypes.Add(key, types); 101serializersMap.Add(types[i], serializers[i]);
System\ServiceModel\Dispatcher\UriTemplateClientFormatter.cs (4)
170pathMapping.Add(i, parameterName); 171alreadyGotVars.Add(parameterName, 0); 185queryMapping.Add(i, new KeyValuePair<string, Type>(parameterName, mpd.Type)); 186alreadyGotVars.Add(parameterName, 0);
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (3)
96alreadyHaves.Add(wcfKey, od.Name); 102methodSpecificTables.Add(method, methodSpecificTable); 106this.templates.Add(od.Name, ut);
System.Transactions (1)
System\Transactions\Oletx\HandleTable.cs (1)
20handleTable.Add(handle, target);
System.Web (15)
Compilation\AssemblyResolver.cs (3)
348AssemblyLocations.Add(a, path); 349AssemblyResolutionResults.Add(a, result); 350ReferenceAssemblyTypes.Add(a, assemblyType);
Configuration\FolderLevelBuildProviderCollection.cs (1)
89_buildProviderMappings.Add(appliesTo, buildProviders);
Hosting\ApplicationManager.cs (1)
1720_appDomains.Add (appId, ac);
MimeMapping.cs (1)
42_mappings.Add(fileExtension, mimeType);
ModelBinding\ModelBinderDictionary.cs (1)
78_innerDictionary.Add(key, value);
ModelBinding\ModelStateDictionary.cs (2)
21_innerDictionary.Add(entry.Key, entry.Value); 71_innerDictionary.Add(key, value);
Routing\RouteValueDictionary.cs (1)
58_dictionary.Add(key, value);
UI\WebControls\MethodParametersDictionary.cs (1)
126InnerDictionary.Add(key, value);
UI\WebControls\ModelDataSourceView.cs (1)
1078genericDictionary.Add((string)entry.Key, entry.Value);
UI\WebControls\TreeView.cs (1)
3374populatedNodes.Add(populateIndex, null);
UI\WebParts\PersonalizationStateInfoCollection.cs (2)
88_indices.Add(key, pos); 134_indices.Add(key, ipos);
System.Web.DataVisualization (12)
Common\General\Chart.cs (4)
4182this._fontCache.Add(key, new Font(familyName, size)); 4199this._fontCache.Add(key, new Font(familyName, size, style)); 4216this._fontCache.Add(key, new Font(family, size, style)); 4234this._fontCache.Add(key, new Font(family, size, style, unit));
WebForm\General\ChartHttpHandler.cs (8)
568settings.Add("StorageType", Settings.StorageType.ToString()); 569settings.Add("TimeOut", Settings.Timeout.ToString()); 572settings.Add("Directory", Settings.Directory); 574settings.Add("DeleteAfterServicing", Settings.DeleteAfterServicing.ToString()); 575settings.Add("PrivateImages", Settings.PrivateImages.ToString()); 576settings.Add("ImageOwnerKey", Settings.ImageOwnerKey.ToString()); 577settings.Add("CustomHandlerName", Settings.CustomHandlerName); 578settings.Add(ChartHttpHandler.WebDevServerUseConfigSettings, String.Equals(Settings[ChartHttpHandler.WebDevServerUseConfigSettings], "true", StringComparison.OrdinalIgnoreCase).ToString());
System.Web.DynamicData (4)
DynamicData\MetaModel.cs (2)
323_tablesByUniqueName.Add(table.Name, table); 330_tablesByContextAndName.Add(new ContextTypeTableNamePair(table.DataContextType, table.Provider.Name), table);
DynamicData\MetaTable.cs (2)
397_columnsByName.Add(column.Name, column); 665result.Add(pkMember.Name, DataBinder.GetPropertyValue(row, pkMember.Name));
System.Web.Entity (5)
System\Data\WebControls\EntityDataSourceReferenceGroup.cs (1)
95newKeyValues.Add(originalEntityKey.Key, originalEntityKey.Value);
System\Data\WebControls\EntityDataSourceUtil.cs (1)
991result.Add(property, propertyColumn);
System\Data\WebControls\EntityDataSourceView.cs (1)
877exceptions.Add(propertyName, e);
System\Data\WebControls\EntityDataSourceWrapper.cs (2)
166propertySettingExceptionsCaught.Add(descriptor.DisplayName, exceptionToThrow); 200partialKeys.Add(column.KeyMember.Name, keyValue);
System.Web.Extensions (37)
ApplicationServices\ProfileService.cs (2)
101retDict.Add(property, value.PropertyValue); 140retDict.Add(propertyName, value.PropertyValue);
ClientServices\Providers\ClientSettingsProvider.cs (1)
622propertyValues.Add(value.Property.Name, value.PropertyValue);
Compilation\WCFModel\SchemaMerger.cs (1)
190knownItemTable.Add(combinedName, item);
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (13)
512contractGenerator.NamespaceMappings.Add("*", proxyNamespace); 588wsdlImporter.KnownContracts.Add(qname, contract); 589contractGenerator.ReferencedTypes.Add(contract, sharedType); 603contractGenerator.NamespaceMappings.Add(namespaceMapping.TargetNamespace, namespaceMapping.ClrNamespace); 853sharedTypeTable.Add(sharedType, null); 866sharedTypeTable.Add(typeInAssembly, null); 1301importer.State.Add(typeof(System.Runtime.Serialization.XsdDataContractImporter), 1306importer.State.Add(typeof(System.ServiceModel.Channels.XmlSerializerImportOptions), 1318importer.State.Add(typeof(System.ServiceModel.FaultImportOptions), faultOptions); 1324importer.State.Add(typeof(System.ServiceModel.Channels.WrappedOptions), wrappedOptions); 1412extensionFileContents.Add(extensionFile.Name, (byte[])extensionFile.ContentBuffer.Clone()); 1511schemaList.Add(schema, metadataSection); 1524schemaList.Add(schema, metadataSection);
Compilation\WCFModel\WsdlInspector.cs (2)
84portTypes.Add(portTypeName, portType); 99messages.Add(messageName, message);
Profile\ProfileService.cs (2)
59dictionary.Add(propertyName, profile[propertyName]); 69dictionary.Add(propertyName, profile[propertyName]);
Script\Services\RestHandler.cs (1)
92rawParams.Add(name, serializer.DeserializeObject(val));
Script\Services\WebServiceTypeData.cs (1)
110_nameToType.Add(stableName, type);
UI\ScriptResourceInfo.cs (1)
110scripts.Add(scriptName, true);
UI\WebControls\Dynamic.cs (9)
300classes.Add(signature, type); 678symbols.Add(name, value); 2057d.Add("true", trueLiteral); 2058d.Add("false", falseLiteral); 2059d.Add("null", nullLiteral); 2060d.Add(keywordIt, keywordIt); 2061d.Add(keywordIif, keywordIif); 2062d.Add(keywordNew, keywordNew); 2063foreach (Type type in predefinedTypes) d.Add(type.Name, type);
UI\WebControls\QueryableDataSourceHelper.cs (2)
127escapedParameters.Add('@' + key, de.Value); 144escapedParameters.Add('@' + key, parameter.Value);
UI\WebControls\QueryableDataSourceView.cs (1)
573rowValues.Add((string)entry.Key, value[rowIndex]);
Util\OrderedDictionary.cs (1)
68_dictionary.Add(key, value);
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
461_components.Add(_nextComponentId, component);
winforms\Managed\System\WinForms\Control.Ime.cs (8)
1407imeModeConversionBits.Add( ImeMode.Hiragana, conversion ); 1413imeModeConversionBits.Add( ImeMode.Katakana, conversion ); 1419imeModeConversionBits.Add( ImeMode.KatakanaHalf, conversion ); 1425imeModeConversionBits.Add( ImeMode.AlphaFull, conversion ); 1431imeModeConversionBits.Add( ImeMode.Alpha, conversion ); 1437imeModeConversionBits.Add( ImeMode.HangulFull, conversion ); 1443imeModeConversionBits.Add( ImeMode.Hangul, conversion ); 1449imeModeConversionBits.Add(ImeMode.OnHalf, conversion);
System.Windows.Forms.DataVisualization (4)
Common\General\Chart.cs (4)
4182this._fontCache.Add(key, new Font(familyName, size)); 4199this._fontCache.Add(key, new Font(familyName, size, style)); 4216this._fontCache.Add(key, new Font(family, size, style)); 4234this._fontCache.Add(key, new Font(family, size, style, unit));
System.Workflow.Activities (219)
Common\CompilerHelpers.cs (3)
72options.Add(CompilerHelpers.CompilerVersionKeyword, compilerVersion); 94providers.Add(type, typedProviders); 100typedProviders.Add(compilerVersion, provider);
Common\ValidationHelpers.cs (1)
210validatedObjects.Add(obj.GetHashCode(), obj);
CorrelationValidator.cs (1)
374typesValidated.Add(interfaceType, new ValidationErrorCollection());
InvokeSchedule.cs (1)
170namedArgumentValues.Add(paramBinding.ParameterName, paramBinding.Value);
InvokeWebService.cs (2)
179sessionCookieContainers.Add(SessionId, cookieContainer); 186sessionCookieContainers.Add(SessionId, cookieContainer);
LocalService\CorrelationResolver.cs (5)
72cachedTypeResolver.Add(interfaceType, resolver); 248this.cachedCorrelationProperties.Add(methodName, correlationProperties); 278members.Add(member.Name, true); 285members.Add(member.Name, false); 420correlationAliases.Add(aliasAttribute.Name == null ? "" : aliasAttribute.Name, aliasAttribute);
LocalService\ExternalDataExchangeService.cs (1)
297this.eventHandlers.Add(hash, handler);
LocalService\MethodMessage.cs (1)
87staticMethodMessageMap.Add(callbackCookie, previousMessage ?? this);
Role\ADRole.cs (1)
215dFinal.Add(currentEntries[i].Guid, currentEntries[i]);
Role\DirectoryRedirect.cs (1)
70dResponse.Add(newEntry.Guid, newEntry);
Rules\ArithmeticLiteral.cs (54)
79dictionary.Add(typeof(byte), MakeByte); 80dictionary.Add(typeof(sbyte), MakeSByte); 81dictionary.Add(typeof(char), MakeChar); 82dictionary.Add(typeof(short), MakeShort); 83dictionary.Add(typeof(int), MakeInt); 84dictionary.Add(typeof(long), MakeLong); 85dictionary.Add(typeof(ushort), MakeUShort); 86dictionary.Add(typeof(uint), MakeUInt); 87dictionary.Add(typeof(ulong), MakeULong); 88dictionary.Add(typeof(float), MakeFloat); 89dictionary.Add(typeof(double), MakeDouble); 90dictionary.Add(typeof(decimal), MakeDecimal); 91dictionary.Add(typeof(bool), MakeBoolean); 92dictionary.Add(typeof(string), MakeString); 94dictionary.Add(typeof(byte?), MakeByte); 95dictionary.Add(typeof(sbyte?), MakeSByte); 96dictionary.Add(typeof(char?), MakeChar); 97dictionary.Add(typeof(short?), MakeShort); 98dictionary.Add(typeof(int?), MakeInt); 99dictionary.Add(typeof(long?), MakeLong); 100dictionary.Add(typeof(ushort?), MakeUShort); 101dictionary.Add(typeof(uint?), MakeUInt); 102dictionary.Add(typeof(ulong?), MakeULong); 103dictionary.Add(typeof(float?), MakeFloat); 104dictionary.Add(typeof(double?), MakeDouble); 105dictionary.Add(typeof(decimal?), MakeDecimal); 106dictionary.Add(typeof(bool?), MakeBoolean); 113dictionary.Add(typeof(byte), TypeFlags.UInt16); 114dictionary.Add(typeof(byte?), TypeFlags.Nullable | TypeFlags.UInt16); 115dictionary.Add(typeof(sbyte), TypeFlags.Int32); 116dictionary.Add(typeof(sbyte?), TypeFlags.Nullable | TypeFlags.Int32); 117dictionary.Add(typeof(char), TypeFlags.UInt16); 118dictionary.Add(typeof(char?), TypeFlags.Nullable | TypeFlags.UInt16); 119dictionary.Add(typeof(short), TypeFlags.Int32); 120dictionary.Add(typeof(short?), TypeFlags.Nullable | TypeFlags.Int32); 121dictionary.Add(typeof(int), TypeFlags.Int32); 122dictionary.Add(typeof(int?), TypeFlags.Nullable | TypeFlags.Int32); 123dictionary.Add(typeof(long), TypeFlags.Int64); 124dictionary.Add(typeof(long?), TypeFlags.Nullable | TypeFlags.Int64); 125dictionary.Add(typeof(ushort), TypeFlags.UInt16); 126dictionary.Add(typeof(ushort?), TypeFlags.Nullable | TypeFlags.UInt16); 127dictionary.Add(typeof(uint), TypeFlags.UInt32); 128dictionary.Add(typeof(uint?), TypeFlags.Nullable | TypeFlags.UInt32); 129dictionary.Add(typeof(ulong), TypeFlags.UInt64); 130dictionary.Add(typeof(ulong?), TypeFlags.Nullable | TypeFlags.UInt64); 131dictionary.Add(typeof(float), TypeFlags.Single); 132dictionary.Add(typeof(float?), TypeFlags.Nullable | TypeFlags.Single); 133dictionary.Add(typeof(double), TypeFlags.Double); 134dictionary.Add(typeof(double?), TypeFlags.Nullable | TypeFlags.Double); 135dictionary.Add(typeof(decimal), TypeFlags.Decimal); 136dictionary.Add(typeof(decimal?), TypeFlags.Nullable | TypeFlags.Decimal); 137dictionary.Add(typeof(bool), TypeFlags.Boolean); 138dictionary.Add(typeof(bool?), TypeFlags.Nullable | TypeFlags.Boolean); 139dictionary.Add(typeof(string), TypeFlags.String);
Rules\CodeDomDecompiler.cs (50)
276map.Add("System.Char", "char"); 277map.Add("System.Byte", "byte"); 278map.Add("System.SByte", "sbyte"); 279map.Add("System.Int16", "short"); 280map.Add("System.UInt16", "ushort"); 281map.Add("System.Int32", "int"); 282map.Add("System.UInt32", "uint"); 283map.Add("System.Int64", "long"); 284map.Add("System.UInt64", "ulong"); 285map.Add("System.Single", "float"); 286map.Add("System.Double", "double"); 287map.Add("System.Decimal", "decimal"); 288map.Add("System.Boolean", "bool"); 289map.Add("System.String", "string"); 290map.Add("System.Object", "object"); 291map.Add("System.Void", "void"); 353map.Add("op_UnaryPlus", "operator +"); 354map.Add("op_UnaryNegation", "operator -"); 355map.Add("op_OnesComplement", "operator ~"); 356map.Add("op_LogicalNot", "operator !"); 357map.Add("op_Increment", "operator ++"); 358map.Add("op_Decrement", "operator --"); 359map.Add("op_True", "operator true"); 360map.Add("op_False", "operator false"); 361map.Add("op_Implicit", "implicit operator"); 362map.Add("op_Explicit", "explicit operator"); 365map.Add("op_Equality", "operator =="); 366map.Add("op_Inequality", "operator !="); 367map.Add("op_GreaterThan", "operator >"); 368map.Add("op_GreaterThanOrEqual", "operator >="); 369map.Add("op_LessThan", "operator <"); 370map.Add("op_LessThanOrEqual", "operator <="); 371map.Add("op_Addition", "operator +"); 372map.Add("op_Subtraction", "operator -"); 373map.Add("op_Multiply", "operator *"); 374map.Add("op_Division", "operator /"); 375map.Add("op_IntegerDivision", "operator \\"); 376map.Add("op_Modulus", "operator %"); 377map.Add("op_LeftShift", "operator <<"); 378map.Add("op_RightShift", "operator >>"); 379map.Add("op_BitwiseAnd", "operator &"); 380map.Add("op_BitwiseOr", "operator |"); 381map.Add("op_ExclusiveOr", "operator ^"); 413map.Add(typeof(CodeBinaryOperatorExpression), GetBinaryPrecedence); 414map.Add(typeof(CodeCastExpression), GetCastPrecedence); 415map.Add(typeof(CodeFieldReferenceExpression), GetPostfixPrecedence); 416map.Add(typeof(CodePropertyReferenceExpression), GetPostfixPrecedence); 417map.Add(typeof(CodeMethodInvokeExpression), GetPostfixPrecedence); 418map.Add(typeof(CodeObjectCreateExpression), GetPostfixPrecedence); 419map.Add(typeof(CodeArrayCreateExpression), GetPostfixPrecedence);
Rules\Literal.cs (54)
69dictionary.Add(typeof(byte), new LiteralMaker(Literal.MakeByte)); 70dictionary.Add(typeof(sbyte), new LiteralMaker(Literal.MakeSByte)); 71dictionary.Add(typeof(short), new LiteralMaker(Literal.MakeShort)); 72dictionary.Add(typeof(int), new LiteralMaker(Literal.MakeInt)); 73dictionary.Add(typeof(long), new LiteralMaker(Literal.MakeLong)); 74dictionary.Add(typeof(ushort), new LiteralMaker(Literal.MakeUShort)); 75dictionary.Add(typeof(uint), new LiteralMaker(Literal.MakeUInt)); 76dictionary.Add(typeof(ulong), new LiteralMaker(Literal.MakeULong)); 77dictionary.Add(typeof(float), new LiteralMaker(Literal.MakeFloat)); 78dictionary.Add(typeof(double), new LiteralMaker(Literal.MakeDouble)); 79dictionary.Add(typeof(char), new LiteralMaker(Literal.MakeChar)); 80dictionary.Add(typeof(string), new LiteralMaker(Literal.MakeString)); 81dictionary.Add(typeof(decimal), new LiteralMaker(Literal.MakeDecimal)); 82dictionary.Add(typeof(bool), new LiteralMaker(Literal.MakeBool)); 83dictionary.Add(typeof(byte?), new LiteralMaker(Literal.MakeByte)); 84dictionary.Add(typeof(sbyte?), new LiteralMaker(Literal.MakeSByte)); 85dictionary.Add(typeof(short?), new LiteralMaker(Literal.MakeShort)); 86dictionary.Add(typeof(int?), new LiteralMaker(Literal.MakeInt)); 87dictionary.Add(typeof(long?), new LiteralMaker(Literal.MakeLong)); 88dictionary.Add(typeof(ushort?), new LiteralMaker(Literal.MakeUShort)); 89dictionary.Add(typeof(uint?), new LiteralMaker(Literal.MakeUInt)); 90dictionary.Add(typeof(ulong?), new LiteralMaker(Literal.MakeULong)); 91dictionary.Add(typeof(float?), new LiteralMaker(Literal.MakeFloat)); 92dictionary.Add(typeof(double?), new LiteralMaker(Literal.MakeDouble)); 93dictionary.Add(typeof(char?), new LiteralMaker(Literal.MakeChar)); 94dictionary.Add(typeof(decimal?), new LiteralMaker(Literal.MakeDecimal)); 95dictionary.Add(typeof(bool?), new LiteralMaker(Literal.MakeBool)); 103dictionary.Add(typeof(byte), TypeFlags.UnsignedNumbers); 104dictionary.Add(typeof(byte?), TypeFlags.UnsignedNumbers); 105dictionary.Add(typeof(sbyte), TypeFlags.SignedNumbers); 106dictionary.Add(typeof(sbyte?), TypeFlags.SignedNumbers); 107dictionary.Add(typeof(short), TypeFlags.SignedNumbers); 108dictionary.Add(typeof(short?), TypeFlags.SignedNumbers); 109dictionary.Add(typeof(int), TypeFlags.SignedNumbers); 110dictionary.Add(typeof(int?), TypeFlags.SignedNumbers); 111dictionary.Add(typeof(long), TypeFlags.SignedNumbers); 112dictionary.Add(typeof(long?), TypeFlags.SignedNumbers); 113dictionary.Add(typeof(ushort), TypeFlags.UnsignedNumbers); 114dictionary.Add(typeof(ushort?), TypeFlags.UnsignedNumbers); 115dictionary.Add(typeof(uint), TypeFlags.UnsignedNumbers); 116dictionary.Add(typeof(uint?), TypeFlags.UnsignedNumbers); 117dictionary.Add(typeof(ulong), TypeFlags.ULong); 118dictionary.Add(typeof(ulong?), TypeFlags.ULong); 119dictionary.Add(typeof(float), TypeFlags.Float); 120dictionary.Add(typeof(float?), TypeFlags.Float); 121dictionary.Add(typeof(double), TypeFlags.Float); 122dictionary.Add(typeof(double?), TypeFlags.Float); 123dictionary.Add(typeof(char), TypeFlags.UnsignedNumbers); 124dictionary.Add(typeof(char?), TypeFlags.UnsignedNumbers); 125dictionary.Add(typeof(string), TypeFlags.String); 126dictionary.Add(typeof(decimal), TypeFlags.Decimal); 127dictionary.Add(typeof(decimal?), TypeFlags.Decimal); 128dictionary.Add(typeof(bool), TypeFlags.Bool); 129dictionary.Add(typeof(bool?), TypeFlags.Bool);
Rules\Parser\Parser.cs (4)
689rootNamespaces.Add("", globalNS); 702rootNamespaces.Add(namespaces[0], nsSym); 740globalUniqueSymbols.Add(namespaces[j], nsSym); 796globalUniqueSymbols.Add(name, nestedSym);
Rules\Parser\Scanner.cs (31)
58map.Add("mod", new KeywordInfo(TokenID.Modulus)); 59map.Add("and", new KeywordInfo(TokenID.And)); 60map.Add("or", new KeywordInfo(TokenID.Or)); 61map.Add("not", new KeywordInfo(TokenID.Not)); 62map.Add("true", new KeywordInfo(TokenID.True, true)); 63map.Add("false", new KeywordInfo(TokenID.False, false)); 64map.Add("null", new KeywordInfo(TokenID.Null, null)); 65map.Add("nothing", new KeywordInfo(TokenID.Null, null)); 66map.Add("this", new KeywordInfo(TokenID.This)); 67map.Add("me", new KeywordInfo(TokenID.This)); 68map.Add("in", new KeywordInfo(TokenID.In)); 69map.Add("out", new KeywordInfo(TokenID.Out)); 70map.Add("ref", new KeywordInfo(TokenID.Ref)); 71map.Add("halt", new KeywordInfo(TokenID.Halt)); 72map.Add("update", new KeywordInfo(TokenID.Update)); 73map.Add("new", new KeywordInfo(TokenID.New)); 74map.Add("char", new KeywordInfo(TokenID.TypeName, typeof(char))); 75map.Add("byte", new KeywordInfo(TokenID.TypeName, typeof(byte))); 76map.Add("sbyte", new KeywordInfo(TokenID.TypeName, typeof(sbyte))); 77map.Add("short", new KeywordInfo(TokenID.TypeName, typeof(short))); 78map.Add("ushort", new KeywordInfo(TokenID.TypeName, typeof(ushort))); 79map.Add("int", new KeywordInfo(TokenID.TypeName, typeof(int))); 80map.Add("uint", new KeywordInfo(TokenID.TypeName, typeof(uint))); 81map.Add("long", new KeywordInfo(TokenID.TypeName, typeof(long))); 82map.Add("ulong", new KeywordInfo(TokenID.TypeName, typeof(ulong))); 83map.Add("float", new KeywordInfo(TokenID.TypeName, typeof(float))); 84map.Add("double", new KeywordInfo(TokenID.TypeName, typeof(double))); 85map.Add("decimal", new KeywordInfo(TokenID.TypeName, typeof(decimal))); 86map.Add("bool", new KeywordInfo(TokenID.TypeName, typeof(bool))); 87map.Add("string", new KeywordInfo(TokenID.TypeName, typeof(string))); 88map.Add("object", new KeywordInfo(TokenID.TypeName, typeof(object)));
Rules\Parser\Symbol.cs (2)
81NestedSymbols.Add(nsName, ns); 113NestedSymbols.Add(typeName, typeSym);
Rules\RuleSet.cs (1)
113ruleNames.Add(r.Name, null);
Rules\RuleValidation.cs (5)
945this.typesUsedAuthorized.Add(voidTypeName, voidType); 3710typeRefMap.Add(typeRef, resultType); 3775typeRefMap.Add(typeRef, resultType); 3815typesUsed.Add(typeName, type); 3887typesUsedAuthorized.Add(qualifiedName, type);
StateMachineSubscriptionManager.cs (1)
336subscriptions.Add(dictionaryEntry.Key, dictionaryEntry.Value);
System.Workflow.ComponentModel (60)
AuthoringOM\ActivityExecutionContext.cs (1)
491cachedGrantedLocks.Add(grantedLockEntry.Key, (GrantedLock)grantedLockEntry.Value.Clone());
AuthoringOM\Compiler\Configuration.cs (1)
43authorizedTypes.Add(version, versionTypes);
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (2)
769membersDictionary.Add(new MemberSignature(memberInfo), memberInfo); 793membersDictionary.Add(memberSignature, memberInfo);
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (4)
251typeToAssemblyName.Add(type, assemblyName); 290supportedProperties.Add(property, supported); 592collection.Add(entry.Key, e); 877needRefreshCompileUnits2.Add(entry.Key, entry.Value);
AuthoringOM\ComponentFactoryHelpers.cs (2)
121components.Add(component.GetType(), component); 136components.Add(component.GetType(), component);
AuthoringOM\Design\ActivityDesigner.cs (1)
2149promotedProperties.Add(propertyDescriptor, new ActivityBind(ActivityBind.GetRelativePathExpression(Helpers.GetRootActivity(Activity), Activity), newCustomProperty.Name));
AuthoringOM\Design\ActivityDesignerLayoutSerializers.cs (1)
277argumentDictionary.Add(attributeName, reader.Value);
AuthoringOM\Design\Connector.cs (7)
1573parentDesignerDictionary.Add(parentDesigner.GetHashCode(), parentDesigner); 1587parentDesignerDictionary.Add(parentDesigner.GetHashCode(), parentDesigner); 1684escapeEdges.Add(escapeEdge, escapePoints); 1699designerEdgeCover.Add(DesignerEdges.Left, new Point[] { new Point(bounds.Left, bounds.Top), new Point(bounds.Left, bounds.Bottom) }); 1700designerEdgeCover.Add(DesignerEdges.Top, new Point[] { new Point(bounds.Left, bounds.Top), new Point(bounds.Right, bounds.Top) }); 1701designerEdgeCover.Add(DesignerEdges.Right, new Point[] { new Point(bounds.Right, bounds.Top), new Point(bounds.Right, bounds.Bottom) }); 1702designerEdgeCover.Add(DesignerEdges.Bottom, new Point[] { new Point(bounds.Left, bounds.Bottom), new Point(bounds.Right, bounds.Bottom) });
AuthoringOM\Design\DesignerInterfaces.cs (1)
1033activityDesignerVerbs.Add(verb.Group, verbList);
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
1093identifiers.Add(fullTypeName, id);
AuthoringOM\Design\ExtenderHelpers.cs (1)
40dependencyProperyies.Add(property.Name, property);
AuthoringOM\Design\Themes.cs (2)
442standardThemes.Add(ThemeType.Default, new string[] { DR.GetString(DR.DefaultTheme), DR.GetString(DR.DefaultThemeDescription) }); 443standardThemes.Add(ThemeType.System, new string[] { DR.GetString(DR.OSTheme), DR.GetString(DR.SystemThemeDescription) });
AuthoringOM\Serializer\CompositeActivityMarkupSerializer.cs (2)
27writtenMappings.Add(xmlQualifiedName.Namespace, compositeActivity); 36writtenMappings.Add(xmlQualifiedName.Namespace, containedActivity);
AuthoringOM\Serializer\MarkupExtensionSerializer.cs (1)
66constructorArguments.Add(parameters[i].Name, parameters[i++].Name);
AuthoringOM\Serializer\WorkflowMarkupSerializationManager.cs (3)
404this.clrNamespaceBasedMappings.Add(mapping.GetHashCode(), mapping); 410this.xmlNamespaceBasedMappings.Add(mapping.XmlNamespace, xmlnsMappings); 418this.prefixBasedMappings.Add(mapping.Prefix, prefixMappings);
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (5)
1501dependencyProperties.Add(dependencyProperty, dependencyObject.GetBinding(dependencyProperty)); 1515dependencyProperties.Add(dependencyProperty, propValue); 1519dependencyProperties.Add(dependencyProperty, dependencyObject.GetHandler(dependencyProperty)); 1529dependencyProperties.Add(dependencyProperty, dependencyObject.GetValue(dependencyProperty)); 2553namedArgs.Add(argTokens[i - 1] as string, argTokens[i + 1] as string);
AuthoringOM\Serializer\WorkflowMarkupSerializerMapping.cs (21)
47WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(ThrowActivity).Name, typeof(ThrowActivity)); 48WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(ThrowDesigner).Name, typeof(ThrowDesigner)); 49WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(SuspendActivity).Name, typeof(SuspendActivity)); 50WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(SuspendDesigner).Name, typeof(SuspendDesigner)); 51WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(CancellationHandlerActivity).Name, typeof(CancellationHandlerActivity)); 52WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(CancellationHandlerActivityDesigner).Name, typeof(CancellationHandlerActivityDesigner)); 53WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(CompensateActivity).Name, typeof(CompensateActivity)); 54WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(CompensateDesigner).Name, typeof(CompensateDesigner)); 55WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(CompensationHandlerActivity).Name, typeof(CompensationHandlerActivity)); 56WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(CompensationHandlerActivityDesigner).Name, typeof(CompensationHandlerActivityDesigner)); 57WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(FaultHandlerActivity).Name, typeof(FaultHandlerActivity)); 58WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(FaultHandlerActivityDesigner).Name, typeof(FaultHandlerActivityDesigner)); 59WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(FaultHandlersActivity).Name, typeof(FaultHandlersActivity)); 60WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(FaultHandlersActivityDesigner).Name, typeof(FaultHandlersActivityDesigner)); 61WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(SynchronizationScopeActivity).Name, typeof(SynchronizationScopeActivity)); 62WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(SequenceDesigner).Name, typeof(SequenceDesigner)); 63WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(TransactionScopeActivity).Name, typeof(TransactionScopeActivity)); 64WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(TransactionScopeActivityDesigner).Name, typeof(TransactionScopeActivityDesigner)); 65WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(PropertySegment).Name, typeof(PropertySegment)); 66WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(CompensatableTransactionScopeActivity).Name, typeof(CompensatableTransactionScopeActivity)); 67WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(ActivityDesigner).Name, typeof(ActivityDesigner));
Shared\CompilerHelpers.cs (3)
70options.Add(CompilerHelpers.CompilerVersionKeyword, compilerVersion); 92providers.Add(type, typedProviders); 98typedProviders.Add(compilerVersion, provider);
Shared\ValidationHelpers.cs (1)
209validatedObjects.Add(obj.GetHashCode(), obj);
System.Workflow.Runtime (49)
DebugEngine\IInstanceTable.cs (1)
64data.Add(instsanceId, (InstanceData)(((ICloneable)(this[instsanceId])).Clone()));
Hosting\ManualWorkflowSchedulerService.cs (1)
114scheduleRequests.Add(workflowInstanceId, new DefaultWorkflowSchedulerService.WorkItem(callback, workflowInstanceId));
PerformanceCounterManager.cs (1)
262actionStatements.Add(currentMapping.Action, new List<PerformanceCounterStatement>());
RTTrackingProfile.cs (10)
146_activities.Add(kvp.Key, runtimeProfile._activities[kvp.Key]); 155_dynamicActivities.Add(kvp.Key, runtimeProfile._dynamicActivities[kvp.Key]); 164_user.Add(kvp.Key, runtimeProfile._user[kvp.Key]); 173_dynamicUser.Add(kvp.Key, kvp.Value); 393_activities.Add(kvp.Key, kvp.Value); 400_user.Add(kvp.Key, kvp.Value); 547_activities.Add(qualifiedID, points); 559_user.Add(qualifiedID, points); 580_dynamicActivities.Add(qualifiedID, tmp); 622_dynamicUser.Add(qualifiedID, tmp);
System\Activities\Statements\Interop.cs (3)
477arguments.Add(parameter.Key, argument.Get<object>(context)); 1729this.CommittedResourceManagers.Add(Transaction.Current, this.ResourceManagers); 1774this.ResourceManagers.Add(activityId, rm);
System\Activities\Statements\InteropEnvironment.cs (1)
262this.executor.BookmarkQueueMap.Add(v2Bookmark, bookmark);
System\Activities\Statements\InteropExecutor.cs (1)
705this.contextActivityMap.Add(contextId, activity);
Tracking.cs (8)
163_listeners.Add(exec.ID, new WeakReference(listener)); 180_listeners.Add(exec.ID, new WeakReference(listener)); 952_services.Add(HashHelper.HashServiceType(trackingServiceType), new ServiceProfileContainer(profileVersionId)); 969_services.Add(current, item); 1375_cacheLookup.Add(serviceType, schedules); 1384schedules.Add(profile.WorkflowType, profiles); 1505_cacheLookup.Add(serviceType, schedules); 1511schedules.Add(workflowType, profiles);
Tracking\SqlTrackingService.cs (3)
1132_activityInstanceId.Add(key, _tmpActivityInstanceId[key]); 2165_tmpActivityInstanceId.Add(key, id); 2170_activityInstanceId.Add(key, id);
Tracking\SqlTrackingWorkflowInstance.cs (5)
230activities.Add(eventId, new ActivityTrackingRecord(type, qId, context, parentContext, status, dt, order, null)); 285artifacts.Add(artId, item); 377userEvents.Add(eventId, new UserTrackingRecord(type, qId, context, parentContext, dt, order, key, userData)); 432artifacts.Add(artId, item); 512inst.Add(eventId, new WorkflowTrackingRecord(evt, dt, order, args));
WorkBatch.cs (2)
237Items.Add(work, workItems); 354Add(id, batch);
WorkflowDefinitionDispenser.cs (1)
339this.workflowOutParameters.Add(workflowType, outputParameters);
WorkflowExecutor.cs (1)
1390this.subStateMap.Add(contextId, dynamicActivity);
WorkflowQueuingService.cs (4)
429this.persistedQueueStates.Add(queueID, queueState); 491modifiedItems.Add(mergeItem.Key, mergeItem.Value); 600this.persistedQueueStates.Add(queueName, snapshotState); 720persistedQueueStatesSnapshot.Add(kv.Key, individualPersistedQueueStateValue);
WorkflowRuntime.cs (6)
56dictionaryDictionary.Add(i, new Dictionary<K, V>()); 212_runtimes.Add(_uid, new WeakReference(this)); 916_services.Add(t, al); 931_services.Add(basetype, al); 1006_trackingServiceReplacement.Add(((PreviousTrackingServiceAttribute)attribute).AssemblyQualifiedName, type); 1273args.OutputParameters.Add(property.Name, property.GetValue(exec.RootActivity, null));
WorkflowStateRollbackService.cs (1)
122newWorkflowExecutor.BatchCollection.Add(newactivity, batch.Value);
System.WorkflowServices (17)
System\ServiceModel\Activities\WorkflowRuntimeServicesExtensionProvider.cs (1)
25this.services.Add(service.GetType(), service);
System\ServiceModel\Dispatcher\DurableInstanceContextProvider.cs (2)
240contextCache.Add(instanceId, contextItem); 366contextCache.Add(instanceId, contextItem);
System\ServiceModel\Dispatcher\WorkflowInstanceLifeTimeManagerExtension.cs (3)
115instanceRecordMap.Add(instanceId, instanceRecord); 276this.instanceRecordMap.Add(args.WorkflowInstance.InstanceId, instanceRecord); 296this.instanceRecordMap.Add(args.WorkflowInstance.InstanceId, instanceRecord);
System\Workflow\Activities\ContractType.cs (1)
650membersDictionary.Add(new MemberSignature(memberInfo), memberInfo);
System\Workflow\Activities\Design\RichListBox.cs (2)
229listItemViewRenderers.Add(viewType.Name, Activator.CreateInstance(viewType) as ListItemViewControl); 245listItemBitmapCache.Add(viewType.Name, new Bitmap(listItemRenderer.Size.Width, listItemRenderer.Size.Height));
System\Workflow\Activities\DynamicContractTypeBuilder.cs (1)
109types.Add(operationInfo.ContractName,
System\Workflow\Activities\ValidationHelper.cs (6)
171toAddTo.Add(typeName, typeName); 194implementedServiceOperations.Add(contractType, serviceOperationHashTable); 209implementedServiceOperations.Add(contractType, serviceOperationHashTable); 289notImplementedServiceOperations.Add(currentContractType, serviceOperationHashTable); 323notImplementedServiceOperations.Add(currentContractType, serviceOperationHashTable); 356checkedContracts.Add(currentContractType, true);
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
59this.endpoints.Add(cacheAddress, endpoint);
System.Xml (57)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
1608nstable.Add(nsdecl.prefix, nsdecl.uri); 1619nstable.Add(nsdecl.prefix, nsdecl.uri); 1664this.namespaces.Add(prefix, nsdecl);
System\Xml\Core\XmlTextReaderImpl.cs (1)
7271currentEntities.Add(entity, entity);
System\Xml\Dom\XmlNodeReader.cs (3)
854dict.Add( nameTable.Add( string.Empty ), nameTable.Add( a.Value ) ); 860dict.Add( nameTable.Add( localName ), nameTable.Add( a.Value ) ); 881dict.Add( nameTable.Add( "xml" ), nameTable.Add( XmlReservedNs.NsXml ) );
System\Xml\Resolvers\XmlPreloadedResolver.cs (3)
344mappings.Add(uri, data); 351mappings.Add(new Uri(dtdInfo.publicId, UriKind.RelativeOrAbsolute), dtdInfo); 352mappings.Add(new Uri(dtdInfo.systemId, UriKind.RelativeOrAbsolute), dtdInfo);
System\Xml\Schema\DtdParser.cs (6)
629schemaInfo.UndeclaredElementDecls.Add(elementName, elementDecl); 903schemaInfo.ElementDecls.Add( name, elementDecl ); 1290schemaInfo.ParameterEntities.Add( entityName, entity ); 1295schemaInfo.GeneralEntities.Add( entityName, entity ); 1371schemaInfo.Notations.Add(notation.Name.Name, notation); 1416undeclaredNotations.Add(notationName, un);
System\Xml\Schema\DtdParserAsync.cs (5)
274schemaInfo.UndeclaredElementDecls.Add(elementName, elementDecl); 548schemaInfo.ElementDecls.Add( name, elementDecl ); 914schemaInfo.ParameterEntities.Add( entityName, entity ); 919schemaInfo.GeneralEntities.Add( entityName, entity ); 997schemaInfo.Notations.Add(notation.Name.Name, notation);
System\Xml\Schema\SchemaCollectionCompiler.cs (5)
218schemaInfo.ElementDecls.Add(element.QualifiedName, element.ElementDecl); 222schemaInfo.AttributeDecls.Add(attribute.QualifiedName, attribute.AttDef); 228schemaInfo.ElementDeclsByType.Add(type.QualifiedName, type.ElementDecl); 237schemaInfo.Notations.Add(no.Name.Name, no); 617decl.ProhibitedAttributes.Add(attribute.QualifiedName, attribute.QualifiedName);
System\Xml\Schema\SchemaElementDecl.cs (1)
173attdefs.Add(attdef.Name, attdef);
System\Xml\Schema\SchemaInfo.cs (5)
295targetNamespaces.Add(tns, true); 301elementDecls.Add(entry.Key, entry.Value); 306elementDeclsByType.Add(entry.Key, entry.Value); 311attributeDecls.Add(attdef.Name, attdef); 316Notations.Add(notation.Name.Name, notation);
System\Xml\Schema\SchemaSetCompiler.cs (5)
120schemaInfo.ElementDecls.Add(element.QualifiedName, element.ElementDecl); 123schemaInfo.AttributeDecls.Add(attribute.QualifiedName, attribute.AttDef); 126schemaInfo.ElementDeclsByType.Add(type.QualifiedName, type.ElementDecl); 133schemaInfo.Notations.Add(no.Name.Name, no); 674decl.ProhibitedAttributes.Add(attribute.QualifiedName, attribute.QualifiedName);
System\Xml\Schema\XdrBuilder.cs (3)
609builder._SchemaInfo.TargetNamespaces.Add(builder._TargetNamespace, true); 679builder._SchemaInfo.ElementDecls.Add(qname, builder._ElementDef._ElementDecl); 945builder._SchemaInfo.AttributeDecls.Add(qname, builder._AttributeDef._AttDef);
System\Xml\Schema\XmlSchemaObjectTable.cs (1)
24table.Add(name, value);
System\Xml\Serialization\CodeGenerator.cs (5)
103argList.Add("this", new ArgBuilder("this", 0, this.typeBuilder.BaseType)); 106argList.Add(arg.Name, arg); 165TmpLocals.Add(type, localTmp); 2541locals.Add(key, value); 2584freeLocals.Add(key, freeLocalQueue);
System\Xml\Serialization\Compilation.cs (1)
490readerCodeGen.CreatedTypes.Add(writerType.Name, writerType);
System\Xml\Serialization\Types.cs (1)
1023replaceList.Add(pair.Key, replacedInfo);
System\Xml\Serialization\XmlSerializationILGen.cs (5)
71regexs.Add(pattern, regex); 87methodBuilders.Add(methodName, methodBuilderInfo); 290CreatedTypes.Add(baseSerializerType.Name, baseSerializerType); 386CreatedTypes.Add(typedSerializerType.Name, typedSerializerType); 553CreatedTypes.Add(serializerContractType.Name, serializerContractType);
System\Xml\Serialization\XmlSerializationReaderILGen.cs (2)
262CreatedTypes.Add(readerType.Name, readerType); 1839idNameFields.Add(name, this.typeBuilder.DefineField(idName, typeof(string), FieldAttributes.Private));
System\Xml\XPath\XPathDocument.cs (2)
362this.mapNmsp.Add(new XPathNodeRef(pageElem, idxElem), new XPathNodeRef(pageNmsp, idxNmsp)); 393this.idValueMap.Add(id, new XPathNodeRef(pageElem, idxElem));
System.Xml.Linq (2)
System\Xml\Linq\XNodeValidator.cs (2)
133schemaInfos.Add(si, si); 139schemaInfos.Add(si, si);
WindowsBase (28)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (1)
209_trackers.Add(DO, tracker);
Base\MS\Internal\ContentType.cs (1)
478_parameterDictionary.Add(
Base\MS\Internal\IO\Packaging\CompoundFile\UserUseLicenseDictionaryLoader.cs (1)
138_dict.Add(user, useLicense);
Base\MS\Internal\IO\Packaging\PartBasedPackageProperties.cs (1)
493_propertyDictionary.Add(propertyenum, value);
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (1)
562partAndSelectorDictionary.Add(relationshipPartUri, selectors);
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (1)
1441_applicationSpecificDataDictionary.Add(attributeName, attributeValue);
Base\System\IO\Packaging\Package.cs (1)
511seenPartUris.Add(partUri, parts[i]);
Base\System\IO\Packaging\ZipPackage.cs (7)
1344_defaultDictionary.Add(temporaryUri.PartUriExtension, new ContentType(contentTypeAttributeValue)); 1378_overrideDictionary.Add(partUri, new ContentType(contentTypeAttributeValue)); 1423_overrideDictionary.Add(partUri, contentType); 1433_defaultDictionary.Add(extension, contentType); 1632_ignoredItemDictionary.Add(normalizedPrefixNameForThisSequence, zipFileInfoNameList); 1693_ignoredItemDictionary.Add(normalizedPrefixName, new List<string>(_listInitialSize)); 1708_extensionDictionary.Add(extension, new List<string>(_listInitialSize));
Base\System\Windows\Markup\ServiceProviders.cs (1)
66_objDict.Add(serviceType, service);
Base\System\Windows\Markup\XmlCompatibilityReader.cs (12)
76_elementHandler.Add(AlternateContent, new HandleElementCallback(HandleAlternateContent)); 77_elementHandler.Add(Choice, new HandleElementCallback(HandleChoice)); 78_elementHandler.Add(Fallback, new HandleElementCallback(HandleFallback)); 80_attributeHandler.Add(Ignorable, new HandleAttributeCallback(HandleIgnorable)); 81_attributeHandler.Add(MustUnderstand, new HandleAttributeCallback(HandleMustUnderstand)); 82_attributeHandler.Add(ProcessContent, new HandleAttributeCallback(HandleProcessContent)); 83_attributeHandler.Add(PreserveElements, new HandleAttributeCallback(HandlePreserveElements)); 84_attributeHandler.Add(PreserveAttributes, new HandleAttributeCallback(HandlePreserveAttributes)); 1837_processContents.Add(namespaceName, processContentSet); 1852_preserveElements.Add(namespaceName, preserveElementSet); 1867_preserveAttributes.Add(namespaceName, preserveAttributeSet); 2032_names.Add(itemName, itemName);
Shared\MS\Internal\SafeSecurityHelper.cs (1)
232_assemblies.Add(key, result);
WsatConfig (4)
CommandLine\ArgumentsParser.cs (3)
91optionsHitCount.Add(option, 1); 128optionsLookupTable.Add(standardOption.ToLowerInvariant(), standardOption); 129parsersTable.Add(standardOption, parser);
Configuration\MsdtcWrapper.cs (1)
57wrappers.Add(key, wrapper);
WsatUI (1)
Configuration\MsdtcWrapper.cs (1)
57wrappers.Add(key, wrapper);
XamlBuildTask (4)
Microsoft\Build\Tasks\Xaml\NamespaceTable.cs (1)
73tempNamespaceList.Add(reader.Namespace.Prefix,
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTask.cs (1)
328referencesTimeStampCache.Add(fullPath, timeStamp);
Microsoft\Build\Tasks\Xaml\ResolveAssemblyHelper.cs (1)
76this.ReferencedAssemblies.Add(targetName, assembly);
Microsoft\Build\Tasks\Xaml\XamlBuildTypeInspectionExtensionContext.cs (1)
38this.markupItemsByTypeName.Add(markupItemByTypeName.Key, markupItemByTypeName.Value);