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