5 references to MSBuildRuntimeLocation
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
525
string msbuildRuntime = expander.ExpandIntoStringAndUnescape(_taskNode.MSBuildRuntime ?? String.Empty, ExpanderOptions.ExpandAll, _taskNode.
MSBuildRuntimeLocation
?? ElementLocation.EmptyLocation);
Microsoft.Build.Engine.UnitTests (4)
TestComparers\ProjectInstanceModelTestComparers.cs (4)
326
Assert.Equal(x.
MSBuildRuntimeLocation
, y.
MSBuildRuntimeLocation
, new Helpers.ElementLocationComparerIgnoringType());
327
Assert.Equal(x.
MSBuildRuntimeLocation
, y.
MSBuildRuntimeLocation
, new Helpers.ElementLocationComparerIgnoringType());