3 writes to XsiTypeNamespace
System.Runtime.Serialization (3)
System\Runtime\Serialization\Attributes.cs (2)
111
XsiTypeNamespace
= null;
157
XmlObjectSerializerReadContext.ParseQualifiedName(xsiTypeString, reader, out XsiTypeName, out
XsiTypeNamespace
, out XsiTypePrefix);
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
182
attributes.
XsiTypeNamespace
= serverTypeNamespace;
6 references to XsiTypeNamespace
System.Runtime.Serialization (6)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (6)
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);
648
dataContractNamespace = attributes.
XsiTypeNamespace
;
998
childNode.Attributes.Append(AddNamespaceDeclaration(attributesInXmlData.XsiTypePrefix, attributesInXmlData.
XsiTypeNamespace
));