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)
79if (_root != null && 81PhysicalPath.StartsWith(_root, StringComparison.OrdinalIgnoreCase) && 82PhysicalPath.Length > _root.Length && 83(PhysicalPath[_root.Length] == Path.DirectorySeparatorChar || PhysicalPath[_root.Length] == Path.AltDirectorySeparatorChar)) 85_relativePhysicalPath = PhysicalPath.Substring(_root.Length + 1); // Include leading separator