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