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