10 references to SchemaCollection
System.Private.Xml (10)
System\Xml\Schema\XdrValidator.cs (4)
138SchemaCollection!.Add(inlineNS, xdrSchema, null, false); 369SchemaCollection!.Add(uri, xdrSchema, null, false); 385if (SchemaCollection != null) 386schemaInfo = SchemaCollection.GetSchemaInfo(uri);
System\Xml\Schema\XsdValidator.cs (6)
155if (SchemaCollection!.Add(inlineNS, inlineSchemaInfo, schema, true) != null) 590if (SchemaCollection!.EventHandler == null) 592SchemaCollection.EventHandler = this.EventHandler; 594SchemaCollection.Add(uri, schemaInfo, parser.XmlSchema, true); 629if (SchemaCollection != null) 630schemaInfo = SchemaCollection.GetSchemaInfo(uri);