2 references to ToXml
mscorlib (2)
system\security\policy\policylevel.cs (1)
921byte[] policyArray = new SecurityDocument(policy.ToXml(null, true)).m_data;
system\security\policy\policystatement.cs (1)
309return ToXml( level, false );