3 writes to BeginPartCodeGenerator
System.ServiceModel (3)
System\ServiceModel\Description\OperationGenerator.cs (3)
141
this.
BeginPartCodeGenerator
= null;
256
this.
BeginPartCodeGenerator
= generator.InputGenerator;
285
CodeTypeReference typedReqMessageRef = GenerateTypedMessageHeaderAndReturnValueParts(ns, this.DefaultName + "Request", this.Request, false /*isReply*/, hideFromEditor, ref this.IsNewRequest, out this.
BeginPartCodeGenerator
);
3 references to BeginPartCodeGenerator
System.ServiceModel (3)
System\ServiceModel\Description\OperationGenerator.cs (3)
666
GenerateBodyPart(order++, setting, this.
BeginPartCodeGenerator
, generateTypedMessages, this.IsEncoded, this.DefaultNS);
677
if (this.
BeginPartCodeGenerator
!= null)
678
this.
BeginPartCodeGenerator
.EndCodeGeneration();