2 writes to VariableSymbol
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
8662this.VariableSymbol = variableSymbol; 8669this.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)
8682if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(variableSymbol, this.VariableSymbol) || isDiscardExpression != this.IsDiscardExpression) 12185return node.Update(node.VariableSymbol, node.IsDiscardExpression); 14897Symbol? variableSymbol = GetUpdatedSymbol(node, node.VariableSymbol); 17081new TreeDumperNode("variableSymbol", node.VariableSymbol, null),