3 writes to EndPartCodeGenerator
System.ServiceModel (3)
System\ServiceModel\Description\OperationGenerator.cs (3)
142this.EndPartCodeGenerator = null; 257this.EndPartCodeGenerator = generator.OutputGenerator; 291CodeTypeReference typedRespMessageRef = GenerateTypedMessageHeaderAndReturnValueParts(ns, this.DefaultName + "Response", this.Response, true /*isReply*/, hideFromEditor, ref this.IsNewResponse, out this.EndPartCodeGenerator);
3 references to EndPartCodeGenerator
System.ServiceModel (3)
System\ServiceModel\Description\OperationGenerator.cs (3)
673GenerateBodyPart(order++, setting, this.EndPartCodeGenerator, generateTypedMessages, this.IsEncoded, this.DefaultNS); 682if (EndPartCodeGenerator != null) 683this.EndPartCodeGenerator.EndCodeGeneration();