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