31 writes to _index
Microsoft.CodeAnalysis.CodeStyle (31)
src\Compilers\Core\Portable\DiagnosticAnalyzer\SuppressMessageAttributeState.TargetSymbolResolver.cs (31)
47
_index
= 0;
89
_index
= 2;
131
++
_index
;
149
++
_index
;
186
++
_index
;
249
++
_index
;
259
_index
+= callingConvention.Length;
276
_index
= delimiterOffset;
281
_index
= _name.Length;
299
++
_index
;
309
++
_index
;
315
++
_index
;
336
++
_index
;
348
++
_index
;
371
++
_index
;
395
_index
= result.Value.StartIndex;
427
++
_index
;
456
for (; _index < _name.Length && _name[_index] != '}'; ++
_index
) { }
463
for (; _index < _name.Length; ++
_index
)
496
++
_index
;
501
++
_index
;
595
++
_index
;
617
++
_index
;
658
++
_index
;
675
++
_index
;
685
++
_index
;
699
++
_index
;
711
++
_index
;
720
++
_index
;
814
_index
= type.StartIndex;
816
_index
= currentIndex;
16 references to _index
Microsoft.CodeAnalysis.CodeStyle (16)
src\Compilers\Core\Portable\DiagnosticAnalyzer\SuppressMessageAttributeState.TargetSymbolResolver.cs (16)
257
if (callingConvention == _name.Substring(
_index
, callingConvention.Length))
270
_name.IndexOfAny(s_nameDelimiters,
_index
+ 1) :
271
_name.IndexOfAny(s_nameDelimiters,
_index
);
275
segment = _name[
_index
..delimiterOffset];
280
segment = _name[
_index
..];
289
return
_index
>= _name.Length ? '\0' : _name[
_index
];
296
while (
_index
< _name.Length && char.IsDigit(_name[
_index
]))
298
n = n * 10 + (_name[
_index
] - '0');
456
for (;
_index
< _name.Length && _name[
_index
] != '}'; ++_index) { }
463
for (;
_index
< _name.Length; ++_index)
493
var startIndex =
_index
;
578
int startIndex =
_index
;
813
var currentIndex =
_index
;