2 writes to tlbImpLocation
Microsoft.Build.Tasks.Core (2)
ResolveComReferenceCache.cs (2)
47tlbImpLocation = tlbImpPath; 100translator.Translate(ref tlbImpLocation);
3 references to tlbImpLocation
Microsoft.Build.Tasks.Core (1)
ResolveComReferenceCache.cs (1)
59return String.Equals(tlbImpLocation, tlbImpPath, StringComparison.OrdinalIgnoreCase) &&
Microsoft.Build.Tasks.UnitTests (2)
ResolveComReference_Tests.cs (2)
78cache2.tlbImpLocation.ShouldBe(cache.tlbImpLocation);