Base:
property
TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp.Symbols.PropertySymbol.TypeWithAnnotations
7 references to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
382return _property.TypeWithAnnotations;
Symbols\Source\SourcePropertySymbol.cs (1)
736bool hasTypeDifferences = !TypeWithAnnotations.Equals(implementation.TypeWithAnnotations, TypeCompareKind.AllIgnoreOptions);
Symbols\Source\SourcePropertySymbolBase.cs (3)
434return TypeWithAnnotations.DefaultType.IsPointerOrFunctionPointer(); 1058this.TypeWithAnnotations.NeedsNullableAttribute()) 1387var type = this.TypeWithAnnotations;
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (2)
126=> _property.TypeWithAnnotations; 138var propertyType = _property.TypeWithAnnotations;