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