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)
1582
_currentLambdaBodyTypeMap = synthesizedMethod.
TypeMap
;
Lowering\SynthesizedMethodBaseSymbol.cs (4)
63
Debug.Assert(this.
TypeMap
== null);
139
this.
TypeMap
.SubstituteType(p.OriginalDefinition.TypeWithAnnotations),
154
builder.Add(SynthesizedParameterSymbol.Create(this, this.
TypeMap
.SubstituteType(extra), ordinal++, RefKind.Ref));
205
get { return this.
TypeMap
.SubstituteType(this.BaseMethod.OriginalDefinition.ReturnTypeWithAnnotations); }