Base:
property
TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp.Symbols.PropertySymbol.TypeWithAnnotations
8 references to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
410
return _property.
TypeWithAnnotations
;
Symbols\Source\SourcePropertySymbol.cs (2)
733
bool hasTypeDifferences = !
TypeWithAnnotations
.Equals(implementation.
TypeWithAnnotations
, TypeCompareKind.AllIgnoreOptions);
Symbols\Source\SourcePropertySymbolBase.cs (3)
435
return
TypeWithAnnotations
.DefaultType.IsPointerOrFunctionPointer();
1085
this.
TypeWithAnnotations
.NeedsNullableAttribute())
1421
var type = this.
TypeWithAnnotations
;
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (2)
132
=> _property.
TypeWithAnnotations
;
144
var propertyType = _property.
TypeWithAnnotations
;