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