2 references to Type
System.Private.Xml (2)
System\Xml\Serialization\SoapAttributes.cs (1)
79if (_soapType != null) flags |= SoapAttributeFlags.Type;
System\Xml\Serialization\SoapReflectionImporter.cs (1)
184if ((a.GetSoapFlags() & ~SoapAttributeFlags.Type) != 0)