18 writes to ValueKind
Microsoft.CodeAnalysis.CSharp (18)
Parser\Lexer.cs (18)
869info.ValueKind = SpecialType.None; 984info.ValueKind = SpecialType.System_Single; 989info.ValueKind = SpecialType.System_Double; 994info.ValueKind = SpecialType.System_Decimal; 998info.ValueKind = SpecialType.System_Double; 1004info.ValueKind = SpecialType.System_Single; 1009info.ValueKind = SpecialType.System_Double; 1014info.ValueKind = SpecialType.System_Decimal; 1090info.ValueKind = SpecialType.System_Int32; 1095info.ValueKind = SpecialType.System_UInt32; 1103info.ValueKind = SpecialType.System_Int64; 1108info.ValueKind = SpecialType.System_UInt64; 1120info.ValueKind = SpecialType.System_UInt32; 1125info.ValueKind = SpecialType.System_UInt64; 1135info.ValueKind = SpecialType.System_Int64; 1140info.ValueKind = SpecialType.System_UInt64; 1152info.ValueKind = SpecialType.System_UInt64; 2660info.ValueKind = SpecialType.System_Int32;
3 references to ValueKind
Microsoft.CodeAnalysis.CSharp (3)
Parser\Lexer.cs (3)
358switch (info.ValueKind) 382throw ExceptionUtilities.UnexpectedValue(info.ValueKind); 1056switch (info.ValueKind)