3 references to CollapseWhitespace
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (3)
256
get { return (_flags & TypeFlags.
CollapseWhitespace
) != 0; }
570
AddPrimitive(typeof(string), s_unsupportedTypes[i], "String", TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue | TypeFlags.Reference | TypeFlags.
CollapseWhitespace
);
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
);