1 write to _insertedSymbolsDictionary
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\ExternalReferencesTableNode.cs (1)
84
_insertedSymbolsDictionary
= null;
2 references to _insertedSymbolsDictionary
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\ExternalReferencesTableNode.cs (2)
55
if (!
_insertedSymbolsDictionary
.TryGetValue(key, out index))
58
_insertedSymbolsDictionary
[key] = index;