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)
342if (_schemas.ContainsKey(schema.SchemaId) || FindSchemaByNSAndUrl(schema.BaseUri, tns, null) != null) 358_schemas.Remove(schema!.SchemaId); //Might remove schema that was already there and was not added thru this operation 383if (_schemas.ContainsKey(schema.SchemaId)) 401if (!_schemas.ContainsKey(schemaToRemove.SchemaId)) 408if (_schemas.ContainsKey(schemaToRemove.SchemaId)) 584if (!_schemas.ContainsKey(schema.SchemaId)) 641if (!_schemas.ContainsKey(s.SchemaId)) 643_schemas.Add(s.SchemaId, s); 914_schemas.Add(schema.SchemaId, schema); 934if (!_schemas.ContainsKey(s.SchemaId)) 936_schemas.Add(s.SchemaId, s); 1027if (_schemas.ContainsKey(schema.SchemaId)) 1039_schemas.Remove(schema.SchemaId); 1115if (_schemas.ContainsKey(currentSchema.SchemaId) || (baseUri != null && baseUri.OriginalString.Length != 0 && _schemaLocations[baseUri] != null)) 1120_schemas.Add(currentSchema.SchemaId, currentSchema); 1243if (_schemas.ContainsKey(schema.SchemaId) && (targetNamespace.Length == 0 || targetNamespace == schema.TargetNamespace)) 1250if (chameleonSchema != null && _schemas.ContainsKey(chameleonSchema.SchemaId))