6 writes to _current
PresentationBuildTasks (6)
Framework\System\Windows\Markup\XamlReaderHelper.cs (6)
2432
_current
= offset;
2471
_current
= current - 1;
2480
_current
= current - 1;
2483
_current
= current;
2491
_current
= current - 1;
2494
_current
= current;
3 references to _current
PresentationBuildTasks (3)
Framework\System\Windows\Markup\XamlReaderHelper.cs (3)
2446
int current =
_current
;
2509
return _text.Substring(_start,
_current
- _start);
2518
int len =
_current
- _start;