4 writes to xsiType
System.Xml (4)
System\Xml\Serialization\Mappings.cs (4)
958
this.
xsiType
= xsiType;
1133
xsiType
= XmlQualifiedName.Empty;
1139
xsiType
= xsdType.QualifiedName;
1142
xsiType
= (XmlQualifiedName)typeInfo;
12 references to xsiType
System.Xml (12)
System\Xml\Serialization\Mappings.cs (12)
1051
return
xsiType
;
1057
return
xsiType
;
1143
if (
xsiType
.IsEmpty) {
1161
if (!
xsiType
.IsEmpty) {
1163
if (
xsiType
.Namespace != XmlSchema.Namespace) {
1164
ArrayList srcSchemas = (ArrayList)schemas.Schemas(
xsiType
.Namespace);
1167
throw new InvalidOperationException(Res.GetString(Res.XmlMissingSchema,
xsiType
.Namespace));
1170
throw new InvalidOperationException(Res.GetString(Res.XmlGetSchemaInclude,
xsiType
.Namespace, getSchemaMethod.DeclaringType.FullName, getSchemaMethod.Name));
1174
throw new InvalidOperationException(Res.GetString(Res.XmlMissingSchema,
xsiType
.Namespace));
1176
xsdType = (XmlSchemaType)s.SchemaTypes[
xsiType
];
1178
throw new InvalidOperationException(Res.GetString(Res.XmlGetSchemaTypeMissing, getSchemaMethod.DeclaringType.FullName, getSchemaMethod.Name,
xsiType
.Name,
xsiType
.Namespace));