5 references to s_unsupportedTypes
System.Private.Xml (5)
System\Xml\Serialization\Types.cs (5)
540
for (int i = 0; i <
s_unsupportedTypes
.Length; i++)
542
AddPrimitive(typeof(string),
s_unsupportedTypes
[i], "String", TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue | TypeFlags.Reference | TypeFlags.CollapseWhitespace);
591
for (int i = 0; i <
s_unsupportedTypes
.Length; i++)
593
AddSoapEncodedPrimitive(typeof(string),
s_unsupportedTypes
[i], ns, "String", new XmlQualifiedName(
s_unsupportedTypes
[i], XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.Reference | TypeFlags.CollapseWhitespace);