1 instantiation of SourceCustomEventSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5127
var @event = new
SourceCustomEventSymbol
(this, bodyBinder, eventSyntax, diagnostics);
4 references to SourceCustomEventSymbol
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceCustomEventAccessorSymbol.cs (1)
18
/// The accessors are associated with <see cref="
SourceCustomEventSymbol
"/>.
Symbols\Source\SourceEventSymbol.cs (1)
21
/// <see cref="
SourceCustomEventSymbol
"/>).
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5127
var
@event = new SourceCustomEventSymbol(this, bodyBinder, eventSyntax, diagnostics);
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
21
/// Associated with <see cref="SourceFieldLikeEventSymbol"/> and <see cref="
SourceCustomEventSymbol
"/>.