1 override of Name
Microsoft.Build.Engine.UnitTests (1)
Definition\ToolsetReader_Tests.cs (1)
2801
public override string
Name
10 references to Name
Microsoft.Build (9)
Definition\ToolsetRegistryReader.cs (4)
93
IElementLocation location = new RegistryLocation(_msbuildRegistryWrapper.
Name
+ "\\ToolsVersions\\" + toolsVersionName);
294
InvalidToolsetDefinitionException.Throw("PropertyNameInRegistryHasZeroLength", toolsetWrapper.
Name
);
307
IElementLocation location = new RegistryLocation(toolsetWrapper.
Name
+ "@" + propertyName);
334
InvalidToolsetDefinitionException.Throw("NonStringDataInRegistry", wrapper.
Name
+ "@" + valueName);
Utilities\RegistryKeyWrapper.cs (5)
119
throw new RegistryException(ex.Message,
Name
+ "@" + name, ex);
135
throw new RegistryException(ex.Message,
Name
, ex);
151
throw new RegistryException(ex.Message,
Name
, ex);
181
throw new RegistryException(ex.Message, wrapper.
Name
+ "\\" + keyNames[i], ex);
215
throw new RegistryException(ex.Message, _wrappedKey == null ? string.Empty :
Name
, ex);
Microsoft.Build.Engine.UnitTests (1)
Definition\ToolsetReader_Tests.cs (1)
2809
return base.
Name
;