2 writes to contentLength
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedHttpContext.cs (2)
253this.contentLength = hostedHttpContext.result.GetContentLength(); 259preReadBuffer = hostedHttpContext.result.GetPrereadBuffer(ref this.contentLength);
2 references to contentLength
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedHttpContext.cs (2)
257if (this.contentLength == 0) 267return this.contentLength;