2 writes to axImpLocation
Microsoft.Build.Tasks.Core (2)
ResolveComReferenceCache.cs (2)
48axImpLocation = axImpPath; 99translator.Translate(ref axImpLocation);
3 references to axImpLocation
Microsoft.Build.Tasks.Core (1)
ResolveComReferenceCache.cs (1)
60String.Equals(axImpLocation, axImpPath, StringComparison.OrdinalIgnoreCase);
Microsoft.Build.Tasks.UnitTests (2)
ResolveComReference_Tests.cs (2)
79cache2.axImpLocation.ShouldBe(cache.axImpLocation);