4 writes to _aximpPath
Microsoft.Build.Tasks.Core (4)
ResolveComReference.cs (4)
528_aximpPath = null; 540_aximpPath = GetPathToSDKFileWithCurrentlyTargetedArchitecture("AxImp.exe", targetAxImpVersion, VisualStudioVersion.VersionLatest); 551_aximpPath = SdkToolsPathUtility.GeneratePathToTool(SdkToolsPathUtility.FileInfoExists, TargetProcessorArchitecture, SdkToolsPath, "AxImp.exe", Log, true /* log errors */); 556_aximpPath = Path.GetDirectoryName(_aximpPath);
7 references to _aximpPath
Microsoft.Build.Tasks.Core (7)
ResolveComReference.cs (7)
330if (_timestampCache?.ToolPathsMatchCachePaths(_tlbimpPath, _aximpPath) != true) 337_timestampCache = new ResolveComReferenceCache(_tlbimpPath, _aximpPath); 542if (_aximpPath == null) 554if (_aximpPath != null) 556_aximpPath = Path.GetDirectoryName(_aximpPath); 559return _aximpPath != null; 1402var reference = new AxReference(Log, Silent, this, referenceInfo, refName, outputDirectory, DelaySign, KeyFile, KeyContainer, IncludeVersionInInteropName, _aximpPath, BuildEngine, EnvironmentVariables);