1 write to UserMain
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
348UserMain = userMain;
1 reference to UserMain
Microsoft.CodeAnalysis.CSharp (1)
Compiler\MethodCompiler.cs (1)
1559bool isAsyncMainMoveNext = entryPointOpt?.UserMain.Equals(kickoffMethod) == true;