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