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)
110Context.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)
142string MofPath {get {return Path.Combine(DataDirectory, DecoupledProviderInstanceName + ".mof");} } 143string CodePath {get {return Path.Combine(DataDirectory, DecoupledProviderInstanceName + ".cs");} } 144string PrecompiledAssemblyPath {get {return Path.Combine(DataDirectory, DecoupledProviderInstanceName + ".dll");} } 249String.Format("//* {0}\r\n", DecoupledProviderInstanceName), 566inst["Name"] = DecoupledProviderInstanceName; 579inst["Name"] = DecoupledProviderInstanceName;