2 instantiations of LocalScope
System.Private.Xml (2)
System\Xml\Serialization\CodeGenerator.cs (2)
92_currentScope = new LocalScope(); 206LocalScope newScope = new LocalScope(_currentScope);
4 references to LocalScope
System.Private.Xml (4)
System\Xml\Serialization\CodeGenerator.cs (4)
37private LocalScope? _currentScope; 206LocalScope newScope = new LocalScope(_currentScope); 1527public readonly LocalScope? parent; 1536public LocalScope(LocalScope? parent) : this()