10 references to None
Microsoft.CodeAnalysis.VisualBasic (10)
Symbols\Source\SourceAssemblySymbol.vb (2)
337arguments.SymbolPart = AttributeLocation.None 1018Debug.Assert(arguments.SymbolPart = AttributeLocation.None)
Symbols\Source\SourceFieldSymbol.vb (1)
733Debug.Assert(arguments.SymbolPart = AttributeLocation.None)
Symbols\Source\SourceMethodSymbol.vb (2)
1605Debug.Assert(arguments.SymbolPart = AttributeLocation.None) 1868Debug.Assert(symbolPart = AttributeLocation.Return OrElse symbolPart = AttributeLocation.None)
Symbols\Source\SourceModuleSymbol.vb (1)
1077Debug.Assert(arguments.SymbolPart = AttributeLocation.None)
Symbols\Source\SourceNamedTypeSymbol.vb (2)
2173Debug.Assert(arguments.SymbolPart = AttributeLocation.None) 2386Debug.Assert(symbolPart = AttributeLocation.None)
Symbols\Source\SourceParameterSymbol.vb (1)
322Debug.Assert(arguments.SymbolPart = AttributeLocation.None)
Symbols\Source\SourcePropertyAccessorSymbol.vb (1)
484If arguments.SymbolPart = AttributeLocation.None Then