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