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)
272UniqueCodeIdentifierScope memberScope = isCallback ? _callbackMemberScope : _contractMemberScope;