1 write to _property
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
96
_property
= property;
18 references to _property
Microsoft.CodeAnalysis.CSharp (18)
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (18)
101
=>
_property
.AttributesOwner;
104
=>
_property
.Location;
111
var property = (
_property
as SourcePropertySymbol)?.SourcePartialDefinitionPart ??
_property
;
116
=>
_property
;
119
=>
_property
.Locations;
121
public override RefKind RefKind =>
_property
.RefKind;
123
public override ImmutableArray<CustomModifier> RefCustomModifiers =>
_property
.RefCustomModifiers;
126
=>
_property
.TypeWithAnnotations;
138
var propertyType =
_property
.TypeWithAnnotations;
140
|| !
_property
.UsesFieldKeyword)
167
if (
_property
.GetMethod is not SourcePropertyAccessorSymbol getAccessor)
169
Debug.Assert(
_property
.GetMethod is null);
219
NullableWalker.AnalyzeIfNeeded(binder, boundGetAccessor, boundGetAccessor.Syntax, diagnostics, getterNullResilienceData: (getAccessor,
_property
.BackingField, assumedNullableAnnotation));
233
=>
_property
.HasPointerType;
256
=>
_property
.ContainingSymbol;
259
=>
_property
.ContainingType;
265
if (!allAttributeSyntaxNodes.IsEmpty &&
_property
.IsAutoPropertyOrUsesFieldKeyword)