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)
35if (_getResponses is not null && 36_getResponses.TryGetValue(method, out var getResponse))