5 references to binPath
Microsoft.Build (5)
Definition\Toolset.cs (1)
904
reservedProperties.Add(ProjectPropertyInstance.Create(ReservedPropertyNames.
binPath
, EscapingUtilities.Escape(ToolsPath), mayBeReserved: true));
Definition\ToolsetReader.cs (2)
536
else if (String.Equals(property.Name, ReservedPropertyNames.
binPath
, StringComparison.OrdinalIgnoreCase))
544
new ToolsetPropertyDefinition(ReservedPropertyNames.
binPath
, binPath, property.Source),
Evaluation\Evaluator.cs (1)
1132
SetBuiltInProperty(ReservedPropertyNames.
binPath
, _data.Toolset.ToolsPath);
Resources\Constants.cs (1)
83
binPath
,