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