1 write to CharCodes
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
2515CharCodes = new char[256];
8 references to CharCodes
PresentationBuildTasks (8)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (8)
2431switch (CharCodes[(int)c]) 2443switch (CharCodes[(int)c]) 2470while ((int)c < 256 && CharCodes[(int)c] == Number); 2528CharCodes[(int)i] = i; 2531CharCodes[(int)i] = Letter; 2535CharCodes[(int)i] = Letter; 2537CharCodes[(int)i] = Number; 2539CharCodes[(int)i] = Error;