3 references to LanguageViewLocationExpander
Microsoft.AspNetCore.Mvc.Localization (1)
MvcLocalizationServices.cs (1)
38options.ViewLocationExpanders.Add(new LanguageViewLocationExpander(format));
Microsoft.AspNetCore.Mvc.Razor (1)
LanguageViewLocationExpander.cs (1)
29: this(LanguageViewLocationExpanderFormat.Suffix)
Microsoft.AspNetCore.Mvc.Razor.Test (1)
LanguageViewLocationExpanderTest.cs (1)
140var languageViewLocationExpander = new LanguageViewLocationExpander(format);