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