2 references to AccessingAutoPropertyFromConstructor
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder.ValueChecks.cs (1)
1752
if (!
AccessingAutoPropertyFromConstructor
(receiver, propertySymbol, containing, AccessorKind.Set)
Binder\Binder_Statements.cs (1)
1756
return
AccessingAutoPropertyFromConstructor
(propertyAccess.ReceiverOpt, propertyAccess.PropertySymbol, fromMember, propertyAccess.AutoPropertyAccessorKind);