5 references to PrefixDictionaryAttributeA
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryNodeType.cs (1)
96PrefixDictionaryAttributeB = PrefixDictionaryAttributeA + 1,
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (2)
773case XmlBinaryNodeType.PrefixDictionaryAttributeA: 801prefix = PrefixHandle.GetAlphaPrefix((int)nodeType - (int)XmlBinaryNodeType.PrefixDictionaryAttributeA);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
280WritePrefixNode(XmlBinaryNodeType.PrefixDictionaryAttributeA, ch - 'a');
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
972this.AppendNode(XmlBinaryNodeType.PrefixDictionaryAttributeA + GetPrefixOffset(prefix));