4 references to IsContainedInNamespace
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\TypeSymbolExtensions.vb (4)
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")
1344
IsContainedInNamespace
(typeSymbol, "Microsoft", "CodeAnalysis")