31 writes to _index
Microsoft.CodeAnalysis (31)
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; 456for (; _index < _name.Length && _name[_index] != '}'; ++_index) { } 463for (; _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 (16)
DiagnosticAnalyzer\SuppressMessageAttributeState.TargetSymbolResolver.cs (16)
257if (callingConvention == _name.Substring(_index, callingConvention.Length)) 270_name.IndexOfAny(s_nameDelimiters, _index + 1) : 271_name.IndexOfAny(s_nameDelimiters, _index); 275segment = _name[_index..delimiterOffset]; 280segment = _name[_index..]; 289return _index >= _name.Length ? '\0' : _name[_index]; 296while (_index < _name.Length && char.IsDigit(_name[_index])) 298n = n * 10 + (_name[_index] - '0'); 456for (; _index < _name.Length && _name[_index] != '}'; ++_index) { } 463for (; _index < _name.Length; ++_index) 493var startIndex = _index; 578int startIndex = _index; 813var currentIndex = _index;