1 write to CharCodes
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
2520
CharCodes
= new char[256];
8 references to CharCodes
PresentationBuildTasks (8)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (8)
2436
switch (
CharCodes
[(int)c])
2448
switch (
CharCodes
[(int)c])
2475
while ((int)c < 256 &&
CharCodes
[(int)c] == Number);
2533
CharCodes
[(int)i] = i;
2536
CharCodes
[(int)i] = Letter;
2540
CharCodes
[(int)i] = Letter;
2542
CharCodes
[(int)i] = Number;
2544
CharCodes
[(int)i] = Error;