4 references to DataDirectory
System.Management (4)
Instrumentation\SchemaRegistration.cs (4)
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");} } 412 Directory.CreateDirectory(DataDirectory);