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