5 references to SubstituteTypes
Microsoft.CodeAnalysis.Features (1)
GenerateMember\GenerateParameterizedMember\AbstractGenerateParameterizedMemberService.SignatureInfo.cs (1)
160.SubstituteTypes(typeArgumentToTypeParameterMap, new TypeGenerator());
Microsoft.CodeAnalysis.Workspaces (4)
Shared\Extensions\IMethodSymbolExtensions.cs (3)
80method.ReturnType.SubstituteTypes(mapping, typeGenerator), 86CodeGenerationSymbolFactory.CreateParameterSymbol(p.GetAttributes(), p.RefKind, p.IsParams, p.Type.SubstituteTypes(mapping, typeGenerator), p.Name, p.IsOptional, 149newTypeParameter.ConstraintTypes = ImmutableArray.CreateRange(newTypeParameter.ConstraintTypes, t => t.SubstituteTypes(mapping, typeGenerator));
Shared\Extensions\ITypeSymbolExtensions.cs (1)
222return type.SubstituteTypes(mapping, new CompilationTypeGenerator(compilation));