1 override of ContainsValue
mscorlib (1)
system\collections\hashtable.cs (1)
1474
public override bool
ContainsValue
(Object key) {
9 references to ContainsValue
mscorlib (3)
system\collections\hashtable.cs (1)
1476
return _table.
ContainsValue
(key);
system\security\policy\policylevel.cs (2)
1307
if (!classes.
ContainsValue
(type.Name)) {
1311
else if (!classes.
ContainsValue
(type.FullName)) {
System (1)
compmod\system\collections\specialized\stringdictionary.cs (1)
146
return contents.
ContainsValue
(value);
System.Data (2)
fx\src\data\System\Data\CodeGen\datacache.cs (1)
113
while (lookupIdentifiers.
ContainsValue
(newName)) {
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
59
Debug.Assert( pointers.
ContainsValue
(pointer) == false );
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
417
if (key == null && nativeProps.
ContainsValue
(propsInfo)) {
System.Xml (2)
System\Xml\Schema\XmlSchema.cs (2)
178
ignoreXS = this.Namespaces.Namespaces["xs"] != null || this.Namespaces.Namespaces.
ContainsValue
(XmlReservedNs.NsXs);
193
if (serializerNS["xs"] == null && !serializerNS.
ContainsValue
(XmlReservedNs.NsXs)) { //Prefix xs not defined AND schema namespace not already mapped to a prefix