1 write to Properties
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
7827
this.
Properties
= properties;
14 references to Properties
Microsoft.CodeAnalysis.CSharp (14)
Binder\DecisionDagBuilder.cs (2)
575
if (!recursive.
Properties
.IsDefault)
578
foreach (var subpattern in recursive.
Properties
)
FlowAnalysis\DefiniteAssignment.cs (2)
1902
if (!pat.
Properties
.IsDefaultOrEmpty)
1904
foreach (BoundPropertySubpattern sub in pat.
Properties
)
FlowAnalysis\NullableWalker_Patterns.cs (3)
58
VisitAndUnsplitAll(node.
Properties
);
186
if (!rp.
Properties
.IsDefault)
188
foreach (BoundPropertySubpattern subpattern in rp.
Properties
)
Generated\BoundNodes.xml.Generated.cs (6)
7842
if (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))
10318
this.VisitList(node.
Properties
);
11644
ImmutableArray<BoundPropertySubpattern> properties = this.VisitList(node.
Properties
);
14206
ImmutableArray<BoundPropertySubpattern> properties = this.VisitList(node.
Properties
);
16319
new TreeDumperNode("properties", null, node.
Properties
.IsDefault ? Array.Empty<TreeDumperNode>() : from x in node.
Properties
select Visit(x, null)),
Operations\CSharpOperationFactory.cs (1)
2442
ImmutableArray<IPropertySubpatternOperation> propertySubpatterns = boundRecursivePattern.
Properties
is { IsDefault: false } properties