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