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