4 writes to _xsiType
System.Private.Xml (4)
System\Xml\Serialization\Mappings.cs (4)
1092
_xsiType
= xsiType;
1304
_xsiType
= XmlQualifiedName.Empty;
1312
_xsiType
= _xsdType.QualifiedName;
1316
_xsiType
= (XmlQualifiedName)typeInfo;
12 references to _xsiType
System.Private.Xml (12)
System\Xml\Serialization\Mappings.cs (12)
1210
return
_xsiType
;
1216
return
_xsiType
;
1317
if (
_xsiType
.IsEmpty)
1339
if (!
_xsiType
.IsEmpty)
1342
if (
_xsiType
.Namespace != XmlSchema.Namespace)
1344
ArrayList srcSchemas = (ArrayList)_schemas.Schemas(
_xsiType
.Namespace);
1348
throw new InvalidOperationException(SR.Format(SR.XmlMissingSchema,
_xsiType
.Namespace));
1352
throw new InvalidOperationException(SR.Format(SR.XmlGetSchemaInclude,
_xsiType
.Namespace, _getSchemaMethod.DeclaringType!.FullName, _getSchemaMethod.Name));
1357
throw new InvalidOperationException(SR.Format(SR.XmlMissingSchema,
_xsiType
.Namespace));
1359
_xsdType = (XmlSchemaType?)s.SchemaTypes[
_xsiType
];
1362
throw new InvalidOperationException(SR.Format(SR.XmlGetSchemaTypeMissing, _getSchemaMethod.DeclaringType!.FullName, _getSchemaMethod.Name,
_xsiType
.Name,
_xsiType
.Namespace));