1 write to anyAtomicType
System.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
260anyAtomicType = StartBuiltinType(qname, c_anyAtomicType);
6 references to anyAtomicType
System.Xml (6)
System\Xml\Schema\DataTypeImplementation.cs (6)
133internal static XmlSchemaSimpleType AnyAtomicType { get { return anyAtomicType; } } 261c_anyAtomicType.parentSchemaType = anyAtomicType; 262FinishBuiltinType(anyAtomicType, anySimpleType); 263builtinTypes.Add(qname, anyAtomicType); 264enumToTypeCode[(int)XmlTypeCode.AnyAtomicType] = anyAtomicType; 270FinishBuiltinType(untypedAtomicType, anyAtomicType);