4 references to MakeHoistedLocalFieldName
Microsoft.CodeAnalysis.CSharp (4)
Lowering\ClosureConversion\LambdaCapturedVariable.cs (2)
73return GeneratedNames.MakeHoistedLocalFieldName(local.SynthesizedKind, uniqueId++); 89return GeneratedNames.MakeHoistedLocalFieldName(local.SynthesizedKind, uniqueId++, local.Name);
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
686string fieldName = GeneratedNames.MakeHoistedLocalFieldName(kind, slotIndex);
Lowering\StateMachineRewriter\StateMachineRewriter.cs (1)
222string fieldName = GeneratedNames.MakeHoistedLocalFieldName(synthesizedKind, slotIndex, local.Name);