1 write to Properties
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8145this.Properties = properties;
14 references to Properties
Microsoft.CodeAnalysis.CSharp (14)
Binder\DecisionDagBuilder.cs (2)
578if (!recursive.Properties.IsDefault) 581foreach (var subpattern in recursive.Properties)
FlowAnalysis\DefiniteAssignment.cs (2)
2028if (!pat.Properties.IsDefaultOrEmpty) 2030foreach (BoundPropertySubpattern sub in pat.Properties)
FlowAnalysis\NullableWalker_Patterns.cs (3)
58VisitAndUnsplitAll(node.Properties); 208if (!rp.Properties.IsDefault) 210foreach (BoundPropertySubpattern subpattern in rp.Properties)
Generated\BoundNodes.xml.Generated.cs (6)
8160if (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)) 10697this.VisitList(node.Properties); 12078ImmutableArray<BoundPropertySubpattern> properties = this.VisitList(node.Properties); 14743ImmutableArray<BoundPropertySubpattern> properties = this.VisitList(node.Properties); 16939new TreeDumperNode("properties", null, node.Properties.IsDefault ? Array.Empty<TreeDumperNode>() : from x in node.Properties select Visit(x, null)),
Operations\CSharpOperationFactory.cs (1)
2559ImmutableArray<IPropertySubpatternOperation> propertySubpatterns = boundRecursivePattern.Properties is { IsDefault: false } properties