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