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)
31
public MethodDesc Method =>
_method
;
35
Debug.Assert(!factory.MetadataManager.IsReflectionBlocked(
_method
.GetTypicalMethodDefinition()));
38
factory.MetadataManager.GetDependenciesDueToReflectability(ref dependencies, factory,
_method
);
43
MethodDesc typicalMethod =
_method
.GetTypicalMethodDefinition();
44
if (typicalMethod !=
_method
)
53
return "Reflectable method: " +
_method
.ToString();