3 writes to SearchPath
Microsoft.Build.Tasks.Core (3)
AssemblyDependency\CandidateAssemblyFilesResolver.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)
1816bool containsAssemblyFoldersExSentinel = String.Compare(location.SearchPath, 0, AssemblyResolutionConstants.assemblyFoldersExSentinel, 0, AssemblyResolutionConstants.assemblyFoldersExSentinel.Length, StringComparison.OrdinalIgnoreCase) == 0; 1822if (!_showAssemblyFoldersExLocations.TryGetValue(location.SearchPath, out messageImportance)) 1824_showAssemblyFoldersExLocations.Add(location.SearchPath, importance); 1830_showAssemblyFoldersExLocations[location.SearchPath] = importance; 1835if (lastSearchPath != location.SearchPath) 1837lastSearchPath = location.SearchPath;