1 write to Properties
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8334
this.
Properties
= properties;
21 references to Properties
Microsoft.CodeAnalysis.CSharp (21)
Binder\DecisionDagBuilder_CheckOrReachability.cs (3)
1067
recursivePattern.
Properties
, recursivePattern.IsExplicitNotNullTest,
1220
if (!node.
Properties
.IsDefaultOrEmpty)
1247
foreach (BoundPropertySubpattern subPattern in node.
Properties
)
Binder\DecisionDagBuilder.cs (2)
998
if (!recursive.
Properties
.IsDefault)
1001
foreach (var subpattern in recursive.
Properties
)
Binder\UnionMatchingRewriter.cs (2)
123
node.Update(node.DeclaredType, node.DeconstructMethod, node.Deconstruction, node.
Properties
, node.IsExplicitNotNullTest,
126
node.DeclaredType, node.DeconstructMethod, node.Deconstruction, node.
Properties
, node.IsExplicitNotNullTest, unionMatchingMode: UnionMatchingMode.None, node.Variable, node.VariableAccess,
BoundTree\BoundNode_Source.cs (1)
419
if (recursivePattern.
Properties
is { IsDefault: false } properties)
FlowAnalysis\DefiniteAssignment.cs (2)
1993
if (!pat.
Properties
.IsDefaultOrEmpty)
1995
foreach (BoundPropertySubpattern sub in pat.
Properties
)
FlowAnalysis\NullableWalker_Patterns.cs (3)
60
VisitAndUnsplitAll(node.
Properties
);
212
if (!rp.
Properties
.IsDefault)
214
foreach (BoundPropertySubpattern subpattern in rp.
Properties
)
FlowAnalysis\VariablesDeclaredWalker.cs (1)
81
foreach (var subpattern in recursivePattern.
Properties
.NullToEmpty())
Generated\BoundNodes.xml.Generated.cs (6)
8355
if (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))
11000
this.VisitList(node.
Properties
);
12557
ImmutableArray<BoundPropertySubpattern> properties = this.VisitList(node.
Properties
);
15258
ImmutableArray<BoundPropertySubpattern> properties = this.VisitList(node.
Properties
);
17509
new TreeDumperNode("properties", null, node.
Properties
.IsDefault ? Array.Empty<TreeDumperNode>() : from x in node.
Properties
select Visit(x, null)),
Operations\CSharpOperationFactory.cs (1)
2625
ImmutableArray<IPropertySubpatternOperation> propertySubpatterns = boundRecursivePattern.
Properties
is { IsDefault: false } properties