3 writes to XsiTypeName
System.Runtime.Serialization (3)
System\Runtime\Serialization\Attributes.cs (2)
110
XsiTypeName
= null;
157
XmlObjectSerializerReadContext.ParseQualifiedName(xsiTypeString, reader, out
XsiTypeName
, out XsiTypeNamespace, out XsiTypePrefix);
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
152
attributes.
XsiTypeName
= qualifiedTypeName.Name;
9 references to XsiTypeName
System.Runtime.Serialization (9)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (9)
183
if (attributes.
XsiTypeName
!= null)
185
dataContract = ResolveDataContractFromKnownTypes(attributes.
XsiTypeName
, attributes.XsiTypeNamespace, dataContract, declaredType);
190
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(reader, SR.GetString(SR.DcTypeNotFoundOnDeserialize, attributes.XsiTypeNamespace, attributes.
XsiTypeName
, reader.NamespaceURI, reader.LocalName))));
192
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(reader, SR.GetString(SR.DcTypeNotResolvedOnDeserialize, attributes.XsiTypeNamespace, attributes.
XsiTypeName
, reader.NamespaceURI, reader.LocalName))));
605
return (attributes.
XsiTypeName
== null) ? null : ResolveDataContractFromKnownTypes(attributes.
XsiTypeName
, attributes.XsiTypeNamespace, null /*memberTypeContract*/, null);
645
if (attributes.
XsiTypeName
!= null)
647
dataContractName = attributes.
XsiTypeName
;
997
if (attributesInXmlData.
XsiTypeName
!= null)