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