3 writes to _cloneTable
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\Lookup.cs (3)
114_cloneTable = that._cloneTable; 285_cloneTable = null; 815_cloneTable ??= new Dictionary<ProjectItemInstance, ProjectItemInstance>();
6 references to _cloneTable
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\Lookup.cs (6)
114_cloneTable = that._cloneTable; 833ErrorUtilities.VerifyThrow(!_cloneTable.ContainsKey(cloneItem), "Should be new, not already in table!"); 834_cloneTable[cloneItem] = originalItem; 872/// See <see cref="_cloneTable"/> for explanation of the clone table. 877if (_cloneTable != null) 879if (_cloneTable.TryGetValue(item, out original))