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