4 references to DictionaryAttribute
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
738case XmlBinaryNodeType.DictionaryAttribute:
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
285WriteNode(XmlBinaryNodeType.DictionaryAttribute);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
987this.AppendNode(XmlBinaryNodeType.DictionaryAttribute); 1148const XmlBinaryNodeType maxAttribute = XmlBinaryNodeType.DictionaryAttribute;