1 write to _lazyGeneratedTrees
Microsoft.CodeAnalysis (1)
SourceGeneration\RunResults.cs (1)
68
ImmutableInterlocked.InterlockedInitialize(ref
_lazyGeneratedTrees
, Results.SelectMany(r => r.GeneratedSources.Select(g => g.SyntaxTree)).ToImmutableArray());
2 references to _lazyGeneratedTrees
Microsoft.CodeAnalysis (2)
SourceGeneration\RunResults.cs (2)
66
if (
_lazyGeneratedTrees
.IsDefault)
70
return
_lazyGeneratedTrees
;