2 instantiations of FileProviderRazorProjectItem
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);
2 references to FileProviderRazorProjectItem
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (2)
FileProviderRazorProjectItem.cs (2)
19
/// Intializes a new instance of a <see cref="
FileProviderRazorProjectItem
"/>.
30
/// Intializes a new instance of a <see cref="
FileProviderRazorProjectItem
"/>.