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