1 write to _properties
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorSourceDocument.cs (1)
274_properties = properties;
2 references to _properties
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\RazorSourceDocument.cs (2)
32public string? FilePath => _properties.FilePath; 41public string? RelativePath => _properties.RelativePath;