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