3 references to RegistryLocation
Microsoft.Build (3)
Definition\ToolsetLocalReader.cs (1)
17
private readonly IElementLocation _sourceLocation = new
RegistryLocation
("ToolsetLocalReader");
Definition\ToolsetRegistryReader.cs (2)
94
IElementLocation location = new
RegistryLocation
(_msbuildRegistryWrapper.Name + "\\ToolsVersions\\" + toolsVersionName);
308
IElementLocation location = new
RegistryLocation
(toolsetWrapper.Name + "@" + propertyName);