6 references to MoveToStartElement
System.IdentityModel (3)
System\IdentityModel\SignedXml.cs (2)
923reader.MoveToStartElement(XmlSignatureConstants.Elements.SignedInfo, XmlSignatureConstants.Namespace); 953effectiveReader.MoveToStartElement(XmlSignatureConstants.Elements.SignedInfo, XmlSignatureConstants.Namespace);
System\IdentityModel\StrTransform.cs (1)
235reader.MoveToStartElement(XmlSignatureStrings.TransformationParameters, XmlSignatureStrings.SecurityJan2004Namespace);
System.Runtime.Serialization (3)
System\Xml\XmlBaseReader.cs (2)
1331MoveToStartElement(localName, namespaceUri); 1350MoveToStartElement(localName, namespaceUri);
System\Xml\XmlDictionaryReader.cs (1)
287MoveToStartElement(localName, namespaceUri);