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\SourceEventAccessorSymbol.cs (2)
122var parameter = new SynthesizedAccessorValueParameterSymbol(this, _event.TypeWithAnnotations, 0); 150var parameter = new SynthesizedAccessorValueParameterSymbol(this, _event.TypeWithAnnotations, 0);
Symbols\Source\SourceEventSymbol.cs (2)
321var type = this.TypeWithAnnotations; 754TypeWithAnnotations.NeedsNullableAttribute())