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