2 writes to VariableSymbol
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
523this.VariableSymbol = variableSymbol; 533this.VariableSymbol = variableSymbol;
6 references to VariableSymbol
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder.ValueChecks.cs (2)
2155if (argument is BoundDeconstructValuePlaceholder { VariableSymbol: not null } or BoundLocal { DeclarationKind: not BoundLocalDeclarationKind.None }) 2391BoundDeconstructValuePlaceholder p => p.VariableSymbol,
Generated\BoundNodes.xml.Generated.cs (4)
546if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(variableSymbol, this.VariableSymbol) || isDiscardExpression != this.IsDiscardExpression || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10454return node.Update(node.VariableSymbol, node.IsDiscardExpression, type); 11849Symbol? variableSymbol = GetUpdatedSymbol(node, node.VariableSymbol); 14475new TreeDumperNode("variableSymbol", node.VariableSymbol, null),