2 references to GetCLROperatorName
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
39string name = Operation.GetCLROperatorName();
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (1)
39=> SymbolTable.PopulateSymbolTableWithName(Operation.GetCLROperatorName(), null, arguments[0].Type);