4 writes to _xsiType
System.Private.Xml (4)
System\Xml\Serialization\Mappings.cs (4)
1091_xsiType = xsiType; 1303_xsiType = XmlQualifiedName.Empty; 1311_xsiType = _xsdType.QualifiedName; 1315_xsiType = (XmlQualifiedName)typeInfo;
12 references to _xsiType
System.Private.Xml (12)
System\Xml\Serialization\Mappings.cs (12)
1209return _xsiType; 1215return _xsiType; 1316if (_xsiType.IsEmpty) 1338if (!_xsiType.IsEmpty) 1341if (_xsiType.Namespace != XmlSchema.Namespace) 1343ArrayList srcSchemas = (ArrayList)_schemas.Schemas(_xsiType.Namespace); 1347throw new InvalidOperationException(SR.Format(SR.XmlMissingSchema, _xsiType.Namespace)); 1351throw new InvalidOperationException(SR.Format(SR.XmlGetSchemaInclude, _xsiType.Namespace, _getSchemaMethod.DeclaringType!.FullName, _getSchemaMethod.Name)); 1356throw new InvalidOperationException(SR.Format(SR.XmlMissingSchema, _xsiType.Namespace)); 1358_xsdType = (XmlSchemaType?)s.SchemaTypes[_xsiType]; 1361throw new InvalidOperationException(SR.Format(SR.XmlGetSchemaTypeMissing, _getSchemaMethod.DeclaringType!.FullName, _getSchemaMethod.Name, _xsiType.Name, _xsiType.Namespace));