18 writes to ValueKind
Microsoft.CodeAnalysis.CSharp (18)
Parser\Lexer.cs (18)
1063info.ValueKind = SpecialType.None; 1177info.ValueKind = SpecialType.System_Single; 1182info.ValueKind = SpecialType.System_Double; 1187info.ValueKind = SpecialType.System_Decimal; 1191info.ValueKind = SpecialType.System_Double; 1197info.ValueKind = SpecialType.System_Single; 1202info.ValueKind = SpecialType.System_Double; 1207info.ValueKind = SpecialType.System_Decimal; 1283info.ValueKind = SpecialType.System_Int32; 1288info.ValueKind = SpecialType.System_UInt32; 1296info.ValueKind = SpecialType.System_Int64; 1301info.ValueKind = SpecialType.System_UInt64; 1313info.ValueKind = SpecialType.System_UInt32; 1318info.ValueKind = SpecialType.System_UInt64; 1328info.ValueKind = SpecialType.System_Int64; 1333info.ValueKind = SpecialType.System_UInt64; 1345info.ValueKind = SpecialType.System_UInt64; 2990info.ValueKind = SpecialType.System_Int32;
3 references to ValueKind
Microsoft.CodeAnalysis.CSharp (3)
Parser\Lexer.cs (3)
356switch (info.ValueKind) 380throw ExceptionUtilities.UnexpectedValue(info.ValueKind); 1249switch (info.ValueKind)