1 write to memberScope
System.ServiceModel (1)
System\ServiceModel\Description\OperationGenerator.cs (1)
560this.memberScope = new UniqueCodeIdentifierScope();
2 references to memberScope
System.ServiceModel (2)
System\ServiceModel\Description\OperationGenerator.cs (2)
561this.memberScope.AddReserved(typeDecl.Name); 567memberDecl.Name = name = this.memberScope.AddUnique(name, "member");