4 references to IsOrInGenericType
Microsoft.CodeAnalysis.VisualBasic (4)
Emit\MethodSymbolAdapter.vb (1)
219
If (Not container.
IsOrInGenericType
()) Then
Emit\NamedTypeSymbolAdapter.vb (1)
164
Debug.Assert(AdaptedNamedTypeSymbol.ContainingType IsNot Nothing AndAlso AdaptedNamedTypeSymbol.ContainingType.
IsOrInGenericType
())
Symbols\NamedTypeSymbol.vb (1)
513
Debug.Assert(Me.
IsOrInGenericType
())
Symbols\TypeSubstitution.vb (1)
570
DirectCast(targetGenericDefinition, NamedTypeSymbol).
IsOrInGenericType
()))