3 references to GetParametersCount
ILLink.RoslynAnalyzer (3)
src\tools\illink\src\ILLink.Shared\TypeSystemProxy\MethodProxy.cs (1)
55 => (int) parameterIndex < GetParametersCount () && GetParameter (parameterIndex).IsTypeOf (fullTypeName);
src\tools\illink\src\ILLink.Shared\TypeSystemProxy\ParameterProxy.cs (2)
16 if ((int) index < 0 || (int) index >= method.GetParametersCount ()) 17 throw new InvalidOperationException ($"Parameter of index {(int) index} does not exist on method {method.GetDisplayName ()} with {method.GetParametersCount ()}");