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)
1810bool containsAssemblyFoldersExSentinel = String.Compare(location.SearchPath, 0, AssemblyResolutionConstants.assemblyFoldersExSentinel, 0, AssemblyResolutionConstants.assemblyFoldersExSentinel.Length, StringComparison.OrdinalIgnoreCase) == 0; 1816if (!_showAssemblyFoldersExLocations.TryGetValue(location.SearchPath, out messageImportance)) 1818_showAssemblyFoldersExLocations.Add(location.SearchPath, importance); 1824_showAssemblyFoldersExLocations[location.SearchPath] = importance; 1829if (lastSearchPath != location.SearchPath) 1831lastSearchPath = location.SearchPath;