2 writes to VariableSymbol
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
8731this.VariableSymbol = variableSymbol; 8738this.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)
8751if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(variableSymbol, this.VariableSymbol) || isDiscardExpression != this.IsDiscardExpression) 12402Symbol? variableSymbol = this.VisitSymbol(node.VariableSymbol); 15099Symbol? variableSymbol = GetUpdatedSymbol(node, node.VariableSymbol); 17286new TreeDumperNode("variableSymbol", node.VariableSymbol, null),