3 writes to BeginPartCodeGenerator
System.ServiceModel (3)
System\ServiceModel\Description\OperationGenerator.cs (3)
141this.BeginPartCodeGenerator = null; 256this.BeginPartCodeGenerator = generator.InputGenerator; 285CodeTypeReference 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)
666GenerateBodyPart(order++, setting, this.BeginPartCodeGenerator, generateTypedMessages, this.IsEncoded, this.DefaultNS); 677if (this.BeginPartCodeGenerator != null) 678this.BeginPartCodeGenerator.EndCodeGeneration();