4 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)
RazorWebSite (2)
Services\BackSlashExpander.cs (1)
15public virtual IEnumerable<string> ExpandViewLocations(ViewLocationExpanderContext context, IEnumerable<string> viewLocations)
Services\NonMainPageViewLocationExpander.cs (1)
14public virtual IEnumerable<string> ExpandViewLocations(
16 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);
Microsoft.AspNetCore.Mvc.Razor.Test (13)
RazorViewEngineTest.cs (13)
682.Setup(e => e.ExpandViewLocations( 695.Setup(e => e.ExpandViewLocations( 750.Setup(e => e.ExpandViewLocations( 763.Setup(e => e.ExpandViewLocations( 801.Setup(e => e.ExpandViewLocations( 967.Setup(v => v.ExpandViewLocations( 996v => v.ExpandViewLocations(It.IsAny<ViewLocationExpanderContext>(), It.IsAny<IEnumerable<string>>()), 1026.Setup(v => v.ExpandViewLocations( 1060v => v.ExpandViewLocations(It.IsAny<ViewLocationExpanderContext>(), It.IsAny<IEnumerable<string>>()), 1166.Setup(e => e.ExpandViewLocations( 1225.Setup(e => e.ExpandViewLocations( 1851.Setup(e => e.ExpandViewLocations( 1886.Setup(e => e.ExpandViewLocations(