1 write to s_yearMonthDurationType
System.Private.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
298
s_yearMonthDurationType
= StartBuiltinType(qname, s_yearMonthDuration);
4 references to s_yearMonthDurationType
System.Private.Xml (4)
System\Xml\Schema\DataTypeImplementation.cs (4)
299
s_yearMonthDuration._parentSchemaType =
s_yearMonthDurationType
;
300
FinishBuiltinType(
s_yearMonthDurationType
, s_enumToTypeCode[(int)XmlTypeCode.Duration]);
301
s_builtinTypes.Add(qname,
s_yearMonthDurationType
);
302
s_enumToTypeCode[(int)XmlTypeCode.YearMonthDuration] =
s_yearMonthDurationType
;