1 write to _text
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
2415_text = $"{text}\0";
7 references to _text
PresentationBuildTasks (7)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (7)
2432char c = _text[current++]; 2438if (_text[current++] == '\0') 2445c = _text[current++]; 2453if (_text[current++] == '\0') 2472c = _text[current++]; 2493return _text.Substring(_start, _current - _start); 2503return len == value.Length && string.CompareOrdinal(value, 0, _text, _start, len) == 0;