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