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