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