5 references to SoapIncludeAttribute
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
167
if (include.Name == typeof(
SoapIncludeAttribute
).FullName || include.Name == typeof(XmlIncludeAttribute).FullName)
System.Xml (4)
System\Xml\Serialization\SoapCodeExporter.cs (2)
122
ExportRoot(mapping, typeof(
SoapIncludeAttribute
));
147
CodeExporter.AddIncludeMetadata(codeClass.CustomAttributes, mapping, typeof(
SoapIncludeAttribute
));
System\Xml\Serialization\SoapReflectionImporter.cs (2)
77
object[] attrs = provider.GetCustomAttributes(typeof(
SoapIncludeAttribute
), false);
79
IncludeType(((
SoapIncludeAttribute
)attrs[i]).Type, limiter);