1 write to _method
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\ReflectedMethodNode.cs (1)
28_method = method;
6 references to _method
ILCompiler.Compiler (6)
Compiler\DependencyAnalysis\ReflectedMethodNode.cs (6)
31public MethodDesc Method => _method; 35Debug.Assert(!factory.MetadataManager.IsReflectionBlocked(_method.GetTypicalMethodDefinition())); 38factory.MetadataManager.GetDependenciesDueToReflectability(ref dependencies, factory, _method); 43MethodDesc typicalMethod = _method.GetTypicalMethodDefinition(); 44if (typicalMethod != _method) 53return "Reflectable method: " + _method.ToString();