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