Base:
property
TypeParameters
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbols.ErrorTypeSymbol.TypeParameters
5 references to TypeParameters
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\InstanceErrorTypeSymbol.vb (2)
46
Dim substitution = TypeSubstitution.Create(Me, Me.
TypeParameters
, typeArguments, allowAlphaRenamedTypeParametersAsArguments:=True)
124
Return StaticCast(Of TypeSymbol).From(Me.
TypeParameters
)
Symbols\SubstitutedErrorType.vb (3)
111
Return _fullInstanceType.
TypeParameters
132
Return _substitution.GetTypeArgumentsCustomModifiersFor(_fullInstanceType.
TypeParameters
(ordinal))
204
Dim substitution = TypeSubstitution.Create(_fullInstanceType, _fullInstanceType.
TypeParameters
, typeArguments, allowAlphaRenamedTypeParametersAsArguments:=True)