3 overrides of FilePath
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\RazorSourceDocumentProperties.cs (3)
54public override string? FilePath => null; 60public override string FilePath { get; } = filePath; 66public override string? FilePath { get; } = filePath;
1 reference to FilePath
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorSourceDocument.cs (1)
32public string? FilePath => _properties.FilePath;