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