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