Implemented interface member:
25 references to Add
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
878_map.Add(action, operation);
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
2391XamlTypeMapper.PITable.Add(mappingUri, usingData);
PresentationCore (2)
MS\Internal\IO\Packaging\PreloadedPackages.cs (1)
127_packagePairs.Add(uri, new PackageThreadSafePair(package, threadSafe));
System\IO\Packaging\PackageStore.cs (1)
119_packages.Add(uri, package);
PresentationFramework (6)
MS\Internal\Data\ViewManager.cs (2)
478base.Add(new WeakRefKey(collection), cr); 750_inactiveViewTables.Add(vt, InactivityThreshold);
System\Windows\Documents\PageContent.cs (1)
552_pendingStreams.Add(p, pageStream);
System\Windows\Markup\BamlRecordReader.cs (1)
599XamlTypeMapper.PITable.Add(piMappingRecord.XmlNamespace, mapping);
System\Windows\Markup\BamlWriter.cs (1)
853_xamlTypeMapper.PITable.Add(xmlNamespace, mapping);
System\Windows\Markup\XamlTypeMapper.cs (1)
312newDict.Add(de.Key, de.Value);
System.Configuration.ConfigurationManager (10)
System\Configuration\BaseConfigurationRecord.cs (4)
632ConfigStreamInfo.StreamInfos.Add(ConfigStreamInfo.StreamName, fileStreamInfo); 2886locationConfigPaths.Add(targetConfigPath, locationSectionRecordDictionary); 2895locationSectionRecordDictionary.Add(locationSectionRecord.ConfigKey, 3238ConfigStreamInfo.StreamInfos.Add(streamname, streamInfo);
System\Configuration\ConfigurationElement.cs (1)
1522nodeFound.Add(propertyName, propertyName);
System\Configuration\ConfigurationLockCollection.cs (2)
190_internalDictionary.Add(name, flags); // not from parent 206_internalDictionary.Add(name, flags); // not from parent
System\Configuration\MgmtConfigurationRecord.cs (3)
120_streamInfoUpdates.Add(streamInfo.StreamName, streamInfo.Clone()); 577_streamInfoUpdates.Add(newConfigSourceStreamName, streamInfo); 980_streamInfoUpdates.Add(filename, streamInfo);
System.Private.Xml (4)
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
818_prefixesInUse.Add(prefix!, nsUri); 851_prefixesInUse.Add(recPrefix!, recNsUri);
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
237_documentUriInUse.Add(baseUri, null);
System\Xml\Xsl\XsltOld\Compiler.cs (1)
552_documentURIs.Add(href, null);
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
961_map.Add(action, operation);