Base:
property
TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp.Symbols.EventSymbol.TypeWithAnnotations
2 overrides of TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceCustomEventSymbol.cs (1)
175public override TypeWithAnnotations TypeWithAnnotations
Symbols\Source\SourceFieldLikeEventSymbol.cs (1)
166public override TypeWithAnnotations TypeWithAnnotations
6 references to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourceEventSymbol.cs (4)
391var type = this.TypeWithAnnotations; 885TypeWithAnnotations.NeedsNullableAttribute()) 937if (!TypeWithAnnotations.Equals(implementation.TypeWithAnnotations, TypeCompareKind.AllIgnoreOptions))
Symbols\Synthesized\SynthesizedAccessorValueParameterSymbol.cs (2)
135return @event.TypeWithAnnotations; 145return @event.TypeWithAnnotations;