3 instantiations of XmlType
Contract.Message.IntegrationTests (1)
TestTypes.4.4.0.cs (1)
93
[
XmlType
(Namespace = "http://tempuri.org/")]
dotnet-aot (1)
parent\dotnet\NugetPackageDownloader\WorkloadUnixFilePermissionsFileList.cs (1)
14
[
XmlType
(AnonymousType = true)]
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
1413
[
XmlType
(Namespace = "urn:TestWebServices/MyWebService/")]
8 references to XmlType
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)
41
private
XmlTypeAttribute
? _xmlType;
152
else if (attrs[i] is
XmlTypeAttribute
)
154
_xmlType = (
XmlTypeAttribute
)attrs[i];
273
public
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)
src\runtime\artifacts\obj\System.Xml.XmlSerializer\Release\net11.0\System.Xml.XmlSerializer.Forwards.cs (1)
71
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlTypeAttribute
))]