1 override of ContainsKey
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
664public override bool ContainsKey(object key)
23 references to ContainsKey
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (11)
447if (_schemas.ContainsKey(schema.SchemaId) || FindSchemaByNSAndUrl(schema.BaseUri, tns, null) != null) 491if (_schemas.ContainsKey(schema.SchemaId)) 512if (!_schemas.ContainsKey(schemaToRemove.SchemaId)) 519if (_schemas.ContainsKey(schemaToRemove.SchemaId)) 715if (!_schemas.ContainsKey(schema.SchemaId)) 772if (!_schemas.ContainsKey(s.SchemaId)) 1086if (!_schemas.ContainsKey(s.SchemaId)) 1184if (_schemas.ContainsKey(schema.SchemaId)) 1272if (_schemas.ContainsKey(currentSchema.SchemaId) || (baseUri != null && baseUri.OriginalString.Length != 0 && _schemaLocations[baseUri] != null)) 1406if (_schemas.ContainsKey(schema.SchemaId) && (targetNamespace.Length == 0 || targetNamespace == schema.TargetNamespace)) 1413if (chameleonSchema != null && _schemas.ContainsKey(chameleonSchema.SchemaId))
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
668return _list.ContainsKey(key);
System.Private.Xml (11)
System\Xml\Schema\XmlSchemaSet.cs (11)
330if (_schemas.ContainsKey(schema.SchemaId) || FindSchemaByNSAndUrl(schema.BaseUri, tns, null) != null) 371if (_schemas.ContainsKey(schema.SchemaId)) 389if (!_schemas.ContainsKey(schemaToRemove.SchemaId)) 396if (_schemas.ContainsKey(schemaToRemove.SchemaId)) 572if (!_schemas.ContainsKey(schema.SchemaId)) 629if (!_schemas.ContainsKey(s.SchemaId)) 922if (!_schemas.ContainsKey(s.SchemaId)) 1015if (_schemas.ContainsKey(schema.SchemaId)) 1103if (_schemas.ContainsKey(currentSchema.SchemaId) || (baseUri != null && baseUri.OriginalString.Length != 0 && _schemaLocations[baseUri] != null)) 1231if (_schemas.ContainsKey(schema.SchemaId) && (targetNamespace.Length == 0 || targetNamespace == schema.TargetNamespace)) 1238if (chameleonSchema != null && _schemas.ContainsKey(chameleonSchema.SchemaId))