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