1 write to _text
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
2431
_text
= text + '\x0';
7 references to _text
PresentationBuildTasks (7)
Framework\System\Windows\Markup\XamlReaderHelper.cs (7)
2448
char c =
_text
[current++];
2454
if (
_text
[current++] == '\0')
2461
c =
_text
[current++];
2469
if (
_text
[current++] == '\0')
2488
c =
_text
[current++];
2509
return
_text
.Substring(_start, _current - _start);
2519
return len == value.Length && String.CompareOrdinal(value, 0,
_text
, _start, len) == 0;