1 write to _lazyGeneratedTrees
Microsoft.CodeAnalysis (1)
SourceGeneration\RunResults.cs (1)
69ImmutableInterlocked.InterlockedInitialize(ref _lazyGeneratedTrees, Results.Where(r => !r.GeneratedSources.IsDefaultOrEmpty).SelectMany(r => r.GeneratedSources.Select(g => g.SyntaxTree)).ToImmutableArray());
2 references to _lazyGeneratedTrees
Microsoft.CodeAnalysis (2)
SourceGeneration\RunResults.cs (2)
67if (_lazyGeneratedTrees.IsDefault) 71return _lazyGeneratedTrees;