52 references to Done
Microsoft.CodeAnalysis.CSharp (52)
Parser\QuickScanner.cs (52)
37Bad = Done + 1 79(byte)QuickScanState.Done, // Letter 80(byte)QuickScanState.Done, // Digit 81(byte)QuickScanState.Done, // Punct 82(byte)QuickScanState.Done, // Dot 83(byte)QuickScanState.Done, // Compound 86(byte)QuickScanState.Done, // EndOfFile 91(byte)QuickScanState.Done, // White 92(byte)QuickScanState.Done, // CR 94(byte)QuickScanState.Done, // Letter 95(byte)QuickScanState.Done, // Digit 96(byte)QuickScanState.Done, // Punct 97(byte)QuickScanState.Done, // Dot 98(byte)QuickScanState.Done, // Compound 99(byte)QuickScanState.Done, // Slash 100(byte)QuickScanState.Done, // Complex 101(byte)QuickScanState.Done, // EndOfFile 111(byte)QuickScanState.Done, // Punct 112(byte)QuickScanState.Done, // Dot 113(byte)QuickScanState.Done, // Compound 116(byte)QuickScanState.Done, // EndOfFile 126(byte)QuickScanState.Done, // Punct 128(byte)QuickScanState.Done, // Compound 131(byte)QuickScanState.Done, // EndOfFile 139(byte)QuickScanState.Done, // Letter 140(byte)QuickScanState.Done, // Digit 141(byte)QuickScanState.Done, // Punct 142(byte)QuickScanState.Done, // Dot 143(byte)QuickScanState.Done, // Compound 146(byte)QuickScanState.Done, // EndOfFile 154(byte)QuickScanState.Done, // Letter 156(byte)QuickScanState.Done, // Punct 158(byte)QuickScanState.Done, // Compound 161(byte)QuickScanState.Done, // EndOfFile 169(byte)QuickScanState.Done, // Letter 170(byte)QuickScanState.Done, // Digit 172(byte)QuickScanState.Done, // Dot 176(byte)QuickScanState.Done, // EndOfFile 181(byte)QuickScanState.Done, // White 182(byte)QuickScanState.Done, // CR 183(byte)QuickScanState.Done, // LF 184(byte)QuickScanState.Done, // Letter 185(byte)QuickScanState.Done, // Digit 186(byte)QuickScanState.Done, // Punct 187(byte)QuickScanState.Done, // Dot 188(byte)QuickScanState.Done, // Compound 189(byte)QuickScanState.Done, // Slash 190(byte)QuickScanState.Done, // Complex 191(byte)QuickScanState.Done, // EndOfFile 223if (state >= QuickScanState.Done) 235Debug.Assert(state == QuickScanState.Bad || state == QuickScanState.Done, "can only exit with Bad or Done"); 237if (state == QuickScanState.Done)