1 write to Properties
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8167this.Properties = properties;
19 references to Properties
Microsoft.CodeAnalysis.CSharp (19)
Binder\DecisionDagBuilder.cs (2)
624if (!recursive.Properties.IsDefault) 627foreach (var subpattern in recursive.Properties)
Binder\DecisionDagBuilder_CheckOrReachability.cs (3)
988recursivePattern.Properties, recursivePattern.IsExplicitNotNullTest, 1141if (!node.Properties.IsDefaultOrEmpty) 1168foreach (BoundPropertySubpattern subPattern in node.Properties)
BoundTree\BoundNode_Source.cs (1)
419if (recursivePattern.Properties is { IsDefault: false } properties)
FlowAnalysis\DefiniteAssignment.cs (2)
1992if (!pat.Properties.IsDefaultOrEmpty) 1994foreach (BoundPropertySubpattern sub in pat.Properties)
FlowAnalysis\NullableWalker_Patterns.cs (3)
58VisitAndUnsplitAll(node.Properties); 208if (!rp.Properties.IsDefault) 210foreach (BoundPropertySubpattern subpattern in rp.Properties)
FlowAnalysis\VariablesDeclaredWalker.cs (1)
81foreach (var subpattern in recursivePattern.Properties.NullToEmpty())
Generated\BoundNodes.xml.Generated.cs (6)
8186if (declaredType != this.DeclaredType || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(deconstructMethod, this.DeconstructMethod) || deconstruction != this.Deconstruction || properties != this.Properties || isExplicitNotNullTest != this.IsExplicitNotNullTest || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(variable, this.Variable) || variableAccess != this.VariableAccess || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything)) 10744this.VisitList(node.Properties); 12265ImmutableArray<BoundPropertySubpattern> properties = this.VisitList(node.Properties); 14925ImmutableArray<BoundPropertySubpattern> properties = this.VisitList(node.Properties); 17114new TreeDumperNode("properties", null, node.Properties.IsDefault ? Array.Empty<TreeDumperNode>() : from x in node.Properties select Visit(x, null)),
Operations\CSharpOperationFactory.cs (1)
2550ImmutableArray<IPropertySubpatternOperation> propertySubpatterns = boundRecursivePattern.Properties is { IsDefault: false } properties