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