1 instantiation of ViewLocationExpanderContext
Microsoft.AspNetCore.Mvc.Razor (1)
RazorViewEngine.cs (1)
230var expanderContext = new ViewLocationExpanderContext(
17 references to ViewLocationExpanderContext
Microsoft.AspNetCore.Mvc.Razor (15)
IViewLocationExpander.cs (8)
12/// (1) <see cref="PopulateValues(ViewLocationExpanderContext)"/> is invoked and each expander 14/// <see cref="ExpandViewLocations(ViewLocationExpanderContext, IEnumerable{string})"/>. 16/// <see cref="PopulateValues(ViewLocationExpanderContext)"/> was invoked, the cached result 19/// <see cref="ExpandViewLocations(ViewLocationExpanderContext, IEnumerable{string})"/> is invoked to determine 29/// <param name="context">The <see cref="ViewLocationExpanderContext"/> for the current view location 31void PopulateValues(ViewLocationExpanderContext context); 36/// <param name="context">The <see cref="ViewLocationExpanderContext"/> for the current view location 40IEnumerable<string> ExpandViewLocations(ViewLocationExpanderContext context,
LanguageViewLocationExpander.cs (2)
43public void PopulateValues(ViewLocationExpanderContext context) 53ViewLocationExpanderContext context,
RazorViewEngine.cs (3)
230var expanderContext = new ViewLocationExpanderContext( 309internal IEnumerable<string> GetViewLocationFormats(ViewLocationExpanderContext context) 338ViewLocationExpanderContext expanderContext,
ViewLocationExpanderContext.cs (2)
12/// Initializes a new instance of <see cref="ViewLocationExpanderContext"/>. 72/// <see cref="IViewLocationExpander.PopulateValues(ViewLocationExpanderContext)"/>.
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageViewLocationExpander.cs (2)
14public IEnumerable<string> ExpandViewLocations(ViewLocationExpanderContext context, IEnumerable<string> viewLocations) 68public void PopulateValues(ViewLocationExpanderContext context)