1 write to Method
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\TypeAndMethod.cs (1)
24Method = method;
8 references to Method
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (2)
329key.TypeAndMethod.Method, 492MethodWithToken method = key.Method;
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (3)
137ctorKey.Method, 138isInstantiatingStub: ctorKey.Method.Method.HasInstantiation, 146new DelegateCtorSignature(ctorKey.Type, targetMethodNode, ctorKey.Method));
Compiler\DependencyAnalysis\TypeAndMethod.cs (3)
33Method.Equals(other.Method) && 47unchecked(Method.GetHashCode() * 31) ^