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