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)
82if (_tfmPaths != null) 84var pathsToReturn = new string[_tfmPaths.Count]; 85_tfmPaths.CopyTo(pathsToReturn, 0); 216if (_tfmPaths?.Count > 0) 218TargetFrameworkMonikerDisplayName = ToolLocationHelper.GetDisplayNameForTargetFrameworkDirectory(_tfmPaths[0], moniker); 223if (targetingProfile && _tfmPaths != null) 231_tfmPathsNoProfile = _tfmPaths;