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