6 references to AccessingAutoPropertyFromConstructor
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\AbstractFlowPass.cs (3)
572if (Binder.AccessingAutoPropertyFromConstructor(access, _symbol)) 2129return !Binder.AccessingAutoPropertyFromConstructor((BoundPropertyAccess)expr, _symbol); 2265if (Binder.AccessingAutoPropertyFromConstructor(node, _symbol))
FlowAnalysis\DefiniteAssignment.cs (3)
1104if (Binder.AccessingAutoPropertyFromConstructor(propAccess, this.CurrentSymbol)) 1436if (Binder.AccessingAutoPropertyFromConstructor(propertyAccess, this.CurrentSymbol)) 2724if (Binder.AccessingAutoPropertyFromConstructor(node, this.CurrentSymbol))