1 write to Variable
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8276this.Variable = variable;
34 references to Variable
Microsoft.CodeAnalysis.CSharp (34)
Binder\DecisionDagBuilder_CheckOrReachability.cs (5)
1068unionMatchingMode: UnionMatchingMode.None, recursivePattern.Variable, recursivePattern.VariableAccess, 1122var result = new BoundDeclarationPattern(node.Syntax, node.DeclaredType, node.IsVar, unionMatchingMode: UnionMatchingMode.None, node.Variable, node.VariableAccess, node.InputType, node.NarrowedType) 1258if (_evalSequence.Count > startOfNestedPatterns || node.Variable is not null) 1386listPattern.ReceiverPlaceholder, listPattern.ArgumentPlaceholder, listPattern.Variable, listPattern.VariableAccess, 1417listPattern.ReceiverPlaceholder, listPattern.ArgumentPlaceholder, listPattern.Variable, listPattern.VariableAccess,
Binder\DecisionDagBuilder.cs (1)
607RoslynDebug.Assert(declaration.Variable == null);
Binder\RefSafetyAnalysis.cs (1)
747if (pattern.Variable is LocalSymbol local)
Binder\UnionMatchingRewriter.cs (5)
124unionMatchingMode: UnionMatchingMode.None, node.Variable, node.VariableAccess, inputType: node.InputType, narrowedType: node.NarrowedType), 126node.DeclaredType, node.DeconstructMethod, node.Deconstruction, node.Properties, node.IsExplicitNotNullTest, unionMatchingMode: UnionMatchingMode.None, node.Variable, node.VariableAccess, 135Symbol? variable = node.Variable; 157node.Update(node.DeclaredType, node.IsVar, unionMatchingMode: UnionMatchingMode.None, node.Variable, node.VariableAccess, 159exclusiveValuePattern: node.Update(node.DeclaredType, node.IsVar, unionMatchingMode: UnionMatchingMode.None, node.Variable, node.VariableAccess,
BoundTree\BoundListPattern.cs (1)
16return Update(subpatterns, this.HasSlice, this.LengthAccess, this.IndexerAccess, this.ReceiverPlaceholder, this.ArgumentPlaceholder, this.Variable, this.VariableAccess, this.InputType, this.NarrowedType);
BoundTree\BoundNode_Source.cs (1)
446append(declarationPattern.Variable?.Name);
FlowAnalysis\DataFlowsOutWalker.cs (1)
124return ((BoundObjectPattern)node).Variable as LocalSymbol;
FlowAnalysis\DefiniteAssignment.cs (1)
1497var symbol = pattern.Variable as LocalSymbol;
FlowAnalysis\VariablesDeclaredWalker.cs (3)
74noteOneVariable(declarationPattern.Variable); 84noteOneVariable(recursivePattern.Variable); 97noteOneVariable(listPattern.Variable);
Generated\BoundNodes.xml.Generated.cs (12)
8312if (declaredType != this.DeclaredType || isVar != this.IsVar || unionMatchingMode != this.UnionMatchingMode || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(variable, this.Variable) || variableAccess != this.VariableAccess || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything)) 8355if (declaredType != this.DeclaredType || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(deconstructMethod, this.DeconstructMethod) || deconstruction != this.Deconstruction || properties != this.Properties || isExplicitNotNullTest != this.IsExplicitNotNullTest || unionMatchingMode != this.UnionMatchingMode || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(variable, this.Variable) || variableAccess != this.VariableAccess || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything)) 8399if (subpatterns != this.Subpatterns || hasSlice != this.HasSlice || lengthAccess != this.LengthAccess || indexerAccess != this.IndexerAccess || receiverPlaceholder != this.ReceiverPlaceholder || argumentPlaceholder != this.ArgumentPlaceholder || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(variable, this.Variable) || variableAccess != this.VariableAccess || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything)) 12544Symbol? variable = this.VisitSymbol(node.Variable); 12554Symbol? variable = this.VisitSymbol(node.Variable); 12565Symbol? variable = this.VisitSymbol(node.Variable); 15242Symbol? variable = GetUpdatedSymbol(node, node.Variable); 15253Symbol? variable = GetUpdatedSymbol(node, node.Variable); 15265Symbol? variable = GetUpdatedSymbol(node, node.Variable); 17497new TreeDumperNode("variable", node.Variable, null), 17512new TreeDumperNode("variable", node.Variable, null), 17527new TreeDumperNode("variable", node.Variable, null),
Operations\CSharpOperationFactory.cs (3)
2604ISymbol? variable = boundDeclarationPattern.Variable.GetPublicSymbol(); 2633boundRecursivePattern.Variable.GetPublicSymbol(), 2690declaredSymbol: boundNode.Variable.GetPublicSymbol(),