9 references to Property
Microsoft.CodeAnalysis.CSharp (9)
Lowering\AsyncRewriter\AsyncRewriter.cs (1)
270F.Property(
Lowering\LocalRewriter\LocalRewriter_ObjectCreationExpression.cs (1)
232builder.Add(_factory.Property(oldValue, property));
Lowering\SyntheticBoundNodeFactory.cs (1)
313return Property(receiverOpt, propertySym);
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
519f.Property(fieldReference, listMember));
Symbols\Synthesized\Records\SynthesizedRecordDeconstruct.cs (1)
85statementsBuilder.Add(F.Assignment(F.Parameter(parameter), F.Property(F.This(), property)));
Symbols\Synthesized\Records\SynthesizedRecordEquals.cs (2)
98F.Property(F.This(), _equalityContract), 99F.Property(other, _equalityContract));
Symbols\Synthesized\Records\SynthesizedRecordGetHashCode.cs (1)
73currentHashValue = MethodBodySynthesizer.GenerateGetHashCode(equalityComparer_GetHashCode, equalityComparer_get_Default, F.Property(F.This(), _equalityContract), F);
Symbols\Synthesized\Records\SynthesizedRecordPrintMembers.cs (1)
202SymbolKind.Property => F.Property(F.This(), (PropertySymbol)member),