2 writes to sNegativeInfinity
mscorlib (2)
system\globalization\culturedata.cs (2)
414
invariant.
sNegativeInfinity
= "-Infinity"; // - Infinity
1743
this.
sNegativeInfinity
= DoGetLocaleInfo(LOCALE_SNEGINFINITY);
2 references to sNegativeInfinity
mscorlib (2)
system\globalization\culturedata.cs (2)
1741
if (this.
sNegativeInfinity
== null)
1745
return this.
sNegativeInfinity
;