2 references to GetOrAllocateReusableHoistedField
Microsoft.CodeAnalysis.CSharp (2)
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (2)
328
proxy = new CapturedToStateMachineFieldReplacement(
GetOrAllocateReusableHoistedField
(TypeMap.SubstituteType(local.Type).Type, out reused, local), isReusable: true);
705
hoistedSymbol = @this.
GetOrAllocateReusableHoistedField
(type, out _);