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)
302If _curryTypeSubstitution Is Nothing Then 307Return New SubstitutedMethodSymbol.ConstructedNotSpecializedGenericMethod(_curryTypeSubstitution, Me.TypeArguments) 320Return New SubstitutedMethodSymbol.ConstructedNotSpecializedGenericMethod(_curryTypeSubstitution, resultTypeArguments.AsImmutableOrNull()) 394If _curryTypeSubstitution IsNot Nothing Then 395type = type.InternalSubstituteTypeParameters(_curryTypeSubstitution).Type 728Dim substitution = _curriedMethod._curryTypeSubstitution 863If _curriedMethod._curryTypeSubstitution IsNot Nothing Then 864paramType = paramType.InternalSubstituteTypeParameters(_curriedMethod._curryTypeSubstitution).Type