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)
331if (!_compilerGeneratedMethodToUserCodeMethod.TryAdd(nestedFunction, userDefinedMethod)) 333var alreadyAssociatedMethod = _compilerGeneratedMethodToUserCodeMethod[nestedFunction]; 551if (_compilerGeneratedMethodToUserCodeMethod == null) 557return _compilerGeneratedMethodToUserCodeMethod.TryGetValue(compilerGeneratedMethod, out owningMethod);