1 write to ParameterSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\Records\SynthesizedPrimaryConstructorParameterBackingFieldSymbol.cs (1)
27
ParameterSymbol
= parameterSymbol;
7 references to ParameterSymbol
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
2409
if (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;
72
foreach (CSharpAttributeData attr in
ParameterSymbol
.GetAttributes())