4 references to PrefixAttributeA
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryNodeType.cs (1)
122
PrefixAttributeB =
PrefixAttributeA
+ 1,
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (2)
806
case XmlBinaryNodeType.
PrefixAttributeA
:
834
prefix = PrefixHandle.GetAlphaPrefix((int)nodeType - (int)XmlBinaryNodeType.
PrefixAttributeA
);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
247
WritePrefixNode(XmlBinaryNodeType.
PrefixAttributeA
, ch - 'a');