3 writes to _rootSchemaForRedefine
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
145_rootSchemaForRedefine = _rootSchema; 615_rootSchemaForRedefine = externalSchema; //Make the imported schema the root schema for redefines 617_rootSchemaForRedefine = prevRootSchemaForRedefine; //Reset the root schema for redefines
2 references to _rootSchemaForRedefine
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
614prevRootSchemaForRedefine = _rootSchemaForRedefine; 704_redefinedList.Add(new RedefineEntry(external as XmlSchemaRedefine, _rootSchemaForRedefine));