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