Base:
method
ToString
System.Object.ToString()
5 references to ToString
System (1)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (1)
1265
throw new InvalidOperationException(SR.GetString(SR.CounterDataCorrupt, perfDataKey.
ToString
()), e);
System.Workflow.Activities (2)
Common\CompModHelpers.cs (2)
72
keyPath = userRegistryKey.
ToString
().Substring(Registry.CurrentUser.
ToString
().Length + 1);
System.Workflow.ComponentModel (2)
Shared\CompModHelpers.cs (2)
70
keyPath = userRegistryKey.
ToString
().Substring(Registry.CurrentUser.
ToString
().Length + 1);