1 override of IsOperator
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\OverloadResolution.vb (1)
341
Public NotOverridable Overrides ReadOnly Property
IsOperator
As Boolean
6 references to IsOperator
Microsoft.CodeAnalysis.VisualBasic (6)
Semantics\OverloadResolution.vb (6)
1436
Dim operatorResolution As Boolean = newCandidate.Candidate.
IsOperator
2713
Debug.Assert(current.Candidate.
IsOperator
)
2720
Debug.Assert(contender.Candidate.
IsOperator
)
2744
Debug.Assert(current.Candidate.
IsOperator
)
2751
Debug.Assert(contender.Candidate.
IsOperator
)
4288
Dim operatorResolution As Boolean = newCandidate.Candidate.
IsOperator