2 overrides of GetGenericTypeArgument
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Compilation_WellKnownMembers.cs (1)
1067
protected override TypeSymbol?
GetGenericTypeArgument
(TypeSymbol type, int argumentIndex)
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\WellKnownMembers.vb (1)
579
Protected Overrides Function
GetGenericTypeArgument
(ByVal type As TypeSymbol, ByVal argumentIndex As Integer) As TypeSymbol
1 reference to GetGenericTypeArgument
Microsoft.CodeAnalysis (1)
SignatureComparer.cs (1)
219
if (!MatchType(
GetGenericTypeArgument
(type, argumentIndex), signature, ref position))