1 write to _lazyEntryPoint
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilation.cs (1)
1987Interlocked.CompareExchange(ref _lazyEntryPoint, entryPoint, null);
2 references to _lazyEntryPoint
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (2)
1951if (_lazyEntryPoint == null) 1990return _lazyEntryPoint;