6 references to AccessingAutoPropertyFromConstructor
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\AbstractFlowPass.cs (3)
572if (Binder.AccessingAutoPropertyFromConstructor(access, _symbol)) 2136return !Binder.AccessingAutoPropertyFromConstructor((BoundPropertyAccess)expr, _symbol); 2272if (Binder.AccessingAutoPropertyFromConstructor(node, _symbol))
FlowAnalysis\DefiniteAssignment.cs (3)
1119if (Binder.AccessingAutoPropertyFromConstructor(propAccess, this.CurrentSymbol)) 1451if (Binder.AccessingAutoPropertyFromConstructor(propertyAccess, this.CurrentSymbol)) 2751if (Binder.AccessingAutoPropertyFromConstructor(node, this.CurrentSymbol))