2 writes to VariableSymbol
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
8699this.VariableSymbol = variableSymbol; 8706this.VariableSymbol = variableSymbol;
5 references to VariableSymbol
Microsoft.CodeAnalysis.CSharp (5)
BoundTree\OutDeconstructVarPendingInference.cs (1)
18Placeholder = new BoundDeconstructValuePlaceholder(this.Syntax, variableSymbol: VariableSymbol, isDiscardExpression: IsDiscardExpression, type.Type, hasErrors: this.HasErrors || !success);
Generated\BoundNodes.xml.Generated.cs (4)
8719if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(variableSymbol, this.VariableSymbol) || isDiscardExpression != this.IsDiscardExpression) 12222return node.Update(node.VariableSymbol, node.IsDiscardExpression); 14934Symbol? variableSymbol = GetUpdatedSymbol(node, node.VariableSymbol); 17118new TreeDumperNode("variableSymbol", node.VariableSymbol, null),