1 write to TypeMap
Microsoft.CodeAnalysis.CSharp (1)
Lowering\SynthesizedMethodBaseSymbol.cs (1)
66
this.
TypeMap
= typeMap;
5 references to TypeMap
Microsoft.CodeAnalysis.CSharp (5)
Lowering\ClosureConversion\ClosureConversion.cs (1)
1580
_currentLambdaBodyTypeMap = synthesizedMethod.
TypeMap
;
Lowering\SynthesizedMethodBaseSymbol.cs (4)
63
Debug.Assert(this.
TypeMap
== null);
123
this.
TypeMap
.SubstituteType(p.OriginalDefinition.TypeWithAnnotations),
138
builder.Add(SynthesizedParameterSymbol.Create(this, this.
TypeMap
.SubstituteType(extra), ordinal++, RefKind.Ref));
189
get { return this.
TypeMap
.SubstituteType(this.BaseMethod.OriginalDefinition.ReturnTypeWithAnnotations); }