1 write to _hostingEnvironment
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
FileProviderRazorProjectFileSystem.cs (1)
22
_hostingEnvironment
= hostingEnvironment;
2 references to _hostingEnvironment
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (2)
FileProviderRazorProjectFileSystem.cs (2)
37
return new FileProviderRazorProjectItem(fileInfo, basePath: string.Empty, filePath: path, root:
_hostingEnvironment
.ContentRootPath, fileKind);
66
yield return new FileProviderRazorProjectItem(fileInfo, basePath, filePath: filePath, root:
_hostingEnvironment
.ContentRootPath);