1 instantiation of ParseState
System.Security.Cryptography (1)
System\Security\Cryptography\XmlKeyHelper.cs (1)
173return new ParseState
9 references to ParseState
System.Security.Cryptography (9)
System\Security\Cryptography\DSA.Xml.cs (2)
14ref XmlKeyHelper.ParseState state, 32XmlKeyHelper.ParseState state = XmlKeyHelper.ParseDocument(xmlString);
System\Security\Cryptography\RSA.Xml.cs (2)
11ref XmlKeyHelper.ParseState state, 29XmlKeyHelper.ParseState state = XmlKeyHelper.ParseDocument(xmlString);
System\Security\Cryptography\XmlKeyHelper.cs (5)
15internal static ParseState ParseDocument(string xmlString) 21return ParseState.ParseDocument(xmlString); 29internal static bool HasElement(ref ParseState state, string name) 34internal static byte[]? ReadCryptoBinary(ref ParseState state, string name, int sizeHint = -1) 169internal static ParseState ParseDocument(string xmlString)