2 writes to WasConverted
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\BoundExpression.cs (1)
41result.WasConverted = true;
BoundTree\BoundNode.cs (1)
153this.WasConverted = original.WasConverted;
4 references to WasConverted
Microsoft.CodeAnalysis.CSharp (4)
BoundTree\BoundExpression.cs (3)
37if ((Kind != BoundKind.Local && Kind != BoundKind.Parameter) || this.WasConverted) 72case BoundKind.Local when !WasConverted: 73case BoundKind.Parameter when !WasConverted:
BoundTree\BoundNode.cs (1)
153this.WasConverted = original.WasConverted;