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