5 references to OutputLocation
Microsoft.Build (2)
Instance\TaskRegistry.cs (2)
1722
string expandedOutput = expander.ExpandIntoStringLeaveEscaped(parameter.Output, expanderOptions, parameter.
OutputLocation
);
1727
parameter.
OutputLocation
,
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
742
VerifySameLocation(realXml.
OutputLocation
, viewXml.
OutputLocation
, context);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskRegistry_Tests.cs (1)
1697
string expandedOutput = RegistryExpander.ExpandIntoStringAndUnescape(filledOutAttributesParameter.Output, ExpanderOptions.ExpandPropertiesAndItems, filledOutAttributesParameter.
OutputLocation
);