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