4 references to Negate
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (1)
1111value = Decimal.Negate(value); //Need to compare maxValue allowed against the absolute value
Microsoft.CodeAnalysis.UnitTests (1)
Collections\BoxesTest.cs (1)
68Assert.NotSame(Boxes.Box(0m), Boxes.Box(decimal.Negate(0m)));
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\Operators.vb (1)
791value = Decimal.Negate(value)
System.Private.Xml (1)
System\Xml\Schema\FacetChecker.cs (1)
1099value = decimal.Negate(value); //Need to compare maxValue allowed against the absolute value