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