19 references to SchemaId
System.Private.Xml (19)
System\Xml\Schema\Preprocessor.cs (2)
242if (_lockList.Contains(schema.SchemaId)) 246_lockList.Add(schema.SchemaId, schema);
System\Xml\Schema\XmlSchemaSet.cs (17)
330if (_schemas.ContainsKey(schema.SchemaId) || FindSchemaByNSAndUrl(schema.BaseUri, tns, null) != null) 346_schemas.Remove(schema!.SchemaId); //Might remove schema that was already there and was not added thru this operation 371if (_schemas.ContainsKey(schema.SchemaId)) 389if (!_schemas.ContainsKey(schemaToRemove.SchemaId)) 396if (_schemas.ContainsKey(schemaToRemove.SchemaId)) 572if (!_schemas.ContainsKey(schema.SchemaId)) 629if (!_schemas.ContainsKey(s.SchemaId)) 631_schemas.Add(s.SchemaId, s); 902_schemas.Add(schema.SchemaId, schema); 922if (!_schemas.ContainsKey(s.SchemaId)) 924_schemas.Add(s.SchemaId, s); 1015if (_schemas.ContainsKey(schema.SchemaId)) 1027_schemas.Remove(schema.SchemaId); 1103if (_schemas.ContainsKey(currentSchema.SchemaId) || (baseUri != null && baseUri.OriginalString.Length != 0 && _schemaLocations[baseUri] != null)) 1108_schemas.Add(currentSchema.SchemaId, currentSchema); 1231if (_schemas.ContainsKey(schema.SchemaId) && (targetNamespace.Length == 0 || targetNamespace == schema.TargetNamespace)) 1238if (chameleonSchema != null && _schemas.ContainsKey(chameleonSchema.SchemaId))