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