3 writes to longTimePattern
mscorlib (3)
system\globalization\datetimeformatinfo.cs (3)
1020
this.
longTimePattern
= this.UnclonedLongTimePatterns[0];
1036
this.
longTimePattern
= value;
2089
this.
longTimePattern
= this.allLongTimePatterns[0];
4 references to longTimePattern
mscorlib (4)
system\globalization\datetimeformatinfo.cs (4)
455
if (
longTimePattern
!= null) this.LongTimePattern =
longTimePattern
;
1017
if (this.
longTimePattern
== null)
1023
return this.
longTimePattern
;