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