1 write to s_untypedAtomicType
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
295
s_untypedAtomicType
= StartBuiltinType(qname, s_c_untypedAtomicType);
5 references to s_untypedAtomicType
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (5)
144
internal static XmlSchemaSimpleType UntypedAtomicType { get { return
s_untypedAtomicType
; } }
296
s_c_untypedAtomicType._parentSchemaType =
s_untypedAtomicType
;
297
FinishBuiltinType(
s_untypedAtomicType
, s_anyAtomicType);
298
s_builtinTypes.Add(qname,
s_untypedAtomicType
);
299
s_enumToTypeCode[(int)XmlTypeCode.UntypedAtomic] =
s_untypedAtomicType
;