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)
330
if (_schemas.
ContainsKey
(schema.SchemaId) || FindSchemaByNSAndUrl(schema.BaseUri, tns, null) != null)
371
if (_schemas.
ContainsKey
(schema.SchemaId))
389
if (!_schemas.
ContainsKey
(schemaToRemove.SchemaId))
396
if (_schemas.
ContainsKey
(schemaToRemove.SchemaId))
572
if (!_schemas.
ContainsKey
(schema.SchemaId))
629
if (!_schemas.
ContainsKey
(s.SchemaId))
922
if (!_schemas.
ContainsKey
(s.SchemaId))
1015
if (_schemas.
ContainsKey
(schema.SchemaId))
1103
if (_schemas.
ContainsKey
(currentSchema.SchemaId) || (baseUri != null && baseUri.OriginalString.Length != 0 && _schemaLocations[baseUri] != null))
1231
if (_schemas.
ContainsKey
(schema.SchemaId) && (targetNamespace.Length == 0 || targetNamespace == schema.TargetNamespace))
1238
if (chameleonSchema != null && _schemas.
ContainsKey
(chameleonSchema.SchemaId))