Base:
property
TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp.Symbols.PropertySymbol.TypeWithAnnotations
6 references to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourcePropertyAccessorSymbol.cs (2)
383return _property.TypeWithAnnotations; 760parameters.Add(new SynthesizedAccessorValueParameterSymbol(this, _property.TypeWithAnnotations, parameters.Count));
Symbols\Source\SourcePropertySymbolBase.cs (3)
358return TypeWithAnnotations.DefaultType.IsPointerOrFunctionPointer(); 831this.TypeWithAnnotations.NeedsNullableAttribute()) 1122var type = this.TypeWithAnnotations;
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
117=> _property.TypeWithAnnotations;