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