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)
91Me.TypeMap = TypeSubstitution.Create(sourceMethod, allSourceTypeParameters, ImmutableArrayExtensions.Cast(Of TypeParameterSymbol, TypeSymbol)(_allTypeParameters)) 100TypeParameterChecker.Check(Me.SubstitutedSourceMethod, _allTypeParameters) 467TypeParameterChecker.Check(Me, _allTypeParameters) 588TypeParameterChecker.Check(newBody, _allTypeParameters)