1 write to IncludeInSchema
System.Web.Services (1)
System\Web\Services\Protocols\SoapHeader.cs (1)
25
[XmlType(IncludeInSchema = false), SoapType(
IncludeInSchema
= false)]
1 reference to IncludeInSchema
System.Xml (1)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
312
if (a.SoapType != null) mapping.IncludeInSchema = a.SoapType.
IncludeInSchema
;