1 write to _memberScope
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
557
_memberScope
= new UniqueCodeIdentifierScope();
2 references to _memberScope
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (2)
558
_memberScope
.AddReserved(typeDecl.Name);
564
memberDecl.Name = name =
_memberScope
.AddUnique(name, "member");