7 references to XmlSerializerVersionAttribute
netstandard (1)
netstandard.cs (1)
2446[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializerVersionAttribute))]
System.Private.Xml (4)
System\Xml\Serialization\Compilation.cs (4)
269object[] attrs = serializer.GetCustomAttributes(typeof(XmlSerializerVersionAttribute), false); 273XmlSerializerVersionAttribute assemblyInfo = (XmlSerializerVersionAttribute)attrs[0]; 356writer.Write(typeof(XmlSerializerVersionAttribute).FullName);
System.Xml (1)
System.Xml.cs (1)
171[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializerVersionAttribute))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
69[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializerVersionAttribute))]