5 references to DeclaredNamespace
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (5)
SymbolId\SymbolKeyCompilationsTests.vb (4)
73
Dim originalSymbols = GetSourceSymbols(comp1, SymbolCategory.DeclaredType Or SymbolCategory.
DeclaredNamespace
)
74
Dim newSymbols = GetSourceSymbols(comp2, SymbolCategory.DeclaredType Or SymbolCategory.
DeclaredNamespace
)
107
Dim originalSymbols = GetSourceSymbols(comp1, SymbolCategory.DeclaredType Or SymbolCategory.
DeclaredNamespace
)
108
Dim newSymbols = GetSourceSymbols(comp2, SymbolCategory.DeclaredType Or SymbolCategory.
DeclaredNamespace
)
SymbolId\SymbolKeyTestBase.vb (1)
130
If (category And SymbolCategory.
DeclaredNamespace
) <> 0 Then