6 references to LoadXml
System.Configuration (6)
System\Configuration\DPAPIProtectedConfigurationProvider.cs (2)
46ProtectedConfigurationProvider.LoadXml(xmlDocument, decText); 60ProtectedConfigurationProvider.LoadXml(xmlDocument, xmlText);
System\Configuration\ProtectedConfigurationSection.cs (2)
73ProtectedConfigurationProvider.LoadXml(doc, encryptedXml); 92ProtectedConfigurationProvider.LoadXml(xmlDocument, clearXml);
System\Configuration\RSAProtectedConfigurationProvider.cs (2)
35ProtectedConfigurationProvider.LoadXml(xmlDocument, encryptedNode.OuterXml); 58ProtectedConfigurationProvider.LoadXml(xmlDocument, "<foo>" + node.OuterXml + "</foo>");