1 write to BeforeView
Microsoft.AspNetCore.Mvc.TestDiagnosticListener (1)
TestDiagnosticListener.cs (1)
244BeforeView = new OnBeforeViewEventData()
2 references to BeforeView
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
ViewExecutorTest.cs (2)
288Assert.NotNull(adapter.BeforeView?.View); 289Assert.NotNull(adapter.BeforeView?.ViewContext);