19 references to SchemaId
System.Xml (19)
System\Xml\Schema\Preprocessor.cs (2)
222if (lockList.Contains(schema.SchemaId)) { 225lockList.Add(schema.SchemaId, schema);
System\Xml\Schema\XmlSchemaSet.cs (17)
387if (this.schemas.ContainsKey(schema.SchemaId) || FindSchemaByNSAndUrl(schema.BaseUri, tns, null) != null) { //Do not already existing url 399this.schemas.Remove(schema.SchemaId); //Might remove schema that was already there and was not added thru this operation 421if (schemas.ContainsKey(schema.SchemaId)) { 439if (!schemas.ContainsKey(schemaToRemove.SchemaId)) { 444if (schemas.ContainsKey(schemaToRemove.SchemaId)) { //Need to check again 609if (!schemas.ContainsKey(schema.SchemaId)) { 659if (!schemas.ContainsKey(s.SchemaId)) { 660schemas.Add(s.SchemaId, s); 914schemas.Add(schema.SchemaId, schema); 931if (!schemas.ContainsKey(s.SchemaId)) { 932schemas.Add(s.SchemaId, s); 1007if (schemas.ContainsKey(schema.SchemaId)) { 1018schemas.Remove(schema.SchemaId); 1084if (schemas.ContainsKey(currentSchema.SchemaId) || (baseUri != null && baseUri.OriginalString.Length != 0 && schemaLocations[baseUri] != null)) { 1088schemas.Add(currentSchema.SchemaId, currentSchema); 1187if (schemas.ContainsKey(schema.SchemaId) && (targetNamespace.Length == 0 || targetNamespace == schema.TargetNamespace)) { //schema is present in set 1192if (chameleonSchema != null && schemas.ContainsKey(chameleonSchema.SchemaId)) {