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