4 writes to _aximpPath
Microsoft.Build.Tasks.Core (4)
ResolveComReference.cs (4)
527_aximpPath = null; 539_aximpPath = GetPathToSDKFileWithCurrentlyTargetedArchitecture("AxImp.exe", targetAxImpVersion, VisualStudioVersion.VersionLatest); 550_aximpPath = SdkToolsPathUtility.GeneratePathToTool(SdkToolsPathUtility.FileInfoExists, TargetProcessorArchitecture, SdkToolsPath, "AxImp.exe", Log, true /* log errors */); 555_aximpPath = Path.GetDirectoryName(_aximpPath);
7 references to _aximpPath
Microsoft.Build.Tasks.Core (7)
ResolveComReference.cs (7)
329if (_timestampCache?.ToolPathsMatchCachePaths(_tlbimpPath, _aximpPath) != true) 336_timestampCache = new ResolveComReferenceCache(_tlbimpPath, _aximpPath); 541if (_aximpPath == null) 553if (_aximpPath != null) 555_aximpPath = Path.GetDirectoryName(_aximpPath); 558return _aximpPath != null; 1401var reference = new AxReference(Log, Silent, this, referenceInfo, refName, outputDirectory, DelaySign, KeyFile, KeyContainer, IncludeVersionInInteropName, _aximpPath, BuildEngine, EnvironmentVariables);