2 writes to _curryTypeSubstitution
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\ReducedExtensionMethodSymbol.vb (2)
210
_curryTypeSubstitution
= Nothing
253
_curryTypeSubstitution
= TypeSubstitution.Create(curriedFromMethod, curriedFromMethod.TypeParameters, curryTypeArguments.AsImmutableOrNull())
8 references to _curryTypeSubstitution
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\ReducedExtensionMethodSymbol.vb (8)
294
If
_curryTypeSubstitution
Is Nothing Then
299
Return New SubstitutedMethodSymbol.ConstructedNotSpecializedGenericMethod(
_curryTypeSubstitution
, Me.TypeArguments)
312
Return New SubstitutedMethodSymbol.ConstructedNotSpecializedGenericMethod(
_curryTypeSubstitution
, resultTypeArguments.AsImmutableOrNull())
386
If
_curryTypeSubstitution
IsNot Nothing Then
387
type = type.InternalSubstituteTypeParameters(
_curryTypeSubstitution
).Type
716
Dim substitution = _curriedMethod.
_curryTypeSubstitution
839
If _curriedMethod.
_curryTypeSubstitution
IsNot Nothing Then
840
paramType = paramType.InternalSubstituteTypeParameters(_curriedMethod.
_curryTypeSubstitution
).Type