5 references to toolsVersion
Microsoft.Build (5)
Definition\ToolsetConfigurationReader.cs (2)
92
if (toolset.
toolsVersion
?.Length == 0)
99
yield return new ToolsetPropertyDefinition(toolset.
toolsVersion
, string.Empty, location);
Evaluation\ToolsetElement.cs (3)
129
return (string)base[nameof(
toolsVersion
)];
134
base[nameof(
toolsVersion
)] = value;
589
return ((ToolsetElement)element).
toolsVersion
;