6 writes to _current
PresentationBuildTasks (6)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (6)
2423_current = offset; 2462_current = current - 1; 2471_current = current - 1; 2474_current = current; 2482_current = current - 1; 2485_current = current;
3 references to _current
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (3)
2437int current = _current; 2500return _text.Substring(_start, _current - _start); 2509int len = _current - _start;