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)
60
if (
_tfmPaths
!= null)
62
var pathsToReturn = new string[
_tfmPaths
.Count];
63
_tfmPaths
.CopyTo(pathsToReturn, 0);
199
if (
_tfmPaths
?.Count > 0)
201
TargetFrameworkMonikerDisplayName = ToolLocationHelper.GetDisplayNameForTargetFrameworkDirectory(
_tfmPaths
[0], moniker);
206
if (targetingProfile &&
_tfmPaths
!= null)
214
_tfmPathsNoProfile =
_tfmPaths
;