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