1 write to _applicationName
Microsoft.AspNetCore.Mvc.Localization (1)
ViewLocalizer.cs (1)
38
_applicationName
= hostingEnvironment.ApplicationName;
3 references to _applicationName
Microsoft.AspNetCore.Mvc.Localization (3)
ViewLocalizer.cs (3)
92
_localizer = _localizerFactory.Create(BuildBaseName(path),
_applicationName
);
100
var capacity = length +
_applicationName
.Length + 1;
107
builder.Insert(0,
_applicationName
);