2 writes to VariableSymbol
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
8697this.VariableSymbol = variableSymbol; 8704this.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)
8717if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(variableSymbol, this.VariableSymbol) || isDiscardExpression != this.IsDiscardExpression) 12362Symbol? variableSymbol = this.VisitSymbol(node.VariableSymbol); 15077Symbol? variableSymbol = GetUpdatedSymbol(node, node.VariableSymbol); 17260new TreeDumperNode("variableSymbol", node.VariableSymbol, null),