11 references to None
Microsoft.CodeAnalysis.VisualBasic (11)
Symbols\Source\SourceAssemblySymbol.vb (2)
328arguments.SymbolPart = AttributeLocation.None 993Debug.Assert(arguments.SymbolPart = AttributeLocation.None)
Symbols\Source\SourceFieldSymbol.vb (1)
714Debug.Assert(arguments.SymbolPart = AttributeLocation.None)
Symbols\Source\SourceMethodSymbol.vb (2)
1585Debug.Assert(arguments.SymbolPart = AttributeLocation.None) 1835Debug.Assert(symbolPart = AttributeLocation.Return OrElse symbolPart = AttributeLocation.None)
Symbols\Source\SourceModuleSymbol.vb (1)
1091Debug.Assert(arguments.SymbolPart = AttributeLocation.None)
Symbols\Source\SourceNamedTypeSymbol.vb (2)
2163Debug.Assert(arguments.SymbolPart = AttributeLocation.None) 2376Debug.Assert(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\Symbol_Attributes.vb (1)
222''' <param name="symbolPart">Specific part of the symbol to which the attributes apply, or <see cref="AttributeLocation.None"/> if the attributes apply to the symbol itself.</param>