1 write to _text
Microsoft.CodeAnalysis (1)
AdditionalTextFile.cs (1)
33
_text
= new Lazy<SourceText?>(ReadText);
1 reference to _text
Microsoft.CodeAnalysis (1)
AdditionalTextFile.cs (1)
53
public override SourceText? GetText(CancellationToken cancellationToken = default) =>
_text
.Value;