15 references to IsOrInGenericType
Microsoft.CodeAnalysis.VisualBasic (15)
Emit\GenericMethodInstanceReference.vb (1)
34
Debug.Assert(Not m_UnderlyingMethod.ContainingType.
IsOrInGenericType
())
Emit\MethodSymbolAdapter.vb (2)
43
Debug.Assert(AdaptedMethodSymbol.ContainingType IsNot Nothing AndAlso
IsOrInGenericType
(AdaptedMethodSymbol.ContainingType))
217
If (Not container.
IsOrInGenericType
()) Then
Emit\NamedTypeSymbolAdapter.vb (1)
151
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)
177
If
IsOrInGenericType
(container) Then
190
If
IsOrInGenericType
(container) Then
281
ElseIf Not needDeclaration AndAlso
IsOrInGenericType
(fieldSymbol.ContainingType) Then
397
Dim typeIsGeneric As Boolean =
IsOrInGenericType
(container)
435
If container.
IsOrInGenericType
() Then
Semantics\OverloadResolution.vb (2)
4229
If Not ((left.Candidate.UnderlyingSymbol.ContainingType.
IsOrInGenericType
() OrElse
4231
(right.Candidate.UnderlyingSymbol.ContainingType.
IsOrInGenericType
() OrElse
Symbols\NamedTypeSymbol.vb (1)
503
Debug.Assert(Me.
IsOrInGenericType
())
Symbols\TypeSubstitution.vb (2)
568
(targetGenericDefinition.ContainingType.
IsOrInGenericType
() AndAlso parent IsNot Nothing))) OrElse
570
DirectCast(targetGenericDefinition, NamedTypeSymbol).
IsOrInGenericType
()))