1 write to untypedAtomicType
System.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
268untypedAtomicType = StartBuiltinType(qname, c_untypedAtomicType);
5 references to untypedAtomicType
System.Xml (5)
System\Xml\Schema\DataTypeImplementation.cs (5)
134internal static XmlSchemaSimpleType UntypedAtomicType { get { return untypedAtomicType; } } 269c_untypedAtomicType.parentSchemaType = untypedAtomicType; 270FinishBuiltinType(untypedAtomicType, anyAtomicType); 271builtinTypes.Add(qname, untypedAtomicType); 272enumToTypeCode[(int)XmlTypeCode.UntypedAtomic] = untypedAtomicType;