8 references to SourceFieldLikeEventSymbol
Microsoft.CodeAnalysis.CSharp (8)
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\SourceFieldLikeEventSymbol.cs (2)
222
/// Accessor of a <see cref="
SourceFieldLikeEventSymbol
"/> which is a partial definition.
227
SourceFieldLikeEventSymbol
ev,
Symbols\Source\SourceMethodSymbol.cs (2)
176
if (((target.IsImplicitlyDeclared && target is not
SourceFieldLikeEventSymbol
.SourceEventDefinitionAccessorSymbol { PartialImplementationPart.IsImplicitlyDeclared: false }) ||
184
SourceFieldLikeEventSymbol
.SourceEventDefinitionAccessorSymbol)
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
21
/// Associated with <see cref="
SourceFieldLikeEventSymbol
"/> and <see cref="SourceCustomEventSymbol"/>.