3 references to ShortAttribute
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
716case XmlBinaryNodeType.ShortAttribute:
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
239WriteNode(XmlBinaryNodeType.ShortAttribute);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1147const XmlBinaryNodeType minAttribute = XmlBinaryNodeType.ShortAttribute;