1 write to CharCodes
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
2526CharCodes = new char[256];
8 references to CharCodes
PresentationBuildTasks (8)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (8)
2442switch (CharCodes[(int)c]) 2454switch (CharCodes[(int)c]) 2481while ((int)c < 256 && CharCodes[(int)c] == Number); 2539CharCodes[(int)i] = i; 2542CharCodes[(int)i] = Letter; 2546CharCodes[(int)i] = Letter; 2548CharCodes[(int)i] = Number; 2550CharCodes[(int)i] = Error;