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