1 write to ParameterSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\Records\SynthesizedPrimaryConstructorParameterBackingFieldSymbol.cs (1)
27ParameterSymbol = parameterSymbol;
7 references to ParameterSymbol
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
2409if (field is SynthesizedPrimaryConstructorParameterBackingFieldSymbol { ParameterSymbol: var parameterSymbol })
Symbols\Synthesized\Records\SynthesizedPrimaryConstructorParameterBackingFieldSymbol.cs (6)
36=> ParameterSymbol.TryGetFirstLocation() ?? NoLocation.Singleton; 45=> ParameterSymbol.Locations; 52=> ParameterSymbol.TypeWithAnnotations; 65=> ParameterSymbol.ContainingSymbol.ContainingSymbol; 68=> ParameterSymbol.ContainingSymbol.ContainingType; 72foreach (CSharpAttributeData attr in ParameterSymbol.GetAttributes())