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
2714
Debug.Assert(current.Candidate.
IsOperator
)
2721
Debug.Assert(contender.Candidate.
IsOperator
)
2745
Debug.Assert(current.Candidate.
IsOperator
)
2752
Debug.Assert(contender.Candidate.
IsOperator
)
4289
Dim operatorResolution As Boolean = newCandidate.Candidate.
IsOperator