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