1 override of GetGenericTypeArgument
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Compilation_WellKnownMembers.cs (1)
1097protected override TypeSymbol? GetGenericTypeArgument(TypeSymbol type, int argumentIndex)
1 reference to GetGenericTypeArgument
Microsoft.CodeAnalysis (1)
SignatureComparer.cs (1)
219if (!MatchType(GetGenericTypeArgument(type, argumentIndex), signature, ref position))