1 write to _lazyClosedSubtypeCandidates
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
915ImmutableInterlocked.InterlockedInitialize(ref _lazyClosedSubtypeCandidates, findClosedSubtypes());
2 references to _lazyClosedSubtypeCandidates
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceMemberContainerSymbol.cs (2)
913if (_lazyClosedSubtypeCandidates.IsDefault) 918return _lazyClosedSubtypeCandidates;