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)
46Dim delegateInvoke = New SynthesizedDelegateMethodSymbol(WellKnownMemberNames.DelegateInvokeName, 64Dim delegateCtor = New SynthesizedDelegateMethodSymbol(WellKnownMemberNames.InstanceConstructorName, 86delegateBeginInvoke = New SynthesizedDelegateMethodSymbol(WellKnownMemberNames.DelegateBeginInvokeName, 103delegateEndInvoke = 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)
20Private ReadOnly _members As ImmutableArray(Of SynthesizedDelegateMethodSymbol) 75Dim delegateBeginInvoke As SynthesizedDelegateMethodSymbol 76Dim 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