1 write to _text
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
2422_text = $"{text}\0";
7 references to _text
PresentationBuildTasks (7)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (7)
2439char c = _text[current++]; 2445if (_text[current++] == '\0') 2452c = _text[current++]; 2460if (_text[current++] == '\0') 2479c = _text[current++]; 2500return _text.Substring(_start, _current - _start); 2510return len == value.Length && String.CompareOrdinal(value, 0, _text, _start, len) == 0;