11 references to AppendNode
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (11)
959this.AppendNode(XmlBinaryNodeType.PrefixDictionaryElementA + GetPrefixOffset(prefix)); 965this.AppendNode(XmlBinaryNodeType.DictionaryXmlnsAttribute); 972this.AppendNode(XmlBinaryNodeType.PrefixDictionaryAttributeA + GetPrefixOffset(prefix)); 976this.AppendNode(XmlBinaryNodeType.OneText); 980this.AppendNode(XmlBinaryNodeType.Chars8Text); 987this.AppendNode(XmlBinaryNodeType.DictionaryAttribute); 990this.AppendNode(XmlBinaryNodeType.Chars8Text); 996this.AppendNode(XmlBinaryNodeType.DictionaryTextWithEndElement); 1002this.AppendNode(XmlBinaryNodeType.DictionaryTextWithEndElement); 1007this.AppendNode(XmlBinaryNodeType.UniqueIdTextWithEndElement); 1012this.AppendNode(XmlBinaryNodeType.EndElement);