1 write to _property
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
93
_property
= property;
12 references to _property
Microsoft.CodeAnalysis.CSharp (12)
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (12)
98
=>
_property
.AttributesOwner;
101
=>
_property
.Location;
104
=>
_property
.AttributeDeclarationSyntaxList;
107
=>
_property
;
110
=>
_property
.Locations;
112
public override RefKind RefKind =>
_property
.RefKind;
114
public override ImmutableArray<CustomModifier> RefCustomModifiers =>
_property
.RefCustomModifiers;
117
=>
_property
.TypeWithAnnotations;
120
=>
_property
.HasPointerType;
143
=>
_property
.ContainingSymbol;
146
=>
_property
.ContainingType;
152
if (!allAttributeSyntaxNodes.IsEmpty &&
_property
.IsAutoPropertyWithGetAccessor)