18 writes to ValueKind
Microsoft.CodeAnalysis.CSharp (18)
Parser\Lexer.cs (18)
1063
info.
ValueKind
= SpecialType.None;
1177
info.
ValueKind
= SpecialType.System_Single;
1182
info.
ValueKind
= SpecialType.System_Double;
1187
info.
ValueKind
= SpecialType.System_Decimal;
1191
info.
ValueKind
= SpecialType.System_Double;
1197
info.
ValueKind
= SpecialType.System_Single;
1202
info.
ValueKind
= SpecialType.System_Double;
1207
info.
ValueKind
= SpecialType.System_Decimal;
1283
info.
ValueKind
= SpecialType.System_Int32;
1288
info.
ValueKind
= SpecialType.System_UInt32;
1296
info.
ValueKind
= SpecialType.System_Int64;
1301
info.
ValueKind
= SpecialType.System_UInt64;
1313
info.
ValueKind
= SpecialType.System_UInt32;
1318
info.
ValueKind
= SpecialType.System_UInt64;
1328
info.
ValueKind
= SpecialType.System_Int64;
1333
info.
ValueKind
= SpecialType.System_UInt64;
1345
info.
ValueKind
= SpecialType.System_UInt64;
2990
info.
ValueKind
= SpecialType.System_Int32;
3 references to ValueKind
Microsoft.CodeAnalysis.CSharp (3)
Parser\Lexer.cs (3)
356
switch (info.
ValueKind
)
380
throw ExceptionUtilities.UnexpectedValue(info.
ValueKind
);
1249
switch (info.
ValueKind
)