2 writes to IsNewResponse
System.ServiceModel (2)
System\ServiceModel\Description\OperationGenerator.cs (2)
140this.IsNewResponse = true; 291CodeTypeReference typedRespMessageRef = GenerateTypedMessageHeaderAndReturnValueParts(ns, this.DefaultName + "Response", this.Response, true /*isReply*/, hideFromEditor, ref this.IsNewResponse, out this.EndPartCodeGenerator);
2 references to IsNewResponse
System.ServiceModel (2)
System\ServiceModel\Description\OperationGenerator.cs (2)
669if (!this.Oneway && IsNewResponse) 680if (IsNewResponse)