3 references to BitwiseOr
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (1)
1501
case CodeBinaryOperatorType.
BitwiseOr
:
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
2438
case CodeBinaryOperatorType.
BitwiseOr
:
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (1)
236
valueExpression = new CodeBinaryOperatorExpression(valueExpression, CodeBinaryOperatorType.
BitwiseOr
, enumRef);