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