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