3 writes to _position
Microsoft.Build.Tasks.Core (3)
tokenCharReader.cs (3)
45_position = 0; 72set { _position = value; } 86++_position;
9 references to _position
Microsoft.Build.Tasks.Core (9)
tokenCharReader.cs (9)
66get { return _position; } 109get { return _sources.GetAt(_position); } 119get { return _sources.IsPastEnd(_position); } 129return _sources.Substring(startPosition, _position - startPosition); 152if (_sources.IsPastEnd(_position + match.Length - 1)) 157string compare = _sources.Substring(_position, match.Length); 263int originalPosition = _position; 268ErrorUtilities.VerifyThrow(originalPosition != _position, "Expected position to be incremented."); 275ErrorUtilities.VerifyThrow(originalPosition != _position, "Expected position to be incremented.");