4 references to PrefixElementA
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryNodeType.cs (1)
181
PrefixElementB =
PrefixElementA
+ 1,
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (2)
443
case XmlBinaryNodeType.
PrefixElementA
:
470
prefix = PrefixHandle.GetAlphaPrefix((int)nodeType - (int)XmlBinaryNodeType.
PrefixElementA
);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
156
WritePrefixNode(XmlBinaryNodeType.
PrefixElementA
, ch - 'a');