2 references to EETypeParameterSymbol
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (2)
Symbols\EEMethodSymbol.vb (1)
88
Function(tp As TypeParameterSymbol, i As Integer, arg As Object) DirectCast(New
EETypeParameterSymbol
(Me, tp, i, getTypeMap), TypeParameterSymbol),
Symbols\EENamedTypeSymbol.vb (1)
88
Function(tp As TypeParameterSymbol, i As Integer, arg As Object) DirectCast(New
EETypeParameterSymbol
(Me, tp, i, getTypeMap), TypeParameterSymbol),