3 references to CompileSchema
System.Xml (3)
System\Xml\Schema\XmlSchema.cs (2)
216CompileSchema(null, System.Xml.XmlConfiguration.XmlReaderSection.CreateDefaultResolver(), sInfo, null, validationEventHandler, NameTable, false); 227CompileSchema(null, resolver, sInfo, null, validationEventHandler, NameTable, false);
System\Xml\Schema\XmlSchemaCollection.cs (1)
313 if (!schema.CompileSchema(this, resolver, schemaInfo, ns, validationEventHandler, nameTable, true)) {