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)
38if (_parameterCount != 0) 51if (_parameterCount != 1) 64if (_parameterCount != 2) 80if (_parameterCount != 3) 97if (_parameterCount != 4)