1 write to _pdbName
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryEntryNode.cs (1)
165
_pdbName
= pdbName;
5 references to _pdbName
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryEntryNode.cs (5)
174
sb.Append($"__NativeDebugDirectory_{
_pdbName
.Replace('.','_')}");
190
string pdbFileName =
_pdbName
;
214
string pdbFileName =
_pdbName
;
226
return
_pdbName
.CompareTo(((NativeDebugDirectoryEntryNode)other).
_pdbName
);