32 references to BitwiseAnd
System (3)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2145
case CodeBinaryOperatorType.
BitwiseAnd
:
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
868
case CodeBinaryOperatorType.
BitwiseAnd
:
compmod\system\codedom\compiler\CodeGenerator.cs (1)
1269
case CodeBinaryOperatorType.
BitwiseAnd
:
System.Workflow.Activities (29)
Rules\ArithmeticLiteral.cs (23)
399
case CodeBinaryOperatorType.
BitwiseAnd
:
702
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.m_type, CodeBinaryOperatorType.
BitwiseAnd
, this.TypeName);
703
throw new RuleEvaluationIncompatibleTypesException(message, v.m_type, CodeBinaryOperatorType.
BitwiseAnd
, this.m_type);
707
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, Messages.NullValue, CodeBinaryOperatorType.
BitwiseAnd
, this.TypeName);
708
throw new RuleEvaluationIncompatibleTypesException(message, typeof(void), CodeBinaryOperatorType.
BitwiseAnd
, this.m_type);
712
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
BitwiseAnd
, this.TypeName);
713
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
BitwiseAnd
, this.m_type);
717
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
BitwiseAnd
, this.TypeName);
718
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
BitwiseAnd
, this.m_type);
722
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
BitwiseAnd
, this.TypeName);
723
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
BitwiseAnd
, this.m_type);
727
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
BitwiseAnd
, this.TypeName);
728
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
BitwiseAnd
, this.m_type);
732
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
BitwiseAnd
, this.TypeName);
733
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
BitwiseAnd
, this.m_type);
737
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
BitwiseAnd
, this.TypeName);
738
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
BitwiseAnd
, this.m_type);
742
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
BitwiseAnd
, this.TypeName);
743
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
BitwiseAnd
, this.m_type);
747
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
BitwiseAnd
, this.TypeName);
748
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
BitwiseAnd
, this.m_type);
752
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
BitwiseAnd
, this.TypeName);
753
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
BitwiseAnd
, this.m_type);
Rules\CodeDomDecompiler.cs (1)
464
case CodeBinaryOperatorType.
BitwiseAnd
:
Rules\Expressions.cs (3)
259
case CodeBinaryOperatorType.
BitwiseAnd
:
564
case CodeBinaryOperatorType.
BitwiseAnd
:
713
case CodeBinaryOperatorType.
BitwiseAnd
:
Rules\Literal.cs (1)
543
case CodeBinaryOperatorType.
BitwiseAnd
:
Rules\Parser\Parser.cs (1)
590
new BinaryPrecedenceDescriptor(new BinaryOperationDescriptor(TokenID.BitAnd, CodeBinaryOperatorType.
BitwiseAnd
)),