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