1 write to _tfmPaths
Microsoft.Build.Tasks.Core (1)
GetReferenceAssemblyPaths.cs (1)
214
_tfmPaths
= GetPaths(absoluteRootPath, absoluteFallbackSearchPaths, moniker);
7 references to _tfmPaths
Microsoft.Build.Tasks.Core (7)
GetReferenceAssemblyPaths.cs (7)
82
if (
_tfmPaths
!= null)
84
var pathsToReturn = new string[
_tfmPaths
.Count];
85
_tfmPaths
.CopyTo(pathsToReturn, 0);
216
if (
_tfmPaths
?.Count > 0)
218
TargetFrameworkMonikerDisplayName = ToolLocationHelper.GetDisplayNameForTargetFrameworkDirectory(
_tfmPaths
[0], moniker);
223
if (targetingProfile &&
_tfmPaths
!= null)
231
_tfmPathsNoProfile =
_tfmPaths
;