4 references to PrefixAttributeA
System.Runtime.Serialization (4)
System\Xml\XmlBinaryNodeType.cs (1)
121PrefixAttributeB = PrefixAttributeA + 1,
System\Xml\XmlBinaryReader.cs (2)
834case XmlBinaryNodeType.PrefixAttributeA: 862prefix = PrefixHandle.GetAlphaPrefix((int)nodeType - (int)XmlBinaryNodeType.PrefixAttributeA);
System\Xml\XmlBinaryWriter.cs (1)
251WritePrefixNode(XmlBinaryNodeType.PrefixAttributeA, ch - 'a');