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