3 writes to _rootSchemaForRedefine
System.Private.Xml (3)
System\Xml\Schema\Preprocessor.cs (3)
138
_rootSchemaForRedefine
= _rootSchema;
590
_rootSchemaForRedefine
= externalSchema; //Make the imported schema the root schema for redefines
592
_rootSchemaForRedefine
= prevRootSchemaForRedefine; //Reset the root schema for redefines
2 references to _rootSchemaForRedefine
System.Private.Xml (2)
System\Xml\Schema\Preprocessor.cs (2)
589
prevRootSchemaForRedefine =
_rootSchemaForRedefine
;
677
_redefinedList.Add(new RedefineEntry((external as XmlSchemaRedefine)!,
_rootSchemaForRedefine
!));