1 override of ContainsKey
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
664
public override bool
ContainsKey
(object key)
23 references to ContainsKey
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (11)
447
if (_schemas.
ContainsKey
(schema.SchemaId) || FindSchemaByNSAndUrl(schema.BaseUri, tns, null) != null)
491
if (_schemas.
ContainsKey
(schema.SchemaId))
512
if (!_schemas.
ContainsKey
(schemaToRemove.SchemaId))
519
if (_schemas.
ContainsKey
(schemaToRemove.SchemaId))
715
if (!_schemas.
ContainsKey
(schema.SchemaId))
772
if (!_schemas.
ContainsKey
(s.SchemaId))
1086
if (!_schemas.
ContainsKey
(s.SchemaId))
1184
if (_schemas.
ContainsKey
(schema.SchemaId))
1272
if (_schemas.
ContainsKey
(currentSchema.SchemaId) || (baseUri != null && baseUri.OriginalString.Length != 0 && _schemaLocations[baseUri] != null))
1406
if (_schemas.
ContainsKey
(schema.SchemaId) && (targetNamespace.Length == 0 || targetNamespace == schema.TargetNamespace))
1413
if (chameleonSchema != null && _schemas.
ContainsKey
(chameleonSchema.SchemaId))
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
668
return _list.
ContainsKey
(key);
System.Private.Xml (11)
System\Xml\Schema\XmlSchemaSet.cs (11)
342
if (_schemas.
ContainsKey
(schema.SchemaId) || FindSchemaByNSAndUrl(schema.BaseUri, tns, null) != null)
383
if (_schemas.
ContainsKey
(schema.SchemaId))
401
if (!_schemas.
ContainsKey
(schemaToRemove.SchemaId))
408
if (_schemas.
ContainsKey
(schemaToRemove.SchemaId))
584
if (!_schemas.
ContainsKey
(schema.SchemaId))
641
if (!_schemas.
ContainsKey
(s.SchemaId))
934
if (!_schemas.
ContainsKey
(s.SchemaId))
1027
if (_schemas.
ContainsKey
(schema.SchemaId))
1115
if (_schemas.
ContainsKey
(currentSchema.SchemaId) || (baseUri != null && baseUri.OriginalString.Length != 0 && _schemaLocations[baseUri] != null))
1243
if (_schemas.
ContainsKey
(schema.SchemaId) && (targetNamespace.Length == 0 || targetNamespace == schema.TargetNamespace))
1250
if (chameleonSchema != null && _schemas.
ContainsKey
(chameleonSchema.SchemaId))