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