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