1 override of IsOperator
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\OverloadResolution.vb (1)
315
Public NotOverridable Overrides ReadOnly Property
IsOperator
As Boolean
5 references to IsOperator
Microsoft.CodeAnalysis.VisualBasic (5)
Semantics\OverloadResolution.vb (5)
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