10 references to SchemaCollection
System.Xml (10)
System\Xml\Schema\XdrValidator.cs (4)
116SchemaCollection.Add(inlineNS, xdrSchema, null, false); 305SchemaCollection.Add(uri, xdrSchema, null, false); 320if (SchemaCollection != null) 321schemaInfo = SchemaCollection.GetSchemaInfo(uri);
System\Xml\Schema\XsdValidator.cs (6)
139if (SchemaCollection.Add(inlineNS, inlineSchemaInfo, schema, true) != null) { //If no errors on compile 494if (SchemaCollection.EventHandler == null) { 495 SchemaCollection.EventHandler = this.EventHandler; 497SchemaCollection.Add(uri, schemaInfo, parser.XmlSchema, true); 530if (SchemaCollection != null) 531schemaInfo = SchemaCollection.GetSchemaInfo(uri);