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