2 instantiations of SimpleTypeParameterSymbol
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (2)
CompilationContext.vb (1)
222
Function(t1, t2) allTypeParameters.SelectAsArray(Function(tp, i, t) DirectCast(New
SimpleTypeParameterSymbol
(t, i, tp.GetUnmangledName()), TypeParameterSymbol), t2))
Symbols\ObjectIdLocalSymbol.vb (1)
94
Function(m) method.TypeParameters.SelectAsArray(Function(t) DirectCast(New
SimpleTypeParameterSymbol
(m, t.Ordinal, t.Name), TypeParameterSymbol)),