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