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