18 writes to ValueKind
Microsoft.CodeAnalysis.CSharp (18)
Parser\Lexer.cs (18)
873
info.
ValueKind
= SpecialType.None;
988
info.
ValueKind
= SpecialType.System_Single;
993
info.
ValueKind
= SpecialType.System_Double;
998
info.
ValueKind
= SpecialType.System_Decimal;
1002
info.
ValueKind
= SpecialType.System_Double;
1008
info.
ValueKind
= SpecialType.System_Single;
1013
info.
ValueKind
= SpecialType.System_Double;
1018
info.
ValueKind
= SpecialType.System_Decimal;
1094
info.
ValueKind
= SpecialType.System_Int32;
1099
info.
ValueKind
= SpecialType.System_UInt32;
1107
info.
ValueKind
= SpecialType.System_Int64;
1112
info.
ValueKind
= SpecialType.System_UInt64;
1124
info.
ValueKind
= SpecialType.System_UInt32;
1129
info.
ValueKind
= SpecialType.System_UInt64;
1139
info.
ValueKind
= SpecialType.System_Int64;
1144
info.
ValueKind
= SpecialType.System_UInt64;
1156
info.
ValueKind
= SpecialType.System_UInt64;
2664
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
);
1060
switch (info.
ValueKind
)