1 write to source_file_hash
Mono.Cecil.Mdb (1)
Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs (1)
361
source_file_hash
= new Dictionary<int, SourceFileEntry> ();
2 references to source_file_hash
Mono.Cecil.Mdb (2)
Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs (2)
445
if (
source_file_hash
.TryGetValue (index, out source))
453
source_file_hash
.Add (index, source);