3 writes to _contentLength
Microsoft.AspNetCore.Shared.Tests (3)
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (3)
135
_contentLength
= value;
154
_contentLength
= value;
160
_contentLength
= null;
1 reference to _contentLength
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
127
return
_contentLength
;