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