4 instantiations of RegistryLocation
Microsoft.Build (4)
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);
ElementLocation\RegistryLocation.cs (1)
94
return new
RegistryLocation
(translator);
1 reference to RegistryLocation
Microsoft.Build (1)
ElementLocation\RegistryLocation.cs (1)
92
internal static
RegistryLocation
FactoryForDeserialization(ITranslator translator)