1 write to _tfmPaths
Microsoft.Build.Tasks.Core (1)
GetReferenceAssemblyPaths.cs (1)
197_tfmPaths = GetPaths(RootPath, TargetFrameworkFallbackSearchPaths, moniker);
7 references to _tfmPaths
Microsoft.Build.Tasks.Core (7)
GetReferenceAssemblyPaths.cs (7)
60if (_tfmPaths != null) 62var pathsToReturn = new string[_tfmPaths.Count]; 63_tfmPaths.CopyTo(pathsToReturn, 0); 199if (_tfmPaths?.Count > 0) 201TargetFrameworkMonikerDisplayName = ToolLocationHelper.GetDisplayNameForTargetFrameworkDirectory(_tfmPaths[0], moniker); 206if (targetingProfile && _tfmPaths != null) 214_tfmPathsNoProfile = _tfmPaths;