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