4 writes to SymbolPart
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceAssemblySymbol.cs (1)
1331
arguments.
SymbolPart
= AttributeLocation.None;
Symbols\Symbol_Attributes.cs (1)
855
arguments.
SymbolPart
= symbolPart;
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (2)
153
arguments.
SymbolPart
= AttributeLocation.None;
155
arguments.
SymbolPart
= AttributeLocation.Method;
14 references to SymbolPart
Microsoft.CodeAnalysis.CSharp (14)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
170
Debug.Assert(arguments.
SymbolPart
== AttributeLocation.None);
Symbols\Source\SourceAssemblySymbol.cs (1)
2367
Debug.Assert(arguments.
SymbolPart
== AttributeLocation.None);
Symbols\Source\SourceComplexParameterSymbol.cs (1)
735
Debug.Assert(arguments.
SymbolPart
== AttributeLocation.None);
Symbols\Source\SourceEventSymbol.cs (1)
346
Debug.Assert(arguments.
SymbolPart
== AttributeLocation.None);
Symbols\Source\SourceFieldSymbol.cs (1)
121
Debug.Assert(arguments.
SymbolPart
== AttributeLocation.None);
Symbols\Source\SourceMethodSymbolWithAttributes.cs (3)
512
Debug.Assert(arguments.
SymbolPart
== AttributeLocation.None || arguments.
SymbolPart
== AttributeLocation.Return);
514
if (arguments.
SymbolPart
== AttributeLocation.None)
Symbols\Source\SourceModuleSymbol.cs (1)
566
Debug.Assert(arguments.
SymbolPart
== AttributeLocation.None);
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1102
Debug.Assert(arguments.
SymbolPart
== AttributeLocation.None);
Symbols\Source\SourcePropertySymbolBase.cs (1)
1532
Debug.Assert(arguments.
SymbolPart
== AttributeLocation.None);
Symbols\Source\SourceTypeParameterSymbol.cs (1)
434
Debug.Assert(arguments.
SymbolPart
== AttributeLocation.None);
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (1)
152
Debug.Assert(arguments.
SymbolPart
== AttributeLocation.Method);
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
243
Debug.Assert(arguments.
SymbolPart
== AttributeLocation.None);