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