1 write to sessionReader
System.ServiceModel (1)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
588this.sessionReader = new ServerSessionConnectionReader(this);
3 references to sessionReader
System.ServiceModel (3)
System\ServiceModel\Channels\SessionConnectionReader.cs (3)
374if (this.sessionReader != null) 378localConnection = this.sessionReader.GetRawConnection(); 589base.SetMessageSource(this.sessionReader);