12 references to BitwiseOr
PresentationBuildTasks (5)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (5)
2796
CodeBinaryOperatorExpression cboe1 = new CodeBinaryOperatorExpression(cfre1, CodeBinaryOperatorType.
BitwiseOr
, cfre2);
2797
CodeBinaryOperatorExpression cboe2 = new CodeBinaryOperatorExpression(cfre3, CodeBinaryOperatorType.
BitwiseOr
, cfre4);
2798
CodeBinaryOperatorExpression cboeCI = new CodeBinaryOperatorExpression(cboe1, CodeBinaryOperatorType.
BitwiseOr
, cboe2);
2913
CodeBinaryOperatorExpression cboe = new CodeBinaryOperatorExpression(cfre2, CodeBinaryOperatorType.
BitwiseOr
, cfre3);
2914
CodeBinaryOperatorExpression cboeCD = new CodeBinaryOperatorExpression(cfre5, CodeBinaryOperatorType.
BitwiseOr
, cboe);
System.CodeDom (3)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
1664
case CodeBinaryOperatorType.
BitwiseOr
:
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
618
case CodeBinaryOperatorType.
BitwiseOr
:
System\CodeDom\Compiler\CodeGenerator.cs (1)
1232
case CodeBinaryOperatorType.
BitwiseOr
:
System.Windows.Forms.Design (4)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (3)
1255
case CodeBinaryOperatorType.
BitwiseOr
:
1353
if (op == CodeBinaryOperatorType.
BitwiseOr
)
1416
if (op == CodeBinaryOperatorType.
BitwiseOr
)
System\ComponentModel\Design\Serialization\EnumCodeDomSerializer.cs (1)
74
expression = new CodeBinaryOperatorExpression(expression, CodeBinaryOperatorType.
BitwiseOr
, newExpression);