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