1 write to _text
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
2416
_text
= $"{text}\0";
7 references to _text
PresentationBuildTasks (7)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (7)
2433
char c =
_text
[current++];
2439
if (
_text
[current++] == '\0')
2446
c =
_text
[current++];
2454
if (
_text
[current++] == '\0')
2473
c =
_text
[current++];
2494
return
_text
.Substring(_start, _current - _start);
2504
return len == value.Length && string.CompareOrdinal(value, 0,
_text
, _start, len) == 0;