2 writes to QNameType
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseReader.cs (2)
318attributeNode.QNameType = qnameType; 320attributeNode.AttributeText!.QNameType = qnameType;
19 references to QNameType
System.Private.DataContractSerialization (19)
System\Runtime\Serialization\Json\XmlJsonReader.cs (1)
759if (this.Node.QNameType == QNameType.Xmlns)
System\Xml\XmlBaseReader.cs (18)
654QNameType qnameType = _node.QNameType; 712if (attributeNode.QNameType == QNameType.Normal) 735QNameType qnameType = attributeNode1.QNameType; 741if (attributeNode2.QNameType == QNameType.Normal && attributeNode1.LocalName == attributeNode2.LocalName && attributeNode1.Namespace.Uri == attributeNode2.Namespace.Uri) 753if (attributeNode2.QNameType == QNameType.Xmlns && attributeNode1.Namespace.Prefix == attributeNode2.Namespace.Prefix) 775if (attributeNodes[attribute1].QNameType == QNameType.Xmlns) 885QNameType qnameType = _node.QNameType; 935QNameType qnameType = _node.QNameType; 1049QNameType qnameType = _node.QNameType; 1090QNameType qnameType = _node.QNameType; 1140if (_node.QNameType == QNameType.Normal) 1171if (_node.QNameType == QNameType.Normal) 1357if (_node.QNameType == QNameType.Normal) 1749if (_value == null && _node.QNameType == QNameType.Normal) 1917QNameType qnameType = attributeNode.QNameType; 2667int i = CompareQNameType(attribute1.QNameType, attribute2.QNameType); 2670QNameType qnameType = attribute1.QNameType;