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