6 writes to _current
PresentationBuildTasks (6)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (6)
2415_current = offset; 2454_current = current - 1; 2463_current = current - 1; 2466_current = current; 2474_current = current - 1; 2477_current = current;
3 references to _current
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (3)
2429int current = _current; 2492return _text.Substring(_start, _current - _start); 2501int len = _current - _start;