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