1 write to _nonReusableLocals
Microsoft.CodeAnalysis (1)
CodeGen\LocalSlotManager.cs (1)
287_nonReusableLocals ??= new HashSet<LocalDefinition>(ReferenceEqualityComparer.Instance);
2 references to _nonReusableLocals
Microsoft.CodeAnalysis (2)
CodeGen\LocalSlotManager.cs (2)
257if (_nonReusableLocals?.Remove(slot) != true) 290_nonReusableLocals.Add(_addressedLocals[i]);