2 implementations of ExpandViewLocations
Microsoft.AspNetCore.Mvc.Razor (1)
LanguageViewLocationExpander.cs (1)
52public virtual IEnumerable<string> ExpandViewLocations(
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageViewLocationExpander.cs (1)
14public IEnumerable<string> ExpandViewLocations(ViewLocationExpanderContext context, IEnumerable<string> viewLocations)
3 references to ExpandViewLocations
Microsoft.AspNetCore.Mvc.Razor (3)
IViewLocationExpander.cs (2)
14/// <see cref="ExpandViewLocations(ViewLocationExpanderContext, IEnumerable{string})"/>. 19/// <see cref="ExpandViewLocations(ViewLocationExpanderContext, IEnumerable{string})"/> is invoked to determine
RazorViewEngine.cs (1)
348viewLocations = expanders[i].ExpandViewLocations(expanderContext, viewLocations);