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