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