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