1 override of IsOperator
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\OverloadResolution.vb (1)
315
Public NotOverridable Overrides ReadOnly Property
IsOperator
As Boolean
8 references to IsOperator
Microsoft.CodeAnalysis.VisualBasic (8)
Semantics\OverloadResolution.vb (8)
1716
Debug.Assert(Not haveNamedArguments OrElse Not candidates(0).Candidate.
IsOperator
)
1751
Debug.Assert(Not candidates(0).Candidate.
IsOperator
)
2346
If candidates(0).Candidate.
IsOperator
Then
2353
Debug.Assert(current.Candidate.
IsOperator
)
2360
Debug.Assert(contender.Candidate.
IsOperator
)
2384
Debug.Assert(current.Candidate.
IsOperator
)
2391
Debug.Assert(contender.Candidate.
IsOperator
)
3920
Dim operatorResolution As Boolean = newCandidate.Candidate.
IsOperator