1 write to _property
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
93_property = property;
12 references to _property
Microsoft.CodeAnalysis.CSharp (12)
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (12)
98=> _property.AttributesOwner; 101=> _property.Location; 104=> _property.AttributeDeclarationSyntaxList; 107=> _property; 110=> _property.Locations; 112public override RefKind RefKind => _property.RefKind; 114public override ImmutableArray<CustomModifier> RefCustomModifiers => _property.RefCustomModifiers; 117=> _property.TypeWithAnnotations; 120=> _property.HasPointerType; 143=> _property.ContainingSymbol; 146=> _property.ContainingType; 152if (!allAttributeSyntaxNodes.IsEmpty && _property.IsAutoPropertyWithGetAccessor)