3 writes to XsiTypeName
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Attributes.cs (2)
90
XsiTypeName
= null;
137
XmlObjectSerializerReadContext.ParseQualifiedName(xsiTypeString, reader, out
XsiTypeName
, out XsiTypeNamespace, out XsiTypePrefix);
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
157
attributes.
XsiTypeName
= qualifiedTypeName.Name;
9 references to XsiTypeName
System.Private.DataContractSerialization (9)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (9)
155
if (attributes.
XsiTypeName
!= null)
157
DataContract? tempDataContract = ResolveDataContractFromKnownTypes(attributes.
XsiTypeName
, attributes.XsiTypeNamespace, dataContract, declaredType);
162
throw XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(reader, SR.Format(SR.DcTypeNotFoundOnDeserialize, attributes.XsiTypeNamespace, attributes.
XsiTypeName
, reader.NamespaceURI, reader.LocalName)));
164
throw XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(reader, SR.Format(SR.DcTypeNotResolvedOnDeserialize, attributes.XsiTypeNamespace, attributes.
XsiTypeName
, reader.NamespaceURI, reader.LocalName)));
594
return (attributes.
XsiTypeName
== null) ? null : ResolveDataContractFromKnownTypes(attributes.
XsiTypeName
, attributes.XsiTypeNamespace, null /*memberTypeContract*/, null);
633
if (attributes.
XsiTypeName
!= null)
635
dataContractName = attributes.
XsiTypeName
;
998
if (_attributesInXmlData.
XsiTypeName
!= null)