Base:
1 write to Position
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
HttpRequestStreamTests.cs (1)
65Assert.Throws<NotSupportedException>(() => stream.Position = 0);
1 reference to Position
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
HttpRequestStreamTests.cs (1)
64Assert.Throws<NotSupportedException>(() => stream.Position);