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