10 references to None
Microsoft.CodeAnalysis.VisualBasic (10)
Symbols\Source\SourceAssemblySymbol.vb (2)
338
arguments.SymbolPart = AttributeLocation.
None
1019
Debug.Assert(arguments.SymbolPart = AttributeLocation.
None
)
Symbols\Source\SourceFieldSymbol.vb (1)
734
Debug.Assert(arguments.SymbolPart = AttributeLocation.
None
)
Symbols\Source\SourceMethodSymbol.vb (2)
1606
Debug.Assert(arguments.SymbolPart = AttributeLocation.
None
)
1869
Debug.Assert(symbolPart = AttributeLocation.Return OrElse symbolPart = AttributeLocation.
None
)
Symbols\Source\SourceModuleSymbol.vb (1)
1077
Debug.Assert(arguments.SymbolPart = AttributeLocation.
None
)
Symbols\Source\SourceNamedTypeSymbol.vb (2)
2222
Debug.Assert(arguments.SymbolPart = AttributeLocation.
None
)
2437
Debug.Assert(symbolPart = AttributeLocation.
None
)
Symbols\Source\SourceParameterSymbol.vb (1)
322
Debug.Assert(arguments.SymbolPart = AttributeLocation.
None
)
Symbols\Source\SourcePropertyAccessorSymbol.vb (1)
485
If arguments.SymbolPart = AttributeLocation.
None
Then