2 references to UnaryOperatorNameFromSyntaxKind
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\Operators\OperatorFacts.cs (2)
187
return OperatorFacts.
UnaryOperatorNameFromSyntaxKind
(opTokenKind, isChecked);
200
return OperatorFacts.
UnaryOperatorNameFromSyntaxKind
(opTokenKind, isChecked);