1 write to _compilerGeneratedMethodToUserCodeMethod
illink (1)
Linker.Dataflow\CompilerGeneratedState.cs (1)
40
_compilerGeneratedMethodToUserCodeMethod
= new Dictionary<MethodDefinition, MethodDefinition>();
4 references to _compilerGeneratedMethodToUserCodeMethod
illink (4)
Linker.Dataflow\CompilerGeneratedState.cs (4)
303
if (!
_compilerGeneratedMethodToUserCodeMethod
.TryAdd(nestedFunction, userDefinedMethod))
305
var alreadyAssociatedMethod =
_compilerGeneratedMethodToUserCodeMethod
[nestedFunction];
548
if (
_compilerGeneratedMethodToUserCodeMethod
.TryGetValue(compilerGeneratedMethod, out owningMethod))
569
if (
_compilerGeneratedMethodToUserCodeMethod
.TryGetValue(compilerGeneratedMethod, out owningMethod))