1 write to Method
System.Private.CoreLib (1)
System\Reflection\DynamicInvokeInfo.cs (1)
59Method = method;
4 references to Method
System.Private.CoreLib (1)
System\Reflection\DynamicInvokeInfo.cs (1)
570object? defaultValue = Method.GetParametersAsSpan()[index].DefaultValue;
System.Private.Reflection.Execution (3)
Internal\Reflection\Execution\MethodInvokers\InstanceMethodInvoker.cs (3)
25if (methodInvokeInfo.Method.IsConstructor && !methodInvokeInfo.Method.IsStatic) 125MethodInfo methodInfo = (MethodInfo)MethodInvokeInfo.Method;