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