2 references to netFrameworkPath
System (2)
net\System\Net\NetRegistryConfiguration.cs (2)
30
private const string netFrameworkVersionedPath =
netFrameworkPath
+ @"\v{0}";
31
private const string netFrameworkFullPath = @"HKEY_LOCAL_MACHINE\" +
netFrameworkPath
;