3 writes to _tfmPathsNoProfile
Microsoft.Build.Tasks.Core (3)
GetReferenceAssemblyPaths.cs (3)
208
_tfmPathsNoProfile
= GetPaths(RootPath, TargetFrameworkFallbackSearchPaths, monikerWithNoProfile);
214
_tfmPathsNoProfile
= _tfmPaths;
228
_tfmPathsNoProfile
= null;
3 references to _tfmPathsNoProfile
Microsoft.Build.Tasks.Core (3)
GetReferenceAssemblyPaths.cs (3)
82
if (
_tfmPathsNoProfile
!= null)
84
string[] pathsToReturn = new string[
_tfmPathsNoProfile
.Count];
85
_tfmPathsNoProfile
.CopyTo(pathsToReturn, 0);