1 write to _typeParameters
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (1)
Symbols\EEMethodSymbol.vb (1)
87
_typeParameters
= sourceMethodTypeParameters.SelectAsArray(
7 references to _typeParameters
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (7)
Symbols\EEMethodSymbol.vb (7)
90
_allTypeParameters = container.TypeParameters.Concat(
_typeParameters
)
93
EENamedTypeSymbol.VerifyTypeParameters(Me,
_typeParameters
)
97
If
_typeParameters
.Any() Then
98
Me.SubstitutedSourceMethod = Me.SubstitutedSourceMethod.Construct(
_typeParameters
.As(Of TypeSymbol)())
202
Return
_typeParameters
.Length
284
Return ImmutableArrayExtensions.Cast(Of TypeParameterSymbol, TypeSymbol)(
_typeParameters
)
290
Return
_typeParameters