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