1 write to _getResponses
Microsoft.AspNetCore.Razor.Test.Common.Cohosting (1)
TestHtmlRequestInvoker.cs (1)
30
_getResponses
= htmlResponses.ToDictionary(kvp => kvp.method, kvp => kvp.getResponse);
2 references to _getResponses
Microsoft.AspNetCore.Razor.Test.Common.Cohosting (2)
TestHtmlRequestInvoker.cs (2)
35
if (
_getResponses
is not null &&
36
_getResponses
.TryGetValue(method, out var getResponse))