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)
104if (_tfmPathsNoProfile != null) 106string[] pathsToReturn = new string[_tfmPathsNoProfile.Count]; 107_tfmPathsNoProfile.CopyTo(pathsToReturn, 0);