4 instantiations of LanguageViewLocationExpander
Microsoft.AspNetCore.Mvc.Localization (1)
MvcLocalizationServices.cs (1)
38options.ViewLocationExpanders.Add(new LanguageViewLocationExpander(format));
Microsoft.AspNetCore.Mvc.Razor.Test (3)
LanguageViewLocationExpanderTest.cs (3)
140var languageViewLocationExpander = new LanguageViewLocationExpander(format); 165var languageViewLocationExpander = new LanguageViewLocationExpander(); 193var languageViewLocationExpander = new LanguageViewLocationExpander();
6 references to LanguageViewLocationExpander
Microsoft.AspNetCore.Mvc.Razor (3)
LanguageViewLocationExpander.cs (2)
26/// Instantiates a new <see cref="LanguageViewLocationExpander"/> instance. 34/// Instantiates a new <see cref="LanguageViewLocationExpander"/> instance.
LanguageViewLocationExpanderFormat.cs (1)
7/// Specifies the localized view format for <see cref="LanguageViewLocationExpander"/>.
Microsoft.AspNetCore.Mvc.Razor.Test (3)
LanguageViewLocationExpanderTest.cs (3)
140var languageViewLocationExpander = new LanguageViewLocationExpander(format); 165var languageViewLocationExpander = new LanguageViewLocationExpander(); 193var languageViewLocationExpander = new LanguageViewLocationExpander();