10 references to Negate
mscorlib (4)
system\globalization\datetimeformat.cs (2)
750
offset = offset.
Negate
();
797
offset = offset.
Negate
();
system\globalization\datetimeparse.cs (2)
562
result = result.
Negate
();
3031
result = result.
Negate
();
System.Data.Entity (1)
System\Data\Common\EntitySql\AST\Literal.cs (1)
559
offsetTimeSpan = offsetTimeSpan.
Negate
();
System.IdentityModel (3)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (2)
1568
&& DateTimeUtil.Add(now, Configuration.MaxClockSkew.
Negate
()) >= conditions.NotOnOrAfter.Value)
2122
&& DateTimeUtil.Add(now, Configuration.MaxClockSkew.
Negate
()) >= confirmationData.NotOnOrAfter.Value)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
901
&& DateTimeUtil.Add(now, Configuration.MaxClockSkew.
Negate
()) >= conditions.NotOnOrAfter)
System.Xml (2)
System\Xml\BinaryXml\SqlUtils.cs (1)
661
zone = zone.
Negate
();
System\Xml\Schema\XsdDateTime.cs (1)
208
zoneOffset = zoneOffset.
Negate
();