4 instantiations of RegistryLocation
Microsoft.Build (4)
Definition\ToolsetLocalReader.cs (1)
17private readonly IElementLocation _sourceLocation = new RegistryLocation("ToolsetLocalReader");
Definition\ToolsetRegistryReader.cs (2)
94IElementLocation location = new RegistryLocation(_msbuildRegistryWrapper.Name + "\\ToolsVersions\\" + toolsVersionName); 308IElementLocation location = new RegistryLocation(toolsetWrapper.Name + "@" + propertyName);
ElementLocation\RegistryLocation.cs (1)
94return new RegistryLocation(translator);
1 reference to RegistryLocation
Microsoft.Build (1)
ElementLocation\RegistryLocation.cs (1)
92internal static RegistryLocation FactoryForDeserialization(ITranslator translator)