1 write to m_invoker
System.Private.CoreLib (1)
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
49
m_invoker
??= new MethodBaseInvoker(this);
1 reference to m_invoker
System.Private.CoreLib (1)
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
50
return
m_invoker
;