2 writes to WasConverted
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\BoundExpression.cs (1)
60
result.
WasConverted
= true;
BoundTree\BoundNode.cs (1)
166
this.
WasConverted
= original.WasConverted;
4 references to WasConverted
Microsoft.CodeAnalysis.CSharp (4)
BoundTree\BoundExpression.cs (3)
56
if ((Kind != BoundKind.Local && Kind != BoundKind.Parameter) || this.
WasConverted
)
92
case BoundKind.Local when !
WasConverted
:
93
case BoundKind.Parameter when !
WasConverted
:
BoundTree\BoundNode.cs (1)
166
this.WasConverted = original.
WasConverted
;