15 references to IsOrInGenericType
Microsoft.CodeAnalysis.VisualBasic (15)
Emit\GenericMethodInstanceReference.vb (1)
34
Debug.Assert(Not m_UnderlyingMethod.ContainingType.
IsOrInGenericType
())
Emit\MethodSymbolAdapter.vb (2)
51
Debug.Assert(AdaptedMethodSymbol.ContainingType IsNot Nothing AndAlso
IsOrInGenericType
(AdaptedMethodSymbol.ContainingType))
219
If (Not container.
IsOrInGenericType
()) Then
Emit\NamedTypeSymbolAdapter.vb (1)
164
Debug.Assert(AdaptedNamedTypeSymbol.ContainingType IsNot Nothing AndAlso AdaptedNamedTypeSymbol.ContainingType.
IsOrInGenericType
())
Emit\SpecializedGenericMethodInstanceReference.vb (1)
25
Debug.Assert(underlyingMethod.ContainingType.
IsOrInGenericType
() AndAlso underlyingMethod.ContainingType.IsDefinition)
Emit\SymbolTranslator.vb (5)
176
If
IsOrInGenericType
(container) Then
189
If
IsOrInGenericType
(container) Then
280
ElseIf Not needDeclaration AndAlso
IsOrInGenericType
(fieldSymbol.ContainingType) Then
339
Dim typeIsGeneric As Boolean =
IsOrInGenericType
(container)
377
If container.
IsOrInGenericType
() Then
Semantics\OverloadResolution.vb (2)
4630
If Not ((left.Candidate.UnderlyingSymbol.ContainingType.
IsOrInGenericType
() OrElse
4632
(right.Candidate.UnderlyingSymbol.ContainingType.
IsOrInGenericType
() OrElse
Symbols\NamedTypeSymbol.vb (1)
513
Debug.Assert(Me.
IsOrInGenericType
())
Symbols\TypeSubstitution.vb (2)
568
(targetGenericDefinition.ContainingType.
IsOrInGenericType
() AndAlso parent IsNot Nothing))) OrElse
570
DirectCast(targetGenericDefinition, NamedTypeSymbol).
IsOrInGenericType
()))