2 writes to state
mscorlib (2)
system\globalization\hebrewnumber.cs (2)
29state = HebrewNumber.HS.Start; 371context.state = NumberPasingState[(int)context.state][(int)token];
3 references to state
mscorlib (3)
system\globalization\hebrewnumber.cs (3)
371context.state = NumberPasingState[(int)context.state][(int)token]; 372if (context.state == HS._err) { 376if (context.state == HS.END) {