1 override of ContainsKey
mscorlib (1)
system\collections\sortedlist.cs (1)
630public override bool ContainsKey(Object key) {
12 references to ContainsKey
mscorlib (1)
system\collections\sortedlist.cs (1)
632return _list.ContainsKey(key);
System.Xml (11)
System\Xml\Schema\XmlSchemaSet.cs (11)
387if (this.schemas.ContainsKey(schema.SchemaId) || FindSchemaByNSAndUrl(schema.BaseUri, tns, null) != null) { //Do not already existing url 421if (schemas.ContainsKey(schema.SchemaId)) { 439if (!schemas.ContainsKey(schemaToRemove.SchemaId)) { 444if (schemas.ContainsKey(schemaToRemove.SchemaId)) { //Need to check again 609if (!schemas.ContainsKey(schema.SchemaId)) { 659if (!schemas.ContainsKey(s.SchemaId)) { 931if (!schemas.ContainsKey(s.SchemaId)) { 1007if (schemas.ContainsKey(schema.SchemaId)) { 1084if (schemas.ContainsKey(currentSchema.SchemaId) || (baseUri != null && baseUri.OriginalString.Length != 0 && schemaLocations[baseUri] != null)) { 1187if (schemas.ContainsKey(schema.SchemaId) && (targetNamespace.Length == 0 || targetNamespace == schema.TargetNamespace)) { //schema is present in set 1192if (chameleonSchema != null && schemas.ContainsKey(chameleonSchema.SchemaId)) {