5 references to ProviderPath
System.Management (5)
Instrumentation\SchemaRegistration.cs (5)
127string EventProviderRegistrationPath {get {return AppendProperty(EventProviderRegistrationClassPath, "provider", @"\\\\.\\"+ProviderPath.Replace(@"\", @"\\").Replace(@"""", @"\"""));} } 129string InstanceProviderRegistrationPath {get {return AppendProperty(InstanceProviderRegistrationClassPath, "provider", @"\\\\.\\"+ProviderPath.Replace(@"\", @"\\").Replace(@"""", @"\"""));} } 268GetMofFormat(new ManagementObject(ProviderPath)), 594inst["provider"] = "\\\\.\\"+ProviderPath; 608inst["provider"] = "\\\\.\\"+ProviderPath;