1 write to _allTypeParameters
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (1)
Symbols\EEMethodSymbol.vb (1)
90
_allTypeParameters
= container.TypeParameters.Concat(_typeParameters)
4 references to _allTypeParameters
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (4)
Symbols\EEMethodSymbol.vb (4)
91
Me.TypeMap = TypeSubstitution.Create(sourceMethod, allSourceTypeParameters, ImmutableArrayExtensions.Cast(Of TypeParameterSymbol, TypeSymbol)(
_allTypeParameters
))
100
TypeParameterChecker.Check(Me.SubstitutedSourceMethod,
_allTypeParameters
)
467
TypeParameterChecker.Check(Me,
_allTypeParameters
)
588
TypeParameterChecker.Check(newBody,
_allTypeParameters
)