1 write to ViewContext
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Diagnostics\MvcDiagnostics.cs (1)
283
ViewContext
= 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
"/>.
303
1 => new KeyValuePair<string, object>(nameof(
ViewContext
),
ViewContext
),