4 writes to _xsiType
System.Private.Xml (4)
System\Xml\Serialization\Mappings.cs (4)
1067
_xsiType
= xsiType;
1279
_xsiType
= XmlQualifiedName.Empty;
1287
_xsiType
= _xsdType.QualifiedName;
1291
_xsiType
= (XmlQualifiedName)typeInfo;
12 references to _xsiType
System.Private.Xml (12)
System\Xml\Serialization\Mappings.cs (12)
1185
return
_xsiType
;
1191
return
_xsiType
;
1292
if (
_xsiType
.IsEmpty)
1314
if (!
_xsiType
.IsEmpty)
1317
if (
_xsiType
.Namespace != XmlSchema.Namespace)
1319
ArrayList srcSchemas = (ArrayList)_schemas.Schemas(
_xsiType
.Namespace);
1323
throw new InvalidOperationException(SR.Format(SR.XmlMissingSchema,
_xsiType
.Namespace));
1327
throw new InvalidOperationException(SR.Format(SR.XmlGetSchemaInclude,
_xsiType
.Namespace, _getSchemaMethod.DeclaringType!.FullName, _getSchemaMethod.Name));
1332
throw new InvalidOperationException(SR.Format(SR.XmlMissingSchema,
_xsiType
.Namespace));
1334
_xsdType = (XmlSchemaType?)s.SchemaTypes[
_xsiType
];
1337
throw new InvalidOperationException(SR.Format(SR.XmlGetSchemaTypeMissing, _getSchemaMethod.DeclaringType!.FullName, _getSchemaMethod.Name,
_xsiType
.Name,
_xsiType
.Namespace));