4 references to PrefixElementA
System.Private.DataContractSerialization (4)
System\Xml\XmlBinaryNodeType.cs (1)
180PrefixElementB = PrefixElementA + 1,
System\Xml\XmlBinaryReader.cs (2)
457case XmlBinaryNodeType.PrefixElementA: 484prefix = PrefixHandle.GetAlphaPrefix((int)nodeType - (int)XmlBinaryNodeType.PrefixElementA);
System\Xml\XmlBinaryWriter.cs (1)
159WritePrefixNode(XmlBinaryNodeType.PrefixElementA, ch - 'a');