1 write to CharCodes
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
2519CharCodes = new char[256];
8 references to CharCodes
PresentationBuildTasks (8)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (8)
2435switch (CharCodes[(int)c]) 2447switch (CharCodes[(int)c]) 2474while ((int)c < 256 && CharCodes[(int)c] == Number); 2532CharCodes[(int)i] = i; 2535CharCodes[(int)i] = Letter; 2539CharCodes[(int)i] = Letter; 2541CharCodes[(int)i] = Number; 2543CharCodes[(int)i] = Error;