4 writes to
Microsoft.CodeAnalysis.CodeStyle (4)
TemporaryArray`1.cs (4)
153this[_count - 1] = item; 175this[_count - 1] = item; 193this[_count - 1] = item; 272this[i] = default!;
4 references to
Microsoft.CodeAnalysis.CodeStyle (4)
NamingStyle.cs (2)
410newWords[i] = name[parts[i].Start..parts[i].End];
TemporaryArray`1.cs (2)
266builder.Add(this[i]); 343_current = _array[_nextIndex];