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; 111var property = (_property as SourcePropertySymbol)?.SourcePartialDefinitionPart ?? _property; 116=> _property; 119=> _property.Locations; 121public override RefKind RefKind => _property.RefKind; 123public override ImmutableArray<CustomModifier> RefCustomModifiers => _property.RefCustomModifiers; 126=> _property.TypeWithAnnotations; 138var propertyType = _property.TypeWithAnnotations; 140|| !_property.UsesFieldKeyword) 167if (_property.GetMethod is not SourcePropertyAccessorSymbol getAccessor) 169Debug.Assert(_property.GetMethod is null); 219NullableWalker.AnalyzeIfNeeded(binder, boundGetAccessor, boundGetAccessor.Syntax, diagnostics, getterNullResilienceData: (getAccessor, _property.BackingField, assumedNullableAnnotation)); 233=> _property.HasPointerType; 256=> _property.ContainingSymbol; 259=> _property.ContainingType; 265if (!allAttributeSyntaxNodes.IsEmpty && _property.IsAutoPropertyOrUsesFieldKeyword)