1 write to _signature
System.Private.CoreLib (1)
src\System\Reflection\ConstructorInvoker.CoreCLR.cs (1)
14_signature = constructor.Signature;
1 reference to _signature
System.Private.CoreLib (1)
src\System\Reflection\ConstructorInvoker.CoreCLR.cs (1)
21return RuntimeMethodHandle.InvokeMethod(obj, (void**)args, _signature!, isConstructor: obj is null);