9 references to SynthesizedRecordPropertySymbol
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Initializers.cs (1)
134((SynthesizedRecordPropertySymbol)fieldSymbol.AssociatedSymbol).BackingParameter).MakeCompilerGenerated()));
Compilation\SyntaxTreeSemanticModel.cs (1)
2564Debug.Assert(declaredSymbol.GetSymbol() is SynthesizedRecordPropertySymbol);
Compiler\DocumentationCommentCompiler.cs (3)
287var symbolForDocComments = symbol is SynthesizedRecordPropertySymbol ? symbol.ContainingType : symbol; 412SynthesizedRecordPropertySymbol recordPropertySymbol, 507if (symbol is SynthesizedRecordPropertySymbol recordProperty)
Compiler\DocumentationCommentCompiler.DocumentationCommentWalker.cs (1)
68SynthesizedRecordPropertySymbol symbol,
Symbols\Source\SourceComplexParameterSymbol.cs (1)
449if (SynthesizedRecordPropertySymbol.HaveCorrespondingSynthesizedRecordPropertySymbol(this))
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
88SynthesizedRecordPropertySymbol property,
Symbols\Synthesized\Records\SynthesizedRecordPropertySymbol.cs (1)
102parameter.ContainingType.GetMembersUnordered().Any((s, parameter) => (s as SynthesizedRecordPropertySymbol)?.BackingParameter == (object)parameter, parameter);