1 write to _property
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
97
_property
= property;
18 references to _property
Microsoft.CodeAnalysis.CSharp (18)
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (18)
102
=>
_property
.AttributesOwner;
105
=>
_property
.Location;
112
var property = (
_property
as SourcePropertySymbol)?.SourcePartialDefinitionPart ??
_property
;
117
=>
_property
;
120
=>
_property
.Locations;
122
public override RefKind RefKind =>
_property
.RefKind;
124
public override ImmutableArray<CustomModifier> RefCustomModifiers =>
_property
.RefCustomModifiers;
127
=>
_property
.TypeWithAnnotations;
139
var propertyType =
_property
.TypeWithAnnotations;
141
|| !
_property
.UsesFieldKeyword)
176
if (
_property
.GetMethod is not SourcePropertyAccessorSymbol getAccessor)
178
Debug.Assert(
_property
.GetMethod is null);
228
NullableWalker.AnalyzeIfNeeded(binder, boundGetAccessor, boundGetAccessor.Syntax, diagnostics, symbolAndGetterNullResilienceData: (getAccessor, new NullableWalker.GetterNullResilienceData(
_property
.BackingField, assumedNullableAnnotation)));
242
=>
_property
.HasPointerType;
265
=>
_property
.ContainingSymbol;
268
=>
_property
.ContainingType;
274
if (!allAttributeSyntaxNodes.IsEmpty &&
_property
.IsAutoPropertyOrUsesFieldKeyword)