18 writes to ValueKind
Microsoft.CodeAnalysis.CSharp (18)
Parser\Lexer.cs (18)
869
info.
ValueKind
= SpecialType.None;
984
info.
ValueKind
= SpecialType.System_Single;
989
info.
ValueKind
= SpecialType.System_Double;
994
info.
ValueKind
= SpecialType.System_Decimal;
998
info.
ValueKind
= SpecialType.System_Double;
1004
info.
ValueKind
= SpecialType.System_Single;
1009
info.
ValueKind
= SpecialType.System_Double;
1014
info.
ValueKind
= SpecialType.System_Decimal;
1090
info.
ValueKind
= SpecialType.System_Int32;
1095
info.
ValueKind
= SpecialType.System_UInt32;
1103
info.
ValueKind
= SpecialType.System_Int64;
1108
info.
ValueKind
= SpecialType.System_UInt64;
1120
info.
ValueKind
= SpecialType.System_UInt32;
1125
info.
ValueKind
= SpecialType.System_UInt64;
1135
info.
ValueKind
= SpecialType.System_Int64;
1140
info.
ValueKind
= SpecialType.System_UInt64;
1152
info.
ValueKind
= SpecialType.System_UInt64;
2660
info.
ValueKind
= SpecialType.System_Int32;
3 references to ValueKind
Microsoft.CodeAnalysis.CSharp (3)
Parser\Lexer.cs (3)
358
switch (info.
ValueKind
)
382
throw ExceptionUtilities.UnexpectedValue(info.
ValueKind
);
1056
switch (info.
ValueKind
)