3 overrides of RelativePath
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\RazorSourceDocumentProperties.cs (3)
55public override string? RelativePath => null; 61public override string? RelativePath => null; 67public override string RelativePath { get; } = relativePath;
1 reference to RelativePath
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorSourceDocument.cs (1)
41public string? RelativePath => _properties.RelativePath;