3 references to IsNativeIntegerOrNullableThereof
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\Operators\BinaryOperatorOverloadResolution.cs (2)
741
this.Compilation.BuiltInOperators.GetSimpleBuiltInOperators(kind, operators, skipNativeIntegerOperators: !left.Type.
IsNativeIntegerOrNullableThereof
() && !right.Type.
IsNativeIntegerOrNullableThereof
());
Binder\Semantics\Operators\UnaryOperatorOverloadResolution.cs (1)
257
this.Compilation.BuiltInOperators.GetSimpleBuiltInOperators(kind, operators, skipNativeIntegerOperators: !operand.Type.
IsNativeIntegerOrNullableThereof
());