3 writes to SymbolPart
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Symbol_Attributes.cs (1)
781
arguments.
SymbolPart
= symbolPart;
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (2)
144
arguments.
SymbolPart
= AttributeLocation.None;
146
arguments.
SymbolPart
= AttributeLocation.Method;
5 references to SymbolPart
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceConstructorSymbolBase.cs (1)
242
if (arguments.
SymbolPart
== AttributeLocation.None)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (3)
333
Debug.Assert(arguments.
SymbolPart
== AttributeLocation.None || arguments.
SymbolPart
== AttributeLocation.Return);
337
if (arguments.
SymbolPart
== AttributeLocation.None)
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (1)
143
Debug.Assert(arguments.
SymbolPart
== AttributeLocation.Method);