1 write to DebugEntryPoint
Microsoft.CodeAnalysis (1)
Emit\CommonPEModuleBuilder.cs (1)
368DebugEntryPoint = Translate(method, diagnostics, needDeclaration: true);
3 references to DebugEntryPoint
Microsoft.CodeAnalysis (3)
NativePdbWriter\PdbWriter.cs (1)
79methodBody.MethodDefinition == (Context.Module.DebugEntryPoint ?? Context.Module.PEEntryPoint);
PEWriter\Members.cs (1)
1050if (method != null && (context.Module.PEEntryPoint == method || context.Module.DebugEntryPoint == method))
PEWriter\MetadataWriter.cs (1)
1879IMethodReference debugEntryPoint = module.DebugEntryPoint;