18 writes to ValueKind
Microsoft.CodeAnalysis.CSharp (18)
Parser\Lexer.cs (18)
868info.ValueKind = SpecialType.None; 983info.ValueKind = SpecialType.System_Single; 988info.ValueKind = SpecialType.System_Double; 993info.ValueKind = SpecialType.System_Decimal; 997info.ValueKind = SpecialType.System_Double; 1003info.ValueKind = SpecialType.System_Single; 1008info.ValueKind = SpecialType.System_Double; 1013info.ValueKind = SpecialType.System_Decimal; 1089info.ValueKind = SpecialType.System_Int32; 1094info.ValueKind = SpecialType.System_UInt32; 1102info.ValueKind = SpecialType.System_Int64; 1107info.ValueKind = SpecialType.System_UInt64; 1119info.ValueKind = SpecialType.System_UInt32; 1124info.ValueKind = SpecialType.System_UInt64; 1134info.ValueKind = SpecialType.System_Int64; 1139info.ValueKind = SpecialType.System_UInt64; 1151info.ValueKind = SpecialType.System_UInt64; 2682info.ValueKind = SpecialType.System_Int32;
3 references to ValueKind
Microsoft.CodeAnalysis.CSharp (3)
Parser\Lexer.cs (3)
362switch (info.ValueKind) 386throw ExceptionUtilities.UnexpectedValue(info.ValueKind); 1055switch (info.ValueKind)