3 writes to _tfmPathsNoProfile
Microsoft.Build.Tasks.Core (3)
GetReferenceAssemblyPaths.cs (3)
209_tfmPathsNoProfile = GetPaths(RootPath, TargetFrameworkFallbackSearchPaths, monikerWithNoProfile); 215_tfmPathsNoProfile = _tfmPaths; 229_tfmPathsNoProfile = null;
3 references to _tfmPathsNoProfile
Microsoft.Build.Tasks.Core (3)
GetReferenceAssemblyPaths.cs (3)
83if (_tfmPathsNoProfile != null) 85string[] pathsToReturn = new string[_tfmPathsNoProfile.Count]; 86_tfmPathsNoProfile.CopyTo(pathsToReturn, 0);