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