6 references to XmlIncludeAttribute
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
167
if (include.Name == typeof(SoapIncludeAttribute).FullName || include.Name == typeof(
XmlIncludeAttribute
).FullName)
System.Xml (5)
System\Xml\Serialization\XmlCodeExporter.cs (2)
490
ExportRoot(mapping, typeof(
XmlIncludeAttribute
));
521
AddIncludeMetadata(codeClass.CustomAttributes, mapping, typeof(
XmlIncludeAttribute
));
System\Xml\Serialization\XmlReflectionImporter.cs (2)
95
object[] attrs = provider.GetCustomAttributes(typeof(
XmlIncludeAttribute
), false);
97
Type type = ((
XmlIncludeAttribute
)attrs[i]).Type;
System\Xml\Serialization\XmlSerializationReader.cs (1)
1306
return new InvalidOperationException(Res.GetString(Res.XmlSerializableMissingClrType, name, ns, typeof(
XmlIncludeAttribute
).Name, clrType));