6 references to AccessingAutoPropertyFromConstructor
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\AbstractFlowPass.cs (3)
572if (Binder.AccessingAutoPropertyFromConstructor(access, _symbol)) 1956return !Binder.AccessingAutoPropertyFromConstructor((BoundPropertyAccess)expr, _symbol); 2092if (Binder.AccessingAutoPropertyFromConstructor(node, _symbol))
FlowAnalysis\DefiniteAssignment.cs (3)
1060if (Binder.AccessingAutoPropertyFromConstructor(propAccess, this.CurrentSymbol)) 1369if (Binder.AccessingAutoPropertyFromConstructor(propertyAccess, this.CurrentSymbol)) 2556if (Binder.AccessingAutoPropertyFromConstructor(node, this.CurrentSymbol))