1 write to ParameterSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\Records\SynthesizedPrimaryConstructorParameterBackingFieldSymbol.cs (1)
25ParameterSymbol = parameterSymbol;
6 references to ParameterSymbol
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
2409if (field is SynthesizedPrimaryConstructorParameterBackingFieldSymbol { ParameterSymbol: var parameterSymbol })
Symbols\Synthesized\Records\SynthesizedPrimaryConstructorParameterBackingFieldSymbol.cs (5)
34=> ParameterSymbol.TryGetFirstLocation() ?? NoLocation.Singleton; 43=> ParameterSymbol.Locations; 50=> ParameterSymbol.TypeWithAnnotations; 63=> ParameterSymbol.ContainingSymbol.ContainingSymbol; 66=> ParameterSymbol.ContainingSymbol.ContainingType;