1 write to _nativeEntry
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryNode.cs (1)
46
_nativeEntry
= new NativeDebugDirectoryEntryNode(pdbNameRoot + ".ni.pdb");
3 references to _nativeEntry
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryNode.cs (3)
71
+ (
_nativeEntry
is not null ? 1 : 0)
75
public NativeDebugDirectoryEntryNode PdbEntry =>
_nativeEntry
;
119
_nativeEntry
?.EmitHeader(ref builder, pdbEntry.Stamp, pdbEntry.MajorVersion);