4 references to SubstituteTypeParameters
Microsoft.CodeAnalysis.CSharp (4)
Lowering\ClosureConversion\ClosureConversion.cs (1)
905var subst = this.TypeMap.SubstituteTypeParameters(typeParameters);
Lowering\ClosureConversion\SynthesizedClosureMethod.cs (1)
94var newArgs = typeMap.SubstituteTypeParameters(originals);
Symbols\SubstitutedMethodSymbol.cs (1)
118typeParameters = prevMap.SubstituteTypeParameters(this.OriginalDefinition.TypeParameters);
Symbols\SubstitutedNamedTypeSymbol.cs (1)
114typeParameters = prevMap.SubstituteTypeParameters(OriginalDefinition.TypeParameters);