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