1 write to s__untypedAtomicType
System.Private.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
290
s__untypedAtomicType
= StartBuiltinType(qname, s_untypedAtomicType);
5 references to s__untypedAtomicType
System.Private.Xml (5)
System\Xml\Schema\DataTypeImplementation.cs (5)
140
internal static XmlSchemaSimpleType UntypedAtomicType { get { return
s__untypedAtomicType
; } }
291
s_untypedAtomicType._parentSchemaType =
s__untypedAtomicType
;
292
FinishBuiltinType(
s__untypedAtomicType
, s__anyAtomicType);
293
s_builtinTypes.Add(qname,
s__untypedAtomicType
);
294
s_enumToTypeCode[(int)XmlTypeCode.UntypedAtomic] =
s__untypedAtomicType
;