1 write to s_untypedAtomicType
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
295s_untypedAtomicType = StartBuiltinType(qname, s_c_untypedAtomicType);
5 references to s_untypedAtomicType
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (5)
144internal static XmlSchemaSimpleType UntypedAtomicType { get { return s_untypedAtomicType; } } 296s_c_untypedAtomicType._parentSchemaType = s_untypedAtomicType; 297FinishBuiltinType(s_untypedAtomicType, s_anyAtomicType); 298s_builtinTypes.Add(qname, s_untypedAtomicType); 299s_enumToTypeCode[(int)XmlTypeCode.UntypedAtomic] = s_untypedAtomicType;