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)
329
if (_timestampCache?.ToolPathsMatchCachePaths(
_tlbimpPath
, _aximpPath) != true)
336
_timestampCache = new ResolveComReferenceCache(
_tlbimpPath
, _aximpPath);
492
if (
_tlbimpPath
== null && ExecuteAsTool)
504
if (
_tlbimpPath
== null && !ExecuteAsTool)
511
if (
_tlbimpPath
!= null)
513
_tlbimpPath = Path.GetDirectoryName(
_tlbimpPath
);
516
return
_tlbimpPath
!= null;
1356
TargetProcessorArchitecture, IncludeVersionInInteropName, ExecuteAsTool,
_tlbimpPath
,