3 references to CompileSchema
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (2)
231CompileSchema(null, Microsoft.Xml.XmlConfiguration.XmlReaderSection.CreateDefaultResolver(), sInfo, null, validationEventHandler, NameTable, false); 243CompileSchema(null, resolver, sInfo, null, validationEventHandler, NameTable, false);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCollection.cs (1)
354if (!schema.CompileSchema(this, resolver, schemaInfo, ns, _validationEventHandler, _nameTable, true))