1 write to _contractMemberScope
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
243
_contractMemberScope
= new UniqueCodeIdentifierScope();
1 reference to _contractMemberScope
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
272
UniqueCodeIdentifierScope memberScope = isCallback ? _callbackMemberScope :
_contractMemberScope
;