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