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