2 writes to Property
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
7020this.Property = property; 7030this.Property = property;
8 references to Property
Microsoft.CodeAnalysis.CSharp (8)
BoundTree\BoundExpression.cs (1)
569get { return this.Property; }
FlowAnalysis\NullableWalker.cs (1)
4419if (currentDeclaration.Property.MemberIndexOpt == currentProperty.MemberIndexOpt)
Generated\BoundNodes.xml.Generated.cs (4)
7041if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(property, this.Property) || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11883return node.Update(node.Property, type); 14287PropertySymbol property = GetUpdatedSymbol(node, node.Property); 16635new TreeDumperNode("property", node.Property, null),
Operations\CSharpOperationFactory_Methods.cs (2)
453target = new PropertyReferenceOperation(anonymousProperty.Property.GetPublicSymbol(), 483if (currentProperty.MemberIndexOpt == currentDeclaration.Property.MemberIndexOpt)