1 write to _lazySimpleProgramEntryPoints
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
3284
if (ImmutableInterlocked.InterlockedInitialize(ref
_lazySimpleProgramEntryPoints
, simpleProgramEntryPoints))
3 references to _lazySimpleProgramEntryPoints
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceMemberContainerSymbol.cs (3)
3279
if (
_lazySimpleProgramEntryPoints
.IsDefault)
3292
Debug.Assert(!
_lazySimpleProgramEntryPoints
.IsDefault);
3293
return
_lazySimpleProgramEntryPoints
;