1 write to s__anyAtomicType
System.Private.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
282s__anyAtomicType = StartBuiltinType(qname, s_anyAtomicType);
6 references to s__anyAtomicType
System.Private.Xml (6)
System\Xml\Schema\DataTypeImplementation.cs (6)
139internal static XmlSchemaSimpleType AnyAtomicType { get { return s__anyAtomicType; } } 283s_anyAtomicType._parentSchemaType = s__anyAtomicType; 284FinishBuiltinType(s__anyAtomicType, s__anySimpleType); 285s_builtinTypes.Add(qname, s__anyAtomicType); 286s_enumToTypeCode[(int)XmlTypeCode.AnyAtomicType] = s__anyAtomicType; 292FinishBuiltinType(s__untypedAtomicType, s__anyAtomicType);