1 write to _lazySourceGenerators
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\ProjectState.cs (1)
767Interlocked.CompareExchange(ref _lazySourceGenerators, builder.ToImmutable(), comparand: null);
4 references to _lazySourceGenerators
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\ProjectState.cs (4)
754[MemberNotNull(nameof(_lazySourceGenerators))] 757if (_lazySourceGenerators == null) 776return _lazySourceGenerators.Keys; 783return _lazySourceGenerators[generator];