3 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);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Semantics\ExtensionOperatorsTests.cs (1)
462
return OperatorFacts.
UnaryOperatorNameFromSyntaxKind
(SyntaxFactory.ParseToken(op).Kind(), isChecked: isChecked);