1 write to PEEntryPoint
Microsoft.CodeAnalysis (1)
Emit\CommonPEModuleBuilder.cs (1)
342PEEntryPoint = Translate(method, diagnostics, needDeclaration: true);
2 references to PEEntryPoint
Microsoft.CodeAnalysis (2)
NativePdbWriter\PdbWriter.cs (1)
79methodBody.MethodDefinition == (Context.Module.DebugEntryPoint ?? Context.Module.PEEntryPoint);
PEWriter\MetadataWriter.cs (1)
1871IMethodReference entryPoint = module.PEEntryPoint;