1 write to IncludeInSchema
System.Web.Services (1)
System\Web\Services\Protocols\SoapHeader.cs (1)
25[XmlType(IncludeInSchema = false), SoapType(IncludeInSchema = false)]
2 references to IncludeInSchema
System.Xml (2)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
665mapping.IncludeInSchema = a.XmlType.IncludeInSchema; 1054mapping.IncludeInSchema = a.XmlType == null ? true : a.XmlType.IncludeInSchema;