2 instantiations of LocalScope
System.Xml (2)
System\Xml\Serialization\CodeGenerator.cs (2)
98
this.currentScope = new
LocalScope
();
216
LocalScope newScope = new
LocalScope
(this.currentScope);
4 references to LocalScope
System.Xml (4)
System\Xml\Serialization\CodeGenerator.cs (4)
51
LocalScope
currentScope;
216
LocalScope
newScope = new LocalScope(this.currentScope);
2528
public readonly
LocalScope
parent;
2536
public LocalScope(
LocalScope
parent) : this() {