2 instantiations of FileProviderRazorProjectItem
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (2)
FileProviderRazorProjectFileSystem.cs (2)
38return new FileProviderRazorProjectItem(fileInfo, basePath: string.Empty, filePath: path, root: _hostingEnvironment.ContentRootPath, fileKind); 69yield return new FileProviderRazorProjectItem(fileInfo, basePath, filePath: filePath, root: _hostingEnvironment.ContentRootPath);
2 references to FileProviderRazorProjectItem
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (2)
FileProviderRazorProjectItem.cs (2)
20/// Intializes a new instance of a <see cref="FileProviderRazorProjectItem"/>. 31/// Intializes a new instance of a <see cref="FileProviderRazorProjectItem"/>.