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); 100var capacity = length + _applicationName.Length + 1; 107builder.Insert(0, _applicationName);