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