1 write to _property
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
97
_property
= property;
19 references to _property
Microsoft.CodeAnalysis.CSharp (19)
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (19)
102
=>
_property
.AttributesOwner;
105
=>
_property
.Location;
112
var property = (
_property
as SourcePropertySymbol)?.SourcePartialDefinitionPart ??
_property
;
117
=>
_property
;
120
=>
_property
.Locations;
123
=>
_property
.TryGetFirstLocation();
125
public override RefKind RefKind =>
_property
.RefKind;
127
public override ImmutableArray<CustomModifier> RefCustomModifiers =>
_property
.RefCustomModifiers;
130
=>
_property
.TypeWithAnnotations;
142
var propertyType =
_property
.TypeWithAnnotations;
144
|| !
_property
.UsesFieldKeyword)
179
if (
_property
.GetMethod is not SourcePropertyAccessorSymbol getAccessor)
181
Debug.Assert(
_property
.GetMethod is null);
231
NullableWalker.AnalyzeIfNeeded(binder, boundGetAccessor, boundGetAccessor.Syntax, diagnostics, symbolAndGetterNullResilienceData: (getAccessor, new NullableWalker.GetterNullResilienceData(
_property
.BackingField, assumedNullableAnnotation)));
245
=>
_property
.HasPointerType;
268
=>
_property
.ContainingSymbol;
271
=>
_property
.ContainingType;
277
if (!allAttributeSyntaxNodes.IsEmpty &&
_property
.IsAutoPropertyOrUsesFieldKeyword)