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