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; 108var property = (_property as SourcePropertySymbol)?.SourcePartialDefinitionPart ?? _property; 113=> _property; 116=> _property.Locations; 118public override RefKind RefKind => _property.RefKind; 120public override ImmutableArray<CustomModifier> RefCustomModifiers => _property.RefCustomModifiers; 123=> _property.TypeWithAnnotations; 126=> _property.HasPointerType; 149=> _property.ContainingSymbol; 152=> _property.ContainingType; 158if (!allAttributeSyntaxNodes.IsEmpty && _property.IsAutoPropertyOrUsesFieldKeyword)