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)
2805if (field is SynthesizedPrimaryConstructorParameterBackingFieldSymbol { ParameterSymbol: var parameterSymbol })
Symbols\Synthesized\Records\SynthesizedPrimaryConstructorParameterBackingFieldSymbol.cs (6)
37=> ParameterSymbol.TryGetFirstLocation() ?? NoLocation.Singleton; 46=> ParameterSymbol.Locations; 55=> ParameterSymbol.TypeWithAnnotations; 68=> ParameterSymbol.ContainingSymbol.ContainingSymbol; 71=> ParameterSymbol.ContainingSymbol.ContainingType; 75foreach (CSharpAttributeData attr in ParameterSymbol.GetAttributes())