8 references to SubstituteTypes
Microsoft.CodeAnalysis.CSharp (7)
Binder\Semantics\OverloadResolution\OverloadResolution.cs (1)
3523map.SubstituteTypes(constructedEffectiveParameters.ParameterTypes),
Lowering\MethodToClassRewriter.cs (1)
645.ConstructIfGeneric(TypeMap.SubstituteTypes(method.TypeArgumentsWithAnnotations));
Symbols\AbstractTypeMap.cs (1)
245ImmutableArray<TypeWithAnnotations> substitutedParamTypes = SubstituteTypes(parameterTypesWithAnnotations);
Symbols\AnonymousTypes\AnonymousTypeDescriptor.cs (1)
113var 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)
965var constraintTypes = map.SubstituteTypes(typeParameter.ConstraintTypesNoUseSiteDiagnostics);
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
Symbols\EETypeParameterSymbol.cs (1)
152return this.TypeMap.SubstituteTypes(constraintTypes);