2 references to IncludeInSchema
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
754
mapping.IncludeInSchema = a.XmlType.
IncludeInSchema
;
1205
mapping.IncludeInSchema = a.XmlType == null ? true : a.XmlType.
IncludeInSchema
;