15 references to Char
Microsoft.CodeAnalysis.CSharp (15)
Binder\Semantics\Operators\OperatorKind.cs (9)
84
CharPostfixIncrement =
Char
| PostfixIncrement,
100
LiftedCharPostfixIncrement = Lifted |
Char
| PostfixIncrement,
119
CharPrefixIncrement =
Char
| PrefixIncrement,
135
LiftedCharPrefixIncrement = Lifted |
Char
| PrefixIncrement,
154
CharPostfixDecrement =
Char
| PostfixDecrement,
170
LiftedCharPostfixDecrement = Lifted |
Char
| PostfixDecrement,
189
CharPrefixDecrement =
Char
| PrefixDecrement,
205
LiftedCharPrefixDecrement = Lifted |
Char
| PrefixDecrement,
302
Char = UnaryOperatorKind.
Char
, //not used
Binder\Semantics\Operators\OperatorKindExtensions.cs (1)
111
case UnaryOperatorKind.
Char
:
Binder\Semantics\Operators\UnaryOperatorEasyOut.cs (2)
17
private const UnaryOperatorKind CHR = UnaryOperatorKind.
Char
;
32
private const UnaryOperatorKind LCHR = UnaryOperatorKind.Lifted | UnaryOperatorKind.
Char
;
Compilation\BuiltInOperators.cs (1)
274
case UnaryOperatorKind.
Char
: opType = _compilation.GetSpecialType(SpecialType.System_Char); break;
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (2)
928
case UnaryOperatorKind.
Char
:
991
case UnaryOperatorKind.
Char
: