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