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