5 references to SubstituteTypes
Microsoft.CodeAnalysis.CSharp (5)
Binder\Semantics\OverloadResolution\OverloadResolution.cs (1)
4256map.SubstituteTypes(constructedFromEffectiveParameters.ParameterTypes),
Lowering\MethodToClassRewriter.cs (1)
649.ConstructIfGeneric(TypeMap.SubstituteTypes(method.TypeArgumentsWithAnnotations));
Symbols\AbstractTypeMap.cs (1)
246ImmutableArray<TypeWithAnnotations> substitutedParamTypes = SubstituteTypes(parameterTypesWithAnnotations);
Symbols\ReducedExtensionMethodSymbol.cs (1)
101_typeArguments = _typeMap.SubstituteTypes(reducedFrom.TypeArgumentsWithAnnotations);
Symbols\Source\SourceTypeParameterSymbol.cs (1)
997var constraintTypes = map.SubstituteTypes(typeParameter.ConstraintTypesNoUseSiteDiagnostics);