1 write to _root
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
FileProviderRazorProjectItem.cs (1)
45
_root
= root;
6 references to _root
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (6)
FileProviderRazorProjectItem.cs (6)
79
if (
_root
!= null &&
81
PhysicalPath.StartsWith(
_root
, StringComparison.OrdinalIgnoreCase) &&
82
PhysicalPath.Length >
_root
.Length &&
83
(PhysicalPath[
_root
.Length] == Path.DirectorySeparatorChar || PhysicalPath[
_root
.Length] == Path.AltDirectorySeparatorChar))
85
_relativePhysicalPath = PhysicalPath.Substring(
_root
.Length + 1); // Include leading separator