2 writes to timeSeparator
mscorlib (2)
system\globalization\datetimeformatinfo.cs (2)
374if (this.timeSeparator == null) { this.timeSeparator = cultureData.TimeSeparator; } 1326timeSeparator = value;
3 references to timeSeparator
mscorlib (3)
system\globalization\datetimeformatinfo.cs (3)
374if (this.timeSeparator == null) { this.timeSeparator = cultureData.TimeSeparator; } 1311Contract.Assert(this.timeSeparator != null, "DateTimeFormatInfo.TimeSeparator, timeSeparator != null"); 1312return (timeSeparator);