1 write to _lazyGeneratedTrees
Microsoft.CodeAnalysis (1)
SourceGeneration\RunResults.cs (1)
69
ImmutableInterlocked.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)
67
if (
_lazyGeneratedTrees
.IsDefault)
71
return
_lazyGeneratedTrees
;