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)
342if (_schemas.ContainsKey(schema.SchemaId) || FindSchemaByNSAndUrl(schema.BaseUri, tns, null) != null) 383if (_schemas.ContainsKey(schema.SchemaId)) 401if (!_schemas.ContainsKey(schemaToRemove.SchemaId)) 408if (_schemas.ContainsKey(schemaToRemove.SchemaId)) 584if (!_schemas.ContainsKey(schema.SchemaId)) 641if (!_schemas.ContainsKey(s.SchemaId)) 934if (!_schemas.ContainsKey(s.SchemaId)) 1027if (_schemas.ContainsKey(schema.SchemaId)) 1115if (_schemas.ContainsKey(currentSchema.SchemaId) || (baseUri != null && baseUri.OriginalString.Length != 0 && _schemaLocations[baseUri] != null)) 1243if (_schemas.ContainsKey(schema.SchemaId) && (targetNamespace.Length == 0 || targetNamespace == schema.TargetNamespace)) 1250if (chameleonSchema != null && _schemas.ContainsKey(chameleonSchema.SchemaId))