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