7 references to interactive
Microsoft.Build (2)
Evaluation\Evaluator.cs (1)
643
SetBuiltInProperty(ReservedPropertyNames.
interactive
, "true");
Resources\Constants.cs (1)
94
interactive
,
Microsoft.Build.Engine.UnitTests (5)
Definition\Project_Internal_Tests.cs (3)
287
project.GetPropertyValue(ReservedPropertyNames.
interactive
).ShouldBe(interactive ? bool.TrueString : string.Empty, StringCompareShould.IgnoreCase);
315
project.GetPropertyValue(ReservedPropertyNames.
interactive
).ShouldBe(interactive ? bool.TrueString : string.Empty, StringCompareShould.IgnoreCase);
345
project.GetPropertyValue(ReservedPropertyNames.
interactive
).ShouldBe(interactive ? bool.TrueString : string.Empty, StringCompareShould.IgnoreCase);
Instance\ProjectInstance_Internal_Tests.cs (2)
907
projectInstance.GetPropertyValue(ReservedPropertyNames.
interactive
).ShouldBe(interactive ? bool.TrueString : string.Empty, StringCompareShould.IgnoreCase);
935
projectInstance.GetPropertyValue(ReservedPropertyNames.
interactive
).ShouldBe(interactive ? bool.TrueString : string.Empty, StringCompareShould.IgnoreCase);