3 references to Write
Microsoft.AspNetCore.OutputCaching.Tests (3)
OutputCacheMiddlewareTests.cs (2)
973
c.Response.
Write
("Hello" + responseCounter);
1038
c.Response.
Write
("Hello" + responseCounter);
TestUtils.cs (1)
76
context.Response.
Write
(uniqueId);