1 instantiation of SourceFieldLikeEventSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5927SourceFieldLikeEventSymbol @event = new SourceFieldLikeEventSymbol(this, bodyBinder, eventFieldSyntax.Modifiers, declarator, diagnostics);
9 references to SourceFieldLikeEventSymbol
Microsoft.CodeAnalysis.CSharp (9)
FlowAnalysis\LocalDataFlowPass.cs (1)
266SourceFieldLikeEventSymbol 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)
21/// field-like (see <see cref="SourceFieldLikeEventSymbol"/>) or property-like (see
Symbols\Source\SourceFieldLikeEventSymbol.cs (2)
230/// Accessor of a <see cref="SourceFieldLikeEventSymbol"/> which is a partial definition. 235SourceFieldLikeEventSymbol ev,
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5927SourceFieldLikeEventSymbol @event = new SourceFieldLikeEventSymbol(this, bodyBinder, eventFieldSyntax.Modifiers, declarator, diagnostics);
Symbols\Source\SourceMethodSymbol.cs (2)
236if (((target.IsImplicitlyDeclared && target is not SourceFieldLikeEventSymbol.SourceEventDefinitionAccessorSymbol { PartialImplementationPart.IsImplicitlyDeclared: false }) || 244SourceFieldLikeEventSymbol.SourceEventDefinitionAccessorSymbol)
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
22/// Associated with <see cref="SourceFieldLikeEventSymbol"/> and <see cref="SourceCustomEventSymbol"/>.