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