5 references to SourceFieldLikeEventSymbol
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\LocalDataFlowPass.cs (1)
266
SourceFieldLikeEventSymbol
e => e.AssociatedEventField?.HasInitializer == true,
Symbols\Source\SourceEventFieldSymbol.cs (1)
16
/// A delegate field associated with a <see cref="
SourceFieldLikeEventSymbol
"/>.
Symbols\Source\SourceEventSymbol.cs (1)
20
/// field-like (see <see cref="
SourceFieldLikeEventSymbol
"/>) or property-like (see
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5090
SourceFieldLikeEventSymbol
@event = new SourceFieldLikeEventSymbol(this, bodyBinder, eventFieldSyntax.Modifiers, declarator, diagnostics);
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
21
/// Associated with <see cref="
SourceFieldLikeEventSymbol
"/> and <see cref="SourceCustomEventSymbol"/>.