38 references to BitwiseOr
PresentationBuildTasks (5)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (5)
2700
CodeBinaryOperatorExpression cboe1 = new CodeBinaryOperatorExpression(cfre1, CodeBinaryOperatorType.
BitwiseOr
, cfre2);
2701
CodeBinaryOperatorExpression cboe2 = new CodeBinaryOperatorExpression(cfre3, CodeBinaryOperatorType.
BitwiseOr
, cfre4);
2702
CodeBinaryOperatorExpression cboeCI = new CodeBinaryOperatorExpression(cboe1, CodeBinaryOperatorType.
BitwiseOr
, cboe2);
2803
CodeBinaryOperatorExpression cboe = new CodeBinaryOperatorExpression(cfre2, CodeBinaryOperatorType.
BitwiseOr
, cfre3);
2804
CodeBinaryOperatorExpression cboeCD = new CodeBinaryOperatorExpression(cfre5, CodeBinaryOperatorType.
BitwiseOr
, cboe);
System (3)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2142
case CodeBinaryOperatorType.
BitwiseOr
:
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
865
case CodeBinaryOperatorType.
BitwiseOr
:
compmod\system\codedom\compiler\CodeGenerator.cs (1)
1266
case CodeBinaryOperatorType.
BitwiseOr
:
System.Workflow.Activities (29)
Rules\ArithmeticLiteral.cs (23)
400
case CodeBinaryOperatorType.
BitwiseOr
:
758
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.TypeName, CodeBinaryOperatorType.
BitwiseOr
, this.TypeName);
759
throw new RuleEvaluationIncompatibleTypesException(message, v.m_type, CodeBinaryOperatorType.
BitwiseOr
, this.m_type);
763
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, Messages.NullValue, CodeBinaryOperatorType.
BitwiseOr
, this.TypeName);
764
throw new RuleEvaluationIncompatibleTypesException(message, typeof(void), CodeBinaryOperatorType.
BitwiseOr
, this.m_type);
768
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
BitwiseOr
, this.TypeName);
769
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
BitwiseOr
, this.m_type);
773
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
BitwiseOr
, this.TypeName);
774
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
BitwiseOr
, this.m_type);
778
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
BitwiseOr
, this.TypeName);
779
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
BitwiseOr
, this.m_type);
783
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
BitwiseOr
, this.TypeName);
784
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
BitwiseOr
, this.m_type);
788
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
BitwiseOr
, this.TypeName);
789
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
BitwiseOr
, this.m_type);
793
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
BitwiseOr
, this.TypeName);
794
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
BitwiseOr
, this.m_type);
798
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
BitwiseOr
, this.TypeName);
799
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
BitwiseOr
, this.m_type);
803
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
BitwiseOr
, this.TypeName);
804
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
BitwiseOr
, this.m_type);
808
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
BitwiseOr
, this.TypeName);
809
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
BitwiseOr
, this.m_type);
Rules\CodeDomDecompiler.cs (1)
468
case CodeBinaryOperatorType.
BitwiseOr
:
Rules\Expressions.cs (3)
260
case CodeBinaryOperatorType.
BitwiseOr
:
572
case CodeBinaryOperatorType.
BitwiseOr
:
717
case CodeBinaryOperatorType.
BitwiseOr
:
Rules\Literal.cs (1)
547
case CodeBinaryOperatorType.
BitwiseOr
:
Rules\Parser\Parser.cs (1)
588
new BinaryPrecedenceDescriptor(new BinaryOperationDescriptor(TokenID.BitOr, CodeBinaryOperatorType.
BitwiseOr
)),
System.Xml (1)
System\Xml\Serialization\XmlCodeExporter.cs (1)
211
valueExpression = new CodeBinaryOperatorExpression(valueExpression, CodeBinaryOperatorType.
BitwiseOr
, enumRef);