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