4 references to PrefixElementA
System.Runtime.Serialization (4)
System\Xml\XmlBinaryNodeType.cs (1)
180PrefixElementB = PrefixElementA + 1,
System\Xml\XmlBinaryReader.cs (2)
471case XmlBinaryNodeType.PrefixElementA: 498prefix = PrefixHandle.GetAlphaPrefix((int)nodeType - (int)XmlBinaryNodeType.PrefixElementA);
System\Xml\XmlBinaryWriter.cs (1)
157WritePrefixNode(XmlBinaryNodeType.PrefixElementA, ch - 'a');