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