1 write to _statusCode
Microsoft.AspNetCore.Http.Tests (1)
ApplicationBuilderTests.cs (1)
176
_statusCode
= HasStarted ? throw new NotSupportedException("The response has already started") : value;
1 reference to _statusCode
Microsoft.AspNetCore.Http.Tests (1)
ApplicationBuilderTests.cs (1)
173
get =>
_statusCode
;