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