5 references to IncludeMetadata
System.ServiceModel (2)
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (2)
148AddKnownTypes(context.SyncMethod.CustomAttributes, xmlSerializerFormatAttribute.IsEncoded ? SoapExporter.IncludeMetadata : XmlExporter.IncludeMetadata);
System.Web.Services (3)
System\Web\Services\Description\MimeXmlImporter.cs (1)
108foreach (CodeAttributeDeclaration attribute in Exporter.IncludeMetadata) {
System\Web\Services\Description\SoapProtocolImporter.cs (2)
382foreach (CodeAttributeDeclaration attribute in xmlExporter.IncludeMetadata) { 385foreach (CodeAttributeDeclaration attribute in soapExporter.IncludeMetadata) {