4 writes to _xsiType
System.Private.Xml (4)
System\Xml\Serialization\Mappings.cs (4)
1067_xsiType = xsiType; 1279_xsiType = XmlQualifiedName.Empty; 1287_xsiType = _xsdType.QualifiedName; 1291_xsiType = (XmlQualifiedName)typeInfo;
12 references to _xsiType
System.Private.Xml (12)
System\Xml\Serialization\Mappings.cs (12)
1185return _xsiType; 1191return _xsiType; 1292if (_xsiType.IsEmpty) 1314if (!_xsiType.IsEmpty) 1317if (_xsiType.Namespace != XmlSchema.Namespace) 1319ArrayList srcSchemas = (ArrayList)_schemas.Schemas(_xsiType.Namespace); 1323throw new InvalidOperationException(SR.Format(SR.XmlMissingSchema, _xsiType.Namespace)); 1327throw new InvalidOperationException(SR.Format(SR.XmlGetSchemaInclude, _xsiType.Namespace, _getSchemaMethod.DeclaringType!.FullName, _getSchemaMethod.Name)); 1332throw new InvalidOperationException(SR.Format(SR.XmlMissingSchema, _xsiType.Namespace)); 1334_xsdType = (XmlSchemaType?)s.SchemaTypes[_xsiType]; 1337throw new InvalidOperationException(SR.Format(SR.XmlGetSchemaTypeMissing, _getSchemaMethod.DeclaringType!.FullName, _getSchemaMethod.Name, _xsiType.Name, _xsiType.Namespace));