4 references to Parser
mscorlib (4)
system\security\cryptography\dsa.cs (1)
160Parser p = new Parser(xmlString);
system\security\cryptography\rsa.cs (1)
269Parser p = new Parser(xmlString);
system\security\securityelement.cs (1)
107return new Parser( xml ).GetTopElement();
system\security\securitymanager.cs (1)
214Parser parser = new Parser( str );