1 instantiation of XmlIncludeAttribute
FormatterWebSite (1)
Models\DummyClass.cs (1)
10[XmlInclude(typeof(DerivedDummyClass))]
7 references to XmlIncludeAttribute
netstandard (1)
netstandard.cs (1)
2418[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlIncludeAttribute))]
System.Private.Xml (3)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
97object[] attrs = provider.GetCustomAttributes(typeof(XmlIncludeAttribute), false); 100Type type = ((XmlIncludeAttribute)attrs[i]).Type!;
System\Xml\Serialization\XmlSerializationReader.cs (1)
1340return new InvalidOperationException(SR.Format(SR.XmlSerializableMissingClrType, name, ns, nameof(XmlIncludeAttribute), clrType));
System.Xml (1)
System.Xml.cs (1)
143[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlIncludeAttribute))]
System.Xml.Serialization (1)
System.Xml.Serialization.cs (1)
19[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlIncludeAttribute))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
41[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlIncludeAttribute))]