1 write to type
System.Xml (1)
System\Xml\Serialization\Mappings.cs (1)
1031set { type = value; }
5 references to type
System.Xml (5)
System\Xml\Serialization\Mappings.cs (5)
1030get { return type; } 1144throw new InvalidOperationException(Res.GetString(Res.XmlGetSchemaEmptyTypeName, type.FullName, getSchemaMethod.Name)); 1148throw new InvalidOperationException(Res.GetString(Res.XmlGetSchemaMethodReturnType, type.Name, getSchemaMethod.Name, typeof(XmlSchemaProviderAttribute).Name, typeof(XmlQualifiedName).FullName)); 1185IXmlSerializable serializable = (IXmlSerializable)Activator.CreateInstance(type); 1189if (schema.Id == null || schema.Id.Length == 0) throw new InvalidOperationException(Res.GetString(Res.XmlSerializableNameMissing1, type.FullName));