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)
266
if (!
_compilerGeneratedMethodToUserCodeMethod
.TryAdd (nestedFunction, userDefinedMethod)) {
267
var alreadyAssociatedMethod =
_compilerGeneratedMethodToUserCodeMethod
[nestedFunction];
472
if (
_compilerGeneratedMethodToUserCodeMethod
.TryGetValue (compilerGeneratedMethod, out owningMethod))
492
if (
_compilerGeneratedMethodToUserCodeMethod
.TryGetValue (compilerGeneratedMethod, out owningMethod))