6 references to MoveToStartElement
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (2)
211MoveToStartElement(localName, namespaceUri); 219MoveToStartElement(localName, namespaceUri);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (2)
209reader.MoveToStartElement(OpeningElementName, NamespaceUri); 375reader.MoveToStartElement(ElementName, XD.XmlEncryptionDictionary.Namespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityVersion.cs (1)
251reader.MoveToStartElement(XD.SecurityXXX2005Dictionary.SignatureConfirmation, XD.SecurityXXX2005Dictionary.Namespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\XmlHelper.cs (1)
222reader.MoveToStartElement(name, namespaceUri);