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)
294If _curryTypeSubstitution Is Nothing Then 299Return New SubstitutedMethodSymbol.ConstructedNotSpecializedGenericMethod(_curryTypeSubstitution, Me.TypeArguments) 312Return New SubstitutedMethodSymbol.ConstructedNotSpecializedGenericMethod(_curryTypeSubstitution, resultTypeArguments.AsImmutableOrNull()) 386If _curryTypeSubstitution IsNot Nothing Then 387type = type.InternalSubstituteTypeParameters(_curryTypeSubstitution).Type 716Dim substitution = _curriedMethod._curryTypeSubstitution 839If _curriedMethod._curryTypeSubstitution IsNot Nothing Then 840paramType = paramType.InternalSubstituteTypeParameters(_curriedMethod._curryTypeSubstitution).Type