52 references to Done
Microsoft.CodeAnalysis.CSharp (52)
Parser\QuickScanner.cs (52)
34Bad = Done + 1 76(byte)QuickScanState.Done, // Letter 77(byte)QuickScanState.Done, // Digit 78(byte)QuickScanState.Done, // Punct 79(byte)QuickScanState.Done, // Dot 80(byte)QuickScanState.Done, // Compound 83(byte)QuickScanState.Done, // EndOfFile 88(byte)QuickScanState.Done, // White 89(byte)QuickScanState.Done, // CR 91(byte)QuickScanState.Done, // Letter 92(byte)QuickScanState.Done, // Digit 93(byte)QuickScanState.Done, // Punct 94(byte)QuickScanState.Done, // Dot 95(byte)QuickScanState.Done, // Compound 96(byte)QuickScanState.Done, // Slash 97(byte)QuickScanState.Done, // Complex 98(byte)QuickScanState.Done, // EndOfFile 108(byte)QuickScanState.Done, // Punct 109(byte)QuickScanState.Done, // Dot 110(byte)QuickScanState.Done, // Compound 113(byte)QuickScanState.Done, // EndOfFile 123(byte)QuickScanState.Done, // Punct 125(byte)QuickScanState.Done, // Compound 128(byte)QuickScanState.Done, // EndOfFile 136(byte)QuickScanState.Done, // Letter 137(byte)QuickScanState.Done, // Digit 138(byte)QuickScanState.Done, // Punct 139(byte)QuickScanState.Done, // Dot 140(byte)QuickScanState.Done, // Compound 143(byte)QuickScanState.Done, // EndOfFile 151(byte)QuickScanState.Done, // Letter 153(byte)QuickScanState.Done, // Punct 155(byte)QuickScanState.Done, // Compound 158(byte)QuickScanState.Done, // EndOfFile 166(byte)QuickScanState.Done, // Letter 167(byte)QuickScanState.Done, // Digit 169(byte)QuickScanState.Done, // Dot 173(byte)QuickScanState.Done, // EndOfFile 178(byte)QuickScanState.Done, // White 179(byte)QuickScanState.Done, // CR 180(byte)QuickScanState.Done, // LF 181(byte)QuickScanState.Done, // Letter 182(byte)QuickScanState.Done, // Digit 183(byte)QuickScanState.Done, // Punct 184(byte)QuickScanState.Done, // Dot 185(byte)QuickScanState.Done, // Compound 186(byte)QuickScanState.Done, // Slash 187(byte)QuickScanState.Done, // Complex 188(byte)QuickScanState.Done, // EndOfFile 220if (state >= QuickScanState.Done) 232Debug.Assert(state == QuickScanState.Bad || state == QuickScanState.Done, "can only exit with Bad or Done"); 234if (state == QuickScanState.Done)