8 writes to Output
Microsoft.Build (1)
Construction\ProjectUsingTaskParameterElement.cs (1)
179
Output
= output,
Microsoft.Build.Engine.OM.UnitTests (6)
Construction\ConstructionEditing_Tests.cs (2)
2674
element.
Output
= "o2";
2977
element.
Output
= "o2";
Construction\UsingTaskParameterElement_Tests.cs (3)
119
parameter.
Output
= "output";
161
parameter.
Output
= String.Empty;
203
parameter.
Output
= null;
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (1)
565
paraElement.VerifySetter("newOutput", (pe) => pe.Output, (pe, v) => pe.
Output
= v);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskRegistry_Tests.cs (1)
1675
filledOutAttributesParameter.
Output
= "$(TrueString)";
12 references to Output
Microsoft.Build (3)
Construction\ProjectUsingTaskParameterElement.cs (1)
199
return owner.CreateUsingTaskParameterElement(Name,
Output
, Required, ParameterType);
Instance\TaskRegistry.cs (2)
1722
string expandedOutput = expander.ExpandIntoStringLeaveEscaped(parameter.
Output
, expanderOptions, parameter.OutputLocation);
1730
parameter.
Output
,
Microsoft.Build.Engine.OM.UnitTests (8)
Construction\UsingTaskParameterElement_Tests.cs (5)
56
Assert.Equal("true", parameter.
Output
);
70
Assert.Equal(bool.FalseString, parameter.
Output
);
120
Assert.Equal("output", parameter.
Output
);
162
Assert.Equal(bool.FalseString, parameter.
Output
);
204
Assert.Equal(bool.FalseString, parameter.
Output
);
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
741
Assert.Equal(realXml.
Output
, viewXml.
Output
);
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (1)
565
paraElement.VerifySetter("newOutput", (pe) => pe.
Output
, (pe, v) => pe.Output = v);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskRegistry_Tests.cs (1)
1697
string expandedOutput = RegistryExpander.ExpandIntoStringAndUnescape(filledOutAttributesParameter.
Output
, ExpanderOptions.ExpandPropertiesAndItems, filledOutAttributesParameter.OutputLocation);