Base:
property
TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp.Symbols.EventSymbol.TypeWithAnnotations
2 overrides of TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceCustomEventSymbol.cs (1)
173
public override TypeWithAnnotations
TypeWithAnnotations
Symbols\Source\SourceFieldLikeEventSymbol.cs (1)
142
public override TypeWithAnnotations
TypeWithAnnotations
4 references to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceEventSymbol.cs (2)
329
var type = this.
TypeWithAnnotations
;
762
TypeWithAnnotations
.NeedsNullableAttribute())
Symbols\Synthesized\SynthesizedAccessorValueParameterSymbol.cs (2)
130
return @event.
TypeWithAnnotations
;
140
return @event.
TypeWithAnnotations
;