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)
1210return _xsiType; 1216return _xsiType; 1317if (_xsiType.IsEmpty) 1339if (!_xsiType.IsEmpty) 1342if (_xsiType.Namespace != XmlSchema.Namespace) 1344ArrayList srcSchemas = (ArrayList)_schemas.Schemas(_xsiType.Namespace); 1348throw new InvalidOperationException(SR.Format(SR.XmlMissingSchema, _xsiType.Namespace)); 1352throw new InvalidOperationException(SR.Format(SR.XmlGetSchemaInclude, _xsiType.Namespace, _getSchemaMethod.DeclaringType!.FullName, _getSchemaMethod.Name)); 1357throw new InvalidOperationException(SR.Format(SR.XmlMissingSchema, _xsiType.Namespace)); 1359_xsdType = (XmlSchemaType?)s.SchemaTypes[_xsiType]; 1362throw new InvalidOperationException(SR.Format(SR.XmlGetSchemaTypeMissing, _getSchemaMethod.DeclaringType!.FullName, _getSchemaMethod.Name, _xsiType.Name, _xsiType.Namespace));