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