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