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