6 references to AssemblyFileLocation
Microsoft.Build (2)
Instance\TaskRegistry.cs (2)
337
assemblyFile = expander.ExpandIntoStringLeaveEscaped(projectUsingTaskXml.AssemblyFile, expanderOptions, projectUsingTaskXml.
AssemblyFileLocation
);
346
projectUsingTaskXml.
AssemblyFileLocation
,
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
770
ViewValidation.VerifySameLocation(realXml.
AssemblyFileLocation
, viewXml.
AssemblyFileLocation
, context);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\TaskRegistry_Tests.cs (2)
1136
string expandedAssemblyFile = RegistryExpander.ExpandIntoStringAndUnescape(taskElement.AssemblyFile, ExpanderOptions.ExpandPropertiesAndItems, taskElement.
AssemblyFileLocation
);
1193
string expandedAssemblyFile = RegistryExpander.ExpandIntoStringAndUnescape(taskElement.AssemblyFile, ExpanderOptions.ExpandPropertiesAndItems, taskElement.
AssemblyFileLocation
);