1 reference to IsTypeNestedIn
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\AccessCheck.vb (1)
867
If Not (exposingMember.Kind = SymbolKind.NamedType AndAlso
IsTypeNestedIn
(exposedType, DirectCast(exposingMember, NamedTypeSymbol))) Then