4 types derived from SourceDelegateMethodSymbol
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceDelegateMethodSymbol.cs (4)
209private sealed class Constructor : SourceDelegateMethodSymbol 251private sealed class InvokeMethod : SourceDelegateMethodSymbol 347private sealed class BeginInvokeMethod : SourceDelegateMethodSymbol 385private 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)
3526SourceDelegateMethodSymbol.AddDelegateMembers(this, builder.NonTypeMembers, (DelegateDeclarationSyntax)syntax, diagnostics);
Symbols\VarianceSafety.cs (1)
123internal static void CheckDelegateVarianceSafety(this SourceDelegateMethodSymbol method, BindingDiagnosticBag diagnostics)