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) 75public NativeDebugDirectoryEntryNode PdbEntry => _nativeEntry; 119_nativeEntry?.EmitHeader(ref builder, pdbEntry.Stamp, pdbEntry.MajorVersion);