1 write to _tfmPaths
Microsoft.Build.Tasks.Core (1)
GetReferenceAssemblyPaths.cs (1)
198_tfmPaths = GetPaths(RootPath, TargetFrameworkFallbackSearchPaths, moniker);
7 references to _tfmPaths
Microsoft.Build.Tasks.Core (7)
GetReferenceAssemblyPaths.cs (7)
61if (_tfmPaths != null) 63var pathsToReturn = new string[_tfmPaths.Count]; 64_tfmPaths.CopyTo(pathsToReturn, 0); 200if (_tfmPaths?.Count > 0) 202TargetFrameworkMonikerDisplayName = ToolLocationHelper.GetDisplayNameForTargetFrameworkDirectory(_tfmPaths[0], moniker); 207if (targetingProfile && _tfmPaths != null) 215_tfmPathsNoProfile = _tfmPaths;