1 write to s_yearMonthDurationType
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
303s_yearMonthDurationType = StartBuiltinType(qname, s_yearMonthDuration);
5 references to s_yearMonthDurationType
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (5)
145internal static XmlSchemaSimpleType YearMonthDurationType { get { return s_yearMonthDurationType; } } 304s_yearMonthDuration._parentSchemaType = s_yearMonthDurationType; 305FinishBuiltinType(s_yearMonthDurationType, s_enumToTypeCode[(int)XmlTypeCode.Duration]); 306s_builtinTypes.Add(qname, s_yearMonthDurationType); 307s_enumToTypeCode[(int)XmlTypeCode.YearMonthDuration] = s_yearMonthDurationType;