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