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)
277
if (!
_compilerGeneratedMethodToUserCodeMethod
.TryAdd (nestedFunction, userDefinedMethod)) {
278
var alreadyAssociatedMethod =
_compilerGeneratedMethodToUserCodeMethod
[nestedFunction];
490
if (
_compilerGeneratedMethodToUserCodeMethod
.TryGetValue (compilerGeneratedMethod, out owningMethod))
510
if (
_compilerGeneratedMethodToUserCodeMethod
.TryGetValue (compilerGeneratedMethod, out owningMethod))