4 references to WasConstructedForModifiers
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\SubstitutedErrorType.vb (1)
233If Me._substitution.WasConstructedForModifiers() Then
Symbols\SubstitutedNamedType.vb (1)
498If Me._substitution.WasConstructedForModifiers() Then
Symbols\SubstitutedTypeParameterSymbol.vb (1)
174If containingType IsNot Nothing AndAlso containingType.TypeSubstitution.WasConstructedForModifiers() Then
Symbols\TypeSubstitution.vb (1)
910Return If(_parent Is Nothing, True, _parent.WasConstructedForModifiers())