4 references to PlaceholderMethodSymbol
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (4)
Symbols\PlaceholderMethodSymbol.vb (4)
16Friend Delegate Function GetTypeParameters(method As PlaceholderMethodSymbol) As ImmutableArray(Of TypeParameterSymbol) 17Friend Delegate Function GetParameters(method As PlaceholderMethodSymbol) As ImmutableArray(Of ParameterSymbol) 18Friend Delegate Function GetReturnType(method As PlaceholderMethodSymbol) As TypeSymbol 166Friend Sub New(underlying As PlaceholderMethodSymbol)