4 instantiations of FormatLiterals
mscorlib (4)
system\globalization\timespanformat.cs (2)
93literal = new FormatLiterals(); 334FormatLiterals x = new FormatLiterals();
system\globalization\timespanparse.cs (2)
266m_posLoc = new TimeSpanFormat.FormatLiterals(); 276m_negLoc = new TimeSpanFormat.FormatLiterals();
22 references to FormatLiterals
mscorlib (22)
system\globalization\timespanformat.cs (7)
21internal static readonly FormatLiterals PositiveInvariantFormatLiterals = TimeSpanFormat.FormatLiterals.InitInvariant(false /*isNegative*/); 22internal static readonly FormatLiterals NegativeInvariantFormatLiterals = TimeSpanFormat.FormatLiterals.InitInvariant(true /*isNegative*/); 85FormatLiterals literal; 333internal static FormatLiterals InitInvariant(bool isNegative) { 334FormatLiterals x = new FormatLiterals();
system\globalization\timespanparse.cs (15)
252internal TimeSpanFormat.FormatLiterals PositiveInvariant { 257internal TimeSpanFormat.FormatLiterals NegativeInvariant { 263internal TimeSpanFormat.FormatLiterals PositiveLocalized { 273internal TimeSpanFormat.FormatLiterals NegativeLocalized { 284internal Boolean FullAppCompatMatch(TimeSpanFormat.FormatLiterals pattern) { 294internal Boolean PartialAppCompatMatch(TimeSpanFormat.FormatLiterals pattern) { 303internal Boolean FullMatch(TimeSpanFormat.FormatLiterals pattern) { 314internal Boolean FullDMatch(TimeSpanFormat.FormatLiterals pattern) { 321internal Boolean FullHMMatch(TimeSpanFormat.FormatLiterals pattern) { 329internal Boolean FullDHMMatch(TimeSpanFormat.FormatLiterals pattern) { 339internal Boolean FullHMSMatch(TimeSpanFormat.FormatLiterals pattern) { 348internal Boolean FullDHMSMatch(TimeSpanFormat.FormatLiterals pattern) { 358internal Boolean FullHMSFMatch(TimeSpanFormat.FormatLiterals pattern) { 375private TimeSpanFormat.FormatLiterals m_posLoc; 376private TimeSpanFormat.FormatLiterals m_negLoc;