1 write to _options
Microsoft.AspNetCore.Mvc.Razor (1)
RazorViewEngine.cs (1)
57
_options
= optionsAccessor.Value;
9 references to _options
Microsoft.AspNetCore.Mvc.Razor (9)
RazorViewEngine.cs (9)
59
if (
_options
.ViewLocationFormats.Count == 0)
66
if (
_options
.AreaViewLocationFormats.Count == 0)
239
var expanders =
_options
.ViewLocationExpanders;
314
return
_options
.AreaViewLocationFormats;
318
return
_options
.ViewLocationFormats;
323
return
_options
.AreaPageViewLocationFormats;
327
return
_options
.PageViewLocationFormats;
333
return
_options
.ViewLocationFormats;
343
var expanders =
_options
.ViewLocationExpanders;