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