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