4 writes to _xsiType
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (4)
1136
_xsiType
= xsiType;
1348
_xsiType
= XmlQualifiedName.Empty;
1356
_xsiType
= _xsdType.QualifiedName;
1360
_xsiType
= (XmlQualifiedName)typeInfo;
12 references to _xsiType
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (12)
1253
return
_xsiType
;
1259
return
_xsiType
;
1361
if (
_xsiType
.IsEmpty)
1382
if (!
_xsiType
.IsEmpty)
1385
if (
_xsiType
.Namespace != XmlSchema.Namespace)
1387
ArrayList srcSchemas = (ArrayList)_schemas.Schemas(
_xsiType
.Namespace);
1391
throw new InvalidOperationException(string.Format(ResXml.XmlMissingSchema,
_xsiType
.Namespace));
1395
throw new InvalidOperationException(string.Format(ResXml.XmlGetSchemaInclude,
_xsiType
.Namespace, _getSchemaMethod.DeclaringType.FullName, _getSchemaMethod.Name));
1400
throw new InvalidOperationException(string.Format(ResXml.XmlMissingSchema,
_xsiType
.Namespace));
1402
_xsdType = (XmlSchemaType)s.SchemaTypes[
_xsiType
];
1405
throw new InvalidOperationException(string.Format(ResXml.XmlGetSchemaTypeMissing, _getSchemaMethod.DeclaringType.FullName, _getSchemaMethod.Name,
_xsiType
.Name,
_xsiType
.Namespace));