4 references to PrefixAttributeA
System.Private.DataContractSerialization (4)
System\Xml\XmlBinaryNodeType.cs (1)
121
PrefixAttributeB =
PrefixAttributeA
+ 1,
System\Xml\XmlBinaryReader.cs (2)
821
case XmlBinaryNodeType.
PrefixAttributeA
:
849
prefix = PrefixHandle.GetAlphaPrefix((int)nodeType - (int)XmlBinaryNodeType.
PrefixAttributeA
);
System\Xml\XmlBinaryWriter.cs (1)
250
WritePrefixNode(XmlBinaryNodeType.
PrefixAttributeA
, ch - 'a');