2 writes to IsNewRequest
System.ServiceModel (2)
System\ServiceModel\Description\OperationGenerator.cs (2)
139
this.
IsNewRequest
= true;
285
CodeTypeReference typedReqMessageRef = GenerateTypedMessageHeaderAndReturnValueParts(ns, this.DefaultName + "Request", this.Request, false /*isReply*/, hideFromEditor, ref this.
IsNewRequest
, out this.BeginPartCodeGenerator);
2 references to IsNewRequest
System.ServiceModel (2)
System\ServiceModel\Description\OperationGenerator.cs (2)
663
if (this.
IsNewRequest
)
675
if (
IsNewRequest
)