1 instantiation of SynthesizedUnionValuePropertySymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
4827
var valueProperty = new
SynthesizedUnionValuePropertySymbol
(this, valuePropertySyntax, diagnostics);
6 references to SynthesizedUnionValuePropertySymbol
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourceMemberContainerSymbol.cs (2)
1971
if (!field.IsStatic && field.AssociatedSymbol is not
SynthesizedUnionValuePropertySymbol
)
4827
var
valueProperty = new SynthesizedUnionValuePropertySymbol(this, valuePropertySyntax, diagnostics);
Symbols\Source\SourcePropertyAccessorSymbol.cs (2)
132
SynthesizedUnionValuePropertySymbol
property,
282
if (_property is
SynthesizedUnionValuePropertySymbol
or SynthesizedRecordEqualityContractProperty or SynthesizedRecordPropertySymbol)
Symbols\Synthesized\SynthesizedUnionCtor.cs (2)
44
var
valueProperty = ContainingType.GetMembers(WellKnownMemberNames.ValuePropertyName).OfType<
SynthesizedUnionValuePropertySymbol
>().Single();