11 references to None
Microsoft.CodeAnalysis.VisualBasic (11)
Symbols\Source\SourceAssemblySymbol.vb (2)
328
arguments.SymbolPart = AttributeLocation.
None
993
Debug.Assert(arguments.SymbolPart = AttributeLocation.
None
)
Symbols\Source\SourceFieldSymbol.vb (1)
714
Debug.Assert(arguments.SymbolPart = AttributeLocation.
None
)
Symbols\Source\SourceMethodSymbol.vb (2)
1585
Debug.Assert(arguments.SymbolPart = AttributeLocation.
None
)
1835
Debug.Assert(symbolPart = AttributeLocation.Return OrElse symbolPart = AttributeLocation.
None
)
Symbols\Source\SourceModuleSymbol.vb (1)
1091
Debug.Assert(arguments.SymbolPart = AttributeLocation.
None
)
Symbols\Source\SourceNamedTypeSymbol.vb (2)
2163
Debug.Assert(arguments.SymbolPart = AttributeLocation.
None
)
2376
Debug.Assert(symbolPart = AttributeLocation.
None
)
Symbols\Source\SourceParameterSymbol.vb (1)
322
Debug.Assert(arguments.SymbolPart = AttributeLocation.
None
)
Symbols\Source\SourcePropertyAccessorSymbol.vb (1)
480
If 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>