55 references to Equals
Microsoft.CodeAnalysis.VisualBasic (55)
Binding\Binder_Operators.vb (7)
357
Case BinaryOperatorKind.
Equals
,
379
If (preliminaryOperatorKind = BinaryOperatorKind.
Equals
OrElse preliminaryOperatorKind = BinaryOperatorKind.NotEquals) AndAlso
384
If(preliminaryOperatorKind = BinaryOperatorKind.
Equals
,
435
If(preliminaryOperatorKind = BinaryOperatorKind.
Equals
, ERRID.WRN_ObjectMath1,
803
If(preliminaryOperatorKind = BinaryOperatorKind.
Equals
OrElse preliminaryOperatorKind = BinaryOperatorKind.NotEquals,
981
(operatorKind = BinaryOperatorKind.
Equals
OrElse operatorKind = BinaryOperatorKind.NotEquals) AndAlso
1032
BinaryOperatorKind.
Equals
,
Binding\Binder_Query.vb (3)
3473
Dim operatorKind As BinaryOperatorKind = OverloadResolution.ResolveBinaryOperator(BinaryOperatorKind.
Equals
,
3481
If (operatorKind And BinaryOperatorKind.
Equals
) <> 0 AndAlso
3482
(operatorKind And Not (BinaryOperatorKind.
Equals
Or BinaryOperatorKind.Lifted)) = 0 AndAlso
Binding\Binder_SelectCase.vb (4)
212
Case SyntaxKind.CaseEqualsClause : operatorKind = BinaryOperatorKind.
Equals
260
operatorKind:=BinaryOperatorKind.
Equals
,
496
preliminaryOperatorKind:=BinaryOperatorKind.
Equals
,
595
relationalClause.OperatorKind <> BinaryOperatorKind.
Equals
OrElse
Binding\DocumentationCommentCrefBinder.vb (1)
972
Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.
Equals
)
BoundTree\BoundSimpleCaseClause.vb (1)
15
ValidateValueAndCondition(ValueOpt, ConditionOpt, BinaryOperatorKind.
Equals
)
CodeGen\EmitOperators.vb (3)
120
BinaryOperatorKind.
Equals
,
138
Case BinaryOperatorKind.
Equals
,
482
Case BinaryOperatorKind.
Equals
CodeGen\EmitStatement.vb (4)
498
Debug.Assert(opKind = BinaryOperatorKind.
Equals
OrElse
593
Case BinaryOperatorKind.
Equals
727
Case BinaryOperatorKind.
Equals
,
1004
Debug.Assert(relationalCaseClause.OperatorKind = BinaryOperatorKind.
Equals
)
Compilation\VisualBasicCompilation.vb (1)
3006
If opInfo.BinaryOperatorKind = BinaryOperatorKind.
Equals
OrElse
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (6)
31
BinaryOperatorKind.
Equals
,
65
BinaryOperatorKind.
Equals
,
95
BinaryOperatorKind.
Equals
207
opKind = BinaryOperatorKind.
Equals
OrElse opKind = BinaryOperatorKind.NotEquals OrElse
635
Case BinaryOperatorKind.
Equals
,
661
Case BinaryOperatorKind.
Equals
,
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
284
BinaryOperatorKind.
Equals
,
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
262
Case BinaryOperatorKind.
Equals
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (1)
83
Case BinaryOperatorKind.
Equals
,
Lowering\LocalRewriter\LocalRewriter_LocalDeclaration.vb (2)
268
BinaryOperatorKind.
Equals
,
277
BinaryOperatorKind.
Equals
,
Lowering\LocalRewriter\LocalRewriter_NullableHelpers.vb (1)
466
Case BinaryOperatorKind.
Equals
Lowering\LocalRewriter\LocalRewriter_SelectCase.vb (1)
363
Debug.Assert(relationalCaseClause.OperatorKind = BinaryOperatorKind.
Equals
)
Lowering\LocalRewriter\LocalRewriter_SyncLock.vb (1)
261
BinaryOperatorKind.
Equals
,
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (1)
407
nodeFactory.Binary(BinaryOperatorKind.
Equals
,
Lowering\SyntheticBoundNodeFactory.vb (1)
435
Return Binary(BinaryOperatorKind.
Equals
, SpecialType(Microsoft.CodeAnalysis.SpecialType.System_Boolean), left, right)
Operations\VisualBasicOperationFactory_Methods.vb (1)
665
Case VisualBasic.BinaryOperatorKind.
Equals
Semantics\Operators.vb (12)
103
operators.Add(WellKnownMemberNames.EqualityOperatorName, New OperatorInfo(BinaryOperatorKind.
Equals
))
177
Case BinaryOperatorKind.
Equals
226
Case BinaryOperatorKind.
Equals
817
Case SyntaxKind.EqualsExpression : result = BinaryOperatorKind.
Equals
1142
Case BinaryOperatorKind.
Equals
1314
Case BinaryOperatorKind.
Equals
1438
Case BinaryOperatorKind.
Equals
1536
BinaryOperatorKind.
Equals
,
1547
Case BinaryOperatorKind.
Equals
1592
Case BinaryOperatorKind.
Equals
1680
Case BinaryOperatorKind.
Equals
,
3062
Case BinaryOperatorKind.
Equals
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
469
BinaryOperatorKind.
Equals
,
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
3671
Case BinaryOperatorKind.
Equals