1 write to _property
Microsoft.CodeAnalysis.CSharp (1)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.FieldSymbol.cs (1)
27_property = property;
5 references to _property
Microsoft.CodeAnalysis.CSharp (5)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.FieldSymbol.cs (5)
32return _property.TypeWithAnnotations; 41get { return GeneratedNames.MakeAnonymousTypeBackingFieldName(_property.Name); } 76return _property; 107get { return _property.ContainingType; } 114return _property.ContainingType;