Base:
property
TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp.Symbols.PropertySymbol.TypeWithAnnotations
11 references to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
383
return _property.
TypeWithAnnotations
;
Symbols\Source\SourcePropertySymbol.cs (2)
734
bool hasTypeDifferences = !
TypeWithAnnotations
.Equals(implementation.
TypeWithAnnotations
, TypeCompareKind.AllIgnoreOptions);
Symbols\Source\SourcePropertySymbolBase.cs (3)
435
return
TypeWithAnnotations
.DefaultType.IsPointerOrFunctionPointer();
1059
this.
TypeWithAnnotations
.NeedsNullableAttribute())
1395
var type = this.
TypeWithAnnotations
;
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (2)
127
=> _property.
TypeWithAnnotations
;
139
var propertyType = _property.
TypeWithAnnotations
;
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Symbols\PartialPropertiesTests.cs (3)
1680
Assert.Equal(NullableAnnotation.NotAnnotated, p1.
TypeWithAnnotations
.NullableAnnotation);
1684
Assert.Equal(NullableAnnotation.Annotated, p2.
TypeWithAnnotations
.NullableAnnotation);
1688
Assert.Equal(NullableAnnotation.Oblivious, p3.
TypeWithAnnotations
.NullableAnnotation);