2 writes to XsiTypeName
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Attributes.cs (2)
120
XsiTypeName
= null;
167
XmlObjectSerializerReadContext.ParseQualifiedName(xsiTypeString, reader, out
XsiTypeName
, out XsiTypeNamespace, out XsiTypePrefix);
6 references to XsiTypeName
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (6)
164
if (attributes.
XsiTypeName
!= null)
166
dataContract = ResolveDataContractFromKnownTypes(attributes.
XsiTypeName
, attributes.XsiTypeNamespace, dataContract);
171
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(reader, string.Format(SRSerialization.DcTypeNotFoundOnDeserialize, attributes.XsiTypeNamespace, attributes.
XsiTypeName
, reader.NamespaceURI, reader.LocalName))));
173
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(reader, string.Format(SRSerialization.DcTypeNotResolvedOnDeserialize, attributes.XsiTypeNamespace, attributes.
XsiTypeName
, reader.NamespaceURI, reader.LocalName))));
563
return (attributes.
XsiTypeName
== null) ? null : ResolveDataContractFromKnownTypes(attributes.
XsiTypeName
, attributes.XsiTypeNamespace, null /*memberTypeContract*/);