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