6 references to AssemblyNameLocation
Microsoft.Build (2)
Instance\TaskRegistry.cs (2)
341
assemblyName = expander.ExpandIntoStringLeaveEscaped(projectUsingTaskXml.AssemblyName, expanderOptions, projectUsingTaskXml.
AssemblyNameLocation
);
355
projectUsingTaskXml.
AssemblyNameLocation
,
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
773
ViewValidation.VerifySameLocation(realXml.
AssemblyNameLocation
, viewXml.
AssemblyNameLocation
, context);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\TaskRegistry_Tests.cs (2)
1135
string expandedAssemblyName = RegistryExpander.ExpandIntoStringAndUnescape(taskElement.AssemblyName, ExpanderOptions.ExpandPropertiesAndItems, taskElement.
AssemblyNameLocation
);
1192
string expandedAssemblyName = RegistryExpander.ExpandIntoStringAndUnescape(taskElement.AssemblyName, ExpanderOptions.ExpandPropertiesAndItems, taskElement.
AssemblyNameLocation
);