5 writes to
Microsoft.CodeAnalysis.CodeStyle (5)
src\Compilers\Core\Portable\Collections\TemporaryArray`1.cs (5)
166
this
[
_count - 1] = item;
188
this
[
_count - 1] = item;
206
this
[
_count - 1] = item;
235
this
[
count - 1] = default!;
344
this
[
i] = default!;
5 references to
Microsoft.CodeAnalysis.CodeStyle (5)
src\Compilers\Core\Portable\Collections\TemporaryArray`1.cs (3)
234
var last = this
[
count - 1];
338
builder.Add(this
[
i]);
468
_current = _array
[
_nextIndex];
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\NamingStyle.cs (2)
410
newWords[i] = name[parts
[
i].Start..parts
[
i].End];