3 writes to _status
Microsoft.AspNetCore.HttpLogging (3)
RequestBufferingStream.cs (3)
88
_status
= BodyStatus.Complete;
93
_status
= BodyStatus.Incomplete;
110
_status
= BodyStatus.Truncated;
3 references to _status
Microsoft.AspNetCore.HttpLogging (3)
RequestBufferingStream.cs (3)
80
if (remaining == 0 ||
_status
> BodyStatus.Incomplete)
133
private string GetStatus(bool showCompleted) =>
_status
switch
139
_ => throw new NotImplementedException(
_status
.ToString()),