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