1 write to _source
Microsoft.CodeAnalysis.Razor.Compiler (1)
SourceGenerators\SourceGeneratorProjectItem.cs (1)
35
_source
= RazorSourceDocument.Create(text, RazorSourceDocumentProperties.Create(AdditionalText.Path, relativePhysicalPath));
1 reference to _source
Microsoft.CodeAnalysis.Razor.Compiler (1)
SourceGenerators\SourceGeneratorProjectItem.cs (1)
59
internal override RazorSourceDocument? GetSource() =>
_source
;