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)
61
if (
_tfmPaths
!= null)
63
var pathsToReturn = new string[
_tfmPaths
.Count];
64
_tfmPaths
.CopyTo(pathsToReturn, 0);
200
if (
_tfmPaths
?.Count > 0)
202
TargetFrameworkMonikerDisplayName = ToolLocationHelper.GetDisplayNameForTargetFrameworkDirectory(
_tfmPaths
[0], moniker);
207
if (targetingProfile &&
_tfmPaths
!= null)
215
_tfmPathsNoProfile =
_tfmPaths
;