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