2 writes to DecoupledProviderInstanceName
System.Management (2)
Instrumentation\Instrumentation.cs (1)
211
naming.
DecoupledProviderInstanceName
= AssemblyNameUtility.UniqueToAssemblyFullVersion(assembly);
Instrumentation\ManagementInstaller.cs (1)
98
naming.
DecoupledProviderInstanceName
= AssemblyNameUtility.UniqueToAssemblyFullVersion(assembly);
9 references to DecoupledProviderInstanceName
System.Management (9)
Instrumentation\Instrumentation.cs (1)
270
threadParam.source = new EventSource(threadParam.naming.NamespaceName, threadParam.naming.
DecoupledProviderInstanceName
, this);
Instrumentation\ManagementInstaller.cs (1)
110
Context.LogMessage(RC.GetString("REGESTRING_ASSEMBLY") + " " + naming.
DecoupledProviderInstanceName
);
Instrumentation\SchemaMapping.cs (1)
196
newClass.Qualifiers.Add("provider", naming.
DecoupledProviderInstanceName
, false, false, false, true);
Instrumentation\SchemaRegistration.cs (6)
142
string MofPath {get {return Path.Combine(DataDirectory,
DecoupledProviderInstanceName
+ ".mof");} }
143
string CodePath {get {return Path.Combine(DataDirectory,
DecoupledProviderInstanceName
+ ".cs");} }
144
string PrecompiledAssemblyPath {get {return Path.Combine(DataDirectory,
DecoupledProviderInstanceName
+ ".dll");} }
249
String.Format("//* {0}\r\n",
DecoupledProviderInstanceName
),
566
inst["Name"] =
DecoupledProviderInstanceName
;
579
inst["Name"] =
DecoupledProviderInstanceName
;