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