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