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