10 references to GetBuildInSchema
System.Xml (10)
System\Xml\Schema\BaseProcessor.cs (2)
73
XmlSchema schemaForXmlNS = Preprocessor.
GetBuildInSchema
();
91
XmlSchema schemaForXmlNS = Preprocessor.
GetBuildInSchema
();
System\Xml\Schema\Preprocessor.cs (3)
145
if (listSchema == Preprocessor.
GetBuildInSchema
()) { //dont re-set compiled flags for xml namespace schema
159
if (schema == Preprocessor.
GetBuildInSchema
()) {
285
include.Schema = Preprocessor.
GetBuildInSchema
();
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
179
include.Schema = Preprocessor.
GetBuildInSchema
();
System\Xml\Schema\XmlSchemaSet.cs (3)
539
XmlSchema xmlNSSchema = Preprocessor.
GetBuildInSchema
();
583
if (currentSchema == Preprocessor.
GetBuildInSchema
()) { //dont re-set compiled flags for xml namespace schema
1316
XmlSchema schemaForXmlNS = Preprocessor.
GetBuildInSchema
();
System\Xml\Schema\XmlSchemaValidator.cs (1)
1519
localSet.Add(Preprocessor.
GetBuildInSchema
());