10 references to None
Microsoft.CodeAnalysis.VisualBasic (10)
Symbols\Source\SourceAssemblySymbol.vb (2)
337
arguments.SymbolPart = AttributeLocation.
None
1018
Debug.Assert(arguments.SymbolPart = AttributeLocation.
None
)
Symbols\Source\SourceFieldSymbol.vb (1)
733
Debug.Assert(arguments.SymbolPart = AttributeLocation.
None
)
Symbols\Source\SourceMethodSymbol.vb (2)
1605
Debug.Assert(arguments.SymbolPart = AttributeLocation.
None
)
1868
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)
2173
Debug.Assert(arguments.SymbolPart = AttributeLocation.
None
)
2386
Debug.Assert(symbolPart = AttributeLocation.
None
)
Symbols\Source\SourceParameterSymbol.vb (1)
322
Debug.Assert(arguments.SymbolPart = AttributeLocation.
None
)
Symbols\Source\SourcePropertyAccessorSymbol.vb (1)
484
If arguments.SymbolPart = AttributeLocation.
None
Then