Implemented interface member:
41 references to Contains
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
873
if (_map.
Contains
(action))
PresentationBuildTasks (6)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
761
bool addMapping = !XamlTypeMapper.PITable.
Contains
(xamlPIMappingNode.XmlNamespace)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (3)
1108
if (properties.
Contains
(declaringProp))
2377
if (!XamlTypeMapper.PITable.
Contains
(mappingUri))
5761
return _keyDictionary.
Contains
(key);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (1)
3257
if (PITable.
Contains
(xmlNamespace))
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsCache.cs (1)
326
if (!_cacheTable.
Contains
(xmlns))
PresentationCore (2)
System\IO\Packaging\PackageStore.cs (2)
67
if (_packages != null && _packages.
Contains
(uri))
114
if (_packages.
Contains
(uri))
PresentationFramework (13)
MS\Internal\Data\ViewManager.cs (1)
709
if (_inactiveViewTables.
Contains
(vt))
MS\Internal\DataStreams.cs (4)
63
return _subStreams != null && _subStreams.
Contains
(key);
198
if (!_subStreams.
Contains
(persistId))
221
if (!_customJournaledObjects.
Contains
(persistId))
308
if (_customJournaledObjects != null && _customJournaledObjects.
Contains
(persistId))
System\Windows\Documents\PageContent.cs (1)
589
if (_pendingStreams.
Contains
(sender))
System\Windows\Markup\BamlReader.cs (1)
1890
if (!_parserContext.XamlTypeMapper.PITable.
Contains
(piMappingRecord.XmlNamespace))
System\Windows\Markup\BamlRecordReader.cs (1)
592
if (!XamlTypeMapper.PITable.
Contains
(piMappingRecord.XmlNamespace))
System\Windows\Markup\BamlWriter.cs (1)
850
if (!_xamlTypeMapper.PITable.
Contains
(xmlNamespace))
System\Windows\Markup\XamlTypeMapper.cs (2)
3257
if (PITable.
Contains
(xmlNamespace))
3647
if (!_constructorInformationCache.
Contains
(type))
System\Windows\StyleHelper.cs (2)
3810
if(parentTemplateValues.
Contains
(dp))
5327
if (childIndexFromChildName.
Contains
(childName))
System.Configuration.ConfigurationManager (11)
System\Configuration\ConfigurationElement.cs (1)
1515
if (nodeFound.
Contains
(propertyName))
System\Configuration\ConfigurationLockCollection.cs (8)
184
if (_internalDictionary.
Contains
(name))
197
if ((flags != ConfigurationValueFlags.Inherited) && _internalDictionary.
Contains
(name))
217
return _internalDictionary.
Contains
(name) &&
229
return _internalDictionary.
Contains
(name) &&
235
return _internalDictionary.
Contains
(name) &&
252
if (!_internalDictionary.
Contains
(name))
308
return _internalDictionary.
Contains
(name);
323
if (!_internalDictionary.
Contains
(name))
System\Configuration\MgmtConfigurationRecord.cs (2)
972
if (!Host.IsRemote && _streamInfoUpdates.
Contains
(filename))
1894
if (!ConfigStreamInfo.StreamInfos.
Contains
(streamInfo.StreamName))
System.Private.Xml (7)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
839
if (_prefixesInUse.
Contains
(recPrefix!))
System\Xml\Xsl\Xslt\XsltLoader.cs (3)
236
Debug.Assert(!_documentUriInUse.
Contains
(baseUri), "Circular references must be checked while processing xsl:include and xsl:import");
490
if (_documentUriInUse.
Contains
(uri.ToString()))
518
if (_documentUriInUse.
Contains
(uri.ToString()))
System\Xml\Xsl\XsltOld\Compiler.cs (3)
551
Debug.Assert(!_documentURIs.
Contains
(href), "Circular references must be checked while processing xsl:include and xsl:import");
557
Debug.Assert(_documentURIs.
Contains
(href), "Attempt to remove href that was not added");
563
return _documentURIs.
Contains
(href);
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
956
if (_map.
Contains
(action))