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