3 references to IsContainedInNamespace
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\TypeSymbolExtensions.vb (3)
1308
namedTypeSymbol.
IsContainedInNamespace
(NameOf(System), NameOf(System.Threading))
1319
IsContainedInNamespace
(typeSymbol, "System", "Runtime", "InteropServices")
1333
Return typeSymbol.ContainingType Is Nothing AndAlso
IsContainedInNamespace
(typeSymbol, "System", "Runtime", "CompilerServices")