1 reference to GetSimpleBuiltInOperators
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\Operators\BinaryOperatorOverloadResolution.cs (1)
754
this.Compilation.BuiltInOperators.
GetSimpleBuiltInOperators
(kind, operators, skipNativeIntegerOperators: !left.Type.IsNativeIntegerOrNullableThereof() && !right.Type.IsNativeIntegerOrNullableThereof());