3 writes to rootSchemaForRedefine
System.Xml (3)
System\Xml\Schema\Preprocessor.cs (3)
129
rootSchemaForRedefine
= rootSchema;
519
rootSchemaForRedefine
= externalSchema; //Make the imported schema the root schema for redefines
521
rootSchemaForRedefine
= prevRootSchemaForRedefine; //Reset the root schema for redefines
2 references to rootSchemaForRedefine
System.Xml (2)
System\Xml\Schema\Preprocessor.cs (2)
518
prevRootSchemaForRedefine =
rootSchemaForRedefine
;
594
redefinedList.Add(new RedefineEntry(external as XmlSchemaRedefine,
rootSchemaForRedefine
));