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