2 overrides of RelativePhysicalPath
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultRazorProjectItem.cs (1)
65
public override string
RelativePhysicalPath
{ get; }
SourceGenerators\SourceGeneratorProjectItem.cs (1)
49
public override string
RelativePhysicalPath
{ get; }
2 references to RelativePhysicalPath
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\RazorSourceDocument.cs (2)
139
filePath = projectItem.
RelativePhysicalPath
;
152
var relativePath = projectItem.
RelativePhysicalPath
?? projectItem.FilePath;