18 writes to ValueKind
Microsoft.CodeAnalysis.CSharp (18)
Parser\Lexer.cs (18)
873info.ValueKind = SpecialType.None; 988info.ValueKind = SpecialType.System_Single; 993info.ValueKind = SpecialType.System_Double; 998info.ValueKind = SpecialType.System_Decimal; 1002info.ValueKind = SpecialType.System_Double; 1008info.ValueKind = SpecialType.System_Single; 1013info.ValueKind = SpecialType.System_Double; 1018info.ValueKind = SpecialType.System_Decimal; 1094info.ValueKind = SpecialType.System_Int32; 1099info.ValueKind = SpecialType.System_UInt32; 1107info.ValueKind = SpecialType.System_Int64; 1112info.ValueKind = SpecialType.System_UInt64; 1124info.ValueKind = SpecialType.System_UInt32; 1129info.ValueKind = SpecialType.System_UInt64; 1139info.ValueKind = SpecialType.System_Int64; 1144info.ValueKind = SpecialType.System_UInt64; 1156info.ValueKind = SpecialType.System_UInt64; 2664info.ValueKind = SpecialType.System_Int32;
3 references to ValueKind
Microsoft.CodeAnalysis.CSharp (3)
Parser\Lexer.cs (3)
362switch (info.ValueKind) 386throw ExceptionUtilities.UnexpectedValue(info.ValueKind); 1060switch (info.ValueKind)