1 write to _property
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
93
_property
= property;
13 references to _property
Microsoft.CodeAnalysis.CSharp (13)
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (13)
98
=>
_property
.AttributesOwner;
101
=>
_property
.Location;
108
var property = (
_property
as SourcePropertySymbol)?.SourcePartialDefinitionPart ??
_property
;
113
=>
_property
;
116
=>
_property
.Locations;
118
public override RefKind RefKind =>
_property
.RefKind;
120
public override ImmutableArray<CustomModifier> RefCustomModifiers =>
_property
.RefCustomModifiers;
123
=>
_property
.TypeWithAnnotations;
126
=>
_property
.HasPointerType;
149
=>
_property
.ContainingSymbol;
152
=>
_property
.ContainingType;
158
if (!allAttributeSyntaxNodes.IsEmpty &&
_property
.IsAutoPropertyOrUsesFieldKeyword)