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 2712Debug.Assert(current.Candidate.IsOperator) 2719Debug.Assert(contender.Candidate.IsOperator) 2743Debug.Assert(current.Candidate.IsOperator) 2750Debug.Assert(contender.Candidate.IsOperator) 4287Dim operatorResolution As Boolean = newCandidate.Candidate.IsOperator