14 references to Byte
Microsoft.CodeAnalysis.CSharp (14)
Binder\Semantics\Operators\OperatorKind.cs (8)
75BytePostfixIncrement = Byte | PostfixIncrement, 91LiftedBytePostfixIncrement = Lifted | Byte | PostfixIncrement, 110BytePrefixIncrement = Byte | PrefixIncrement, 126LiftedBytePrefixIncrement = Lifted | Byte | PrefixIncrement, 145BytePostfixDecrement = Byte | PostfixDecrement, 161LiftedBytePostfixDecrement = Lifted | Byte | PostfixDecrement, 180BytePrefixDecrement = Byte | PrefixDecrement, 196LiftedBytePrefixDecrement = Lifted | Byte | PrefixDecrement,
Binder\Semantics\Operators\OperatorKindExtensions.cs (1)
102case UnaryOperatorKind.Byte:
Binder\Semantics\Operators\UnaryOperatorEasyOut.cs (2)
19private const UnaryOperatorKind U08 = UnaryOperatorKind.Byte; 34private const UnaryOperatorKind LU08 = UnaryOperatorKind.Lifted | UnaryOperatorKind.Byte;
Compilation\BuiltInOperators.cs (1)
265case UnaryOperatorKind.Byte: opType = _compilation.GetSpecialType(SpecialType.System_Byte); break;
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (2)
922case UnaryOperatorKind.Byte: 989case UnaryOperatorKind.Byte: