2 references to OperatorNameFromDeclaration
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\Operators\OperatorFacts.cs (1)
120
return
OperatorNameFromDeclaration
((Syntax.InternalSyntax.OperatorDeclarationSyntax)(declaration.Green));
Declarations\DeclarationTreeBuilder.cs (1)
1205
var name = OperatorFacts.
OperatorNameFromDeclaration
(opDecl);