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