1 write to TypeMap
Microsoft.CodeAnalysis.CSharp (1)
Lowering\SynthesizedMethodBaseSymbol.cs (1)
62this.TypeMap = typeMap;
5 references to TypeMap
Microsoft.CodeAnalysis.CSharp (5)
Lowering\ClosureConversion\ClosureConversion.cs (1)
1554_currentLambdaBodyTypeMap = synthesizedMethod.TypeMap;
Lowering\SynthesizedMethodBaseSymbol.cs (4)
59Debug.Assert(this.TypeMap == null); 135this.TypeMap.SubstituteType(p.OriginalDefinition.TypeWithAnnotations), 150builder.Add(SynthesizedParameterSymbol.Create(this, this.TypeMap.SubstituteType(extra), ordinal++, RefKind.Ref)); 206get { return this.TypeMap.SubstituteType(this.BaseMethod.OriginalDefinition.ReturnTypeWithAnnotations); }