10 references to GetBuildInSchema
System.Private.Xml (10)
System\Xml\Schema\BaseProcessor.cs (2)
75
XmlSchema schemaForXmlNS = Preprocessor.
GetBuildInSchema
();
98
XmlSchema schemaForXmlNS = Preprocessor.
GetBuildInSchema
();
System\Xml\Schema\Preprocessor.cs (3)
159
if (listSchema == Preprocessor.
GetBuildInSchema
())
175
if (schema == Preprocessor.
GetBuildInSchema
())
318
include.Schema = Preprocessor.
GetBuildInSchema
();
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
207
include.Schema = Preprocessor.
GetBuildInSchema
();
System\Xml\Schema\XmlSchemaSet.cs (3)
510
XmlSchema xmlNSSchema = Preprocessor.
GetBuildInSchema
();
560
if (currentSchema == Preprocessor.
GetBuildInSchema
())
1413
XmlSchema schemaForXmlNS = Preprocessor.
GetBuildInSchema
();
System\Xml\Schema\XmlSchemaValidator.cs (1)
1809
localSet.Add(Preprocessor.
GetBuildInSchema
());