1 write to ParameterSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\Records\SynthesizedPrimaryConstructorParameterBackingFieldSymbol.cs (1)
25
ParameterSymbol
= parameterSymbol;
6 references to ParameterSymbol
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
2409
if (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;