2 references to TryGetOperatorMethod
Microsoft.CodeAnalysis.VisualBasic (2)
Operations\VisualBasicOperationFactory.vb (2)
514
Dim operatorMethod As IMethodSymbol =
TryGetOperatorMethod
(boundUserDefinedUnaryOperator)
638
unaryOperatorMethod =
TryGetOperatorMethod
(DirectCast(If(leftTest.Kind = BoundKind.UserDefinedUnaryOperator,