5 writes to replyInitiated
System.ServiceModel (5)
System\ServiceModel\Channels\RequestContextBase.cs (5)
37this.replyInitiated = false; 226this.replyInitiated = true; 243this.replyInitiated = true; 266this.replyInitiated = true; 283this.replyInitiated = true;
3 references to replyInitiated
System.ServiceModel (3)
System\ServiceModel\Channels\RequestContextBase.cs (3)
70get { return this.replyInitiated; } 208if (this.replyInitiated) 220if ((this.state != CommunicationState.Opened) || this.replyInitiated)