1 override of IsOperator
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\OverloadResolution.vb (1)
340
Public NotOverridable Overrides ReadOnly Property
IsOperator
As Boolean
6 references to IsOperator
Microsoft.CodeAnalysis.VisualBasic (6)
Semantics\OverloadResolution.vb (6)
1435
Dim operatorResolution As Boolean = newCandidate.Candidate.
IsOperator
2712
Debug.Assert(current.Candidate.
IsOperator
)
2719
Debug.Assert(contender.Candidate.
IsOperator
)
2743
Debug.Assert(current.Candidate.
IsOperator
)
2750
Debug.Assert(contender.Candidate.
IsOperator
)
4287
Dim operatorResolution As Boolean = newCandidate.Candidate.
IsOperator