4 references to GetMetadataParametersCount
ILLink.RoslynAnalyzer (4)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (3)
1298int? ctorParameterCount = calledMethod.GetMetadataParametersCount() switch 1387if (calledMethod.GetMetadataParametersCount() > 1) 1414if (calledMethod.GetMetadataParametersCount() > 3)
src\tools\illink\src\ILLink.Shared\TypeSystemProxy\MethodProxy.cs (1)
50internal bool HasMetadataParametersCount(int parameterCount) => GetMetadataParametersCount() == parameterCount;