1 write to _parameterCount
System.Private.CoreLib (1)
System\Reflection\ConstructorInvoker.cs (1)
22
_parameterCount
= constructor.GetParametersAsSpan().Length;
5 references to _parameterCount
System.Private.CoreLib (5)
System\Reflection\ConstructorInvoker.cs (5)
38
if (
_parameterCount
!= 0)
51
if (
_parameterCount
!= 1)
64
if (
_parameterCount
!= 2)
80
if (
_parameterCount
!= 3)
97
if (
_parameterCount
!= 4)