1 write to Property
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5470
this.
Property
= property;
14 references to Property
Microsoft.CodeAnalysis.CSharp (14)
Binder\DecisionDagBuilder.cs (1)
1741
return $"t{tempIdentifier(e)}={e.Kind}({tempName(e.Input)}.{e.
Property
.Name})";
Binder\PatternExplainer.cs (3)
403
var lengthTemp = new BoundDagTemp(lengthOrCount.Syntax, lengthOrCount.
Property
.Type, lengthOrCount);
573
var subInput = new BoundDagTemp(e.Syntax, e.
Property
.Type, e);
575
properties.Add(e.
Property
, subPattern);
BoundTree\BoundDagEvaluation.cs (1)
38
BoundDagPropertyEvaluation e => e.
Property
,
BoundTree\BoundDagTest.cs (1)
57
return $"{e.GetOutputTempDebuggerDisplay()} = {e.Input.GetDebuggerDisplay()}.{e.
Property
.Name}";
FlowAnalysis\NullableWalker_Patterns.cs (3)
534
var property = e.
Property
.GetIsNewExtensionMember()
535
? ReInferAndVisitExtensionPropertyAccess(e, e.
Property
, new BoundExpressionWithNullability(e.Syntax, expression, NullableAnnotation.NotAnnotated, inputType)).updatedProperty
536
: (PropertySymbol)AsMemberOfType(inputType, e.
Property
);
Generated\BoundNodes.xml.Generated.cs (4)
5482
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(property, this.
Property
) || isLengthOrCount != this.IsLengthOrCount || input != this.Input)
11745
PropertySymbol property = this.VisitPropertySymbol(node.
Property
);
13850
PropertySymbol property = GetUpdatedSymbol(node, node.
Property
);
16366
new TreeDumperNode("property", node.
Property
, null),
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
152
PropertySymbol property = p.
Property
;