3 instantiations of MethodBaseInvoker
System.Private.CoreLib (3)
src\System\Reflection\Emit\DynamicMethod.CoreCLR.cs (1)
93
return _invoker ??= new
MethodBaseInvoker
(this, Signature);
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
49
m_invoker ??= new
MethodBaseInvoker
(this);
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
48
m_invoker ??= new
MethodBaseInvoker
(this);
21 references to MethodBaseInvoker
System.Private.CoreLib (21)
src\libraries\System.Private.CoreLib\src\System\Reflection\ConstructorInvoker.cs (6)
90
MethodBaseInvoker
.ThrowTargetParameterCountException();
108
MethodBaseInvoker
.ThrowTargetParameterCountException();
121
MethodBaseInvoker
.ThrowTargetParameterCountException();
135
MethodBaseInvoker
.ThrowTargetParameterCountException();
150
MethodBaseInvoker
.ThrowTargetParameterCountException();
207
MethodBaseInvoker
.ThrowTargetParameterCountException();
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodInvoker.cs (6)
120
MethodBaseInvoker
.ThrowTargetParameterCountException();
136
MethodBaseInvoker
.ThrowTargetParameterCountException();
150
MethodBaseInvoker
.ThrowTargetParameterCountException();
165
MethodBaseInvoker
.ThrowTargetParameterCountException();
181
MethodBaseInvoker
.ThrowTargetParameterCountException();
244
MethodBaseInvoker
.ThrowTargetParameterCountException();
src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeConstructorInfo.cs (2)
118
MethodBaseInvoker
.ThrowTargetParameterCountException();
150
MethodBaseInvoker
.ThrowTargetParameterCountException();
src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeMethodInfo.cs (1)
121
MethodBaseInvoker
.ThrowTargetParameterCountException();
src\System\Reflection\Emit\DynamicMethod.CoreCLR.cs (2)
27
private
MethodBaseInvoker
? _invoker;
88
private
MethodBaseInvoker
Invoker
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (2)
31
private
MethodBaseInvoker
? m_invoker;
44
private
MethodBaseInvoker
Invoker
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (2)
30
private
MethodBaseInvoker
? m_invoker;
43
private
MethodBaseInvoker
Invoker