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