3 references to ToXml
mscorlib (3)
system\security\policy\codegroup.cs (2)
301return ToXml( null ); 373e.AddChild( ((CodeGroup)enumerator.Current).ToXml( level ) );
system\security\policy\policylevel.cs (1)
529SecurityElement elCodeGroup = NormalizeClassDeep(m_rootCodeGroup.ToXml(this), classes);