1 write to callbackMemberScope
System.ServiceModel (1)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
298
this.
callbackMemberScope
= isDuplex ? new UniqueCodeIdentifierScope() : null;
1 reference to callbackMemberScope
System.ServiceModel (1)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
326
UniqueCodeIdentifierScope memberScope = isCallback ? this.
callbackMemberScope
: this.contractMemberScope;