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