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