1 write to TypeMap
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
Symbols\EEMethodSymbol.cs (1)
121this.TypeMap = new TypeMap(allSourceTypeParameters, _allTypeParameters, allowAlpha: true);
6 references to TypeMap
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (6)
CompilationContext.cs (1)
669var type = method.TypeMap.SubstituteNamedType(typeVariablesType);
Symbols\EEMethodSymbol.cs (5)
116var getTypeMap = new Func<TypeMap>(() => this.TypeMap); 160var local = sourceLocal.ToOtherMethod(this, this.TypeMap); 180? oldDisplayClassInstance.ToOtherMethod(this, this.TypeMap) 183variable = variable.SubstituteFields(newDisplayClassInstance, this.TypeMap); 203local = sourceLocal.ToOtherMethod(this, this.TypeMap);