4 writes to SearchPath
Microsoft.Build.Tasks.Core (4)
AssemblyDependency\CandidateAssemblyFilesResolver.cs (1)
75SearchPath = searchPathElement
AssemblyDependency\GacResolver.cs (1)
75SearchPath = searchPathElement,
AssemblyDependency\RawFilenameResolver.cs (1)
59SearchPath = searchPathElement,
AssemblyDependency\Resolver.cs (1)
121SearchPath = searchPathElement
6 references to SearchPath
Microsoft.Build.Tasks.Core (6)
AssemblyDependency\ResolveAssemblyReference.cs (6)
1775bool containsAssemblyFoldersExSentinel = String.Compare(location.SearchPath, 0, AssemblyResolutionConstants.assemblyFoldersExSentinel, 0, AssemblyResolutionConstants.assemblyFoldersExSentinel.Length, StringComparison.OrdinalIgnoreCase) == 0; 1781if (!_showAssemblyFoldersExLocations.TryGetValue(location.SearchPath, out messageImportance)) 1783_showAssemblyFoldersExLocations.Add(location.SearchPath, importance); 1789_showAssemblyFoldersExLocations[location.SearchPath] = importance; 1794if (lastSearchPath != location.SearchPath) 1796lastSearchPath = location.SearchPath;