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)
2448char c = _text[current++]; 2454if (_text[current++] == '\0') 2461c = _text[current++]; 2469if (_text[current++] == '\0') 2488c = _text[current++]; 2509return _text.Substring(_start, _current - _start); 2519return len == value.Length && String.CompareOrdinal(value, 0, _text, _start, len) == 0;