3 references to GetSimpleBuiltInOperators
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\Operators\UnaryOperatorOverloadResolution.cs (1)
505
this.Compilation.BuiltInOperators.
GetSimpleBuiltInOperators
(kind, operators, skipNativeIntegerOperators: !operand.Type.IsNativeIntegerOrNullableThereof());
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Emit\NumericIntPtrTests.cs (1)
1580
comp.BuiltInOperators.
GetSimpleBuiltInOperators
(operatorKind, builder, skipNativeIntegerOperators);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\NativeIntegerTests.cs (1)
4820
comp.BuiltInOperators.
GetSimpleBuiltInOperators
(operatorKind, builder, skipNativeIntegerOperators);