3 references to TryGetOperatorName
Microsoft.CodeAnalysis.VisualBasic (1)
BoundTree\BoundBinaryOperator.vb (1)
51Dim opName As String = OverloadResolution.TryGetOperatorName(OperatorKind, isChecked)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Semantics\BinaryOperators.vb (2)
1106For Each m In nonSpecialType.GetMembers(OverloadResolution.TryGetOperatorName(op, isChecked:=False)) 1202OverloadResolution.TryGetOperatorName(