4 types derived from SourceDelegateMethodSymbol
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceDelegateMethodSymbol.cs (4)
215
private sealed class Constructor :
SourceDelegateMethodSymbol
259
private sealed class InvokeMethod :
SourceDelegateMethodSymbol
355
private sealed class BeginInvokeMethod :
SourceDelegateMethodSymbol
395
private sealed class EndInvokeMethod :
SourceDelegateMethodSymbol
4 references to SourceDelegateMethodSymbol
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceDelegateClonedParameterSymbolForBeginAndEndInvoke.cs (2)
14
internal SourceDelegateClonedParameterSymbolForBeginAndEndInvoke(SourceParameterSymbol originalParam,
SourceDelegateMethodSymbol
newOwner, int newOrdinal)
33
(
SourceDelegateMethodSymbol
)ContainingSymbol,
Symbols\Source\SourceMemberContainerSymbol.cs (1)
4054
SourceDelegateMethodSymbol
.AddDelegateMembers(this, builder.NonTypeMembersWithPartialImplementations, (DelegateDeclarationSyntax)syntax, diagnostics);
Symbols\VarianceSafety.cs (1)
126
internal static void CheckDelegateVarianceSafety(this
SourceDelegateMethodSymbol
method, BindingDiagnosticBag diagnostics)