2 instantiations of LocalScope
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (2)
84_currentScope = new LocalScope(); 220LocalScope newScope = new LocalScope(_currentScope);
4 references to LocalScope
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (4)
38private LocalScope _currentScope; 220LocalScope newScope = new LocalScope(_currentScope); 2651public readonly LocalScope parent; 2660public LocalScope(LocalScope parent) : this()