3 references to _objectCache
Microsoft.Build.UnitTests.Shared (3)
MockEngine.cs (3)
461
_objectCache
.TryGetValue(key, out object obj);
467
_objectCache
[key] = obj;
472
_objectCache
.TryRemove(key, out object obj);