5 references to s_unsupportedTypes
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (5)
568
for (int i = 0; i <
s_unsupportedTypes
.Length; i++)
570
AddPrimitive(typeof(string),
s_unsupportedTypes
[i], "String", TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue | TypeFlags.Reference | TypeFlags.CollapseWhitespace);
616
for (int i = 0; i <
s_unsupportedTypes
.Length; i++)
618
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);