6 writes to _current
PresentationBuildTasks (6)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (6)
2416_current = offset; 2455_current = current - 1; 2464_current = current - 1; 2467_current = current; 2475_current = current - 1; 2478_current = current;
3 references to _current
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (3)
2430int current = _current; 2493return _text.Substring(_start, _current - _start); 2502int len = _current - _start;