6 writes to _current
PresentationBuildTasks (6)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (6)
2412_current = offset; 2451_current = current - 1; 2460_current = current - 1; 2463_current = current; 2471_current = current - 1; 2474_current = current;
3 references to _current
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (3)
2426int current = _current; 2489return _text.Substring(_start, _current - _start); 2498int len = _current - _start;