1 write to IsMainPage
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Diagnostics\MvcDiagnostics.cs (1)
333IsMainPage = isMainPage;
2 references to IsMainPage
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Diagnostics\MvcDiagnostics.cs (2)
3711 => new KeyValuePair<string, object>(nameof(IsMainPage), IsMainPage ? BoxedTrue : BoxedFalse),