3 references to GetXsiType
System.Private.Xml (3)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (2)
982
XmlQualifiedName? tser =
GetXsiType
();
1514
XmlQualifiedName? xsiType = checkType ?
GetXsiType
() : null;
System\Xml\Serialization\XmlSerializationReader.cs (1)
1845
XmlQualifiedName? typeId =
GetXsiType
();