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