Base:
property
RelativePhysicalPath
Microsoft.AspNetCore.Razor.Language.RazorProjectItem.RelativePhysicalPath
2 writes to RelativePhysicalPath
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultRazorProjectItem.cs (2)
30RelativePhysicalPath = relativePhysicalPath; 50RelativePhysicalPath = relativePhysicalPath;
1 reference to RelativePhysicalPath
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
DefaultRazorProjectItemTest.cs (1)
32Assert.Equal("Home.cshtml", projectItem.RelativePhysicalPath);