1 override of IsOperator
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\OverloadResolution.vb (1)
340Public NotOverridable Overrides ReadOnly Property IsOperator As Boolean
6 references to IsOperator
Microsoft.CodeAnalysis.VisualBasic (6)
Semantics\OverloadResolution.vb (6)
1435Dim operatorResolution As Boolean = newCandidate.Candidate.IsOperator 2714Debug.Assert(current.Candidate.IsOperator) 2721Debug.Assert(contender.Candidate.IsOperator) 2745Debug.Assert(current.Candidate.IsOperator) 2752Debug.Assert(contender.Candidate.IsOperator) 4289Dim operatorResolution As Boolean = newCandidate.Candidate.IsOperator