2 references to IncludeInSchema
System.Private.Xml (2)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
755
mapping.IncludeInSchema = a.XmlType.
IncludeInSchema
;
1209
mapping.IncludeInSchema = a.XmlType == null ? true : a.XmlType.
IncludeInSchema
;