Base:
property
TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp.Symbols.EventSymbol.TypeWithAnnotations
2 overrides of TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceCustomEventSymbol.cs (1)
175
public override TypeWithAnnotations
TypeWithAnnotations
Symbols\Source\SourceFieldLikeEventSymbol.cs (1)
159
public override TypeWithAnnotations
TypeWithAnnotations
9 references to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourceEventSymbol.cs (4)
375
var type = this.
TypeWithAnnotations
;
834
TypeWithAnnotations
.NeedsNullableAttribute())
867
if (!
TypeWithAnnotations
.Equals(implementation.
TypeWithAnnotations
, TypeCompareKind.AllIgnoreOptions))
Symbols\Synthesized\SynthesizedAccessorValueParameterSymbol.cs (2)
135
return @event.
TypeWithAnnotations
;
145
return @event.
TypeWithAnnotations
;
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
PartialEventsAndConstructorsTests.cs (3)
2776
Assert.Equal(NullableAnnotation.NotAnnotated, e.
TypeWithAnnotations
.NullableAnnotation);
2780
Assert.Equal(NullableAnnotation.Annotated, f.
TypeWithAnnotations
.NullableAnnotation);
2784
Assert.Equal(NullableAnnotation.Oblivious, g.
TypeWithAnnotations
.NullableAnnotation);