10 references to GetBinaryOperatorMethodName
Microsoft.CodeAnalysis.VisualBasic (10)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (10)
86Return ConvertRuntimeHelperToExpressionTree(GetBinaryOperatorMethodName(opKind, isChecked), 96Return ConvertRuntimeHelperToExpressionTree(GetBinaryOperatorMethodName(opKind, isChecked), 112Return ConvertRuntimeHelperToExpressionTree(GetBinaryOperatorMethodName(opKind, False), 206Dim opMethod As String = GetBinaryOperatorMethodName(opKind, isChecked) 223opMethod = GetBinaryOperatorMethodName(BinaryOperatorKind.GreaterThan, isChecked) 227opMethod = GetBinaryOperatorMethodName(BinaryOperatorKind.GreaterThanOrEqual, isChecked) 231opMethod = GetBinaryOperatorMethodName(BinaryOperatorKind.LessThan, isChecked) 235opMethod = GetBinaryOperatorMethodName(BinaryOperatorKind.LessThanOrEqual, isChecked) 293Dim opMethod As String = GetBinaryOperatorMethodName(opKind, isChecked) 340Dim opMethod As String = GetBinaryOperatorMethodName(opKind, isChecked)