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