3 references to ResolveNotLiftedIntrinsicUnaryOperator
Microsoft.CodeAnalysis.VisualBasic (2)
Compilation\VisualBasicCompilation.vb (1)
3041
Dim resolved = OverloadResolution.
ResolveNotLiftedIntrinsicUnaryOperator
(opInfo.UnaryOperatorKind, operandType.SpecialType)
Semantics\Operators.vb (1)
557
intrinsicOperatorType =
ResolveNotLiftedIntrinsicUnaryOperator
(opCode, sourceType.SpecialType)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Semantics\UnaryOperators.vb (1)
724
Dim resultType As SpecialType = OverloadResolution.
ResolveNotLiftedIntrinsicUnaryOperator
(op, special)