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