9 references to Name
Microsoft.Build (9)
Definition\ToolsetRegistryReader.cs (4)
94IElementLocation location = new RegistryLocation(_msbuildRegistryWrapper.Name + "\\ToolsVersions\\" + toolsVersionName); 295InvalidToolsetDefinitionException.Throw("PropertyNameInRegistryHasZeroLength", toolsetWrapper.Name); 308IElementLocation location = new RegistryLocation(toolsetWrapper.Name + "@" + propertyName); 335InvalidToolsetDefinitionException.Throw("NonStringDataInRegistry", wrapper.Name + "@" + valueName);
Utilities\RegistryKeyWrapper.cs (5)
119throw new RegistryException(ex.Message, Name + "@" + name, ex); 135throw new RegistryException(ex.Message, Name, ex); 151throw new RegistryException(ex.Message, Name, ex); 181throw new RegistryException(ex.Message, wrapper.Name + "\\" + keyNames[i], ex); 215throw new RegistryException(ex.Message, _wrappedKey == null ? string.Empty : Name, ex);