Base:
method
ToString
System.Object.ToString()
3 references to ToString
mscorlib (1)
system\security\permissionset.cs (1)
159m_serializedPermissionSet = ToString(); // For v2.x and beyond
PresentationFramework (2)
src\Framework\MS\Internal\Ink\XamlClipboardData.cs (1)
121string setString = permSet.ToString();
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
204string permissionSetCurrentAppDomain = psCurrentAppDomain.ToString();