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