8 references to GMonthDay
System.Private.Xml (8)
System\Xml\Schema\DataTypeImplementation.cs (1)
2280public override XmlTypeCode TypeCode { get { return XmlTypeCode.GMonthDay; } }
System\Xml\Schema\XmlSchemaDataType.cs (1)
138XmlTypeCode.GMonthDay => "GMonthDay",
System\Xml\Schema\XmlValueConverter.cs (4)
1348XmlTypeCode.GMonthDay => StringToGMonthDay((string)value), 1387XmlTypeCode.GMonthDay => StringToGMonthDayOffset((string)value), 1454XmlTypeCode.GMonthDay => GMonthDayToString((DateTime)value), 1467XmlTypeCode.GMonthDay => GMonthDayOffsetToString((DateTimeOffset)value),
System\Xml\Schema\XsdDateTime.cs (1)
697XmlTypeCode.GMonthDay,
System\Xml\Xsl\Runtime\XsltFunctions.cs (1)
465case XmlTypeCode.GMonthDay: