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)
330
if (_timestampCache?.ToolPathsMatchCachePaths(
_tlbimpPath
, _aximpPath) != true)
337
_timestampCache = new ResolveComReferenceCache(
_tlbimpPath
, _aximpPath);
493
if (
_tlbimpPath
== null && ExecuteAsTool)
505
if (
_tlbimpPath
== null && !ExecuteAsTool)
512
if (
_tlbimpPath
!= null)
514
_tlbimpPath = Path.GetDirectoryName(
_tlbimpPath
);
517
return
_tlbimpPath
!= null;
1357
TargetProcessorArchitecture, IncludeVersionInInteropName, ExecuteAsTool,
_tlbimpPath
,