6 references to AccessingAutoPropertyFromConstructor
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\AbstractFlowPass.cs (3)
571if (Binder.AccessingAutoPropertyFromConstructor(access, _symbol)) 2135return !Binder.AccessingAutoPropertyFromConstructor((BoundPropertyAccess)expr, _symbol); 2271if (Binder.AccessingAutoPropertyFromConstructor(node, _symbol))
FlowAnalysis\DefiniteAssignment.cs (3)
1105if (Binder.AccessingAutoPropertyFromConstructor(propAccess, this.CurrentSymbol)) 1437if (Binder.AccessingAutoPropertyFromConstructor(propertyAccess, this.CurrentSymbol)) 2737if (Binder.AccessingAutoPropertyFromConstructor(node, this.CurrentSymbol))