5 writes to _tlbimpPath
Microsoft.Build.Tasks.Core (5)
ResolveComReference.cs (5)
487_tlbimpPath = null; 491_tlbimpPath = GetPathToSDKFileWithCurrentlyTargetedArchitecture("TlbImp.exe", TargetDotNetFrameworkVersion.Version35, VisualStudioVersion.VersionLatest); 502_tlbimpPath = SdkToolsPathUtility.GeneratePathToTool(SdkToolsPathUtility.FileInfoExists, TargetProcessorArchitecture, SdkToolsPath, "TlbImp.exe", Log, ExecuteAsTool); 508_tlbimpPath = "TlbImp.exe"; 514_tlbimpPath = Path.GetDirectoryName(_tlbimpPath);
8 references to _tlbimpPath
Microsoft.Build.Tasks.Core (8)
ResolveComReference.cs (8)
330if (_timestampCache?.ToolPathsMatchCachePaths(_tlbimpPath, _aximpPath) != true) 337_timestampCache = new ResolveComReferenceCache(_tlbimpPath, _aximpPath); 493if (_tlbimpPath == null && ExecuteAsTool) 505if (_tlbimpPath == null && !ExecuteAsTool) 512if (_tlbimpPath != null) 514_tlbimpPath = Path.GetDirectoryName(_tlbimpPath); 517return _tlbimpPath != null; 1357TargetProcessorArchitecture, IncludeVersionInInteropName, ExecuteAsTool, _tlbimpPath,