2 writes to VariableSymbol
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
8700this.VariableSymbol = variableSymbol; 8707this.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)
8720if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(variableSymbol, this.VariableSymbol) || isDiscardExpression != this.IsDiscardExpression) 12370Symbol? variableSymbol = this.VisitSymbol(node.VariableSymbol); 15071Symbol? variableSymbol = GetUpdatedSymbol(node, node.VariableSymbol); 17257new TreeDumperNode("variableSymbol", node.VariableSymbol, null),