4 references to TypeMap
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (4)
Symbols\EETypeParameterSymbol.cs (4)
152
return this.
TypeMap
.SubstituteTypes(constraintTypes);
158
return this.
TypeMap
.SubstituteType(type).AsTypeSymbolOnly();
164
return this.
TypeMap
.SubstituteNamedType(type);
170
return this.
TypeMap
.SubstituteNamedTypes(interfaces);