8 references to Property
Microsoft.CodeAnalysis.CSharp (8)
Lowering\AsyncRewriter\AsyncRewriter.cs (1)
270F.Property(
Lowering\LocalRewriter\LocalRewriter_ObjectCreationExpression.cs (1)
225builder.Add(_factory.Property(oldValue, property));
Lowering\SyntheticBoundNodeFactory.cs (1)
309return Property(receiverOpt, propertySym);
Symbols\Synthesized\Records\SynthesizedRecordDeconstruct.cs (1)
95statementsBuilder.Add(F.Assignment(F.Parameter(parameter), F.Property(F.This(), property)));
Symbols\Synthesized\Records\SynthesizedRecordEquals.cs (2)
104F.Property(F.This(), _equalityContract), 105F.Property(other, _equalityContract));
Symbols\Synthesized\Records\SynthesizedRecordGetHashCode.cs (1)
75currentHashValue = MethodBodySynthesizer.GenerateGetHashCode(equalityComparer_GetHashCode, equalityComparer_get_Default, F.Property(F.This(), _equalityContract), F);
Symbols\Synthesized\Records\SynthesizedRecordPrintMembers.cs (1)
203SymbolKind.Property => F.Property(F.This(), (PropertySymbol)member),