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