10 references to SchemaCollection
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (4)
138
SchemaCollection
.Add(inlineNS, xdrSchema, null, false);
370
SchemaCollection
.Add(uri, xdrSchema, null, false);
388
if (
SchemaCollection
!= null)
389
schemaInfo =
SchemaCollection
.GetSchemaInfo(uri);
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (6)
158
if (
SchemaCollection
.Add(inlineNS, inlineSchemaInfo, schema, true) != null)
601
if (
SchemaCollection
.EventHandler == null)
603
SchemaCollection
.EventHandler = this.EventHandler;
605
SchemaCollection
.Add(uri, schemaInfo, parser.XmlSchema, true);
645
if (
SchemaCollection
!= null)
646
schemaInfo =
SchemaCollection
.GetSchemaInfo(uri);