1 write to _type
System.Private.Xml (1)
System\Xml\Serialization\Mappings.cs (1)
1159
set {
_type
= value; }
5 references to _type
System.Private.Xml (5)
System\Xml\Serialization\Mappings.cs (5)
1158
get { return
_type
; }
1294
throw new InvalidOperationException(SR.Format(SR.XmlGetSchemaEmptyTypeName,
_type
!.FullName, _getSchemaMethod.Name));
1299
throw new InvalidOperationException(SR.Format(SR.XmlGetSchemaMethodReturnType,
_type
!.Name, _getSchemaMethod.Name, nameof(XmlSchemaProviderAttribute), typeof(XmlQualifiedName).FullName));
1345
IXmlSerializable serializable = (IXmlSerializable)Activator.CreateInstance(
_type
!)!;
1350
if (string.IsNullOrEmpty(_schema.Id)) throw new InvalidOperationException(SR.Format(SR.XmlSerializableNameMissing1,
_type
!.FullName));