4 references to SubstituteTypes
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ITypeSymbolExtensions.cs (1)
874
return type.
SubstituteTypes
(mapping, new CompilationTypeGenerator(compilation));
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\IMethodSymbolExtensions.cs (3)
65
method.ReturnType.
SubstituteTypes
(mapping, typeGenerator),
71
CodeGenerationSymbolFactory.CreateParameterSymbol(p.GetAttributes(), p.RefKind, p.IsParams, p.Type.
SubstituteTypes
(mapping, typeGenerator), p.Name, p.IsOptional,
135
newTypeParameter.ConstraintTypes = ImmutableArray.CreateRange(newTypeParameter.ConstraintTypes, t => t.
SubstituteTypes
(mapping, typeGenerator));