3 references 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());
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Emit\NumericIntPtrTests.cs (1)
1591
comp.BuiltInOperators.
GetSimpleBuiltInOperators
(operatorKind, builder, skipNativeIntegerOperators);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\NativeIntegerTests.cs (1)
4831
comp.BuiltInOperators.
GetSimpleBuiltInOperators
(operatorKind, builder, skipNativeIntegerOperators);