20 references to TypeWithModifiers
Microsoft.CodeAnalysis.VisualBasic (20)
Symbols\AnonymousTypes\PublicSymbols\AnonymousDelegate_TypePublicSymbol.vb (2)
144Return New TypeWithModifiers(Me) 147Return New TypeWithModifiers(Me.Manager.ConstructAnonymousDelegateSymbol(newDescriptor))
Symbols\AnonymousTypes\PublicSymbols\AnonymousType_TypePublicSymbol.vb (2)
168Return New TypeWithModifiers(Me) 171Return New TypeWithModifiers(Me.Manager.ConstructAnonymousTypeSymbol(newDescriptor))
Symbols\ArrayTypeSymbol.vb (2)
536Return New TypeWithModifiers(newArray) 538Return New TypeWithModifiers(Me) ' substitution had no effect on the element type
Symbols\ErrorTypeSymbol.vb (1)
309Return New TypeWithModifiers(Me)
Symbols\InstanceErrorTypeSymbol.vb (1)
68Return New TypeWithModifiers(InternalSubstituteTypeParametersInInstanceErrorTypeSymbol(substitution))
Symbols\InstanceTypeSymbol.vb (1)
72Return New TypeWithModifiers(SubstituteTypeParametersInNamedType(substitution))
Symbols\MethodSignatureComparer.vb (1)
939result.Add(SubstituteType(substitution, New TypeWithModifiers(constraintType)).Type)
Symbols\Retargeting\RetargetingSymbolTranslator.vb (1)
437oldArguments.Add(New TypeWithModifiers(args(i)))
Symbols\SubstitutedErrorType.vb (1)
152Return New TypeWithModifiers(InternalSubstituteTypeParametersInSubstitutedErrorType(additionalSubstitution))
Symbols\SubstitutedNamedType.vb (3)
920Return New TypeWithModifiers(InternalSubstituteTypeParametersInSpecializedNonGenericType(additionalSubstitution)) 1057Return New TypeWithModifiers(InternalSubstituteTypeParametersInConstructedInstanceType(additionalSubstitution)) 1147Return New TypeWithModifiers(InternalSubstituteTypeParametersInConstructedSpecializedGenericType(additionalSubstitution))
Symbols\SubstitutedTypeParameterSymbol.vb (1)
209Return New TypeWithModifiers(Me)
Symbols\TypeParameterSymbol.vb (1)
313Return New TypeWithModifiers(Me)
Symbols\TypeSubstitution.vb (2)
480Private Shared ReadOnly s_withoutModifiers As Func(Of TypeSymbol, TypeWithModifiers) = Function(arg) New TypeWithModifiers(arg) 611pairs(i) = New KeyValuePair(Of TypeParameterSymbol, TypeWithModifiers)(typeParametersDefinitions(i), New TypeWithModifiers(alphaRenamedTypeParameters(i)))
Symbols\UnboundGenericType.vb (1)
546Return New TypeWithModifiers(Me)