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