13 overrides of TypeArguments
Microsoft.CodeAnalysis.VisualBasic (13)
Symbols\ErrorMethodSymbol.vb (1)
244Public Overrides ReadOnly Property TypeArguments As ImmutableArray(Of TypeSymbol)
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
1102Public Overrides ReadOnly Property TypeArguments As ImmutableArray(Of TypeSymbol)
Symbols\ReducedExtensionMethodSymbol.vb (1)
377Public Overrides ReadOnly Property TypeArguments As ImmutableArray(Of TypeSymbol)
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
122Public Overrides ReadOnly Property TypeArguments As ImmutableArray(Of TypeSymbol)
Symbols\SignatureOnlyMethodSymbol.vb (1)
180Public Overrides ReadOnly Property TypeArguments() As ImmutableArray(Of TypeSymbol)
Symbols\Source\LambdaSymbol.vb (1)
324Public Overrides ReadOnly Property TypeArguments As ImmutableArray(Of TypeSymbol)
Symbols\Source\SourceMethodSymbol.vb (1)
1246Public NotOverridable Overrides ReadOnly Property TypeArguments As ImmutableArray(Of TypeSymbol)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1320Public Overrides ReadOnly Property TypeArguments As ImmutableArray(Of TypeSymbol)
Symbols\SubstitutedMethodSymbol.vb (1)
327Public MustOverride Overrides ReadOnly Property TypeArguments As ImmutableArray(Of TypeSymbol)
Symbols\SynthesizedSymbols\SynthesizedDelegateMethodSymbol.vb (1)
382Public Overrides ReadOnly Property TypeArguments As ImmutableArray(Of TypeSymbol)
Symbols\SynthesizedSymbols\SynthesizedGlobalMethodBase.vb (1)
302Public Overrides ReadOnly Property TypeArguments As ImmutableArray(Of TypeSymbol)
Symbols\SynthesizedSymbols\SynthesizedMethodBase.vb (1)
132Public Overrides ReadOnly Property TypeArguments As ImmutableArray(Of TypeSymbol)
Symbols\Tuples\TupleMethodSymbol.vb (1)
95Public Overrides ReadOnly Property TypeArguments As ImmutableArray(Of TypeSymbol)
4 references to TypeArguments
Microsoft.CodeAnalysis.VisualBasic (4)
Emit\MethodSymbolAdapter.vb (1)
210Return From arg In AdaptedMethodSymbol.TypeArguments
Symbols\ConstraintsHelper.vb (1)
601Return CheckConstraints(method, languageVersion, substitution, method.OriginalDefinition.TypeParameters, method.TypeArguments, diagnosticsBuilder, useSiteDiagnosticsBuilder, template)
Symbols\MethodSymbol.vb (2)
1112Return StaticCast(Of ITypeSymbol).From(Me.TypeArguments) 1118Return Me.TypeArguments.SelectAsArray(Function(t) NullableAnnotation.None)