6 writes to _current
PresentationBuildTasks (6)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (6)
2417_current = offset; 2456_current = current - 1; 2465_current = current - 1; 2468_current = current; 2476_current = current - 1; 2479_current = current;
3 references to _current
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (3)
2431int current = _current; 2494return _text.Substring(_start, _current - _start); 2503int len = _current - _start;