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