18 writes to ValueKind
Microsoft.CodeAnalysis.CSharp (18)
Parser\Lexer.cs (18)
853info.ValueKind = SpecialType.None; 968info.ValueKind = SpecialType.System_Single; 973info.ValueKind = SpecialType.System_Double; 978info.ValueKind = SpecialType.System_Decimal; 982info.ValueKind = SpecialType.System_Double; 988info.ValueKind = SpecialType.System_Single; 993info.ValueKind = SpecialType.System_Double; 998info.ValueKind = SpecialType.System_Decimal; 1074info.ValueKind = SpecialType.System_Int32; 1079info.ValueKind = SpecialType.System_UInt32; 1087info.ValueKind = SpecialType.System_Int64; 1092info.ValueKind = SpecialType.System_UInt64; 1104info.ValueKind = SpecialType.System_UInt32; 1109info.ValueKind = SpecialType.System_UInt64; 1119info.ValueKind = SpecialType.System_Int64; 1124info.ValueKind = SpecialType.System_UInt64; 1136info.ValueKind = SpecialType.System_UInt64; 2659info.ValueKind = SpecialType.System_Int32;
3 references to ValueKind
Microsoft.CodeAnalysis.CSharp (3)
Parser\Lexer.cs (3)
347switch (info.ValueKind) 371throw ExceptionUtilities.UnexpectedValue(info.ValueKind); 1040switch (info.ValueKind)