2 implementations of PopulateValues
Microsoft.AspNetCore.Mvc.Razor (1)
LanguageViewLocationExpander.cs (1)
43
public void
PopulateValues
(ViewLocationExpanderContext context)
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageViewLocationExpander.cs (1)
68
public void
PopulateValues
(ViewLocationExpanderContext context)
4 references to PopulateValues
Microsoft.AspNetCore.Mvc.Razor (4)
IViewLocationExpander.cs (2)
12
/// (1) <see cref="
PopulateValues
(ViewLocationExpanderContext)"/> is invoked and each expander
16
/// <see cref="
PopulateValues
(ViewLocationExpanderContext)"/> was invoked, the cached result
RazorViewEngine.cs (1)
250
expanders[i].
PopulateValues
(expanderContext);
ViewLocationExpanderContext.cs (1)
72
/// <see cref="IViewLocationExpander.
PopulateValues
(ViewLocationExpanderContext)"/>.