6 references to SubstituteTypes
Microsoft.CodeAnalysis.CSharp (6)
Binder\Semantics\OverloadResolution\OverloadResolution.cs (1)
4345
map.
SubstituteTypes
(constructedFromEffectiveParameters.ParameterTypes),
Lowering\BoundTreeToDifferentEnclosingContextRewriter.cs (1)
176
.ConstructIfGeneric(TypeMap.
SubstituteTypes
(method.TypeArgumentsWithAnnotations));
Lowering\ExtensionMethodBodyRewriter.cs (1)
157
return ((MethodSymbol)_symbolMap[symbol.OriginalDefinition]).ConstructIfGeneric(TypeMap.
SubstituteTypes
(symbol.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)
1013
var constraintTypes = map.
SubstituteTypes
(typeParameter.ConstraintTypesNoUseSiteDiagnostics);