3 references to GetOrdinal
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (3)
507int ordinal = GetOrdinal(typeParameter); 540int methodTypeParameterIndex = GetOrdinal(methodTypeParameter); 655var ordinal = GetOrdinal((TypeParameterSymbol)target.Type);