6 references to Invariant
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (6)
73
Any =
Invariant
| Localized,
776
bool inv = (style & TimeSpanStandardStyles.
Invariant
) != 0;
846
bool inv = ((style & TimeSpanStandardStyles.
Invariant
) != 0);
972
bool inv = ((style & TimeSpanStandardStyles.
Invariant
) != 0);
1098
bool inv = ((style & TimeSpanStandardStyles.
Invariant
) != 0);
1167
bool inv = ((style & TimeSpanStandardStyles.
Invariant
) != 0);