2 references to _cache_method_results
illink (2)
Linker.Steps\UnreachableBlocksOptimizer.cs (2)
288
if (!
_cache_method_results
.TryGetValue(method, out value) && !IsDeepStack(callStack))
291
_cache_method_results
.Add(method, value);