10 references to ToolsetPropertyDefinition
Microsoft.Build (10)
Definition\ToolsetConfigurationReader.cs (2)
100
yield return new
ToolsetPropertyDefinition
(toolset.toolsVersion, string.Empty, location);
175
yield return new
ToolsetPropertyDefinition
(propertyElement.Name, propertyElement.Value, location);
Definition\ToolsetLocalReader.cs (4)
34
yield return new
ToolsetPropertyDefinition
(MSBuildConstants.CurrentToolsVersion, string.Empty, _sourceLocation);
40
yield return new
ToolsetPropertyDefinition
(MSBuildConstants.ToolsPath, BuildEnvironmentHelper.Instance.CurrentMSBuildToolsDirectory, _sourceLocation);
41
yield return new
ToolsetPropertyDefinition
(MSBuildConstants.SdksPath, BuildEnvironmentHelper.Instance.MSBuildSDKsPath, _sourceLocation);
42
yield return new
ToolsetPropertyDefinition
("RoslynTargetsPath",
Definition\ToolsetReader.cs (2)
531
new
ToolsetPropertyDefinition
(ReservedPropertyNames.toolsPath, toolsPath, property.Source),
544
new
ToolsetPropertyDefinition
(ReservedPropertyNames.binPath, binPath, property.Source),
Definition\ToolsetRegistryReader.cs (2)
96
yield return new
ToolsetPropertyDefinition
(toolsVersionName, string.Empty, location);
310
return new
ToolsetPropertyDefinition
(propertyName, propertyValue, location);