2 instantiations of 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),
1 reference to EETypeParameterSymbol
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler.UnitTests (1)
ExpressionCompilerTests.vb (1)
197
Dim eeTypeParameterSymbol = DirectCast(method.Parameters(0).Type,
EETypeParameterSymbol
)