2 writes to IsNewResponse
System.ServiceModel (2)
System\ServiceModel\Description\OperationGenerator.cs (2)
140
this.
IsNewResponse
= true;
291
CodeTypeReference 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)
669
if (!this.Oneway &&
IsNewResponse
)
680
if (
IsNewResponse
)