1 write to _relativePhysicalPath
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
FileProviderRazorProjectItem.cs (1)
83
_relativePhysicalPath
= PhysicalPath.Substring(_root.Length + 1); // Include leading separator
1 reference to _relativePhysicalPath
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
FileProviderRazorProjectItem.cs (1)
88
return
_relativePhysicalPath
;