2 references to BitwiseAnd
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\MethodXml\MethodXmlBuilder.cs (1)
343kind = BinaryOperatorKind.BitwiseAnd;
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\MethodXml\AbstractMethodXmlBuilder.cs (1)
144BinaryOperatorKind.BitwiseAnd => "bitand",