1 write to CharCodes
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
2535
CharCodes
= new char[256];
8 references to CharCodes
PresentationBuildTasks (8)
Framework\System\Windows\Markup\XamlReaderHelper.cs (8)
2451
switch (
CharCodes
[(int)c])
2463
switch (
CharCodes
[(int)c])
2490
while ((int)c < 256 &&
CharCodes
[(int)c] == Number);
2548
CharCodes
[(int)i] = i;
2551
CharCodes
[(int)i] = Letter;
2555
CharCodes
[(int)i] = Letter;
2557
CharCodes
[(int)i] = Number;
2559
CharCodes
[(int)i] = Error;