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