1 write to Property
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5535
this.
Property
= property;
14 references to Property
Microsoft.CodeAnalysis.CSharp (14)
Binder\DecisionDagBuilder.cs (1)
2009
return $"t{tempIdentifier(e)}={e.Kind}({tempName(e.Input)}.{e.
Property
.Name})";
Binder\PatternExplainer.cs (1)
624
properties.Add(e.
Property
, subPattern);
BoundTree\BoundDagEvaluation.cs (3)
54
BoundDagPropertyEvaluation e => e.
Property
,
168
return new BoundDagTemp(Syntax,
Property
.Type, this);
174
return Update(
Property
, IsLengthOrCount, input);
BoundTree\BoundDagTest.cs (1)
66
return $"{e.GetOutputTempDebuggerDisplay()} = {e.Input.GetDebuggerDisplay()}.{e.
Property
.Name}";
FlowAnalysis\NullableWalker_Patterns.cs (3)
830
property = e.
Property
.IsExtensionBlockMember()
831
? ReInferAndVisitExtensionPropertyAccess(e, e.
Property
, new BoundExpressionWithNullability(e.Syntax, expression, NullableAnnotation.NotAnnotated, inputType)).Member
832
: (PropertySymbol)AsMemberOfType(inputType, e.
Property
);
Generated\BoundNodes.xml.Generated.cs (4)
5547
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(property, this.
Property
) || isLengthOrCount != this.IsLengthOrCount || input != this.Input)
11884
PropertySymbol property = this.VisitPropertySymbol(node.
Property
);
14012
PropertySymbol property = GetUpdatedSymbol(node, node.
Property
);
16529
new TreeDumperNode("property", node.
Property
, null),
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
152
PropertySymbol property = p.
Property
;