1 instantiation of NullView
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
NullView.cs (1)
11public static readonly NullView Instance = new NullView();
2 references to NullView
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
NullView.cs (1)
11public static readonly NullView Instance = new NullView();
ViewComponentResultExecutor.cs (1)
104NullView.Instance,