1 write to source_name_hash
Mono.Cecil.Mdb (1)
Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs (1)
577
source_name_hash
= new Dictionary<string, int> ();
3 references to source_name_hash
Mono.Cecil.Mdb (3)
Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs (3)
576
if (
source_name_hash
== null) {
581
source_name_hash
.Add (source.FileName, i);
586
if (!
source_name_hash
.TryGetValue (file_name, out value))