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