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