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