Base:
property
TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp.Symbols.EventSymbol.TypeWithAnnotations
2 overrides of TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceCustomEventSymbol.cs (1)
175
public override TypeWithAnnotations
TypeWithAnnotations
Symbols\Source\SourceFieldLikeEventSymbol.cs (1)
158
public override TypeWithAnnotations
TypeWithAnnotations
5 references to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceEventSymbol.cs (3)
374
var type = this.
TypeWithAnnotations
;
833
TypeWithAnnotations
.NeedsNullableAttribute())
866
if (!TypeWithAnnotations.Equals(implementation.
TypeWithAnnotations
, TypeCompareKind.AllIgnoreOptions))
Symbols\Synthesized\SynthesizedAccessorValueParameterSymbol.cs (2)
130
return @event.
TypeWithAnnotations
;
140
return @event.
TypeWithAnnotations
;