1 write to ParameterSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\Records\SynthesizedPrimaryConstructorParameterBackingFieldSymbol.cs (1)
28ParameterSymbol = parameterSymbol;
7 references to ParameterSymbol
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
2703if (field is SynthesizedPrimaryConstructorParameterBackingFieldSymbol { ParameterSymbol: var parameterSymbol })
Symbols\Synthesized\Records\SynthesizedPrimaryConstructorParameterBackingFieldSymbol.cs (6)
37=> ParameterSymbol.TryGetFirstLocation() ?? NoLocation.Singleton; 46=> ParameterSymbol.Locations; 53=> ParameterSymbol.TypeWithAnnotations; 66=> ParameterSymbol.ContainingSymbol.ContainingSymbol; 69=> ParameterSymbol.ContainingSymbol.ContainingType; 73foreach (CSharpAttributeData attr in ParameterSymbol.GetAttributes())