Base:
property
TypeArguments
Microsoft.CodeAnalysis.VisualBasic.Symbols.SubstitutedMethodSymbol.TypeArguments
5 references to TypeArguments
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\SubstitutedMethodSymbol.vb (5)
735
For Each typeArgument In
TypeArguments
753
Dim arguments =
TypeArguments
754
Dim otherArguments = other.
TypeArguments
871
Return reducedDef.Construct(Me.
TypeArguments
)
881
Dim typeArguments As ImmutableArray(Of TypeSymbol) = Me.
TypeArguments