1 write to _callGraph
illink (1)
Linker.Dataflow\CompilerGeneratedCallGraph.cs (1)
15
public CompilerGeneratedCallGraph () =>
_callGraph
= new Dictionary<IMemberDefinition, HashSet<IMemberDefinition>> ();
3 references to _callGraph
illink (3)
Linker.Dataflow\CompilerGeneratedCallGraph.cs (3)
19
if (!
_callGraph
.TryGetValue (fromMember, out HashSet<IMemberDefinition>? toMembers)) {
21
_callGraph
.Add (fromMember, toMembers);
52
if (!
_callGraph
.TryGetValue (method, out HashSet<IMemberDefinition>? callees))