2 writes to _curryTypeSubstitution
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\ReducedExtensionMethodSymbol.vb (2)
218
_curryTypeSubstitution
= Nothing
261
_curryTypeSubstitution
= TypeSubstitution.Create(curriedFromMethod, curriedFromMethod.TypeParameters, curryTypeArguments.AsImmutableOrNull())
8 references to _curryTypeSubstitution
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\ReducedExtensionMethodSymbol.vb (8)
302
If
_curryTypeSubstitution
Is Nothing Then
307
Return New SubstitutedMethodSymbol.ConstructedNotSpecializedGenericMethod(
_curryTypeSubstitution
, Me.TypeArguments)
320
Return New SubstitutedMethodSymbol.ConstructedNotSpecializedGenericMethod(
_curryTypeSubstitution
, resultTypeArguments.AsImmutableOrNull())
394
If
_curryTypeSubstitution
IsNot Nothing Then
395
type = type.InternalSubstituteTypeParameters(
_curryTypeSubstitution
).Type
728
Dim substitution = _curriedMethod.
_curryTypeSubstitution
863
If _curriedMethod.
_curryTypeSubstitution
IsNot Nothing Then
864
paramType = paramType.InternalSubstituteTypeParameters(_curriedMethod.
_curryTypeSubstitution
).Type