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