1 write to SearchedLocations
Microsoft.AspNetCore.Mvc.TestDiagnosticListener (1)
TestDiagnosticListener.cs (1)
229SearchedLocations = searchedLocations,
2 references to SearchedLocations
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
PartialViewResultExecutorTest.cs (1)
276Assert.Equal(new string[] { "location/myview" }, listener.ViewNotFound.SearchedLocations);
ViewResultExecutorTest.cs (1)
271Assert.Equal(new string[] { "location/myview" }, listener.ViewNotFound.SearchedLocations);