1 write to ViewContext
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Diagnostics\MvcDiagnostics.cs (1)
283ViewContext = viewContext;
4 references to ViewContext
Microsoft.AspNetCore.Mvc.ViewFeatures (4)
Diagnostics\MvcDiagnostics.cs (4)
279/// <param name="viewContext">The <see cref="ViewContext"/>.</param> 292/// The <see cref="ViewContext"/>. 3031 => new KeyValuePair<string, object>(nameof(ViewContext), ViewContext),