1 override of ContainsValue
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1314public override bool ContainsValue(object? key)
5 references to ContainsValue
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (2)
186ignoreXS = this.Namespaces.Namespaces["xs"] != null || this.Namespaces.Namespaces.ContainsValue(XmlReservedNs.NsXs); 204if (serializerNS["xs"] == null && !serializerNS.ContainsValue(XmlReservedNs.NsXs))
System.Collections.Specialized (1)
System\Collections\Specialized\StringDictionary.cs (1)
148return contents.ContainsValue(value);
System.Data.Common (1)
System\Xml\XmlDataDocument.cs (1)
56Debug.Assert(_pointers.ContainsValue(pointer) == false);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1318return _table.ContainsValue(key);