3 references to Unary
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\ExpressionSyntaxExtensions.cs\ExpressionSyntaxExtensions.cs (1)
752
return OperatorPrecedence.
Unary
;
ParenthesizedExpressionSyntaxExtensions.cs (2)
702
if (patternPrecedence is OperatorPrecedence.Primary or OperatorPrecedence.
Unary
)
763
return OperatorPrecedence.
Unary
;