5 writes to _tlbimpPath
Microsoft.Build.Tasks.Core (5)
ResolveComReference.cs (5)
486_tlbimpPath = null; 490_tlbimpPath = GetPathToSDKFileWithCurrentlyTargetedArchitecture("TlbImp.exe", TargetDotNetFrameworkVersion.Version35, VisualStudioVersion.VersionLatest); 501_tlbimpPath = SdkToolsPathUtility.GeneratePathToTool(SdkToolsPathUtility.FileInfoExists, TargetProcessorArchitecture, SdkToolsPath, "TlbImp.exe", Log, ExecuteAsTool); 507_tlbimpPath = "TlbImp.exe"; 513_tlbimpPath = Path.GetDirectoryName(_tlbimpPath);
8 references to _tlbimpPath
Microsoft.Build.Tasks.Core (8)
ResolveComReference.cs (8)
329if (_timestampCache?.ToolPathsMatchCachePaths(_tlbimpPath, _aximpPath) != true) 336_timestampCache = new ResolveComReferenceCache(_tlbimpPath, _aximpPath); 492if (_tlbimpPath == null && ExecuteAsTool) 504if (_tlbimpPath == null && !ExecuteAsTool) 511if (_tlbimpPath != null) 513_tlbimpPath = Path.GetDirectoryName(_tlbimpPath); 516return _tlbimpPath != null; 1356TargetProcessorArchitecture, IncludeVersionInInteropName, ExecuteAsTool, _tlbimpPath,