8 instantiations of SynthesizedDelegateMethodSymbol
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\AnonymousTypes\PublicSymbols\AnonymousDelegate_TypePublicSymbol.vb (4)
38Dim delegateInvoke = New SynthesizedDelegateMethodSymbol(WellKnownMemberNames.DelegateInvokeName, 51Dim delegateCtor = New SynthesizedDelegateMethodSymbol( 76delegateBeginInvoke = New SynthesizedDelegateMethodSymbol( 94delegateEndInvoke = New SynthesizedDelegateMethodSymbol(
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousDelegate_TemplateSymbol.vb (4)
45Dim delegateInvoke = New SynthesizedDelegateMethodSymbol(WellKnownMemberNames.DelegateInvokeName, 63Dim delegateCtor = New SynthesizedDelegateMethodSymbol(WellKnownMemberNames.InstanceConstructorName, 85delegateBeginInvoke = New SynthesizedDelegateMethodSymbol(WellKnownMemberNames.DelegateBeginInvokeName, 102delegateEndInvoke = New SynthesizedDelegateMethodSymbol(WellKnownMemberNames.DelegateEndInvokeName,
8 references to SynthesizedDelegateMethodSymbol
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\AnonymousTypes\PublicSymbols\AnonymousDelegate_TypePublicSymbol.vb (4)
21Private ReadOnly _members As ImmutableArray(Of SynthesizedDelegateMethodSymbol) 62Dim delegateBeginInvoke As SynthesizedDelegateMethodSymbol 63Dim delegateEndInvoke As SynthesizedDelegateMethodSymbol 133Private Shared Function ParameterFromField(container As SynthesizedDelegateMethodSymbol, field As AnonymousTypeField, ordinal As Integer) As ParameterSymbol
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousDelegate_TemplateSymbol.vb (3)
19Private ReadOnly _members As ImmutableArray(Of SynthesizedDelegateMethodSymbol) 74Dim delegateBeginInvoke As SynthesizedDelegateMethodSymbol 75Dim delegateEndInvoke As SynthesizedDelegateMethodSymbol
Symbols\SynthesizedSymbols\SynthesizedDelegateMethodSymbol.vb (1)
28''' Initializes a new instance of the <see cref="SynthesizedDelegateMethodSymbol" /> class. The parameters are not initialized and need to be set