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