8 references to SubstituteTypes
Microsoft.CodeAnalysis.CSharp (8)
Binder\Semantics\OverloadResolution\OverloadResolution.cs (1)
4350
map.
SubstituteTypes
(constructedFromEffectiveParameters.ParameterTypes),
Lowering\BoundTreeToDifferentEnclosingContextRewriter.cs (1)
232
.ConstructIfGeneric(TypeMap.
SubstituteTypes
(method.TypeArgumentsWithAnnotations));
Lowering\ExtensionMethodBodyRewriter.cs (1)
161
return ((MethodSymbol)_symbolMap[symbol.OriginalDefinition]).ConstructIfGeneric(TypeMap.
SubstituteTypes
(symbol.TypeArgumentsWithAnnotations));
Symbols\AbstractTypeMap.cs (1)
246
ImmutableArray<TypeWithAnnotations> substitutedParamTypes =
SubstituteTypes
(parameterTypesWithAnnotations);
Symbols\AnonymousTypes\AnonymousTypeDescriptor.cs (1)
114
var newFieldTypes = map.
SubstituteTypes
(oldFieldTypes);
Symbols\AnonymousTypes\PublicSymbols\AnonymousType.TypePublicSymbol.cs (1)
72
var newFieldTypes = map.
SubstituteTypes
(oldFieldTypes);
Symbols\ReducedExtensionMethodSymbol.cs (1)
101
_typeArguments = _typeMap.
SubstituteTypes
(reducedFrom.TypeArgumentsWithAnnotations);
Symbols\Source\SourceTypeParameterSymbol.cs (1)
1014
var constraintTypes = map.
SubstituteTypes
(typeParameter.ConstraintTypesNoUseSiteDiagnostics);