4 writes to _aximpPath
Microsoft.Build.Tasks.Core (4)
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);