1 write to _compilerGeneratedMethodToUserCodeMethod
ILCompiler.Compiler (1)
Compiler\Dataflow\CompilerGeneratedState.cs (1)
330
_compilerGeneratedMethodToUserCodeMethod
??= new Dictionary<MethodDesc, MethodDesc>();
4 references to _compilerGeneratedMethodToUserCodeMethod
ILCompiler.Compiler (4)
Compiler\Dataflow\CompilerGeneratedState.cs (4)
331
if (!
_compilerGeneratedMethodToUserCodeMethod
.TryAdd(nestedFunction, userDefinedMethod))
333
var alreadyAssociatedMethod =
_compilerGeneratedMethodToUserCodeMethod
[nestedFunction];
551
if (
_compilerGeneratedMethodToUserCodeMethod
== null)
557
return
_compilerGeneratedMethodToUserCodeMethod
.TryGetValue(compilerGeneratedMethod, out owningMethod);