2 instantiations of XmlTypeAttribute
Contract.Message.IntegrationTests (1)
TestTypes.4.4.0.cs (1)
93[XmlType(Namespace = "http://tempuri.org/")]
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
1413[XmlType(Namespace = "urn:TestWebServices/MyWebService/")]
8 references to XmlTypeAttribute
netstandard (1)
netstandard.cs (1)
2448[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlTypeAttribute))]
System.Private.Xml (4)
System\Xml\Serialization\XmlAttributes.cs (4)
41private XmlTypeAttribute? _xmlType; 135else if (attrs[i] is XmlTypeAttribute) 137_xmlType = (XmlTypeAttribute)attrs[i]; 256public XmlTypeAttribute? XmlType
System.Xml (1)
System.Xml.cs (1)
173[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlTypeAttribute))]
System.Xml.Serialization (1)
System.Xml.Serialization.cs (1)
29[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlTypeAttribute))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
71[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlTypeAttribute))]