12 references to Invariant
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.cs (3)
2060
if (
Invariant
&& !cachedData._allSystemTimeZonesRead)
2081
if (
Invariant
)
2123
Debug.Assert(!
Invariant
);
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.FullGlobalizationData.cs (1)
16
if (
Invariant
||
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.Unix.cs (1)
296
if (
Invariant
)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.Unix.NonAndroid.cs (7)
29
if (
Invariant
) return Utc;
75
Debug.Assert(!
Invariant
);
155
if (
Invariant
)
416
Debug.Assert(!
Invariant
);
458
Debug.Assert(!
Invariant
);
521
Debug.Assert(!
Invariant
);
595
Debug.Assert(!
Invariant
);