Base:
property
TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp.Symbols.PropertySymbol.TypeWithAnnotations
6 references to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
382return _property.TypeWithAnnotations;
Symbols\Source\SourcePropertySymbol.cs (1)
689bool hasTypeDifferences = !TypeWithAnnotations.Equals(implementation.TypeWithAnnotations, TypeCompareKind.AllIgnoreOptions);
Symbols\Source\SourcePropertySymbolBase.cs (3)
433return TypeWithAnnotations.DefaultType.IsPointerOrFunctionPointer(); 1043this.TypeWithAnnotations.NeedsNullableAttribute()) 1368var type = this.TypeWithAnnotations;
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
123=> _property.TypeWithAnnotations;