1 write to _property
Microsoft.CodeAnalysis.CSharp (1)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.PropertyAccessorSymbol.cs (1)
26_property = property;
4 references to _property
Microsoft.CodeAnalysis.CSharp (4)
Compiler\AnonymousTypeMethodBodySynthesizer.cs (1)
87F.CloseMethod(F.Block(F.Return(F.Field(F.This(), _property.BackingField))));
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.PropertyAccessorSymbol.cs (3)
46get { return _property.TypeWithAnnotations; } 56get { return _property; } 64return _property.Locations;