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