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)
174sb.Append($"__NativeDebugDirectory_{_pdbName.Replace('.','_')}"); 190string pdbFileName = _pdbName; 214string pdbFileName = _pdbName; 226return _pdbName.CompareTo(((NativeDebugDirectoryEntryNode)other)._pdbName);