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