3 writes to _tfmPathsNoProfile
Microsoft.Build.Tasks.Core (3)
GetReferenceAssemblyPaths.cs (3)
225
_tfmPathsNoProfile
= GetPaths(absoluteRootPath, absoluteFallbackSearchPaths, monikerWithNoProfile);
231
_tfmPathsNoProfile
= _tfmPaths;
245
_tfmPathsNoProfile
= null;
3 references to _tfmPathsNoProfile
Microsoft.Build.Tasks.Core (3)
GetReferenceAssemblyPaths.cs (3)
104
if (
_tfmPathsNoProfile
!= null)
106
string[] pathsToReturn = new string[
_tfmPathsNoProfile
.Count];
107
_tfmPathsNoProfile
.CopyTo(pathsToReturn, 0);