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