4 writes to SymbolPart
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceAssemblySymbol.cs (1)
1324arguments.SymbolPart = AttributeLocation.None;
Symbols\Symbol_Attributes.cs (1)
834arguments.SymbolPart = symbolPart;
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceAssemblySymbol.vb (1)
328arguments.SymbolPart = AttributeLocation.None
Symbols\Symbol_Attributes.vb (1)
459arguments.SymbolPart = symbolPart
22 references to SymbolPart
Microsoft.CodeAnalysis.CSharp (13)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
169Debug.Assert(arguments.SymbolPart == AttributeLocation.None);
Symbols\Source\SourceAssemblySymbol.cs (1)
2341Debug.Assert(arguments.SymbolPart == AttributeLocation.None);
Symbols\Source\SourceComplexParameterSymbol.cs (1)
732Debug.Assert(arguments.SymbolPart == AttributeLocation.None);
Symbols\Source\SourceEventSymbol.cs (1)
292Debug.Assert(arguments.SymbolPart == AttributeLocation.None);
Symbols\Source\SourceFieldSymbol.cs (1)
120Debug.Assert(arguments.SymbolPart == AttributeLocation.None);
Symbols\Source\SourceMethodSymbolWithAttributes.cs (3)
482Debug.Assert(arguments.SymbolPart == AttributeLocation.None || arguments.SymbolPart == AttributeLocation.Return); 484if (arguments.SymbolPart == AttributeLocation.None)
Symbols\Source\SourceModuleSymbol.cs (1)
511Debug.Assert(arguments.SymbolPart == AttributeLocation.None);
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1061Debug.Assert(arguments.SymbolPart == AttributeLocation.None);
Symbols\Source\SourcePropertySymbolBase.cs (1)
1245Debug.Assert(arguments.SymbolPart == AttributeLocation.None);
Symbols\Source\SourceTypeParameterSymbol.cs (1)
428Debug.Assert(arguments.SymbolPart == AttributeLocation.None);
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
129Debug.Assert(arguments.SymbolPart == AttributeLocation.None);
Microsoft.CodeAnalysis.VisualBasic (9)
Symbols\Source\SourceAssemblySymbol.vb (1)
993Debug.Assert(arguments.SymbolPart = AttributeLocation.None)
Symbols\Source\SourceFieldSymbol.vb (1)
714Debug.Assert(arguments.SymbolPart = AttributeLocation.None)
Symbols\Source\SourceMethodSymbol.vb (2)
1580If arguments.SymbolPart = AttributeLocation.Return Then 1585Debug.Assert(arguments.SymbolPart = AttributeLocation.None)
Symbols\Source\SourceModuleSymbol.vb (1)
1091Debug.Assert(arguments.SymbolPart = AttributeLocation.None)
Symbols\Source\SourceNamedTypeSymbol.vb (1)
2163Debug.Assert(arguments.SymbolPart = AttributeLocation.None)
Symbols\Source\SourceParameterSymbol.vb (1)
322Debug.Assert(arguments.SymbolPart = AttributeLocation.None)
Symbols\Source\SourcePropertyAccessorSymbol.vb (1)
480If arguments.SymbolPart = AttributeLocation.None Then
Symbols\Source\SourcePropertySymbol.vb (1)
563If arguments.SymbolPart = AttributeLocation.Return Then