3 writes to _position
Microsoft.Build.Tasks.Core (3)
tokenCharReader.cs (3)
44_position = 0; 71set { _position = value; } 85++_position;
9 references to _position
Microsoft.Build.Tasks.Core (9)
tokenCharReader.cs (9)
65get { return _position; } 108get { return _sources.GetAt(_position); } 118get { return _sources.IsPastEnd(_position); } 128return _sources.Substring(startPosition, _position - startPosition); 151if (_sources.IsPastEnd(_position + match.Length - 1)) 156string compare = _sources.Substring(_position, match.Length); 262int originalPosition = _position; 267ErrorUtilities.VerifyThrow(originalPosition != _position, "Expected position to be incremented."); 274ErrorUtilities.VerifyThrow(originalPosition != _position, "Expected position to be incremented.");