5 references to SoapIncludeAttribute
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapCodeExporter.cs (2)
126
ExportRoot(mapping, typeof(
SoapIncludeAttribute
));
152
CodeExporter.AddIncludeMetadata(codeClass.CustomAttributes, mapping, typeof(
SoapIncludeAttribute
));
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (2)
78
foreach (
var
attrib in provider.GetTypeInfo().GetCustomAttributes<
SoapIncludeAttribute
>(false))
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
168
if (include.Name == typeof(
SoapIncludeAttribute
).FullName || include.Name == typeof(XmlIncludeAttribute).FullName)