5 writes to _offset
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver (5)
VisualBasic\Scanner.cs (5)
60_offset = 0; 86_offset++; 98_offset += n; 108var c = _text[_offset++]; 117_offset += n + 1;
10 references to _offset
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver (10)
VisualBasic\Scanner.cs (10)
84while (_offset < length && char.IsWhiteSpace(_text[_offset])) 89if (_offset == length) 97var text = _text.Substring(_offset, n); 112if (n > 0 && _offset + n < length && _text[_offset + n] == ']') 116var text = _text.Substring(_offset, n); 129int length = _text.Length - _offset; 130if (length > 0 && UnicodeCharacterUtilities.IsIdentifierStartCharacter(_text[_offset])) 133while (n < length && UnicodeCharacterUtilities.IsIdentifierPartCharacter(_text[_offset + n]))