3 references to getBadUnaryOpDiagnostics
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (3)
Emit\NumericIntPtrTests.cs (3)
8766unaryOperator("System.UIntPtr", "-", "0", null, getBadUnaryOpDiagnostics);
8767unaryOperator("System.UIntPtr", "-", "1", null, getBadUnaryOpDiagnostics);
8768unaryOperator("System.UIntPtr", "-", uintMaxValue, null, getBadUnaryOpDiagnostics);