6 references to XmlIncludeAttribute
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (2)
564
ExportRoot(mapping, typeof(
XmlIncludeAttribute
));
598
AddIncludeMetadata(codeClass.CustomAttributes, mapping, typeof(
XmlIncludeAttribute
));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
101
foreach (
var
attrib in provider.GetTypeInfo().GetCustomAttributes<
XmlIncludeAttribute
>(false))
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (1)
1430
return new InvalidOperationException(string.Format(ResXml.XmlSerializableMissingClrType, name, ns, typeof(
XmlIncludeAttribute
).Name, clrType));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
168
if (include.Name == typeof(SoapIncludeAttribute).FullName || include.Name == typeof(
XmlIncludeAttribute
).FullName)