2 writes to Property
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
7156
this.
Property
= property;
7166
this.
Property
= property;
8 references to Property
Microsoft.CodeAnalysis.CSharp (8)
BoundTree\BoundExpression.cs (1)
587
get { return this.
Property
; }
FlowAnalysis\NullableWalker.cs (1)
5039
if (currentDeclaration.
Property
.MemberIndexOpt == currentProperty.MemberIndexOpt)
Generated\BoundNodes.xml.Generated.cs (4)
7177
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(property, this.
Property
) || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
12334
PropertySymbol property = this.VisitPropertySymbol(node.
Property
);
14784
PropertySymbol property = GetUpdatedSymbol(node, node.
Property
);
17179
new TreeDumperNode("property", node.
Property
, null),
Operations\CSharpOperationFactory_Methods.cs (2)
453
target = new PropertyReferenceOperation(anonymousProperty.
Property
.GetPublicSymbol(),
483
if (currentProperty.MemberIndexOpt == currentDeclaration.
Property
.MemberIndexOpt)