9 instantiations of XmlArray
Microsoft.Build.Tasks.Core (8)
ManifestUtil\ApplicationManifest.cs (1)
820[XmlArray("FileAssociations")]
ManifestUtil\AssemblyManifest.cs (1)
32[XmlArray("ExternalProxyStubs")]
ManifestUtil\DeployManifest.cs (1)
633[XmlArray("CompatibleFrameworks")]
ManifestUtil\FileReference.cs (3)
112[XmlArray("ComClasses")] 121[XmlArray("ProxyStubs")] 130[XmlArray("TypeLibs")]
ManifestUtil\Manifest.cs (2)
729[XmlArray("AssemblyReferences")] 747[XmlArray("FileReferences")]
System.Private.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
2174XmlArrayAttribute xmlArrayItem = new XmlArrayAttribute();
11 references to XmlArray
netstandard (1)
netstandard.cs (1)
2402[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlArrayAttribute))]
System.Private.Xml (7)
System\Xml\Serialization\XmlAttributes.cs (4)
33private XmlArrayAttribute? _xmlArray; 119else if (attrs[i] is XmlArrayAttribute) 121_xmlArray = (XmlArrayAttribute)attrs[i]; 221public XmlArrayAttribute? XmlArray
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1336XmlArrayAttribute xmlArray = CreateArrayAttribute(); 2172private static XmlArrayAttribute CreateArrayAttribute() 2174XmlArrayAttribute xmlArrayItem = new XmlArrayAttribute();
System.Xml (1)
System.Xml.cs (1)
127[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlArrayAttribute))]
System.Xml.Serialization (1)
System.Xml.Serialization.cs (1)
8[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlArrayAttribute))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
25[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlArrayAttribute))]