2 implementations of PopulateValues
Microsoft.AspNetCore.Mvc.Razor (1)
LanguageViewLocationExpander.cs (1)
43public void PopulateValues(ViewLocationExpanderContext context)
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageViewLocationExpander.cs (1)
68public void PopulateValues(ViewLocationExpanderContext context)
14 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)
250expanders[i].PopulateValues(expanderContext);
ViewLocationExpanderContext.cs (1)
72/// <see cref="IViewLocationExpander.PopulateValues(ViewLocationExpanderContext)"/>.
Microsoft.AspNetCore.Mvc.Razor.Test (10)
RazorViewEngineTest.cs (10)
674.Setup(e => e.PopulateValues(It.IsAny<ViewLocationExpanderContext>())) 742.Setup(e => e.PopulateValues(It.IsAny<ViewLocationExpanderContext>())) 960.Setup(v => v.PopulateValues(It.IsAny<ViewLocationExpanderContext>())) 993v => v.PopulateValues(It.IsAny<ViewLocationExpanderContext>()), 1019.Setup(v => v.PopulateValues(It.IsAny<ViewLocationExpanderContext>())) 1057v => v.PopulateValues(It.IsAny<ViewLocationExpanderContext>()), 1158.Setup(e => e.PopulateValues(It.IsAny<ViewLocationExpanderContext>())) 1217.Setup(e => e.PopulateValues(It.IsAny<ViewLocationExpanderContext>())) 1842.Setup(e => e.PopulateValues(It.IsAny<ViewLocationExpanderContext>())) 1878.Setup(e => e.PopulateValues(It.IsAny<ViewLocationExpanderContext>()))