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