4 references to CreateElement
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
1059return CreateElement(name, namespaceURI);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (1)
1988unknownNode = Document.CreateElement(elemName, elemNs);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
1462XmlElement workaroundElement = s_xmlDocument.CreateElement(elementName, workaroundNS);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (1)
805XmlElement result = doc.CreateElement(this.DriverDictionary.UseKey.Value, this.DriverDictionary.Namespace.Value);