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)
257
if (
_nonReusableLocals
?.Remove(slot) != true)
290
_nonReusableLocals
.Add(_addressedLocals[i]);